RegCommDlg.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_REGCOMMDLG_H__CB7D4B0B_7D27_409A_BB5C_C04B01FF9F08__INCLUDED_)
  12. #define AFX_REGCOMMDLG_H__CB7D4B0B_7D27_409A_BB5C_C04B01FF9F08__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // RegCommDlg.h : header file
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CRegCommDlg dialog
  20. class CRegCommDlg : public CPropertyPage
  21. {
  22. DECLARE_DYNCREATE(CRegCommDlg)
  23. // Construction
  24. public:
  25. CRegCommDlg();
  26. ~CRegCommDlg();
  27. // Dialog Data
  28. //{{AFX_DATA(CRegCommDlg)
  29. enum { IDD = IDD_REG_COMM };
  30. CString m_address;
  31. CString m_email;
  32. CString m_tel;
  33. CString m_zipcode;
  34. //}}AFX_DATA
  35. // Overrides
  36. // ClassWizard generate virtual function overrides
  37. //{{AFX_VIRTUAL(CRegCommDlg)
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(CRegCommDlg)
  45. // NOTE: the ClassWizard will add member functions here
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_REGCOMMDLG_H__CB7D4B0B_7D27_409A_BB5C_C04B01FF9F08__INCLUDED_)