proptable.h

来自「本人买的<<VC++项目开发实例>>源代码配套光盘.」· C头文件 代码 · 共 267 行

H
267
字号
#if !defined(AFX_PROPTABLE_H__388DD897_B751_4D5F_BFD0_BE168CC8282B__INCLUDED_)
#define AFX_PROPTABLE_H__388DD897_B751_4D5F_BFD0_BE168CC8282B__INCLUDED_

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

/////////////////////////////////////////////////////////////////////////////
// CPropTableColumn dialog
#include "propsqledit.h"
//##ModelId=3CA0A1E40119
class CPropTableColumn : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropTableColumn)

// Construction
public:
	//##ModelId=3CA0A1E4012E
	CPropTableColumn();
	//##ModelId=3CA0A1E40137
	~CPropTableColumn();

// Dialog Data
	//{{AFX_DATA(CPropTableColumn)
	enum { IDD = IDD_TABLE_COLUMN };
		// 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(CPropTableColumn)
	protected:
	//##ModelId=3CA0A1E40141
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

};

/////////////////////////////////////////////////////////////////////////////
// CPropTableCons dialog

//##ModelId=3CA0A1E401C3
class CPropTableCons : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropTableCons)

// Construction
public:
	//##ModelId=3CA0A1E401D7
	CPropTableCons();
	//##ModelId=3CA0A1E401E1
	~CPropTableCons();

// Dialog Data
	//{{AFX_DATA(CPropTableCons)
	enum { IDD = IDD_TABLE_CONS };
		// 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(CPropTableCons)
	protected:
	//##ModelId=3CA0A1E401EB
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

};
/////////////////////////////////////////////////////////////////////////////
// CPropTableData dialog

//##ModelId=3CA0A1E4023B
class CPropTableData : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropTableData)

// Construction
public:
	//##ModelId=3CA0A1E40250
	CPropTableData();
	//##ModelId=3CA0A1E4025A
	~CPropTableData();

// Dialog Data
	//{{AFX_DATA(CPropTableData)
	enum { IDD = IDD_TABLE_DATA };
		// 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(CPropTableData)
	protected:
	//##ModelId=3CA0A1E40264
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

};
/////////////////////////////////////////////////////////////////////////////
// CPropTableIndex dialog

//##ModelId=3CA0A1E402B4
class CPropTableIndex : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropTableIndex)

// Construction
public:
	//##ModelId=3CA0A1E402C9
	CPropTableIndex();
	//##ModelId=3CA0A1E402D2
	~CPropTableIndex();

// Dialog Data
	//{{AFX_DATA(CPropTableIndex)
	enum { IDD = IDD_TABLE_INDEX };
		// 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(CPropTableIndex)
	protected:
	//##ModelId=3CA0A1E402DC
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

};
/////////////////////////////////////////////////////////////////////////////
// CPropTableTrigger dialog

//##ModelId=3CA0A1E4032C
class CPropTableTrigger : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropTableTrigger)

// Construction
public:
	//##ModelId=3CA0A1E40340
	CPropTableTrigger();
	//##ModelId=3CA0A1E40341
	~CPropTableTrigger();

// Dialog Data
	//{{AFX_DATA(CPropTableTrigger)
	enum { IDD = IDD_TABLE_TRIGGER };
		// 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(CPropTableTrigger)
	protected:
	//##ModelId=3CA0A1E4034A
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

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

};
/////////////////////////////////////////////////////////////////////////////
// CTableSheet

//##ModelId=3CA0A1E403D6
class CTableSheet : public CPropertySheet
{
	DECLARE_DYNAMIC(CTableSheet)
public:
	//##ModelId=3CCC336A02E6
	CPropTableCons		m_page_Cons;
	//##ModelId=3CCC336A0304
	CPropTableTrigger	m_page_Trigger;
	//##ModelId=3CCC336A0322
	CPropTableIndex		m_page_Index;
	//##ModelId=3CCC336A034A
	CPropTableData		m_page_Data;
	//##ModelId=3CCC336A0368
	CPropTableColumn	m_page_Column;
	//##ModelId=3CCC336A0386
	CPropSQLEdit		m_page_SQLEdit;
// Construction
public:
	//##ModelId=3CA0A1E500E8
	CTableSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
	//##ModelId=3CA0A1E50110
	CTableSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);

// Attributes
public:

// Operations
public:

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

// Implementation
public:
	//##ModelId=3CA0A1E50139
	virtual ~CTableSheet();

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

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

#endif // !defined(AFX_PROPTABLE_H__388DD897_B751_4D5F_BFD0_BE168CC8282B__INCLUDED_)

⌨️ 快捷键说明

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