ClientForm2.h 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. #if !defined(AFX_CClientForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_CClientForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // CClientForm2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CClientForm2 form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. #include "TreeComboBox.h"
  15. class CClientForm2 : public MyFormView
  16. {
  17. CString m_autoid;
  18. CArray<CStringArray, CStringArray>m_List1array;
  19. CArray<CStringArray, CStringArray>m_List1arrayBak;
  20. protected:
  21. CClientForm2(); // protected constructor used by dynamic creation
  22. DECLARE_DYNCREATE(CClientForm2)
  23. // Form Data
  24. public:
  25. //{{AFX_DATA(CClientForm2)
  26. enum { IDD = IDD_DLGClientForm2 };
  27. CComboBox m_comboresult;
  28. CDateEdit m_datectrl;
  29. CComboBox m_combouseqq;
  30. CTreeComboBox m_comboclerk;
  31. CComboBox m_combocheckcontent;
  32. CComboBox m_combofrom;
  33. CComboBox m_combo1;
  34. CSortListCtrl2 m_List1;
  35. CStatic m_static1;
  36. CString m_filter;
  37. CString m_from;
  38. CString m_checkcontent;
  39. CString m_clientqq;
  40. CString m_contact;
  41. CString m_clerk;
  42. CString m_useqq;
  43. CString m_date;
  44. CString m_time;
  45. CString m_question;
  46. CString m_solution;
  47. CString m_result;
  48. //}}AFX_DATA
  49. // Attributes
  50. public:
  51. // Operations
  52. public:
  53. void GetData();
  54. void FillGrid();
  55. // Overrides
  56. // ClassWizard generated virtual function overrides
  57. //{{AFX_VIRTUAL(CClientForm2)
  58. public:
  59. virtual void OnInitialUpdate();
  60. virtual BOOL PreTranslateMessage(MSG* pMsg);
  61. protected:
  62. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  63. //}}AFX_VIRTUAL
  64. // Implementation
  65. protected:
  66. virtual ~CClientForm2();
  67. #ifdef _DEBUG
  68. virtual void AssertValid() const;
  69. virtual void Dump(CDumpContext& dc) const;
  70. #endif
  71. // Generated message map functions
  72. //{{AFX_MSG(CClientForm2)
  73. afx_msg void OnBUTclose();
  74. afx_msg void OnButton1();
  75. afx_msg void OnButton2();
  76. afx_msg void OnButton3();
  77. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  78. afx_msg void OnButton4();
  79. afx_msg void OnCloseupCOMBOcheckcontent();
  80. //}}AFX_MSG
  81. DECLARE_MESSAGE_MAP()
  82. };
  83. /////////////////////////////////////////////////////////////////////////////
  84. //{{AFX_INSERT_LOCATION}}
  85. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  86. #endif // !defined(AFX_CClientForm2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)