SalarySet2.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. #if !defined(AFX_SalarySet2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_SalarySet2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SalarySet2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SalarySet2 form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "MyFormView.h"
  14. class SalarySet2 : public MyFormView
  15. {
  16. CArray<CStringArray, CStringArray>m_List1array;
  17. protected:
  18. SalarySet2(); // protected constructor used by dynamic creation
  19. DECLARE_DYNCREATE(SalarySet2)
  20. // Form Data
  21. public:
  22. //{{AFX_DATA(SalarySet2)
  23. enum { IDD = IDD_DLGSalarySet2 };
  24. CComboBox m_combo1;
  25. CSortListCtrl2 m_List1;
  26. CStatic m_static1;
  27. CString m_filter;
  28. //}}AFX_DATA
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. void FillGrid();
  34. // Òþ²Ø¹Ë¿ÍÁªÏµµç»°;
  35. void HideCustomerPhone();
  36. // Overrides
  37. // ClassWizard generated virtual function overrides
  38. //{{AFX_VIRTUAL(SalarySet2)
  39. public:
  40. virtual void OnInitialUpdate();
  41. virtual BOOL PreTranslateMessage(MSG* pMsg);
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. virtual ~SalarySet2();
  48. #ifdef _DEBUG
  49. virtual void AssertValid() const;
  50. virtual void Dump(CDumpContext& dc) const;
  51. #endif
  52. // Generated message map functions
  53. //{{AFX_MSG(SalarySet2)
  54. afx_msg void OnBUTclose();
  55. afx_msg void OnButton1();
  56. afx_msg void OnSelchangeCombo1();
  57. afx_msg void OnTimer(UINT nIDEvent);
  58. afx_msg void OnButton2();
  59. //}}AFX_MSG
  60. DECLARE_MESSAGE_MAP()
  61. };
  62. /////////////////////////////////////////////////////////////////////////////
  63. //{{AFX_INSERT_LOCATION}}
  64. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  65. #endif // !defined(AFX_SalarySet2_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)