RegBasicDlg.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_REGBASICDLG_H__558DF5A4_F799_4B52_B28A_2F8ED999A38E__INCLUDED_)
  12. #define AFX_REGBASICDLG_H__558DF5A4_F799_4B52_B28A_2F8ED999A38E__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // RegBasicDlg.h : header file
  17. //
  18. #include "PicComboBox.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CRegBasicDlg dialog
  21. class CRegBasicDlg : public CPropertyPage
  22. {
  23. DECLARE_DYNCREATE(CRegBasicDlg)
  24. // Construction
  25. public:
  26. CRegBasicDlg();
  27. ~CRegBasicDlg();
  28. // Dialog Data
  29. //{{AFX_DATA(CRegBasicDlg)
  30. enum { IDD = IDD_REG_BASIC };
  31. CPicComboBox m_cmbPic;
  32. CString m_province;
  33. CString m_city;
  34. CString m_country;
  35. int m_gender;
  36. CString m_passwd;
  37. CString m_passwdAgain;
  38. int m_age;
  39. CString m_nick;
  40. int m_pic;
  41. //}}AFX_DATA
  42. // Overrides
  43. // ClassWizard generate virtual function overrides
  44. //{{AFX_VIRTUAL(CRegBasicDlg)
  45. public:
  46. virtual BOOL OnSetActive();
  47. virtual LRESULT OnWizardNext();
  48. protected:
  49. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  50. //}}AFX_VIRTUAL
  51. // Implementation
  52. protected:
  53. // Generated message map functions
  54. //{{AFX_MSG(CRegBasicDlg)
  55. virtual BOOL OnInitDialog();
  56. //}}AFX_MSG
  57. DECLARE_MESSAGE_MAP()
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_REGBASICDLG_H__558DF5A4_F799_4B52_B28A_2F8ED999A38E__INCLUDED_)