qryproppage.h
来自「数据结构与算法分析(Java版英文).rar」· C头文件 代码 · 共 122 行
H
122 行
// 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 + =
减小字号Ctrl + -
显示快捷键?