联盟首页 协同开发 共创软件 开放源码 软件工程 共创论坛 关于联盟
  您的位置 » 开放源码库【成熟 - 项目摘要 首页 | 分类源码 | 提交源码 | 下载统计 | 原创源码 | 成熟源码 | 代码片断
 
 General Flicker Free Resizable Control - 项目摘要
摘要 | 管理 | 论坛
文档 | 软件包

源码库中源码数量为18996
有贡献人员名单:

-= 更多 =-
  • ffdshow
  • jasperreports
  • Air Traffic Controller
  • PoolMan
  • virtualdub-win
  • Apache-SSL-Jserv
  • CppUnit
  • FCK editor
  • GLgraph
  • Async Professional
  • -= 更多 =-

    项目描述:
    Oh no, yet another resizable dialog class! This is what you might think, but I have looked at several solutions for resizable dialogs, but neither of them met my requirements; so like all the others, I decided to make my own class. Some of the advantages in this solution:

    General solution, can be used in dialogs, form views, property sheets, etc.
    Possible to split added size between several controls.
    Not necessary to declare all controls with DDX_Control.
    Flicker Free implementation (that also works with group boxes).
    Easy setting of the sizing options though several different interfaces.
    Possible to save window placement in registry.
    Small and simple implementation.
    The solution is not a CDialog derived class, but a generic class (CResize) that can be used in other situations as well. It is applied to the dialog (CResizeDialog), property page and sheet (CResizePropertyPage and CResizePropertySheet), and form view (CResizeFormView) classes. The demo project shows how to use the class in these four situations.

    这又是一个可调整大小的对话框类!这可能正是你所需要的。我研究了向个可调整的大小的对话框的解决办法,但没有一个满足我的要求,我决定自己开发一个,这个方案的一些功能有:
    通用方案,可以用于对话框,窗体,属性页,等等。
    可以在控件间分割大小。
    不必用DDX_Control声明所有的控件。
    不会闪烁。
    易于通过不同的界面来设置大小选项。
    可以在注册表中保存窗口位置。
    实现简单,精练。
    这个方案没有使用CDialog 的派生类,而是一个通用类(CResize),可以在其它情况中使用。可以用于对话框(CResizeDialog),属性页(CResizePropertyPage and CResizePropertySheet), 以及窗体视图 (CResizeFormView) 类。项目演示了这四种情况下的使用方法。
    来源: http://www.codeguru.com/dialog/torbenResizeDialog.shtml
    类别:
    发布者: cbd002

    最新发布源码包
    软件包 版本号 日期 本地下载
    torbenResizeDialog  1.0  2004-04-01 下载

    原始下载连接(国外) http://www.codeguru.com/code/legacy/dialog/torbenResizeDialog_src.zip

      » 合 作 伙 伴