www.pudn.com > VPNClient-Source.rar > DialogEdit.h


#if !defined(AFX_DIALOGEDIT_H__D67D32C9_2254_434B_8C6A_F0E50722CBE6__INCLUDED_) 
#define AFX_DIALOGEDIT_H__D67D32C9_2254_434B_8C6A_F0E50722CBE6__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// DialogEdit.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CDialogEdit dialog 
 
class CDialogEdit : public CDialog 
{ 
// Construction 
public: 
	CDialogEdit(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDialogEdit) 
	enum { IDD = IDD_EDIT }; 
	CString	m_Description; 
	CString	m_Host; 
	CString	m_Password; 
	CString	m_UserName; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDialogEdit) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CDialogEdit) 
	afx_msg void OnClose(); 
	afx_msg void OnConfirm(); 
	afx_msg void OnChangeHost(); 
	afx_msg void OnChangeUsername(); 
	afx_msg void OnChangePassword(); 
	afx_msg void OnChangeDescription(); 
	virtual BOOL OnInitDialog(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
private: 
	void CheckInput();	 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DIALOGEDIT_H__D67D32C9_2254_434B_8C6A_F0E50722CBE6__INCLUDED_)