资源简介
教程:http://blog.csdn.net/Cracent/article/details/66968903
代码片段和文件信息
// iplotx.cpp : 定义应用程序的类行为。
//
#include “stdafx.h“
#include “iplotx.h“
#include “iplotxDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CiplotxApp
BEGIN_MESSAGE_MAP(CiplotxApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// CiplotxApp 构造
CiplotxApp::CiplotxApp()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}
// 唯一的一个 CiplotxApp 对象
CiplotxApp theApp;
// CiplotxApp 初始化
BOOL CiplotxApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。 否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// 将它设置为包括所有要在应用程序中使用的
// 公共控件类。
InitCtrls.dwICC = ICC_WIN95_CLASSES;
InitCommonControlsEx(&InitCtrls);
CWinApp::InitInstance();
AfxEnableControlContainer();
// 创建 shell 管理器,以防对话框包含
// 任何 shell 树视图控件或 shell 列表视图控件。
CShellManager *pShellManager = new CShellManager;
// 激活“Windows Native”视觉管理器,以便在 MFC 控件中启用主题
CMFCVisualManager::SetDefaultManager(RUNTIME_CLASS(CMFCVisualManagerWindows));
// 标准初始化
// 如果未使用这些功能并希望减小
// 最终可执行文件的大小,则应移除下列
// 不需要的特定初始化例程
// 更改用于存储设置的注册表项
// TODO: 应适当修改该字符串,
// 例如修改为公司或组织名
SetRegistryKey(_T(“应用程序向导生成的本地应用程序“));
CiplotxDlg dlg;
m_pMainWnd = &dlg;
INT_PTR nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: 在此放置处理何时用
// “确定”来关闭对话框的代码
}
else if (nResponse == IDCANCEL)
{
// TODO: 在此放置处理何时用
// “取消”来关闭对话框的代码
}
else if (nResponse == -1)
{
TRACE(traceAppMsg 0 “警告: 对话框创建失败,应用程序将意外终止。\n“);
TRACE(traceAppMsg 0 “警告: 如果您在对话框上使用 MFC 控件,则无法 #define _AFX_NO_MFC_CONTROLS_IN_DIALOGS。\n“);
}
// 删除上面创建的 shell 管理器。
if (pShellManager != NULL)
{
delete pShellManager;
}
// 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序,
// 而不是启动应用程序的消息泵。
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
..A..H. 30720 2017-03-27 08:32 iplotx1\.vs\iplotx\v14\.suo
文件 242176 2017-03-27 08:30 iplotx1\Debug\iplotx.exe
文件 1435844 2017-03-27 08:30 iplotx1\Debug\iplotx.ilk
文件 2928640 2017-03-27 08:30 iplotx1\Debug\iplotx.pdb
文件 560612 2009-04-11 15:30 iplotx1\iplotx\Debug\iplotlibrary.tlh
文件 511212 2009-04-11 15:30 iplotx1\iplotx\Debug\iplotlibrary.tli
文件 158 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.log
文件 77705 2017-03-27 08:28 iplotx1\iplotx\Debug\iplotx.obj
文件 59572224 2017-03-27 08:28 iplotx1\iplotx\Debug\iplotx.pch
文件 75932 2017-03-27 08:28 iplotx1\iplotx\Debug\iplotx.res
文件 2578 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.tlog\CL.command.1.tlog
文件 82560 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.tlog\CL.read.1.tlog
文件 2352 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.tlog\CL.write.1.tlog
文件 190 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.tlog\iplotx.lastbuildstate
文件 1464 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.tlog\li
文件 5922 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.tlog\li
文件 682 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotx.tlog\li
文件 302 2017-03-27 08:28 iplotx1\iplotx\Debug\iplotx.tlog\rc.command.1.tlog
文件 2858 2017-03-27 08:28 iplotx1\iplotx\Debug\iplotx.tlog\rc.read.1.tlog
文件 170 2017-03-27 08:28 iplotx1\iplotx\Debug\iplotx.tlog\rc.write.1.tlog
文件 35824 2017-03-27 08:28 iplotx1\iplotx\Debug\iplotx1.obj
文件 128929 2017-03-27 08:30 iplotx1\iplotx\Debug\iplotxDlg.obj
文件 929592 2017-03-27 08:28 iplotx1\iplotx\Debug\stdafx.obj
文件 2411520 2017-03-27 08:30 iplotx1\iplotx\Debug\vc140.idb
文件 9474048 2017-03-27 08:30 iplotx1\iplotx\Debug\vc140.pdb
文件 114336 2017-03-27 08:10 iplotx1\iplotx\iplotx.aps
文件 2370 2017-03-27 08:08 iplotx1\iplotx\iplotx.cpp
文件 443 2017-03-27 08:08 iplotx1\iplotx\iplotx.h
文件 63884 2017-03-27 08:10 iplotx1\iplotx\iplotx.rc
文件 10616 2017-03-27 08:17 iplotx1\iplotx\iplotx.vcxproj
............此处省略26个文件信息
- 上一篇:QT矩形检测
- 下一篇:完美验证码识别系统V3.2.1.zip--验证码识别通用组件
相关资源
- 极品的工业控件iocomp.v3.04.SP2破解版
- Iocomp.Components.v4.02.SP2
- Iocomp v4.02全破解版.rar
- iPlot控件的使用说明书Iocomp组件群.p
- IocompV4Sp2完全破解版
- 工控仪表控件:Iocomp.v3.0.4 for D7
- zw_IocompComponentsv4.02SP2FullSource(完整源
- Iocomp Components Full Product 4.0.4 SP2
- iocomp v3.04
- Iocomp控件安装文件及word安装攻略
- 超实用控件Iocomp version4破解版
- IocompV4.02全破解版
- iocomp4r2完全破解版
- IOCOMP.rar
- Plot设置x轴显示时间
- Icompiocomp.v3.04.SP2.Full在VS2005环境下的应
- Iocomp破解版
评论
共有 条评论