ClientForm3.h 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. };
  82. /////////////////////////////////////////////////////////////////////////////
  83. //{{AFX_INSERT_LOCATION}}
  84. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  85. #endif // !defined(AFX_CClientForm3_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)