搜索资源列表
ResizableDialog
- 界面控件布局工具类,可以按照VC资源中的控件位置,设置缩放的方向可以自动的控制控件随着主窗口进行缩放和移动,不需要你在实现OnSize,控制各个控件的的代码了; -Interface controls the layout tools, resources in accordance with the VC control position, setting the direction of the zoom control that automatically controls the m
DialogRectExchange
- 一个使用方法简单的对话框基类,可以使您的对话框内的控件随着对话框大小变化。使用说明:请把该类加入到您的工程,然后作为您对话框的基类,增加ONSIZE响应即可。-An easy to use dialog base class, you can make your dialog box controls the size of the changes with the dialog box. Help: Please put this kind add to your project, then
saiche
- 自己写的一个类,可以让控件根据窗口大小来自东改变位置和大小,在OnInitDialog()中 GetClientRect(&m_rect) 在OnSize()中CLala lala lala.Show(m_rect, this, cx, cy) -Write a class that allows the control to change the window size of the location and size from the East, in the OnInitDialog
ResizeDlgDemoc
- 实际项目中经常会用到对话框,但MFC自带的CDialog类没有自动布局的功能,每添加一个子控件,都要在OnSize()中写相应的代码来控制子窗口移动,非常麻烦。CResizeDlg派生自CDialog类,可以自动完成子控件的布局,大大加快开发速度了。本类支持子控件为对话框的情况,支持Group控件的情况。-Often used in the actual project dialog box, but comes with MFC CDialog class does not automatic
Onsize
- 利用宏定义,使控件随对话框大小改变而改变位置与大小-The macro definition, the control with the dialog box to change the size and location of the size
OnSize
- 控件跟随窗口大小变化而变化,使用的是窗口大小发生变化时 调用的OnSize函数。-Follow change control window size changes
