TimeDlg.h
资源名称:PasRTDat.rar [点击查看]
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
源码类别:
能源行业(电力石油煤炭)
开发平台:
Visual C++
- // TimeDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CTimeDlg dialog
- class CTimeDlg : public CDialog
- {
- // Construction
- public:
- CTimeDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CTimeDlg)
- enum { IDD = IDD_DIALOG_SETTIME };
- int m_nDay;
- int m_nHour;
- int m_nMinute;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTimeDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CTimeDlg)
- virtual void OnOK();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };