資源簡介
串口精靈源代碼串口精靈源代碼串口精靈源代碼串口精靈源代碼

代碼片段和文件信息
//?CommWizard.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CommWizard.h“
#include?“CommWizardDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCommWizardApp
BEGIN_MESSAGE_MAP(CCommWizardApp?CWinApp)
//{{AFX_MSG_MAP(CCommWizardApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCommWizardApp?construction
CCommWizardApp::CCommWizardApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCommWizardApp?object
CCommWizardApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CCommWizardApp?initialization
BOOL?CCommWizardApp::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
CCommWizardDlg?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??2010-08-03?18:17??串口精靈源代碼\
?????文件???????22624??2010-08-02?17:31??串口精靈源代碼\CommWizard.aps
?????文件????????2221??2010-08-03?18:15??串口精靈源代碼\CommWizard.clw
?????文件????????2119??2002-03-03?22:53??串口精靈源代碼\CommWizard.cpp
?????文件????????4796??2002-03-04?09:12??串口精靈源代碼\CommWizard.dsp
?????文件?????????589??2002-03-04?00:49??串口精靈源代碼\CommWizard.dsw
?????文件????????1368??2002-03-03?22:53??串口精靈源代碼\CommWizard.h
?????文件??????148480??2010-08-03?18:17??串口精靈源代碼\CommWizard.ncb
?????文件??????110592??2010-08-03?18:17??串口精靈源代碼\CommWizard.opt
?????文件?????????254??2010-08-03?18:15??串口精靈源代碼\CommWizard.plg
?????文件????????7523??2002-03-16?08:23??串口精靈源代碼\CommWizard.rc
?????文件????????9669??2002-03-15?01:56??串口精靈源代碼\CommWizardDlg.cpp
?????文件????????2039??2002-03-04?02:11??串口精靈源代碼\CommWizardDlg.h
?????目錄???????????0??2006-04-04?21:06??串口精靈源代碼\Debug\
?????文件??????122974??2002-04-02?05:35??串口精靈源代碼\Debug\CommWizard.exe
?????文件??????256748??2002-04-02?05:35??串口精靈源代碼\Debug\CommWizard.ilk
?????文件???????15913??2002-04-02?05:35??串口精靈源代碼\Debug\CommWizard.obj
?????文件?????5483752??2002-04-02?05:35??串口精靈源代碼\Debug\CommWizard.pch
?????文件??????320512??2002-04-02?05:35??串口精靈源代碼\Debug\CommWizard.pdb
?????文件????????3548??2002-04-02?05:35??串口精靈源代碼\Debug\CommWizard.res
?????文件???????54236??2002-04-02?05:35??串口精靈源代碼\Debug\CommWizardDlg.obj
?????文件???????48761??2002-04-02?05:35??串口精靈源代碼\Debug\mscomm.obj
?????文件???????15830??2002-04-02?05:35??串口精靈源代碼\Debug\SettingDlg.obj
?????文件??????105734??2002-04-02?05:35??串口精靈源代碼\Debug\StdAfx.obj
?????文件??????197632??2010-08-03?18:15??串口精靈源代碼\Debug\vc60.idb
?????文件??????364544??2002-04-02?05:35??串口精靈源代碼\Debug\vc60.pdb
?????文件???????????9??2006-09-20?09:57??串口精靈源代碼\Debug\_desktop.ini
?????文件????????8569??2002-03-04?00:41??串口精靈源代碼\mscomm.cpp
?????文件????????3221??2002-03-04?00:41??串口精靈源代碼\mscomm.h
?????文件????????3651??2002-03-03?22:53??串口精靈源代碼\ReadMe.txt
?????目錄???????????0??2006-04-04?21:06??串口精靈源代碼\res\
............此處省略9個文件信息
- 上一篇:介紹關于efdc的一些輸入輸出文件
- 下一篇:windows下的dig工具
評論
共有 條評論