ChooseTimeDlg.h
上传用户:yffx2008
上传日期:2014-10-12
资源大小:12414k
文件大小:1k
- #if !defined(AFX_CHOOSETIMEDLG_H__4AE7C1A1_BDF1_11D8_8937_000EA6985A47__INCLUDED_)
- #define AFX_CHOOSETIMEDLG_H__4AE7C1A1_BDF1_11D8_8937_000EA6985A47__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ChooseTimeDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CChooseTimeDlg dialog
- class CChooseTimeDlg : public CDialog
- {
- // Construction
- public:
- CChooseTimeDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CChooseTimeDlg)
- enum { IDD = IDD_CHOOSE_TIME };
- CString m_strMonitorTimeSpan;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CChooseTimeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CChooseTimeDlg)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CHOOSETIMEDLG_H__4AE7C1A1_BDF1_11D8_8937_000EA6985A47__INCLUDED_)