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

📄 ptysheet.h

📁 SQLBig5BugTool 宽字符操作问题
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -