在哪里可以找到可移动工具栏演示?

发布于 2024-08-07 10:30:51 字数 131 浏览 0 评论 0原文

Delphi IDE 的顶部是一个工具栏,其中的按钮集中在可移动的小托盘上。我正在尝试实施类似的事情,但没有取得太大成功。我找到了 TToolbar,但我不知道如何设置可移动托盘。有谁知道我在哪里可以找到一个简单的演示应用程序来展示它是如何完成的?

At the top of the Delphi IDE is a toolbar with buttons grouped together on little movable trays. I'm trying to implement something like that, but not having much success. I've found TToolbar, but I can't figure out how to set up the movable trays. Does anyone know where I could find a simple demo app that shows how it's done?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

花期渐远 2024-08-14 10:30:51

我相信位于很酷的东西演示目录中的 webbrows.dpr (并且包含在 Delphi 6 左右以来的所有 Delphi 安装中)仅包含您正在寻找的演示。仅使用 CodeGear 提供的组件即可为您提供所需的效果。您添加多个带区并将您想要允许移动的带区的固定大小设置为 false。

I believe the webbrows.dpr located in the cool stuff demo directory (and included in all installs of Delphi since around Delphi 6 or so) contains just the demo you are looking for. This gives you the effect your looking for using only CodeGear supplied components. You add multiple bands and set the fixed size to false for the bands you want to allow to be movable.

与风相奔跑 2024-08-14 10:30:51

您可以尝试 Jordan Russell 的 Toolbar2000 组件或 TBX 软件包,它是Toolbar2000 组件。

Toolbar2000 是 CodeGear Delphi 和 C++Builder 的一组组件,旨在模仿 Office 2000 的外观和行为。它包括可拖动和可停靠的工具栏和菜单。

替代文本 http://www.indasoftware.com/_files/img/ fordev/office2003/small_classic.png

你可以看到这些链接。

再见。

You can try the Toolbar2000 Component from Jordan Russell or the TBX package wich is an extension for Toolbar2000 components.

Toolbar2000 is a set of components for CodeGear Delphi and C++Builder designed to mimic the Office 2000 look and behavior. It includes draggable and dockable toolbars and menus.

alt text http://www.indasoftware.com/_files/img/fordev/office2003/small_classic.png

you can see these links.

Bye.

感受沵的脚步 2024-08-14 10:30:51

您可以将工具栏放在标准 VCL TCoolBar 或 TControlBar 中。 AFAIR 这有时会变得有点混乱。例如,请查看 CoolStuff 演示,如 skamradt 建议。

You can put your toolbars in a standard VCL TCoolBar or TControlBar. AFAIR this can get a bit messy sometimes. For an example, have a look at the CoolStuff demo, as skamradt suggested.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文