notesheet.h

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

H
61
字号
#if !defined(AFX_NOTESHEET_H__677617D1_027A_4181_9E7F_CD14F8160634__INCLUDED_)
#define AFX_NOTESHEET_H__677617D1_027A_4181_9E7F_CD14F8160634__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// notesheet.h : header file
//
#include "ganbupage.h"
#include "shipage.h"
#include "stipage.h"
#include "awardpage.h"
#include "otherpge.h"

/////////////////////////////////////////////////////////////////////////////
// Cnotesheet

class Cnotesheet : public CPropertySheet
{
	DECLARE_DYNAMIC(Cnotesheet)

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

// Attributes
public:
	Cganbupage m_ganbupge;
	Cshipage m_shipge;
	Cstipage m_stipge;
	Cawardpage m_awardpge;
	Cotherpge m_otherpge;

// Operations
public:

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

// Implementation
public:
	virtual ~Cnotesheet();

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

⌨️ 快捷键说明

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