classsheet.h

来自「大学班务管理系统」· C头文件 代码 · 共 54 行

H
54
字号
#if !defined(AFX_CLASSSHEET_H__5C88E29A_0F20_4DCB_815A_374AFEFEB9F7__INCLUDED_)
#define AFX_CLASSSHEET_H__5C88E29A_0F20_4DCB_815A_374AFEFEB9F7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// classsheet.h : header file
//
#include "activpage.h"
#include "diarypage.h"
/////////////////////////////////////////////////////////////////////////////
// Cclasssheet

class Cclasssheet : public CPropertySheet
{
	DECLARE_DYNAMIC(Cclasssheet)

// Construction
public:
	Cclasssheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
	Cclasssheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:
	Cactivpage m_activpage;
	Cdiarypage m_diarypage;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(Cclasssheet)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~Cclasssheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(Cclasssheet)
		// 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_CLASSSHEET_H__5C88E29A_0F20_4DCB_815A_374AFEFEB9F7__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?