資源簡介
明華讀卡器最新版.zip
代碼片段和文件信息
//?ReadWrite.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ReadWrite.h“
#include?“ReadWriteDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CReadWriteApp
BEGIN_MESSAGE_MAP(CReadWriteApp?CWinApp)
//{{AFX_MSG_MAP(CReadWriteApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CReadWriteApp?construction
CReadWriteApp::CReadWriteApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CReadWriteApp?object
CReadWriteApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CReadWriteApp?initialization
BOOL?CReadWriteApp::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
CReadWriteDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-10-17?17:53??API\
?????文件??????114688??2009-02-13?11:42??API\mwhrf_bj.dll
?????文件???????39190??2009-02-13?11:42??API\mwhrf_bj.lib
?????文件???????18844??2008-12-19?10:46??API\mwrf32.h
?????目錄???????????0??2003-07-17?18:16??Example\
?????目錄???????????0??2011-11-17?19:40??Example\ReadWrite\
?????目錄???????????0??2011-11-17?19:40??Example\ReadWrite\Debug\
?????文件???????11778??2010-12-23?17:44??Example\ReadWrite\Debug\BuildLog.htm
?????文件???????72704??2010-12-23?17:44??Example\ReadWrite\Debug\ReadWrite.exe
?????文件?????????920??2010-12-23?17:44??Example\ReadWrite\Debug\ReadWrite.exe.em
?????文件?????????984??2010-12-23?17:44??Example\ReadWrite\Debug\ReadWrite.exe.em
?????文件?????????861??2010-12-23?17:43??Example\ReadWrite\Debug\ReadWrite.exe.intermediate.manifest
?????文件??????944936??2010-12-23?17:44??Example\ReadWrite\Debug\ReadWrite.ilk
?????文件???????21398??2010-12-23?17:43??Example\ReadWrite\Debug\ReadWrite.obj
?????文件????25362432??2010-12-23?17:43??Example\ReadWrite\Debug\ReadWrite.pch
?????文件?????3427328??2010-12-23?17:44??Example\ReadWrite\Debug\ReadWrite.pdb
?????文件????????2896??2010-12-23?17:43??Example\ReadWrite\Debug\ReadWrite.res
?????文件???????52682??2010-12-23?17:43??Example\ReadWrite\Debug\ReadWriteDlg.obj
?????文件??????465619??2010-12-23?17:43??Example\ReadWrite\Debug\StdAfx.obj
?????文件??????????60??2010-12-23?17:44??Example\ReadWrite\Debug\mt.dep
?????文件??????904192??2010-12-23?17:43??Example\ReadWrite\Debug\vc90.idb
?????文件?????2002944??2010-12-23?17:43??Example\ReadWrite\Debug\vc90.pdb
?????文件????????3633??2007-01-24?11:26??Example\ReadWrite\ReadMe.txt
?????文件???????22440??2010-12-23?17:43??Example\ReadWrite\ReadWrite.aps
?????文件????????1541??2009-02-17?17:13??Example\ReadWrite\ReadWrite.clw
?????文件????????2105??2007-01-24?11:26??Example\ReadWrite\ReadWrite.cpp
?????文件????????4336??2009-02-17?17:08??Example\ReadWrite\ReadWrite.dsp
?????文件?????????543??2007-01-24?11:26??Example\ReadWrite\ReadWrite.dsw
?????文件????????1357??2007-01-24?11:26??Example\ReadWrite\ReadWrite.h
?????文件????22359040??2010-12-24?13:11??Example\ReadWrite\ReadWrite.ncb
?????文件??????403968??2009-02-17?17:19??Example\ReadWrite\ReadWrite.opt
............此處省略79個文件信息
- 上一篇:VFP圖書管理系統完美
- 下一篇:GridCtrl控件源碼及Demo
評論
共有 條評論