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

📄 wzdsheet.h

📁 《vc++扩展编程实例》源码。运用Visual C++ 5.0或6.0的高级编程技巧
💻 H
字号:
#if !defined(AFX_WZDSHEET_H__A846F4D6_ECA0_11D1_A18D_DCB3C85EBD34__INCLUDED_)
#define AFX_WZDSHEET_H__A846F4D6_ECA0_11D1_A18D_DCB3C85EBD34__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// WzdSheet.h : header file
//

class CWzdSheet;
class CPage1;
class CPage2;
class CPage3;
#include "Page1.h"
#include "Page2.h"
#include "Page3.h"

/////////////////////////////////////////////////////////////////////////////
// CWzdSheet

class CWzdSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CWzdSheet)

// Construction
public:
	CWzdSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
	CWzdSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:
	CPage1 m_Page1;
	CPage2 m_Page2;
	CPage3 m_Page3;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CWzdSheet)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CWzdSheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(CWzdSheet)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_WZDSHEET_H__A846F4D6_ECA0_11D1_A18D_DCB3C85EBD34__INCLUDED_)

⌨️ 快捷键说明

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