TimeDlg.h
上传用户:shtiemo
上传日期:2017-12-29
资源大小:163k
文件大小:1k
开发平台:

Visual C++

  1. // TimeDlg.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CTimeDlg dialog
  5. class CTimeDlg : public CDialog
  6. {
  7. // Construction
  8. public:
  9. CTimeDlg(CWnd* pParent = NULL);   // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CTimeDlg)
  12. enum { IDD = IDD_DIALOG_SETTIME };
  13. int m_nDay;
  14. int m_nHour;
  15. int m_nMinute;
  16. //}}AFX_DATA
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CTimeDlg)
  20. protected:
  21. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. // Generated message map functions
  26. //{{AFX_MSG(CTimeDlg)
  27. virtual void OnOK();
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };