TimeLimitDlg.h
上传用户:qzzxgm
上传日期:2009-12-14
资源大小:1882k
文件大小:1k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // TimeLimitDlg.h : header file
  2. //
  3. #if !defined(AFX_TIMELIMITDLG_H__2DB3BA5B_5CBB_4CBC_8158_BFF766115A3E__INCLUDED_)
  4. #define AFX_TIMELIMITDLG_H__2DB3BA5B_5CBB_4CBC_8158_BFF766115A3E__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTimeLimitDlg dialog
  10. class CTimeLimitDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CTimeLimitDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CTimeLimitDlg)
  17. enum { IDD = IDD_TIMELIMIT_DIALOG };
  18. //}}AFX_DATA
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CTimeLimitDlg)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. HICON m_hIcon;
  27. // Generated message map functions
  28. //{{AFX_MSG(CTimeLimitDlg)
  29. virtual BOOL OnInitDialog();
  30. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  31. afx_msg void OnPaint();
  32. afx_msg HCURSOR OnQueryDragIcon();
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_TIMELIMITDLG_H__2DB3BA5B_5CBB_4CBC_8158_BFF766115A3E__INCLUDED_)