www.pudn.com > QQ2004_Source_0.01.rar > RegistryDlg.h


#if !defined(AFX_REGISTRYDLG_H__F042C1A0_9264_11D6_9C0E_0080C8F72DA3__INCLUDED_) 
#define AFX_REGISTRYDLG_H__F042C1A0_9264_11D6_9C0E_0080C8F72DA3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// RegistryDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CRegistryDlg dialog 
 
class CRegistryDlg : public CDialog 
{ 
// Construction 
public: 
	CRegistryDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CRegistryDlg) 
	enum { IDD = IDD_REGISTER }; 
	CString	_userID; 
	CString	_password; 
	CString _confirmPassowrd; 
	CString	_nickname; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CRegistryDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CRegistryDlg) 
		// NOTE: the ClassWizard will add member functions here 
		virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
public: 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_REGISTRYDLG_H__F042C1A0_9264_11D6_9C0E_0080C8F72DA3__INCLUDED_)