ptysheet.h

来自「SQLBig5BugTool 宽字符操作问题」· C头文件 代码 · 共 34 行

H
34
字号
// PtySheet.h: interface for the CPtySheet class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_PTYSHEET_H__C1066CBC_94B0_4502_8019_F4AFD33CBB06__INCLUDED_)
#define AFX_PTYSHEET_H__C1066CBC_94B0_4502_8019_F4AFD33CBB06__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "PtyPage.h"

class  CPtySheet : public CPropertySheet  
{
public:
	DECLARE_DYNCREATE(CPtySheet)

	CPtySheet( );
	
	CPtySheet( UINT nIDCaption, CWnd *pParentWnd = NULL, UINT iSelectPage = 0 );
	
	CPtySheet( LPCTSTR pszCaption, CWnd *pParentWnd = NULL, UINT iSelectPage = 0 );
	
	void AddPageEx(
		CPtyPage *	pPage,
		const bool	bAutoSetPageIndex=true
		);
private:
	DWORD m_dwAutoSetPageIndexCount;
};

#endif // !defined(AFX_PTYSHEET_H__C1066CBC_94B0_4502_8019_F4AFD33CBB06__INCLUDED_)

⌨️ 快捷键说明

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