RegModeDlg.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_REGMODEDLG_H__139045C9_A391_46E0_8245_30E942D0382D__INCLUDED_)
  12. #define AFX_REGMODEDLG_H__139045C9_A391_46E0_8245_30E942D0382D__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // RegModeDlg.h : header file
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CRegModeDlg dialog
  20. class CRegModeDlg : public CPropertyPage
  21. {
  22. DECLARE_DYNCREATE(CRegModeDlg)
  23. // Construction
  24. public:
  25. CRegModeDlg();
  26. ~CRegModeDlg();
  27. void enableControls(BOOL enable = TRUE);
  28. // Dialog Data
  29. //{{AFX_DATA(CRegModeDlg)
  30. enum { IDD = IDD_REG_MODE };
  31. int m_mode;
  32. UINT m_uin;
  33. CString m_passwd;
  34. //}}AFX_DATA
  35. // Overrides
  36. // ClassWizard generate virtual function overrides
  37. //{{AFX_VIRTUAL(CRegModeDlg)
  38. public:
  39. virtual BOOL OnSetActive();
  40. virtual LRESULT OnWizardNext();
  41. protected:
  42. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  43. //}}AFX_VIRTUAL
  44. // Implementation
  45. protected:
  46. // Generated message map functions
  47. //{{AFX_MSG(CRegModeDlg)
  48. afx_msg void OnNewUin();
  49. afx_msg void OnExistingUin();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_REGMODEDLG_H__139045C9_A391_46E0_8245_30E942D0382D__INCLUDED_)