PhotoPrintFrom2.h 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. #if !defined(AFX_PhotoPrintFrom2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_PhotoPrintFrom2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PhotoPrintFrom2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // PhotoPrintFrom2 form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class PhotoPrintFrom2 : public CDialog
  14. {
  15. CString m_branch;
  16. DWORD m_timestmap;
  17. BOOL m_bInit;
  18. CArray<CStringArray, CStringArray>m_List1array;
  19. // Form Data
  20. public:
  21. PhotoPrintFrom2(CWnd* pParent = NULL); // standard constructor
  22. //{{AFX_DATA(PhotoPrintFrom2)
  23. enum { IDD = IDD_DLGPhotoPrintFrom2 };
  24. CComboBox m_combobranch;
  25. CComboBox m_combo1;
  26. CSpinButtonCtrl m_spinday;
  27. CSpinButtonCtrl m_spinmonth;
  28. CSpinButtonCtrl m_spinyear;
  29. CSortListCtrl2 m_List1;
  30. CStatic m_static1;
  31. UINT m_year;
  32. UINT m_month;
  33. UINT m_day;
  34. int m_radio1;
  35. //}}AFX_DATA
  36. // Attributes
  37. public:
  38. // Operations
  39. public:
  40. void DateChange();
  41. void FillGrid();
  42. // Overrides
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(PhotoPrintFrom2)
  45. public:
  46. virtual BOOL OnInitDialog();
  47. protected:
  48. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  49. //}}AFX_VIRTUAL
  50. // Implementation
  51. protected:
  52. #ifdef _DEBUG
  53. virtual void AssertValid() const;
  54. virtual void Dump(CDumpContext& dc) const;
  55. #endif
  56. // Generated message map functions
  57. //{{AFX_MSG(PhotoPrintFrom2)
  58. afx_msg void OnBUTclose();
  59. afx_msg void OnChangeEDITyear();
  60. afx_msg void OnChangeEDITmonth();
  61. afx_msg void OnChangeEDITday();
  62. afx_msg void OnRadio3();
  63. afx_msg void OnRadio4();
  64. afx_msg void OnChangeEDITmoney2();
  65. afx_msg void OnDestroy();
  66. afx_msg void OnSelchangeCombo6();
  67. afx_msg void OnSelchangeCOMBObranch();
  68. //}}AFX_MSG
  69. DECLARE_MESSAGE_MAP()
  70. };
  71. /////////////////////////////////////////////////////////////////////////////
  72. //{{AFX_INSERT_LOCATION}}
  73. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  74. #endif // !defined(AFX_PhotoPrintFrom2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)