文件名称:testfreepool
- 所属分类:
- 对话框与窗口
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 95.07kb
- 下载次数:
- 0次
- 提 供 者:
- fi***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本文提出了一组可以用来动态创建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 of a leisure pool of management succession CWnd Controls The manager can help us reduce the specific UI scene GDI resource use. In order to demonstrate the operation of this type, I have here provided a sample MDI application, it is just to let you open an XML file. XML documents for each MDI child windows single definition of the layout and UI control attributes.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 37724087testfreepool.zip 列表 TestFreePool/AddingNewControls.txt TestFreePool/ChildFrm.cpp TestFreePool/ChildFrm.h TestFreePool/ChildView.cpp TestFreePool/ChildView.h TestFreePool/ControlDlg.cpp TestFreePool/ControlDlg.h TestFreePool/ControlGroup.cpp TestFreePool/ControlGroup.h TestFreePool/ControlWnd.cpp TestFreePool/ControlWnd.h TestFreePool/ControlXml.cpp TestFreePool/ControlXml.h TestFreePool/EditEx.cpp TestFreePool/EditEx.h TestFreePool/Example1.xml TestFreePool/Example2.xml TestFreePool/Example3.xml TestFreePool/ListWnd.cpp TestFreePool/ListWnd.h TestFreePool/MainFrm.cpp TestFreePool/MainFrm.h TestFreePool/ReadMe.txt TestFreePool/Release/ TestFreePool/Release/TestFreePool.exe TestFreePool/res/ TestFreePool/resource.h TestFreePool/res/TestFreePool.ico TestFreePool/res/TestFreePool.rc2 TestFreePool/res/Toolbar.bmp TestFreePool/StdAfx.cpp TestFreePool/StdAfx.h TestFreePool/TestFreePool.cpp TestFreePool/TestFreePool.dsp TestFreePool/TestFreePool.dsw TestFreePool/TestFreePool.h TestFreePool/TestFreePool.rc TestFreePool/TreeWnd.cpp TestFreePool/TreeWnd.h TestFreePool/webbrowser2.cpp TestFreePool/webbrowser2.h TestFreePool/WndContainer.cpp TestFreePool/WndContainer.h TestFreePool/WndControl.cpp TestFreePool/WndControl.h TestFreePool/WndEvent.cpp TestFreePool/WndEvent.h TestFreePool/WndFactory.cpp TestFreePool/WndFactory.h TestFreePool/WndFreePool.cpp TestFreePool/WndFreePool.h