123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- #if !defined(AFX_DELPHOTOSET_H__FB6B0FCC_FDBE_469C_8DBB_A6AB24E2A7AC__INCLUDED_)
- #define AFX_DELPHOTOSET_H__FB6B0FCC_FDBE_469C_8DBB_A6AB24E2A7AC__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DelPhotoSet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // DelPhotoSet dialog
- // Jeff:自动删除客照设置 对话框;
- class DelPhotoSet : public CDialog
- {
- // Construction
- public:
- DelPhotoSet(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(DelPhotoSet)
- enum { IDD = IDD_DLGDelPhotoSet };
- CSpinButtonCtrl m_spin4;
- CSpinButtonCtrl m_spin3;
- CSpinButtonCtrl m_spin2;
- CSpinButtonCtrl m_spin1;
- BOOL m_check1;
- BOOL m_check2;
- BOOL m_check3;
- BOOL m_check4;
- UINT m_edit1;
- UINT m_edit2;
- UINT m_edit3;
- UINT m_edit4;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(DelPhotoSet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(DelPhotoSet)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DELPHOTOSET_H__FB6B0FCC_FDBE_469C_8DBB_A6AB24E2A7AC__INCLUDED_)
|