propertysheetctrl.h

来自「远程网络监视程序的源码」· C头文件 代码 · 共 72 行

H
72
字号
#if !defined(AFX_PROPERTYSHEETCTRL_H__FFE5BC0C_9181_4E1A_AF3D_24389930E42C__INCLUDED_)
#define AFX_PROPERTYSHEETCTRL_H__FFE5BC0C_9181_4E1A_AF3D_24389930E42C__INCLUDED_

// This is a part of the BCGControlBar Library
// Copyright (C) 1998-2000 BCGSoft Ltd.
// All rights reserved.
//
// This source code can be used, distributed or modified
// only under terms and conditions 
// of the accompanying license agreement.

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropertySheetCtrl.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CPropertySheetCtrl

class CPropertySheetCtrl : public CPropertySheet
{
	DECLARE_DYNAMIC(CPropertySheetCtrl)

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

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CPropertySheetCtrl)
	public:
	virtual BOOL OnInitDialog();
	protected:
	virtual void PostNcDestroy();
	virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CPropertySheetCtrl();

	void    LoadAcceleratorTable(UINT nAccelTableID = 0);

protected:
	HACCEL               m_hAccel;

	void ResizeControl();

	// Generated message map functions
protected:
	//{{AFX_MSG(CPropertySheetCtrl)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_PROPERTYSHEETCTRL_H__FFE5BC0C_9181_4E1A_AF3D_24389930E42C__INCLUDED_)

⌨️ 快捷键说明

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