qrypropsheet.h

来自「数据结构与算法分析(Java版英文).rar」· C头文件 代码 · 共 51 行

H
51
字号
// QryPropSheet1.h : header file
//
// This class defines custom modal property sheet 
// CQryPropSheet.
 
#ifndef __QRYPROPSHEET1_H__
#define __QRYPROPSHEET1_H__

#include "QryPropPage.h"

/////////////////////////////////////////////////////////////////////////////
// CQryPropSheet

class CQryPropSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CQryPropSheet)

// Construction
public:
	CQryPropSheet(CWnd* pWndParent = NULL);

// Attributes
public:
	CQryPropPage1 m_Page1;
	CQryPropPage2 m_Page2;
	CQryPropPage3 m_Page3;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CQryPropSheet)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CQryPropSheet();

// Generated message map functions
protected:
	//{{AFX_MSG(CQryPropSheet)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif	// __QRYPROPSHEET1_H__

⌨️ 快捷键说明

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