YearForm2.h 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. //{{AFX_INCLUDES()
  2. #include "mschart.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_YearForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  5. #define AFX_YearForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // YearForm2.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // YearForm2 fo rm view
  13. #ifndef __AFXEXT_H__
  14. #include <afxext.h>
  15. #endif
  16. #include "PayOutSet.h"
  17. class YearForm2 : public MyFormView
  18. {
  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; // Jeff:会员充值;
  26. DWORD m_timestmap;
  27. BOOL m_bInit;
  28. CArray<CStringArray, CStringArray>m_List1array;
  29. protected:
  30. YearForm2(); // protected constructor used by dynamic creation
  31. DECLARE_DYNCREATE(YearForm2)
  32. // Form Data
  33. public:
  34. enum { IDD = IDD_DLGYearForm2 };
  35. CSpinButtonCtrl m_spinday;
  36. CSpinButtonCtrl m_spinmonth;
  37. CSpinButtonCtrl m_spinyear;
  38. CStatic m_static1;
  39. UINT m_year;
  40. UINT m_month;
  41. UINT m_day;
  42. CMSChart m_Chart;
  43. BOOL m_check1;
  44. BOOL m_check2;
  45. BOOL m_check3;
  46. BOOL m_check4;
  47. int m_radio2;
  48. int m_radio1;
  49. CMSChart m_Chart2;
  50. CMSChart m_Chart3;
  51. BOOL m_check5;
  52. BOOL m_check6;
  53. BOOL m_check7;
  54. //}}AFX_DATA
  55. // Attributes
  56. public:
  57. // Operations
  58. public:
  59. void TypeChange(CString str);
  60. void KindChange();
  61. void DateChange();
  62. void FillGrid();
  63. // Overrides
  64. // ClassWizard generated virtual function overrides
  65. public:
  66. virtual void OnInitialUpdate();
  67. protected:
  68. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  69. //}}AFX_VIRTUAL
  70. // Implementation
  71. protected:
  72. virtual ~YearForm2();
  73. #ifdef _DEBUG
  74. virtual void AssertValid() const;
  75. virtual void Dump(CDumpContext& dc) const;
  76. #endif
  77. // Generated message map functions
  78. afx_msg void OnBUTclose();
  79. afx_msg void OnChangeEDITyear();
  80. afx_msg void OnChangeEDITmonth();
  81. afx_msg void OnChangeEDITday();
  82. afx_msg void OnRadio3();
  83. afx_msg void OnRadio4();
  84. afx_msg void OnRadio5();
  85. afx_msg void OnRadio6();
  86. afx_msg void OnRadio7();
  87. afx_msg void OnCheck1();
  88. afx_msg void OnCheck2();
  89. afx_msg void OnCheck3();
  90. afx_msg void OnCheck4();
  91. afx_msg void OnCheck5();
  92. afx_msg void OnCheck6();
  93. afx_msg void OnCheck7();
  94. afx_msg void OnDblClickMschart1();
  95. afx_msg void OnDblClickMschart2();
  96. afx_msg void OnDblClickMschart3();
  97. afx_msg void OnBUTprint();
  98. DECLARE_EVENTSINK_MAP()
  99. //}}AFX_MSG
  100. DECLARE_MESSAGE_MAP()
  101. };
  102. /////////////////////////////////////////////////////////////////////////////
  103. //{{AFX_INSERT_LOCATION}}
  104. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  105. #endif // !defined(AFX_YearForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)