SetLoginTime.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #if !defined(AFX_SetLoginTime_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)
  2. #define AFX_SetLoginTime_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SetLoginTime.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // SetLoginTime dialog
  10. class SetLoginTime : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void FillGrid();
  15. SetLoginTime(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(SetLoginTime)
  18. enum { IDD = IDD_DLGSetLoginTime };
  19. CSortListCtrl2 m_List1;
  20. CString m_name;
  21. CString m_time1;
  22. CString m_time2;
  23. CString m_time3;
  24. CString m_time4;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(SetLoginTime)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(SetLoginTime)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnBUTadd();
  38. afx_msg void OnBUTdel();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_SetLoginTime_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)