RegistryDlg.h
上传用户:hysujiao87
上传日期:2007-12-02
资源大小:156k
文件大小:1k
源码类别:

ICQ/即时通讯

开发平台:

C/C++

  1. #if !defined(AFX_REGISTRYDLG_H__F042C1A0_9264_11D6_9C0E_0080C8F72DA3__INCLUDED_)
  2. #define AFX_REGISTRYDLG_H__F042C1A0_9264_11D6_9C0E_0080C8F72DA3__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RegistryDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRegistryDlg dialog
  10. class CRegistryDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRegistryDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CRegistryDlg)
  17. enum { IDD = IDD_REGISTER };
  18. CString _userID;
  19. CString _password;
  20. CString _confirmPassowrd;
  21. CString _nickname;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CRegistryDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CRegistryDlg)
  33. // NOTE: the ClassWizard will add member functions here
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. public:
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_REGISTRYDLG_H__F042C1A0_9264_11D6_9C0E_0080C8F72DA3__INCLUDED_)