www.pudn.com > warsrc.rar > IPextDlg.h


// IPextDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CIPextDlg dialog 
 
class FakeCIPchkExt : public COptions 
{ 
public: 
	int		m_ConnectionDelay; 
	int		m_MaxPasswdRetries; 
	int		m_PasswdRetryDelay; 
	int		m_MaxPasswdHacks; 
	int		m_HackDely; 
}; 
 
class CIPextDlg : public CPropertyPage, public FakeCIPchkExt 
{ 
	DECLARE_DYNCREATE(CIPextDlg) 
 
// Construction 
public: 
	CIPextDlg(); 
	~CIPextDlg(); 
 
// Dialog Data 
	//{{AFX_DATA(CIPextDlg) 
	enum { IDD = IDD_IPSECTAB }; 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CIPextDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	// Generated message map functions 
	//{{AFX_MSG(CIPextDlg) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
};