串口精灵源代码 串口精灵源代码


串口精灵源代码串口精灵源代码串口精灵源代码串口精灵源代码
资源截图
代码片段和文件信息
// 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  串口精灵源代码DebugCommWizard.exe
     文件      256748  2002-04-02 05:35  串口精灵源代码DebugCommWizard.ilk
     文件       15913  2002-04-02 05:35  串口精灵源代码DebugCommWizard.obj
     文件     5483752  2002-04-02 05:35  串口精灵源代码DebugCommWizard.pch
     文件      320512  2002-04-02 05:35  串口精灵源代码DebugCommWizard.pdb
     文件        3548  2002-04-02 05:35  串口精灵源代码DebugCommWizard.res
     文件       54236  2002-04-02 05:35  串口精灵源代码DebugCommWizardDlg.obj
     文件       48761  2002-04-02 05:35  串口精灵源代码Debugmscomm.obj
     文件       15830  2002-04-02 05:35  串口精灵源代码DebugSettingDlg.obj
     文件      105734  2002-04-02 05:35  串口精灵源代码DebugStdAfx.obj
     文件      197632  2010-08-03 18:15  串口精灵源代码Debugvc60.idb
     文件      364544  2002-04-02 05:35  串口精灵源代码Debugvc60.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  串口精灵源代码
es
............此处省略9个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)