⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sheet_standard_append.h

📁 C# 教学示例程序
💻 H
字号:
#if !defined(AFX_SHEET_STANDARD_APPEND_H__4AB88C57_01F0_4049_B75E_BE35E283A1B4__INCLUDED_)
#define AFX_SHEET_STANDARD_APPEND_H__4AB88C57_01F0_4049_B75E_BE35E283A1B4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Sheet_Standard_Append.h : header file
//
#include "Page_Standard_Append.h"

/////////////////////////////////////////////////////////////////////////////
// CSheet_Standard_Append

class CSheet_Standard_Append : public CPropertySheet
{
	DECLARE_DYNAMIC(CSheet_Standard_Append)

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

// Attributes
public:
	CPage_Standard_Append m_page_standard_append;

// Operations
public:

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

// Implementation
public:
	virtual ~CSheet_Standard_Append();

	// Generated message map functions
protected:
	//{{AFX_MSG(CSheet_Standard_Append)
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()	
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_SHEET_STANDARD_APPEND_H__4AB88C57_01F0_4049_B75E_BE35E283A1B4__INCLUDED_)

⌨️ 快捷键说明

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