YearForm.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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. void PaymentMethodCount();
  56. // Overrides
  57. // ClassWizard generated virtual function overrides
  58. public:
  59. virtual void OnInitialUpdate();
  60. protected:
  61. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  62. //}}AFX_VIRTUAL
  63. // Implementation
  64. protected:
  65. virtual ~YearForm();
  66. #ifdef _DEBUG
  67. virtual void AssertValid() const;
  68. virtual void Dump(CDumpContext& dc) const;
  69. #endif
  70. // Generated message map functions
  71. afx_msg void OnBUTclose();
  72. afx_msg void OnChangeEDITyear();
  73. afx_msg void OnChangeEDITmonth();
  74. afx_msg void OnChangeEDITday();
  75. afx_msg void OnRadio3();
  76. afx_msg void OnRadio4();
  77. afx_msg void OnRadio5();
  78. afx_msg void OnRadio6();
  79. afx_msg void OnRadio7();
  80. afx_msg void OnRadio8();
  81. afx_msg void OnRadio9();
  82. afx_msg void OnRadio10();
  83. afx_msg void OnRadio11();
  84. afx_msg void OnRadio12();
  85. afx_msg void OnRadio13();
  86. afx_msg void OnBUTprint();
  87. afx_msg void OnBUTprint5();
  88. afx_msg void OnBUTprint4();
  89. afx_msg void OnRadio14();
  90. afx_msg void OnRadio15();
  91. afx_msg void OnRadio16();
  92. //}}AFX_MSG
  93. afx_msg void OnCustomdrawList(NMHDR*, LRESULT*);
  94. DECLARE_MESSAGE_MAP()
  95. };
  96. /////////////////////////////////////////////////////////////////////////////
  97. //{{AFX_INSERT_LOCATION}}
  98. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  99. #endif // !defined(AFX_YearForm_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)