資源簡介
vc++和sqlserver.rar
代碼片段和文件信息
//?Check.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Check.h“
#include?“CheckDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCheckApp
BEGIN_MESSAGE_MAP(CCheckApp?CWinApp)
//{{AFX_MSG_MAP(CCheckApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CCheckApp?construction
CCheckApp::CCheckApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCheckApp?object
CCheckApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CCheckApp?initialization
BOOL?CCheckApp::InitInstance()
{
AfxEnableControlContainer();
//?Standard?initialization
//?If?you?are?not?using?these?features?and?wish?to?reduce?the?size
//??of?your?final?executable?you?should?remove?from?the?following
//??the?specific?initialization?routines?you?do?not?need.
#ifdef?_AFXDLL
Enable3dControls(); //?Call?this?when?using?MFC?in?a?shared?DLL
#else
Enable3dControlsStatic(); //?Call?this?when?linking?to?MFC?statically
#endif
CCheckDlg?dlg;
m_pMainWnd?=?&dlg;
int?nResponse?=?dlg.DoModal();
if?(nResponse?==?IDOK)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?OK
}
else?if?(nResponse?==?IDCANCEL)
{
//?TODO:?Place?code?here?to?handle?when?the?dialog?is
//??dismissed?with?Cancel
}
//?Since?the?dialog?has?been?closed?return?FALSE?so?that?we?exit?the
//??application?rather?than?start?the?application‘s?message?pump.
return?FALSE;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
????......R???1067520??2004-03-26?04:50??Chp1\HrMan.bak
????......R???????512??2004-03-25?17:57??Chp2\CreateDataba
????......R???????143??2004-03-25?18:11??Chp2\CreateTable1.sql
????......R???????267??2004-03-25?18:21??Chp2\CreateTable2.sql
????......R????????90??2004-03-25?21:31??Chp2\CreateView.sql
????......R????????26??2004-03-25?17:58??Chp2\DropDataba
????......R????????62??2004-03-25?21:16??Chp2\DropTable.sql
????......R????????34??2004-03-25?21:32??Chp2\DropView.sql
????......R????????40??2004-03-26?05:39??Chp2\Select1.sql
????......R????????47??2004-03-26?06:53??Chp2\Select10.sql
????......R????????48??2004-03-26?06:56??Chp2\Select11.sql
????......R????????48??2004-03-26?06:58??Chp2\Select12.sql
????......R????????48??2004-03-26?06:59??Chp2\Select13.sql
????......R????????48??2004-03-26?07:02??Chp2\Select14.sql
????......R????????90??2004-03-26?07:05??Chp2\Select15.sql
????......R????????55??2004-03-26?07:12??Chp2\Select16.sql
????......R????????94??2004-03-26?18:09??Chp2\Select17.sql
????......R????????97??2004-03-26?18:14??Chp2\Select18.sql
????......R???????123??2004-03-26?19:21??Chp2\Select19.sql
????......R????????65??2004-03-26?05:38??Chp2\Select2.sql
????......R???????115??2004-03-26?20:43??Chp2\Select20.sql
????......R????????94??2004-03-26?20:44??Chp2\Select21.sql
????......R???????101??2004-03-26?05:47??Chp2\Select3.sql
????......R????????54??2004-03-26?06:04??Chp2\Select4.sql
????......R????????59??2004-03-26?06:04??Chp2\Select5.sql
????......R????????71??2004-03-26?06:13??Chp2\Select6.sql
????......R???????130??2004-03-26?06:16??Chp2\Select7.sql
????......R???????117??2004-03-26?06:32??Chp2\Select8.sql
????......R???????122??2004-03-26?06:40??Chp2\Select9.sql
????......R???????101??2004-03-26?21:43??Chp2\delete.sql
............此處省略1887個文件信息
- 上一篇:基于MODBUS RTU MFC上位機軟件
- 下一篇:MFC和openCV看圖小程序
評論
共有 條評論