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