Page3.h
Upload User: bjvcxy
Upload Date: 2021-05-06
Package Size: 2054k
Code Size: 1k
Development Platform:

Visual C++

  1. #if !defined(AFX_PAGE3_H__6AFEEA01_ABF0_11D6_8649_0088CC174723__INCLUDED_)
  2. #define AFX_PAGE3_H__6AFEEA01_ABF0_11D6_8649_0088CC174723__INCLUDED_
  3. #include "LeaveRS.h"
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // Page3.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPage3 dialog
  11. class CPage3 : public CPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CPage3)
  14. // Construction
  15. public:
  16. void UpdateList(CLeaveRS& rs);
  17. CPage3();
  18. ~CPage3();
  19. // Dialog Data
  20. //{{AFX_DATA(CPage3)
  21. enum { IDD = IDD_PROPPAGE_3 };
  22. CListCtrl m_cList;
  23. CString m_strSTime;
  24. CString m_strETime;
  25. CString m_strReason;
  26. CString m_strPersonID;
  27. CString m_strPersonName;
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generate virtual function overrides
  31. //{{AFX_VIRTUAL(CPage3)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CPage3)
  39. afx_msg void OnChangeEdtLeavePersonid();
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnBtnLeaveAdd();
  42. afx_msg void OnBtnLeaveDeleteattend();
  43. afx_msg void OnBtnLeaveSeekio();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_PAGE3_H__6AFEEA01_ABF0_11D6_8649_0088CC174723__INCLUDED_)