📄 qrypropsheet.h
字号:
// QryPropSheet1.h : header file
//
// This class defines custom modal property sheet
// CQryPropSheet.
#ifndef __QRYPROPSHEET1_H__
#define __QRYPROPSHEET1_H__
#include "QryPropPage.h"
/////////////////////////////////////////////////////////////////////////////
// CQryPropSheet
class CQryPropSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CQryPropSheet)
// Construction
public:
CQryPropSheet(CWnd* pWndParent = NULL);
// Attributes
public:
CQryPropPage1 m_Page1;
CQryPropPage2 m_Page2;
CQryPropPage3 m_Page3;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CQryPropSheet)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CQryPropSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CQryPropSheet)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
#endif // __QRYPROPSHEET1_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -