資源簡介
MFC 電子詞典 模糊搜索 英譯漢 快速檢索

代碼片段和文件信息
//?MyPowerWord.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“MyPowerWord.h“
#include?“MyPowerWordDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMyPowerWordApp
BEGIN_MESSAGE_MAP(CMyPowerWordApp?CWinApp)
//{{AFX_MSG_MAP(CMyPowerWordApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMyPowerWordApp?construction
CMyPowerWordApp::CMyPowerWordApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMyPowerWordApp?object
CMyPowerWordApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CMyPowerWordApp?initialization
BOOL?CMyPowerWordApp::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
CMyPowerWordDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????3130368??2008-07-06?19:28??MyPowerWord_onway\Debug\MyPowerWord.bsc
?????文件?????114781??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWord.exe
?????文件?????227876??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWord.ilk
?????文件??????14289??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWord.obj
?????文件?????295936??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWord.pdb
?????文件???????2780??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWord.res
?????文件??????????0??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWord.sbr
?????文件??????46295??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWordDlg.obj
?????文件??????????0??2008-07-06?19:27??MyPowerWord_onway\Debug\MyPowerWordDlg.sbr
?????文件?????105914??2008-07-06?19:27??MyPowerWord_onway\Debug\StdAfx.obj
?????文件????1375074??2008-07-06?19:27??MyPowerWord_onway\Debug\StdAfx.sbr
?????文件?????205824??2008-07-06?19:28??MyPowerWord_onway\Debug\vc60.idb
?????文件?????364544??2008-07-06?19:27??MyPowerWord_onway\Debug\vc60.pdb
?????文件??????21336??2008-07-06?19:26??MyPowerWord_onway\MyPowerWord.aps
?????文件???????1300??2008-07-06?19:37??MyPowerWord_onway\MyPowerWord.clw
?????文件???????2133??2008-07-01?08:09??MyPowerWord_onway\MyPowerWord.cpp
?????文件???????4250??2008-07-01?12:51??MyPowerWord_onway\MyPowerWord.dsp
?????文件????????545??2008-07-01?08:09??MyPowerWord_onway\MyPowerWord.dsw
?????文件???????1379??2008-07-01?08:09??MyPowerWord_onway\MyPowerWord.h
?????文件?????140288??2008-07-06?19:37??MyPowerWord_onway\MyPowerWord.ncb
?????文件??????50688??2008-07-06?19:37??MyPowerWord_onway\MyPowerWord.opt
?????文件????????458??2008-07-06?19:28??MyPowerWord_onway\MyPowerWord.plg
?????文件???????5852??2008-07-05?18:04??MyPowerWord_onway\MyPowerWord.rc
?????文件??????11196??2008-07-06?19:27??MyPowerWord_onway\MyPowerWordDlg.cpp
?????文件???????1611??2008-07-05?17:57??MyPowerWord_onway\MyPowerWordDlg.h
?????文件???????3669??2008-07-01?08:09??MyPowerWord_onway\ReadMe.txt
?????文件???????9482??2008-07-06?19:26??MyPowerWord_onway\Release\MyPowerWord.obj
?????文件???????2780??2008-07-06?19:26??MyPowerWord_onway\Release\MyPowerWord.res
?????文件????????786??2008-07-06?19:26??MyPowerWord_onway\Release\StdAfx.obj
?????文件??????50176??2008-07-06?19:27??MyPowerWord_onway\Release\vc60.idb
............此處省略15個文件信息
評論
共有 條評論