MonthForm2.h 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. #if !defined(AFX_MonthForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_MonthForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MonthForm2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // MonthForm2 form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "PayOutSet.h"
  14. class MonthForm2 : public MyFormView
  15. {
  16. CString m_jdd;
  17. CString m_filter;
  18. PayOutSet payoutdlg;
  19. CArray<CStringArray, CStringArray>List11array;
  20. CArray<CStringArray, CStringArray>List2array;
  21. CArray<CStringArray, CStringArray>List3array;
  22. CArray<CStringArray, CStringArray>other2salearray;
  23. CArray<CStringArray, CStringArray>memberarray;
  24. DWORD m_timestmap;
  25. BOOL m_bInit;
  26. CArray<CStringArray, CStringArray>m_List1array;
  27. protected:
  28. MonthForm2(); // protected constructor used by dynamic creation
  29. DECLARE_DYNCREATE(MonthForm2)
  30. // Form Data
  31. public:
  32. //{{AFX_DATA(MonthForm2)
  33. enum { IDD = IDD_DLGMonthForm2 };
  34. CSpinButtonCtrl m_spinday;
  35. CSpinButtonCtrl m_spinmonth;
  36. CSpinButtonCtrl m_spinyear;
  37. CSortListCtrl3 m_List1;
  38. CStatic m_static1;
  39. UINT m_year;
  40. UINT m_month;
  41. UINT m_day;
  42. int m_radio1;
  43. int m_radio2;
  44. //}}AFX_DATA
  45. // Attributes
  46. public:
  47. // Operations
  48. public:
  49. void TypeChange(CString str);
  50. void KindChange();
  51. void DateChange();
  52. void FillGrid();
  53. // Overrides
  54. // ClassWizard generated virtual function overrides
  55. //{{AFX_VIRTUAL(MonthForm2)
  56. public:
  57. virtual void OnInitialUpdate();
  58. protected:
  59. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  60. //}}AFX_VIRTUAL
  61. // Implementation
  62. protected:
  63. virtual ~MonthForm2();
  64. #ifdef _DEBUG
  65. virtual void AssertValid() const;
  66. virtual void Dump(CDumpContext& dc) const;
  67. #endif
  68. // Generated message map functions
  69. //{{AFX_MSG(MonthForm2)
  70. afx_msg void OnBUTclose();
  71. afx_msg void OnChangeEDITyear();
  72. afx_msg void OnChangeEDITmonth();
  73. afx_msg void OnChangeEDITday();
  74. afx_msg void OnRadio3();
  75. afx_msg void OnRadio4();
  76. afx_msg void OnRadio5();
  77. afx_msg void OnRadio6();
  78. afx_msg void OnRadio7();
  79. afx_msg void OnRadio8();
  80. afx_msg void OnRadio9();
  81. afx_msg void OnRadio10();
  82. afx_msg void OnRadio11();
  83. afx_msg void OnRadio12();
  84. afx_msg void OnRadio13();
  85. afx_msg void OnBUTprint();
  86. afx_msg void OnBUTprint5();
  87. afx_msg void OnBUTprint4();
  88. afx_msg void OnRadio14();
  89. afx_msg void OnRadio15();
  90. afx_msg void OnRadio16();
  91. afx_msg void OnDblclkList2(NMHDR* pNMHDR, LRESULT* pResult);
  92. afx_msg void OnBUTprint6();
  93. afx_msg void OnBUTprint7();
  94. //}}AFX_MSG
  95. afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
  96. DECLARE_MESSAGE_MAP()
  97. };
  98. /////////////////////////////////////////////////////////////////////////////
  99. //{{AFX_INSERT_LOCATION}}
  100. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  101. #endif // !defined(AFX_MonthForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)