ConfigDlg.h
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Visual C++

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *   This program is free software; you can redistribute it and/or modify  *
  4.  *   it under the terms of the GNU General Public License as published by  *
  5.  *   the Free Software Foundation; either version 2 of the License, or     *
  6.  *   (at your option) any later version.                                   *
  7.  *                                                                         *
  8.  *   copyright            : (C) 2002 by Zhang Yong                         *
  9.  *   email                : z-yong163@163.com                              *
  10.  ***************************************************************************/
  11. #if !defined(AFX_CONFIGDLG_H__C9112F8F_EFB4_4DCA_B57F_90B20F1D27BA__INCLUDED_)
  12. #define AFX_CONFIGDLG_H__C9112F8F_EFB4_4DCA_B57F_90B20F1D27BA__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // ConfigDlg.h : header file
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CConfigDlg dialog
  20. class CConfigDlg : public CDialog
  21. {
  22. // Construction
  23. public:
  24. CConfigDlg(CWnd* pParent = NULL);   // standard constructor
  25. // Dialog Data
  26. //{{AFX_DATA(CConfigDlg)
  27. enum { IDD = IDD_CONFIG };
  28. BOOL m_enable;
  29. CString m_text;
  30. CTime m_time;
  31. CTime m_date;
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CConfigDlg)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CConfigDlg)
  43. // NOTE: the ClassWizard will add member functions here
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_CONFIGDLG_H__C9112F8F_EFB4_4DCA_B57F_90B20F1D27BA__INCLUDED_)