YearForm.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. #if !defined(AFX_YearForm_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_YearForm_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // YearForm.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // YearForm form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "PayOutSet.h"
  14. // Äê²ÆÎñ±í;
  15. class YearForm : public MyFormView
  16. {
  17. BOOL m_bForKF;
  18. CString m_jdd;
  19. CString m_filter;
  20. PayOutSet payoutdlg;
  21. CArray<CStringArray, CStringArray>List11array;
  22. CArray<CStringArray, CStringArray>List2array;
  23. CArray<CStringArray, CStringArray>List3array;
  24. CArray<CStringArray, CStringArray>other2salearray;
  25. CArray<CStringArray, CStringArray>memberarray;
  26. DWORD m_timestmap;
  27. BOOL m_bInit;
  28. CArray<CStringArray, CStringArray>m_List1array;
  29. protected:
  30. YearForm(); // protected constructor used by dynamic creation
  31. DECLARE_DYNCREATE(YearForm)
  32. // Form Data
  33. public:
  34. enum { IDD = IDD_DLGYearForm };
  35. CSpinButtonCtrl m_spinday;
  36. CSpinButtonCtrl m_spinmonth;
  37. CSpinButtonCtrl m_spinyear;
  38. CSortListCtrl3 m_List1;
  39. CStatic m_static1;
  40. UINT m_year;
  41. UINT m_month;
  42. UINT m_day;
  43. int m_radio1;
  44. int m_radio2;
  45. //}}AFX_DATA
  46. // Attributes
  47. public:
  48. // Operations
  49. public:
  50. void KindChange2();
  51. void TypeChange(CString str);
  52. void KindChange();
  53. void DateChange();
  54. void FillGrid();
  55. // Overrides
  56. // ClassWizard generated virtual function overrides
  57. public:
  58. virtual void OnInitialUpdate();
  59. protected:
  60. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  61. //}}AFX_VIRTUAL
  62. // Implementation
  63. protected:
  64. virtual ~YearForm();
  65. #ifdef _DEBUG
  66. virtual void AssertValid() const;
  67. virtual void Dump(CDumpContext& dc) const;
  68. #endif
  69. // Generated message map functions
  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
  91. afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
  92. DECLARE_MESSAGE_MAP()
  93. };
  94. /////////////////////////////////////////////////////////////////////////////
  95. //{{AFX_INSERT_LOCATION}}
  96. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  97. #endif // !defined(AFX_YearForm_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)