#if !defined(AFX_SetLoginTime_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_) #define AFX_SetLoginTime_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SetLoginTime.h : header file // ///////////////////////////////////////////////////////////////////////////// // SetLoginTime dialog class SetLoginTime : public CDialog { // Construction public: void FillGrid(); SetLoginTime(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(SetLoginTime) enum { IDD = IDD_DLGSetLoginTime }; CSortListCtrl2 m_List1; CString m_name; CString m_time1; CString m_time2; CString m_time3; CString m_time4; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(SetLoginTime) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(SetLoginTime) virtual BOOL OnInitDialog(); afx_msg void OnBUTadd(); afx_msg void OnBUTdel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SetLoginTime_H__2D3CAAB5_345F_46E3_ADC6_2D8D9B7AB66B__INCLUDED_)