📄 viewpropertysheet.h
字号:
#if !defined(AFX_VIEWPROPERTYSHEET_H__43A9176D_1AFE_11D8_84D2_FEB56A9BFD34__INCLUDED_)
#define AFX_VIEWPROPERTYSHEET_H__43A9176D_1AFE_11D8_84D2_FEB56A9BFD34__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ViewPropertySheet.h : header file
//
#include "PropPage.h"
/////////////////////////////////////////////////////////////////////////////
// CViewPropertySheet
class CViewPropertySheet : public CPropertySheet
{
DECLARE_DYNAMIC(CViewPropertySheet)
// Construction
public:
CViewPropertySheet(/*UINT nIDCaption,*/ CWnd* pParentWnd = NULL/*, UINT iSelectPage = 0*/);
// CViewPropertySheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// Operations
public:
CPropPage1 m_pageMy[16];
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CViewPropertySheet)
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CViewPropertySheet();
// Generated message map functions
protected:
//{{AFX_MSG(CViewPropertySheet)
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VIEWPROPERTYSHEET_H__43A9176D_1AFE_11D8_84D2_FEB56A9BFD34__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -