Satisfaction.h 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. #if !defined(AFX_Satisfaction_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_Satisfaction_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Satisfaction.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // Satisfaction form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. #include "TreeComboBox.h"
  15. class Satisfaction : public MyFormView
  16. {
  17. CArray<CStringArray, CStringArray>m_List1array;
  18. CArray<CStringArray, CStringArray>m_List1arrayBak;
  19. protected:
  20. Satisfaction(); // protected constructor used by dynamic creation
  21. DECLARE_DYNCREATE(Satisfaction)
  22. // Form Data
  23. public:
  24. //{{AFX_DATA(Satisfaction)
  25. enum { IDD = IDD_DLGSatisfaction };
  26. CComboBox m_combo1;
  27. CSortListCtrl2 m_List1;
  28. CStatic m_static1;
  29. CString m_filter;
  30. int m_radio1;
  31. int m_radio2;
  32. int m_radio3;
  33. int m_radio4;
  34. int m_radio5;
  35. int m_radio6;
  36. int m_radio7;
  37. CString m_bz5;
  38. //}}AFX_DATA
  39. // Attributes
  40. public:
  41. // Operations
  42. public:
  43. void GetData();
  44. void FillGrid();
  45. // Overrides
  46. // ClassWizard generated virtual function overrides
  47. //{{AFX_VIRTUAL(Satisfaction)
  48. public:
  49. virtual void OnInitialUpdate();
  50. virtual BOOL PreTranslateMessage(MSG* pMsg);
  51. protected:
  52. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  53. //}}AFX_VIRTUAL
  54. // Implementation
  55. protected:
  56. virtual ~Satisfaction();
  57. #ifdef _DEBUG
  58. virtual void AssertValid() const;
  59. virtual void Dump(CDumpContext& dc) const;
  60. #endif
  61. // Generated message map functions
  62. //{{AFX_MSG(Satisfaction)
  63. afx_msg void OnBUTclose();
  64. afx_msg void OnButton1();
  65. afx_msg void OnButton3();
  66. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  67. afx_msg void OnButton4();
  68. //}}AFX_MSG
  69. DECLARE_MESSAGE_MAP()
  70. };
  71. /////////////////////////////////////////////////////////////////////////////
  72. //{{AFX_INSERT_LOCATION}}
  73. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  74. #endif // !defined(AFX_Satisfaction_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)