propsqledit.h

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

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

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PropSQLEdit.h : header file
//
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
// CPropSQLEdit dialog

//##ModelId=3CA0A1E50157
class CPropSQLEdit : public CPropertyPage
{
	DECLARE_DYNCREATE(CPropSQLEdit)

// Construction
public:
	//##ModelId=3CA0A1E5016C
	CPropSQLEdit();
	//##ModelId=3CA0A1E5016D
	~CPropSQLEdit();

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

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CPropSQLEdit)
		// NOTE: the ClassWizard will add 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_PROPSQLEDIT_H__26AE5AE5_FF46_42BE_95A6_3AF250B63185__INCLUDED_)

⌨️ 快捷键说明

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