文件名称:ResizeDlgDemoc
- 所属分类:
- 对话框与窗口
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2013-06-19
- 文件大小:
- 58kb
- 下载次数:
- 0次
- 提 供 者:
- victo*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实际项目中经常会用到对话框,但MFC自带的CDialog类没有自动布局的功能,每添加一个子控件,都要在OnSize()中写相应的代码来控制子窗口移动,非常麻烦。CResizeDlg派生自CDialog类,可以自动完成子控件的布局,大大加快开发速度了。本类支持子控件为对话框的情况,支持Group控件的情况。-Often used in the actual project dialog box, but comes with MFC CDialog class does not automatically layout functions, each adding a child control, should be in OnSize () to write the appropriate code to control the child window is moved, very troublesome. CResizeDlg derived from CDialog class, you can automate the layout of the child controls, greatly accelerate the pace of development. This class supports the case for the dialog child controls to support the Group controls the situation.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ResizeDlgDemo_Src\DlgEmbed1.cpp
.................\DlgEmbed1.h
.................\DlgEmbed2.cpp
.................\DlgEmbed2.h
.................\DlgEmbedMng.cpp
.................\DlgEmbedMng.h
.................\ReadMe.txt
.................\res\ResizeDemo.ico
.................\...\ResizeDemo.rc2
.................\...\theme.manifest
.................\...\Thumbs.db
.................\ResizeDemo.aps
.................\ResizeDemo.clw
.................\ResizeDemo.cpp
.................\ResizeDemo.dsp
.................\ResizeDemo.dsw
.................\ResizeDemo.exe
.................\ResizeDemo.h
.................\ResizeDemo.ncb
.................\ResizeDemo.opt
.................\ResizeDemo.plg
.................\ResizeDemo.rc
.................\ResizeDemoDlg.cpp
.................\ResizeDemoDlg.h
.................\.......lg\ResizeDlg.cpp
.................\.........\ResizeDlg.h
.................\resource.h
.................\StdAfx.cpp
.................\StdAfx.h
.................\res
.................\ResizeDlg
ResizeDlgDemo_Src
使用说明.txt