⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pages.h

📁 模拟电子课程的教学演示程序
💻 H
字号:
#if !defined(AFX_PAGES_H__F5DF6586_90AA_4DC5_BB8E_8E1CC569833E__INCLUDED_)
#define AFX_PAGES_H__F5DF6586_90AA_4DC5_BB8E_8E1CC569833E__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Pages.h : header file
//
#include "pagebase.h"
#include "xshadebutton.h"
/////////////////////////////////////////////////////////////////////////////
// CPage1 dialog

class CPage1 : public CPageBase
{
	DECLARE_DYNCREATE(CPage1)
// Construction
public:
	CPage1(CWnd* pParent = NULL);   // standard constructor
    
    CBitmap m_bmpBack;
	CSize m_BmpSize;
// Dialog Data
	//{{AFX_DATA(CPage1)
	enum { IDD = IDD_PAGE1 };
	CxShadeButton	m_Btn112;
	CxShadeButton	m_Btn111;
	CxShadeButton	m_Btn110;
	CxShadeButton	m_Btn19;
	CxShadeButton	m_Btn18;
	CxShadeButton	m_Btn17;
	CxShadeButton	m_Btn16;
	CxShadeButton	m_Btn15;
	CxShadeButton	m_Btn14;
	CxShadeButton	m_Btn13;
	CxShadeButton	m_Btn12;
	CxShadeButton	m_Btn11;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage1)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage1)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton11();
	afx_msg void OnButton12();
	afx_msg void OnButton13();
	afx_msg void OnButton14();
	afx_msg void OnButton15();
	afx_msg void OnButton16();
	afx_msg void OnButton17();
	afx_msg void OnButton18();
	afx_msg void OnButton19();
	afx_msg void OnButton110();
	afx_msg void OnButton111();
	afx_msg void OnButton112();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////
// CPage2 dialog

class CPage2 : public CPageBase
{
	DECLARE_DYNCREATE(CPage2)
// Construction
public:
	CPage2(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage2)
	enum { IDD = IDD_PAGE2 };
	CxShadeButton	m_Btn216;
	CxShadeButton	m_Btn29;
	CxShadeButton	m_Btn28;
	CxShadeButton	m_Btn215;
	CxShadeButton	m_Btn214;
	CxShadeButton	m_Btn211;
	CxShadeButton	m_Btn212;
	CxShadeButton	m_Btn213;
	CxShadeButton	m_Btn210;
	CxShadeButton	m_Btn27;
	CxShadeButton	m_Btn26;
	CxShadeButton	m_Btn25;
	CxShadeButton	m_Btn23;
	CxShadeButton	m_Btn24;
	CxShadeButton	m_Btn22;
	CxShadeButton	m_Btn21;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage2)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage2)
	virtual BOOL OnInitDialog();
	afx_msg void OnButton21();
	afx_msg void OnButton22();
	afx_msg void OnButton23();
	afx_msg void OnButton24();
	afx_msg void OnButton25();
	afx_msg void OnButton26();
	afx_msg void OnButton27();
	afx_msg void OnButton28();
	afx_msg void OnButton29();
	afx_msg void OnButton210();
	afx_msg void OnButton211();
	afx_msg void OnButton212();
	afx_msg void OnButton213();
	afx_msg void OnButton214();
	afx_msg void OnButton215();
	afx_msg void OnButton216();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage3 dialog

class CPage3 : public CPageBase
{
	DECLARE_DYNCREATE(CPage3)
// Construction
public:
	CPage3(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage3)
	enum { IDD = IDD_PAGE3 };
	CxShadeButton	m_Btn34;
	CxShadeButton	m_Btn33;
	CxShadeButton	m_Btn32;
	CxShadeButton	m_Btn31;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage3)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage3)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton31();
	afx_msg void OnButton32();
	afx_msg void OnButton33();
	afx_msg void OnButton34();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage4 dialog

class CPage4 : public CPageBase
{
	DECLARE_DYNCREATE(CPage4)
// Construction
public:
	CPage4(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage4)
	enum { IDD = IDD_PAGE4 };
	CxShadeButton	m_Btn48;
	CxShadeButton	m_Btn47;
	CxShadeButton	m_Btn46;
	CxShadeButton	m_Btn45;
	CxShadeButton	m_Btn44;
	CxShadeButton	m_Btn43;
	CxShadeButton	m_Btn42;
	CxShadeButton	m_Btn41;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage4)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage4)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton41();
	afx_msg void OnButton42();
	afx_msg void OnButton43();
	afx_msg void OnButton44();
	afx_msg void OnButton45();
	afx_msg void OnButton46();
	afx_msg void OnButton47();
	afx_msg void OnButton48();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage5 dialog

class CPage5 : public CPageBase
{
	DECLARE_DYNCREATE(CPage5)
// Construction
public:
	CPage5(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage5)
	enum { IDD = IDD_PAGE5 };
	CxShadeButton	m_Btn59;
	CxShadeButton	m_Btn58;
	CxShadeButton	m_Btn57;
	CxShadeButton	m_Btn56;
	CxShadeButton	m_Btn511;
	CxShadeButton	m_Btn510;
	CxShadeButton	m_Btn55;
	CxShadeButton	m_Btn54;
	CxShadeButton	m_Btn53;
	CxShadeButton	m_Btn52;
	CxShadeButton	m_Btn51;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage5)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage5)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton51();
	afx_msg void OnButton52();
	afx_msg void OnButton53();
	afx_msg void OnButton54();
	afx_msg void OnButton55();
	afx_msg void OnButton56();
	afx_msg void OnButton57();
	afx_msg void OnButton58();
	afx_msg void OnButton59();
	afx_msg void OnButton510();
	afx_msg void OnButton511();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage6 dialog

class CPage6 : public CPageBase
{
	DECLARE_DYNCREATE(CPage6)
// Construction
public:
	CPage6(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage6)
	enum { IDD = IDD_PAGE6 };
	CxShadeButton	m_Btn69;
	CxShadeButton	m_Btn68;
	CxShadeButton	m_Btn67;
	CxShadeButton	m_Btn66;
	CxShadeButton	m_Btn65;
	CxShadeButton	m_Btn64;
	CxShadeButton	m_Btn63;
	CxShadeButton	m_Btn62;
	CxShadeButton	m_Btn61;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage6)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage6)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton61();
	afx_msg void OnButton62();
	afx_msg void OnButton63();
	afx_msg void OnButton64();
	afx_msg void OnButton65();
	afx_msg void OnButton66();
	afx_msg void OnButton67();
	afx_msg void OnButton68();
	afx_msg void OnButton69();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage7 dialog

class CPage7 : public CPageBase
{
	DECLARE_DYNCREATE(CPage7)
// Construction
public:
	CPage7(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage7)
	enum { IDD = IDD_PAGE7 };
	CxShadeButton	m_Btn74;
	CxShadeButton	m_Btn73;
	CxShadeButton	m_Btn72;
	CxShadeButton	m_Btn71;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage7)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage7)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton71();
	afx_msg void OnButton72();
	afx_msg void OnButton73();
	afx_msg void OnButton74();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage8 dialog

class CPage8 : public CPageBase
{
	DECLARE_DYNCREATE(CPage8)
// Construction
public:
	CPage8(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage8)
	enum { IDD = IDD_PAGE8 };
	CxShadeButton	m_Btn88;
	CxShadeButton	m_Btn87;
	CxShadeButton	m_Btn86;
	CxShadeButton	m_Btn85;
	CxShadeButton	m_Btn84;
	CxShadeButton	m_Btn82;
	CxShadeButton	m_Btn83;
	CxShadeButton	m_Btn81;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage8)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage8)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton81();
	afx_msg void OnButton82();
	afx_msg void OnButton83();
	afx_msg void OnButton84();
	afx_msg void OnButton85();
	afx_msg void OnButton86();
	afx_msg void OnButton87();
	afx_msg void OnButton88();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage9 dialog

class CPage9 : public CPageBase
{
	DECLARE_DYNCREATE(CPage9)
// Construction
public:
	CPage9(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage9)
	enum { IDD = IDD_PAGE9 };
	CxShadeButton	m_Btn94;
	CxShadeButton	m_Btn93;
	CxShadeButton	m_Btn92;
	CxShadeButton	m_Btn91;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage9)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage9)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton91();
	afx_msg void OnButton92();
	afx_msg void OnButton93();
	afx_msg void OnButton94();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
// CPage10 dialog

class CPage10 : public CPageBase
{
	DECLARE_DYNCREATE(CPage10)
// Construction
public:
	CPage10(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CPage10)
	enum { IDD = IDD_PAGE10 };
	CxShadeButton	m_Btn107;
	CxShadeButton	m_Btn108;
	CxShadeButton	m_Btn106;
	CxShadeButton	m_Btn105;
	CxShadeButton	m_Btn103;
	CxShadeButton	m_Btn104;
	CxShadeButton	m_Btn102;
	CxShadeButton	m_Btn101;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPage10)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CPage10)
		virtual BOOL OnInitDialog();
	afx_msg void OnButton101();
	afx_msg void OnButton102();
	afx_msg void OnButton103();
	afx_msg void OnButton104();
	afx_msg void OnButton105();
	afx_msg void OnButton106();
	afx_msg void OnButton107();
	afx_msg void OnButton108();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_PAGES_H__F5DF6586_90AA_4DC5_BB8E_8E1CC569833E__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -