www.pudn.com > ManyControl.rar > MyWizardPage1.h
// MyWizardPage1.h : header file
//
#ifndef __MYWIZARDPAGE1_H__
#define __MYWIZARDPAGE1_H__
/////////////////////////////////////////////////////////////////////////////
// CMyWizardPage1 dialog
class CMyWizardPage1 : public CPropertyPage
{
DECLARE_DYNCREATE(CMyWizardPage1)
// Construction
public:
CMyWizardPage1();
~CMyWizardPage1();
// Dialog Data
//{{AFX_DATA(CMyWizardPage1)
enum { IDD = IDD_WIZARD_PAGE1 };
CScrollBar m_VScrollbar;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMyWizardPage1)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyWizardPage1)
virtual BOOL OnInitDialog();
afx_msg void OnVScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CMyWizardPage2 dialog
class CMyWizardPage2 : public CPropertyPage
{
DECLARE_DYNCREATE(CMyWizardPage2)
// Construction
public:
CMyWizardPage2();
~CMyWizardPage2();
// Dialog Data
//{{AFX_DATA(CMyWizardPage2)
enum { IDD = IDD_WIZARD_PAGE2 };
CProgressCtrl m_Progress;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMyWizardPage2)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyWizardPage2)
virtual BOOL OnInitDialog();
afx_msg void OnButtonProgress();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CMyWizardPage3 dialog
class CMyWizardPage3 : public CPropertyPage
{
DECLARE_DYNCREATE(CMyWizardPage3)
// Construction
public:
CMyWizardPage3();
~CMyWizardPage3();
// Dialog Data
//{{AFX_DATA(CMyWizardPage3)
enum { IDD = IDD_WIZARD_PAGE3 };
CSliderCtrl m_Slider;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMyWizardPage3)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyWizardPage3)
virtual BOOL OnInitDialog();
afx_msg void OnButtonSlider();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CMyWizardPage4 dialog
class CMyWizardPage4 : public CPropertyPage
{
DECLARE_DYNCREATE(CMyWizardPage4)
// Construction
public:
CMyWizardPage4();
~CMyWizardPage4();
// Dialog Data
//{{AFX_DATA(CMyWizardPage4)
enum { IDD = IDD_WIZARD_PAGE4 };
CAnimateCtrl m_Animate;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CMyWizardPage4)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyWizardPage4)
virtual BOOL OnInitDialog();
afx_msg void OnButtonPlay();
afx_msg void OnButtonStop();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CMyWizardPage5 dialog
class CMyWizardPage5 : public CPropertyPage
{
DECLARE_DYNCREATE(CMyWizardPage5)
// Construction
public:
CMyWizardPage5();
~CMyWizardPage5();
// Dialog Data
//{{AFX_DATA(CMyWizardPage5)
enum { IDD = IDD_WIZARD_PAGE5 };
// 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(CMyWizardPage5)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMyWizardPage5)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // __MYWIZARDPAGE1_H__