#if !defined(AFX_SETLOGINBAN_H__0600492F_1C0D_4963_A72E_E979A6C488FB__INCLUDED_) #define AFX_SETLOGINBAN_H__0600492F_1C0D_4963_A72E_E979A6C488FB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // SetLoginBan.h : header file // ///////////////////////////////////////////////////////////////////////////// // SetLoginBan dialog #include "ComboListCtrl4.h" class SetLoginBan : public CDialog { int m_pos; CString m_scurdate; // Construction public: void ShowLoginData(); void GetTimeRange(); SetLoginBan(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(SetLoginBan) enum { IDD = IDD_DLGSetLoginBan }; CComboBoxListCtrl4 m_List1; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(SetLoginBan) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(SetLoginBan) virtual BOOL OnInitDialog(); afx_msg void OnButton1(); afx_msg void OnButton2(); virtual void OnOK(); afx_msg void OnButton3(); afx_msg void OnButton4(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SETLOGINBAN_H__0600492F_1C0D_4963_A72E_E979A6C488FB__INCLUDED_)