www.pudn.com > CraftFTP_gb.rar > ConnectWizardPage1.h


#if !defined(AFX_CONNECTWIZARDPAGE1_H__36A14E7A_533D_4642_A0BF_296DB4285BDC__INCLUDED_) 
#define AFX_CONNECTWIZARDPAGE1_H__36A14E7A_533D_4642_A0BF_296DB4285BDC__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ConnectWizardPage1.h : header file 
// 
 
#include "PropertyPageExt.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CConnectWizardPage1 dialog 
 
class CConnectWizardPage1 : public CPropertyPageExt 
{ 
	DECLARE_DYNCREATE(CConnectWizardPage1) 
 
// Construction 
public: 
	CConnectWizardPage1(); 
	~CConnectWizardPage1(); 
 
// Dialog Data 
	//{{AFX_DATA(CConnectWizardPage1) 
	enum { IDD = IDD_CONNECT_PAGE1 }; 
		// NOTE - ClassWizard will add data members here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generate virtual function overrides 
	//{{AFX_VIRTUAL(CConnectWizardPage1) 
	public: 
	virtual BOOL OnSetActive(); 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	static const DWORD m_nHelpIDs[]; 
	virtual const DWORD* GetHelpIDs() {return m_nHelpIDs;} 
 
	// Generated message map functions 
	//{{AFX_MSG(CConnectWizardPage1) 
		// NOTE: the ClassWizard will add member functions here 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_CONNECTWIZARDPAGE1_H__36A14E7A_533D_4642_A0BF_296DB4285BDC__INCLUDED_)