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