Satisfaction.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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
  6. #ifndef __AFXEXT_H__
  7. #include <afxext.h>
  8. #endif
  9. #include "MyFormView.h"
  10. #include "TreeComboBox.h"
  11. // 满意度视图窗口;
  12. class Satisfaction : public MyFormView
  13. {
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. CArray<CStringArray, CStringArray>m_List1arrayBak;
  16. protected:
  17. Satisfaction(); // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(Satisfaction)
  19. public:
  20. enum { IDD = IDD_DLGSatisfaction };
  21. CComboBox m_combo1;
  22. CSortListCtrl2 m_List1;
  23. CStatic m_static1;
  24. CString m_filter;
  25. int m_radio1; // 接待
  26. int m_radio2; // 化妆
  27. int m_radio3; // 摄影
  28. int m_radio4; // 数码
  29. int m_radio5; // 选片
  30. int m_radio6; // 进度
  31. int m_radio7; // 产品
  32. int m_radio8; // 设计
  33. // 旧值;
  34. int m_oradio1; // 接待
  35. int m_oradio2; // 化妆
  36. int m_oradio3; // 摄影
  37. int m_oradio4; // 数码
  38. int m_oradio5; // 选片
  39. int m_oradio6; // 进度
  40. int m_oradio7; // 产品
  41. int m_oradio8; // 设计
  42. CString m_obz5;
  43. CString m_bz5;
  44. public:
  45. // Operations
  46. public:
  47. void GetData();
  48. void FillGrid();
  49. virtual void OnInitialUpdate();
  50. virtual BOOL PreTranslateMessage(MSG* pMsg);
  51. protected:
  52. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  53. protected:
  54. virtual ~Satisfaction();
  55. #ifdef _DEBUG
  56. virtual void AssertValid() const;
  57. virtual void Dump(CDumpContext& dc) const;
  58. #endif
  59. afx_msg void OnBUTclose();
  60. afx_msg void OnButton1();
  61. afx_msg void OnButton3();
  62. afx_msg void OnClickList2(NMHDR* pNMHDR, LRESULT* pResult);
  63. afx_msg void OnButton4();
  64. DECLARE_MESSAGE_MAP()
  65. };
  66. #endif