资源简介
串口精灵源代码串口精灵源代码串口精灵源代码串口精灵源代码
代码片段和文件信息
// 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工具
评论
共有 条评论