www.pudn.com > dialogreg.rar > dialogregDlg.h


// dialogregDlg.h : header file 
// 
 
#if !defined(AFX_DIALOGREGDLG_H__BBFBFE83_43DD_4D97_9EB0_92616740C7CC__INCLUDED_) 
#define AFX_DIALOGREGDLG_H__BBFBFE83_43DD_4D97_9EB0_92616740C7CC__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CDialogregDlg dialog 
 
class CDialogregDlg : public CDialog 
{ 
// Construction 
public: 
	CDialogregDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDialogregDlg) 
	enum { IDD = IDD_DIALOGREG_DIALOG }; 
	CEdit	m_Edit2; 
	CEdit	m_Edit1; 
	CButton	m_OK; 
	CButton	m_Cancel; 
	CString	m_Name; 
	CString	m_Password; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDialogregDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CDialogregDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void OnOkButton(); 
	afx_msg void OnCancelbutton(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DIALOGREGDLG_H__BBFBFE83_43DD_4D97_9EB0_92616740C7CC__INCLUDED_)