propdatabasesetup.cpp

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

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

#include "stdafx.h"
#include "DBExp.h"
#include "PropDatabaseSetup.h"

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

/////////////////////////////////////////////////////////////////////////////
// CPropDatabaseSetup property page

IMPLEMENT_DYNCREATE(CPropDatabaseSetup, CPropertyPage)

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

//##ModelId=3CA0A1E501BB
CPropDatabaseSetup::~CPropDatabaseSetup()
{
}

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


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

/////////////////////////////////////////////////////////////////////////////
// CPropDatabaseSetup message handlers

⌨️ 快捷键说明

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