DelPhotoSet.h 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. class DelPhotoSet : public CDialog
  11. {
  12. // Construction
  13. public:
  14. DelPhotoSet(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(DelPhotoSet)
  17. enum { IDD = IDD_DLGDelPhotoSet };
  18. CSpinButtonCtrl m_spin4;
  19. CSpinButtonCtrl m_spin3;
  20. CSpinButtonCtrl m_spin2;
  21. CSpinButtonCtrl m_spin1;
  22. BOOL m_check1;
  23. BOOL m_check2;
  24. BOOL m_check3;
  25. BOOL m_check4;
  26. UINT m_edit1;
  27. UINT m_edit2;
  28. UINT m_edit3;
  29. UINT m_edit4;
  30. //}}AFX_DATA
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(DelPhotoSet)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(DelPhotoSet)
  41. virtual BOOL OnInitDialog();
  42. virtual void OnOK();
  43. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DELPHOTOSET_H__FB6B0FCC_FDBE_469C_8DBB_A6AB24E2A7AC__INCLUDED_)