propsqledit.cpp

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

CPP
50
字号
// PropSQLEdit.cpp : implementation file
//

#include "stdafx.h"
#include "DBExp.h"
#include "PropSQLEdit.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CPropSQLEdit property page

IMPLEMENT_DYNCREATE(CPropSQLEdit, CPropertyPage)

//##ModelId=3CA0A1E5016C
CPropSQLEdit::CPropSQLEdit() : CPropertyPage(CPropSQLEdit::IDD)
{
	//{{AFX_DATA_INIT(CPropSQLEdit)
		// NOTE: the ClassWizard will add member initialization here
	//}}AFX_DATA_INIT
}

//##ModelId=3CA0A1E5016D
CPropSQLEdit::~CPropSQLEdit()
{
}

//##ModelId=3CA0A1E50175
void CPropSQLEdit::DoDataExchange(CDataExchange* pDX)
{
	CPropertyPage::DoDataExchange(pDX);
	//{{AFX_DATA_MAP(CPropSQLEdit)
		// NOTE: the ClassWizard will add DDX and DDV calls here
	//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CPropSQLEdit, CPropertyPage)
	//{{AFX_MSG_MAP(CPropSQLEdit)
		// NOTE: the ClassWizard will add message map macros here
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CPropSQLEdit message handlers

⌨️ 快捷键说明

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