📄 bpsheet.h
字号:
#if !defined(AFX_BPSHEET_H__7BDC4C31_E951_45A2_BDE3_7E77E1CACA9D__INCLUDED_)
#define AFX_BPSHEET_H__7BDC4C31_E951_45A2_BDE3_7E77E1CACA9D__INCLUDED_
#if _MSC_VER > 1000
#include "Modle.h"
#include "MapPage.h"
#include "Parameter.H"
#include "ResultPage.h"
#include "SamplePage.h"
#include "StudyPage.h"
#pragma once
#endif // _MSC_VER > 1000
// BPSheet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBPSheet
class CBPSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CBPSheet)
// Construction
public:
CBPSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CBPSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
CModlePage m_Modle;
CParameterPage m_Parameter;
CMapPage m_Map;
CSamplePage m_Sample;
CStudyPage m_Study;
CResultPage m_Result;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBPSheet)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CBPSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CBPSheet)
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BPSHEET_H__7BDC4C31_E951_45A2_BDE3_7E77E1CACA9D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -