testsheet.h
来自「一个简单的心理学测试软件.用C++ MFC编写.」· C头文件 代码 · 共 59 行
H
59 行
#if !defined(AFX_TESTSHEET_H__DA034CEF_27F8_4186_A545_DB262936AFF3__INCLUDED_)
#define AFX_TESTSHEET_H__DA034CEF_27F8_4186_A545_DB262936AFF3__INCLUDED_
#include "Prop1.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TestSheet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTestSheet
#include "Prop1.h"
#include "Prop2.h"
#include "Prop3.h"
#include "Prop4.h"
class CTestSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CTestSheet)
// Construction
public:
CTestSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CTestSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestSheet)
//}}AFX_VIRTUAL
// Implementation
public:
CProp1 m_prop1;
CProp2 m_prop2;
CProp3 m_prop3;
CProp4 m_prop4;
virtual ~CTestSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CTestSheet)
// 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_TESTSHEET_H__DA034CEF_27F8_4186_A545_DB262936AFF3__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?