fspropertysheet1.h

来自「windows ce开发技巧与实例光盘代码」· C头文件 代码 · 共 55 行

H
55
字号
#if !defined(AFX_FSPROPERTYSHEET1_H__03B38E69_2F01_4839_A9E9_AA0A6FF15B66__INCLUDED_)
#define AFX_FSPROPERTYSHEET1_H__03B38E69_2F01_4839_A9E9_AA0A6FF15B66__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CFSPropertySheet

class CFSPropertySheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CFSPropertySheet)

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

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFSPropertySheet)
	public:
	virtual BOOL OnInitDialog();
	//}}AFX_VIRTUAL

// Implementation
public:
	void OnFullScreen();
	virtual ~CFSPropertySheet();

	// Generated message map functions
protected:
	CCeCommandBar* m_pWndEmptyCB;
	//{{AFX_MSG(CFSPropertySheet)
	afx_msg void OnClose();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_FSPROPERTYSHEET1_H__03B38E69_2F01_4839_A9E9_AA0A6FF15B66__INCLUDED_)

⌨️ 快捷键说明

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