viewpropertysheet.h

来自「VC6++ program demo source for communicat」· C头文件 代码 · 共 55 行

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ViewPropertySheet.h : header file
//
#include "PropPage.h"
/////////////////////////////////////////////////////////////////////////////
// CViewPropertySheet

class CViewPropertySheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CViewPropertySheet)

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

// Attributes
public:

// Operations
public:
	CPropPage1 m_pageMy[16];

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CViewPropertySheet)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CViewPropertySheet();

	// Generated message map functions
protected:
	//{{AFX_MSG(CViewPropertySheet)
	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
	afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_VIEWPROPERTYSHEET_H__43A9176D_1AFE_11D8_84D2_FEB56A9BFD34__INCLUDED_)

⌨️ 快捷键说明

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