搜索资源列表
testfreepool
- 本文提出了一组可以用来动态创建UI的类。该代码是集中于一个空闲池使用管理器的CWnd继承控件,该管理器可以帮助我们减少在特定UI场景中GDI资源的使用。为了在运行中演示这些类,我已经在此提供了一个MDI应用示例,它只是让你来打开XML文件。每个XML文件为单个MDI子窗体定义了布局和UI控件属性。-This paper presents a group can be used to create dynamic UI class. The code is focused on the use o
MainFrmMDI
- MFC应用程序:MDI程序多个文档模板。生成一个多文档应用程序,实现MDI程序-MFC Application: MDI process multiple document templates. Generate a multi-document application, MDI program to achieve
mdi
- MDI应用程序操作方法如下: 1.编译程序。 2.打开2.2_MDIdebugMysdi.exe程序。 3.进入应用程序主体,单击新建按钮,观察结果,可见新建后出现多个文档。-MDI application methods of operation as follows: 1. Compiler. 2. 2.2_MDIdebugMysdi.exe open procedures. 3. To enter the main applications, click the New but
MultiFramedemo
- 一个应用程序同时需要两个CFrameWnd,有相应的文档和视图(不是MDI,更像SDI * 2]。-An application needs to work with two CFrameWnd with corresponding documents and views [not MDI, more like SDI* 2].
Draw
- MDI 应用程序是另一类重要的文档视结构程序。它的特点是:用户一次可以打开多个文档,每个文档对应不同的窗口;主窗口的菜单会自动随着当前活动的子窗口的变化而变化;可以对子窗口进行层叠、平铺等各种操作;子窗口可以在MDI 主窗口区域内定位、改变大小、最大化和最小化,当最大化子窗口时,它将占满MDI 主窗口的全部客户区。MDI 不仅可以在同一时间内同时打开多个文档,还可以为同一文档打开多个视图。在Windows 菜单下选择New ,就为当前活动文档打开一个新的子窗口。 -MDI applicati
neomemMIS
- VC做的一个基于MDI窗口的财务管理系统源码;在每个窗口中又实现了多栏分割,自动调整大小-A financial application based on mdi GUI.
CustomCapMDI
- Custom Caption for MDI This articles describes to customize the caption bars in their application. The demo project contains two classes to customize the caption bar.
Multiple-views
- Visual C++中多个视图类MDI应用程序(MFC)-Visual C++ multiple view classes MDI application (MFC)
