文件名称:Geometry_demo
- 所属分类:
- 对话框与窗口
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 35kb
- 下载次数:
- 0次
- 提 供 者:
- teco****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
这是一个可以方便的改变窗口控件位置模板类,完美解决了窗口大小改变时,控件大小和位置不随父窗口改变的问题!只要在你的工程中加入给文件,就可轻松实现控件的自适应!-First of all this is not a library. There is no associated DLL or LIB to link to. Secondly, it is not a class hierarchy. You don’t have to derive your classes from classes exposing this functionality. Often, you already have a hierarchy of classes designed for a certain behavior. This behavior does not include repositioning/resizing of child controls, but you want to add it. Since the MFC doesn’t let you use multiple inheritance when it comes to windows, you might wonder what is the solution. Well, the solution is templates. GEOMETRY is actually a collection of templates designed to make your windows to resize gracefully.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Projects\TestPSGeo\ChildFrm.cpp
........\.........\ChildFrm.h
........\.........\LeftView.cpp
........\.........\LeftView.h
........\.........\MainFrm.cpp
........\.........\MainFrm.h
........\.........\resource.h
........\.........\StdAfx.cpp
........\.........\StdAfx.h
........\.........\TestPSGeo.cpp
........\.........\TestPSGeo.dsp
........\.........\TestPSGeo.dsw
........\.........\TestPSGeo.h
........\.........\TestPSGeo.rc
........\.........\TestPSGeoDoc.cpp
........\.........\TestPSGeoDoc.h
........\.........\TestPSGeoView.cpp
........\.........\TestPSGeoView.h
........\.........\res\Toolbar.bmp
........\.........\...\TestPSGeo.rc2
........\.........\...\TestPSGeoDoc.ico
........\.........\...\TestPSGeo.ico
........\.........\GEOMETRY.H
........\.........\Another method to achieve repositioning-resizing of child controls.doc
........\.........\ChildFrm.h
........\.........\LeftView.cpp
........\.........\LeftView.h
........\.........\MainFrm.cpp
........\.........\MainFrm.h
........\.........\resource.h
........\.........\StdAfx.cpp
........\.........\StdAfx.h
........\.........\TestPSGeo.cpp
........\.........\TestPSGeo.dsp
........\.........\TestPSGeo.dsw
........\.........\TestPSGeo.h
........\.........\TestPSGeo.rc
........\.........\TestPSGeoDoc.cpp
........\.........\TestPSGeoDoc.h
........\.........\TestPSGeoView.cpp
........\.........\TestPSGeoView.h
........\.........\res\Toolbar.bmp
........\.........\...\TestPSGeo.rc2
........\.........\...\TestPSGeoDoc.ico
........\.........\...\TestPSGeo.ico
........\.........\GEOMETRY.H
........\.........\Another method to achieve repositioning-resizing of child controls.doc