mfctestduilib

所属分类:GDI/图象编程
开发工具:Visual C++
文件大小:477KB
下载次数:101
上传日期:2013-08-29 14:30:38
上 传 者chashion
说明:  MFC与duilib混合编程,duilib窗口与mfc窗口互相调用。
(MFC with duilib mixed programming, duilib windows with mfc window to call each other.)

文件列表:
mfctest\bin\skin\skin.zip (236765, 2013-07-12)
mfctest\DuiLib\Control\UIActiveX.cpp (37486, 2013-04-03)
mfctest\DuiLib\Control\UIActiveX.h (1819, 2013-04-03)
mfctest\DuiLib\Control\UIButton.cpp (11659, 2013-04-03)
mfctest\DuiLib\Control\UIButton.h (1769, 2013-04-03)
mfctest\DuiLib\Control\UICheckBox.cpp (293, 2013-04-03)
mfctest\DuiLib\Control\UICheckBox.h (732, 2013-04-03)
mfctest\DuiLib\Control\UICombo.cpp (29611, 2013-04-03)
mfctest\DuiLib\Control\UICombo.h (3728, 2013-04-03)
mfctest\DuiLib\Control\UIComboBox.cpp (3333, 2013-04-03)
mfctest\DuiLib\Control\UIComboBox.h (665, 2013-04-03)
mfctest\DuiLib\Control\UIDateTime.cpp (7886, 2013-04-03)
mfctest\DuiLib\Control\UIDateTime.h (666, 2013-04-03)
mfctest\DuiLib\Control\UIEdit.cpp (14847, 2013-04-03)
mfctest\DuiLib\Control\UIEdit.h (1924, 2013-04-03)
mfctest\DuiLib\Control\UIFlash.cpp (6560, 2013-04-03)
mfctest\DuiLib\Control\UIFlash.h (2012, 2013-04-03)
mfctest\DuiLib\Control\UILabel.cpp (27574, 2013-07-12)
mfctest\DuiLib\Control\UILabel.h (3143, 2013-04-03)
mfctest\DuiLib\Control\UIList.cpp (73063, 2013-07-12)
mfctest\DuiLib\Control\UIList.h (12506, 2013-07-12)
mfctest\DuiLib\Control\UIOption.cpp (7945, 2013-04-03)
mfctest\DuiLib\Control\UIOption.h (1404, 2013-04-03)
mfctest\DuiLib\Control\UIProgress.cpp (3503, 2013-04-03)
mfctest\DuiLib\Control\UIProgress.h (989, 2013-04-03)
mfctest\DuiLib\Control\UIRichEdit.cpp (62313, 2013-04-03)
mfctest\DuiLib\Control\UIRichEdit.h (4836, 2013-04-03)
mfctest\DuiLib\Control\UIScrollBar.cpp (29079, 2013-07-12)
mfctest\DuiLib\Control\UIScrollBar.h (4040, 2013-04-03)
mfctest\DuiLib\Control\UISlider.cpp (7560, 2013-04-03)
mfctest\DuiLib\Control\UISlider.h (1051, 2013-04-03)
mfctest\DuiLib\Control\UIText.cpp (4416, 2013-04-03)
mfctest\DuiLib\Control\UIText.h (622, 2013-04-03)
mfctest\DuiLib\Control\UITreeView.cpp (35442, 2013-04-03)
mfctest\DuiLib\Control\UITreeView.h (4414, 2013-04-03)
mfctest\DuiLib\Control\UIWebBrowser.cpp (18768, 2013-04-03)
mfctest\DuiLib\Control\UIWebBrowser.h (5298, 2013-04-03)
mfctest\DuiLib\Core\UIBase.cpp (14985, 2013-07-12)
mfctest\DuiLib\Core\UIBase.h (3422, 2013-07-12)
mfctest\DuiLib\Core\UIContainer.cpp (27052, 2013-04-03)
... ...

================================================================================ MICROSOFT 基础类库: MfcTest 项目概述 =============================================================================== 应用程序向导已为您创建此 MfcTest 应用程序。此应用程序不仅演示使用 Microsoft 基础类的基本知识,而且可作为编写应用程序的起点。 此文件包含组成 MfcTest 应用程序的各个文件的内容摘要。 MfcTest.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含有关生成文件的 Visual C++ 版本的信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 MfcTest.h 这是应用程序的主要头文件。它包括其他项目特定的头文件(包括 Resource.h),并声明 CMfcTestApp 应用程序类。 MfcTest.cpp 这是包含应用程序类 CMfcTestApp 的主要应用程序源文件。 MfcTest.rc 这是程序使用的所有 Microsoft Windows 资源的列表。它包括 RES 子目录中存储的图标、位图和光标。此文件可以直接在 Microsoft Visual C++ 中进行编辑。项目资源位于 2052 中。 res\MfcTest.ico 这是用作应用程序图标的图标文件。此图标包括在主要资源文件 MfcTest.rc 中。 res\MfcTest.rc2 此文件包含不是由 Microsoft Visual C++ 编辑的资源。您应该将不可由资源编辑器编辑的所有资源放在此文件中。 ///////////////////////////////////////////////////////////////////////////// 应用程序向导创建一个对话框类: MfcTestDlg.h,MfcTestDlg.cpp - 对话框 这些文件包含 CMfcTestDlg 类。该类定义应用程序主对话框的行为。该对话框的模板位于 MfcTest.rc 中,该文件可以在 Microsoft Visual C++ 中进行编辑。 ///////////////////////////////////////////////////////////////////////////// 其他功能: ActiveX 控件 应用程序包括对使用 ActiveX 控件的支持。 打印及打印预览支持 应用程序向导已通过从 MFC 库调用 CView 类中的成员函数,生成了用于处理打印、打印设置和打印预览命令的代码。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 MfcTest.pch 的预编译头(PCH)文件和名为 StdAfx.obj 的预编译类型文件。 Resource.h 这是标准头文件,它定义新资源 ID。 Microsoft Visual C++ 将读取并更新此文件。 MfcTest.manifest Windows XP 使用应用程序清单文件描述应用程序 对特定版本并行程序集的依赖性。加载程序使用此 信息从程序集缓存加载相应程序集或 从应用程序加载私有信息。应用程序清单可能作为 与应用程序可执行文件安装在同一文件夹中的外部 .manifest 文件包括在内以便重新发布, 也可能以资源的形式包括在该可执行文件中。 ///////////////////////////////////////////////////////////////////////////// 其他注释: 应用程序向导使用“TODO:”指示应添加或自定义的源代码部分。 如果应用程序在共享 DLL 中使用 MFC,则将需要重新发布 MFC DLL。如果应用程序所用与操作系统的区域设置不同,则也将必须重新发布对应的本地化资源 MFC90XXX.DLL。 有关这两个主题的详细信息,请参阅 MSDN 文档中有关重新发布 Visual C++ 应用程序的部分。 /////////////////////////////////////////////////////////////////////////////

近期下载者

相关文件


收藏者