文件名称:VisualFxMdi_demo
- 所属分类:
- 其它资源
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2008-10-13
- 文件大小:
- 44.01kb
- 下载次数:
- 0次
- 提 供 者:
- 扬**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
When creating applications with a complex view layout, there are several features that are missing from MFC. First, each type of view layout is created differently (simple view vs. splitter vs. nested splitter). Simple view layout does not need any additional code (MFC handles the creation). Splitter layout needs a CSplitterWnd and manual creation of each pane. Even more complex is the nested splitter. Second, MFC does not support tab windows that can be found in almost any commercial application and is great for better UI orgranization.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 525021visualfxmdi_demo.zip 列表 ChildFrm.cpp ChildFrm.h DummyEdit.cpp DummyEdit.h DummyForm.cpp DummyForm.h DummyList.cpp DummyList.h DummySplitter.cpp DummySplitter.h DummyTree.cpp DummyTree.h MainFrm.cpp MainFrm.h MdiFrames.cpp MdiFrames.h res/ resource.h res/icon1.ico res/TabWnd.ico res/TabWnd.rc2 res/TabWndDoc.ico res/Toolbar.bmp StdAfx.cpp StdAfx.h TabWnd.cpp TabWnd.dsp TabWnd.dsw TabWnd.h TabWnd.rc TabWndDoc.cpp TabWndDoc.h TabWndView.cpp TabWndView.h VisualFx.cpp VisualFx.h