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

Visual C++

  1. #if !defined(AFX_ATTDLG_H__678D0382_ABEA_11D6_8649_0088CC174723__INCLUDED_)
  2. #define AFX_ATTDLG_H__678D0382_ABEA_11D6_8649_0088CC174723__INCLUDED_
  3. #include "Page1.h" // Added by ClassView
  4. #include "Page2.h" // Added by ClassView
  5. #include "Page3.h" // Added by ClassView
  6. #include "Page4.h" // Added by ClassView
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // AttDlg.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CAttDlg dialog
  14. class CAttDlg : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CPage1 m_Page1; // 出勤页
  19. CPage2 m_Page2; // 加班页
  20. CPage3 m_Page3; // 请假页
  21. CPage4 m_Page4; // 出差页
  22. CPropertySheet m_Sheet;
  23. CAttDlg(CWnd* pParent = NULL);   // standard constructor
  24. // Dialog Data
  25. //{{AFX_DATA(CAttDlg)
  26. enum { IDD = IDD_DLG_ATTENDANCE };
  27. CTime m_StartTime;
  28. CTime m_EndTime;
  29. CString m_strPersonID;
  30. CString m_strName;
  31. BOOL m_bSeekbyperson;
  32. BOOL m_bSeekbytime;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CAttDlg)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. // Generated message map functions
  43. //{{AFX_MSG(CAttDlg)
  44. virtual BOOL OnInitDialog();
  45. afx_msg void OnChangeEdtSeekpersonid();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_ATTDLG_H__678D0382_ABEA_11D6_8649_0088CC174723__INCLUDED_)