ClientForm3.h 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. //{{AFX_INCLUDES()
  2. #include "mschart.h"
  3. //}}AFX_INCLUDES
  4. #if !defined(AFX_CClientForm3_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  5. #define AFX_CClientForm3_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. // CClientForm3.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CClientForm3 form view
  13. #ifndef __AFXEXT_H__
  14. #include <afxext.h>
  15. #endif
  16. #include "MyFormView.h"
  17. #include "TreeComboBox.h"
  18. class CClientForm3 : public MyFormView
  19. {
  20. CRect m_listrc;
  21. CRect m_listrc2;
  22. CRect m_chartrc;
  23. CString m_autoid;
  24. CArray<CStringArray, CStringArray>m_List1array;
  25. protected:
  26. CClientForm3(); // protected constructor used by dynamic creation
  27. DECLARE_DYNCREATE(CClientForm3)
  28. // Form Data
  29. public:
  30. //{{AFX_DATA(CClientForm3)
  31. enum { IDD = IDD_DLGClientForm3 };
  32. CComboBox m_comboresult;
  33. CTreeComboBox m_comboclerk;
  34. CComboBox m_combocheckcontent;
  35. CComboBox m_combo1;
  36. CSortListCtrl2 m_List1;
  37. CStatic m_static1;
  38. CString m_filter;
  39. CString m_checkcontent;
  40. CString m_clerk;
  41. CString m_result;
  42. CTime m_date1;
  43. CTime m_date2;
  44. CMSChart m_Chart3;
  45. int m_radio1;
  46. //}}AFX_DATA
  47. // Attributes
  48. public:
  49. // Operations
  50. public:
  51. void RefChert();
  52. void GetData();
  53. void FillGrid();
  54. // Overrides
  55. // ClassWizard generated virtual function overrides
  56. //{{AFX_VIRTUAL(CClientForm3)
  57. public:
  58. virtual void OnInitialUpdate();
  59. virtual BOOL PreTranslateMessage(MSG* pMsg);
  60. protected:
  61. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  62. //}}AFX_VIRTUAL
  63. // Implementation
  64. protected:
  65. virtual ~CClientForm3();
  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(CClientForm3)
  72. afx_msg void OnBUTclose();
  73. afx_msg void OnButton1();
  74. afx_msg void OnRadio1();
  75. afx_msg void OnRadio2();
  76. afx_msg void OnRadio9();
  77. afx_msg void OnDblClickMschart3();
  78. DECLARE_EVENTSINK_MAP()
  79. //}}AFX_MSG
  80. DECLARE_MESSAGE_MAP()
  81. public:
  82. afx_msg void OnBnClickedOtherStatistics();
  83. };
  84. /////////////////////////////////////////////////////////////////////////////
  85. //{{AFX_INSERT_LOCATION}}
  86. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  87. #endif // !defined(AFX_CClientForm3_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)