DelPhotoSet.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. #if !defined(AFX_DELPHOTOSET_H__FB6B0FCC_FDBE_469C_8DBB_A6AB24E2A7AC__INCLUDED_)
  2. #define AFX_DELPHOTOSET_H__FB6B0FCC_FDBE_469C_8DBB_A6AB24E2A7AC__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DelPhotoSet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // DelPhotoSet dialog
  10. // Jeff:自动删除客照设置 对话框;
  11. class DelPhotoSet : public CDialog
  12. {
  13. // Construction
  14. public:
  15. DelPhotoSet(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(DelPhotoSet)
  18. enum { IDD = IDD_DLGDelPhotoSet };
  19. CSpinButtonCtrl m_spin4;
  20. CSpinButtonCtrl m_spin3;
  21. CSpinButtonCtrl m_spin2;
  22. CSpinButtonCtrl m_spin1;
  23. BOOL m_check1;
  24. BOOL m_check2;
  25. BOOL m_check3;
  26. BOOL m_check4;
  27. UINT m_edit1;
  28. UINT m_edit2;
  29. UINT m_edit3;
  30. UINT m_edit4;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(DelPhotoSet)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(DelPhotoSet)
  42. virtual BOOL OnInitDialog();
  43. virtual void OnOK();
  44. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_DELPHOTOSET_H__FB6B0FCC_FDBE_469C_8DBB_A6AB24E2A7AC__INCLUDED_)