?? mypropertysheet.h
字號(hào):
#ifndef __MYPROPERTYSHEET_H__
#define __MYPROPERTYSHEET_H__
#include "MyPropertyPage1.h"
class CMyPropertySheet : public CPropertySheet
{
DECLARE_DYNCREATE(CMyPropertySheet)
public:
CMyPropertySheet(CWnd* pWndParent = NULL);
public:
CMyPropertyPage1 m_Page1;
CMyPropertyPage2 m_Page2;
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyPropertySheet)
//}}AFX_VIRTUAL
public:
virtual ~CMyPropertySheet();
virtual void PostNcDestroy();
protected:
//{{AFX_MSG(CMyPropertySheet)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // __MYPROPERTYSHEET_H__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -