📄 mypropertysheet3.h
字号:
// MyPropertySheet3.h : header file
//
// This class defines custom modal property sheet
// CMyPropertySheet3.
#ifndef __MYPROPERTYSHEET3_H__
#define __MYPROPERTYSHEET3_H__
#include "QueryDecState.h"
/////////////////////////////////////////////////////////////////////////////
// CMyPropertySheet3
class CMyPropertySheet3 : public CPropertySheet
{
DECLARE_DYNAMIC(CMyPropertySheet3)
// Construction
public:
CMyPropertySheet3(CWnd* pWndParent = NULL);
// Attributes
public:
CQueryDecState m_Page1;
CUpdateDecFile m_Page2;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyPropertySheet3)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMyPropertySheet3();
// Generated message map functions
protected:
//{{AFX_MSG(CMyPropertySheet3)
// NOTE - the ClassWizard will add and remove member functions here.
virtual BOOL OnInitDialog();
virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
#endif // __MYPROPERTYSHEET3_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -