資源簡介
拋開枝葉,抓住主干,快速了解歐姆龍PLC fins協議

代碼片段和文件信息
//?ETNFINS.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ETNFINS.h“
#include?“ETNFINSDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CETNFINSApp
BEGIN_MESSAGE_MAP(CETNFINSApp?CWinApp)
//{{AFX_MSG_MAP(CETNFINSApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CETNFINSApp?construction
CETNFINSApp::CETNFINSApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CETNFINSApp?object
CETNFINSApp?theApp;
/////////////////////////////////////////////////////////////////////////////
//?CETNFINSApp?initialization
BOOL?CETNFINSApp::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
CETNFINSDlg?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;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????36928??2009-11-20?11:17??TCPFINS\ETNFINS.APS
?????文件???????1785??2010-01-04?09:27??TCPFINS\ETNFINS.clw
?????文件???????2077??2005-02-03?21:05??TCPFINS\ETNFINS.cpp
?????文件???????4378??2005-05-06?11:01??TCPFINS\ETNFINS.dsp
?????文件????????537??2005-02-03?21:05??TCPFINS\ETNFINS.dsw
?????文件???????1367??2005-04-18?22:13??TCPFINS\ETNFINS.h
?????文件?????107520??2010-01-04?09:27??TCPFINS\ETNFINS.ncb
?????文件??????67584??2010-01-04?09:27??TCPFINS\ETNFINS.opt
?????文件???????3080??2009-11-20?11:23??TCPFINS\ETNFINS.plg
?????文件???????6520??2009-11-20?11:17??TCPFINS\ETNFINS.rc
?????文件??????30678??2009-11-20?11:23??TCPFINS\ETNFINSDlg.cpp
?????文件???????1743??2009-11-20?11:17??TCPFINS\ETNFINSDlg.h
?????文件???????1513??2005-05-06?12:20??TCPFINS\MMTimer.cpp
?????文件????????614??2005-05-06?10:50??TCPFINS\MMTimer.h
?????文件???????3597??2005-02-03?21:05??TCPFINS\ReadMe.txt
?????文件???????1078??2005-02-03?21:05??TCPFINS\res\ETNFINS.ico
?????文件????????399??2005-02-03?21:05??TCPFINS\res\ETNFINS.rc2
????..A.SH.??????3072??2009-08-27?13:15??TCPFINS\res\Thumbs.db
?????文件???????1237??2009-11-20?11:17??TCPFINS\Resource.h
?????文件????????209??2005-02-03?21:05??TCPFINS\StdAfx.cpp
?????文件???????1054??2005-02-03?21:05??TCPFINS\StdAfx.h
?????目錄??????????0??2010-03-24?09:52??TCPFINS\res
?????目錄??????????0??2010-03-24?09:52??TCPFINS
-----------?---------??----------?-----??----
???????????????276970????????????????????23
- 上一篇:F103霸道原理圖
- 下一篇:畢業設計:固定資產管理系統論文+開題報告
評論
共有 條評論