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

📄 qryproppage.h

📁 数据结构与算法分析(Java版英文).rar
💻 H
字号:
// QryPropPage1.h : header file
//

#ifndef __QRYPROPPAGE1_H__
#define __QRYPROPPAGE1_H__

/////////////////////////////////////////////////////////////////////////////
// CQryPropPage1 dialog

class CQryPropPage1 : public CPropertyPage
{
	DECLARE_DYNCREATE(CQryPropPage1)

// Construction
public:
	CQryPropPage1();
	~CQryPropPage1();

// Dialog Data
	//{{AFX_DATA(CQryPropPage1)
	enum { IDD = IDD_PROPPAGE1 };
	BOOL	m_bChildFolder;
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CQryPropPage1)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CQryPropPage1)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CQryPropPage2 dialog

class CQryPropPage2 : public CPropertyPage
{
	DECLARE_DYNCREATE(CQryPropPage2)

// Construction
public:
	CQryPropPage2();
	~CQryPropPage2();

// Dialog Data
	//{{AFX_DATA(CQryPropPage2)
	enum { IDD = IDD_PROPPAGE2 };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CQryPropPage2)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CQryPropPage2)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};


/////////////////////////////////////////////////////////////////////////////
// CQryPropPage3 dialog

class CQryPropPage3 : public CPropertyPage
{
	DECLARE_DYNCREATE(CQryPropPage3)

// Construction
public:
	CQryPropPage3();
	~CQryPropPage3();

// Dialog Data
	//{{AFX_DATA(CQryPropPage3)
	enum { IDD = IDD_PROPPAGE3 };
		// NOTE - ClassWizard will add data members here.
		//    DO NOT EDIT what you see in these blocks of generated code !
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CQryPropPage3)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CQryPropPage3)
		// NOTE: the ClassWizard will add member functions here
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};



#endif // __QRYPROPPAGE1_H__

⌨️ 快捷键说明

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