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

📄 demopsheet.h

📁 < MFC经典问答>>是微软类库经常遇到的问题
💻 H
字号:
#pragma once

// DemoPSheet.h : header file
//

#include "CoordsPPage.h"
#include "ShapePPage.h"

class CDrawDoc;		// Forward declaration

/////////////////////////////////////////////////////////////////////////////
// CDemoPSheet

class CDemoPSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CDemoPSheet)

// Construction
public:
	CDemoPSheet(CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:
	CCoordsPPage m_CoordsPPage;
	CShapePPage m_ShapePPage;

// Operations
public:

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

// Implementation
public:
	virtual ~CDemoPSheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(CDemoPSheet)
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

⌨️ 快捷键说明

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