www.pudn.com > CraftFTP_gb.rar > ConnectWizard.h
#if !defined(AFX_CONNECTWIZARD_H__0B643DDD_D606_4953_AF12_51D2443E2B6F__INCLUDED_)
#define AFX_CONNECTWIZARD_H__0B643DDD_D606_4953_AF12_51D2443E2B6F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ConnectWizard.h : header file
//
#include "PropertySheetExt.h"
#include "ConnectWizardPage1.h"
#include "ConnectWizardPage2.h"
#include "ConnectWizardPage3.h"
#include "ConnectWizardPage4.h"
#include "ConnectWizardPage5.h"
#include "ConnectWizardPage6.h"
/////////////////////////////////////////////////////////////////////////////
// CConnectWizard
class CConnectWizardPage6;
class CConnectWizard : public CPropertySheetExt
{
DECLARE_DYNAMIC(CConnectWizard)
// Construction
public:
CConnectWizard(CWnd * pOwner, UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CConnectWizard(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// Operations
public:
CConnectWizardPage1 Page1;
CConnectWizardPage2 Page2;
CConnectWizardPage3 Page3;
CConnectWizardPage4 Page4;
CConnectWizardPage5 Page5;
CConnectWizardPage6 Page6;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CConnectWizard)
//}}AFX_VIRTUAL
private:
void CommonConstruct();
CWnd * m_pParent;
// Implementation
public:
virtual ~CConnectWizard();
void OnWizardFinish();
// Generated message map functions
protected:
//{{AFX_MSG(CConnectWizard)
// NOTE - the ClassWizard will add and remove 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_CONNECTWIZARD_H__0B643DDD_D606_4953_AF12_51D2443E2B6F__INCLUDED_)