EmployeeMsg.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #if !defined(AFX_EmployeeMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_EmployeeMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // EmployeeMsg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // EmployeeMsg form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. class EmployeeMsg : public MyFormView // Ô±¹¤¶ÌÐÅ; ÓÐȺ·¢¹¦ÄÜ;
  14. {
  15. protected:
  16. EmployeeMsg(); // protected constructor used by dynamic creation
  17. DECLARE_DYNCREATE(EmployeeMsg)
  18. // Form Data
  19. public:
  20. //{{AFX_DATA(EmployeeMsg)
  21. enum { IDD = IDD_DLGEmployeeMsg };
  22. CSortListCtrl2 m_List1;
  23. CStatic m_static1;
  24. //}}AFX_DATA
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. void FillGrid();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(EmployeeMsg)
  33. public:
  34. virtual void OnInitialUpdate();
  35. virtual BOOL PreTranslateMessage(MSG* pMsg);
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. virtual ~EmployeeMsg();
  42. #ifdef _DEBUG
  43. virtual void AssertValid() const;
  44. virtual void Dump(CDumpContext& dc) const;
  45. #endif
  46. // Generated message map functions
  47. //{{AFX_MSG(EmployeeMsg)
  48. afx_msg void OnBUTclose();
  49. afx_msg void OnButton2();
  50. afx_msg void OnButton3();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. /////////////////////////////////////////////////////////////////////////////
  55. //{{AFX_INSERT_LOCATION}}
  56. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  57. #endif // !defined(AFX_EmployeeMsg_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)