bpsheet.h

来自「bp神经网络应用程序」· C头文件 代码 · 共 61 行

H
61
字号
#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 + =
减小字号Ctrl + -
显示快捷键?