📄 addsheet.h
字号:
#if !defined(AFX_ADDSHEET_H__B96569C0_4BC0_4A30_BEA5_C9E24B8A5BE6__INCLUDED_)
#define AFX_ADDSHEET_H__B96569C0_4BC0_4A30_BEA5_C9E24B8A5BE6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AddSheet.h : header file
//
#include "PropAdd1Page.h"
//#include "PropMaModePage.h"
#include "PropAdd2.h"
#include "propAdd3.h"
#include "PropAdd4.h"
/////////////////////////////////////////////////////////////////////////////
// CAddSheet
class CAddSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CAddSheet)
// Construction
public:
CAddSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CAddSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// CPropMaModePage m_MaMode;
CPropAdd1Page m_addPage1;
CPropAdd2 m_addPage2;
CpropAdd3 m_addPage3;
CPropAdd4 m_addPage4;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAddSheet)
public:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CAddSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CAddSheet)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ADDSHEET_H__B96569C0_4BC0_4A30_BEA5_C9E24B8A5BE6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -