Delphi Win32 有哪些功能区控件?
有没有适用于 32 位 Delphi 的类似功能区的工具?我用的是D2007。
Is there any ribbon-like tool for 32-bit Delphi? I use D2007.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有适用于 32 位 Delphi 的类似功能区的工具?我用的是D2007。
Is there any ribbon-like tool for 32-bit Delphi? I use D2007.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
TMS Software 的组件包。
DevelopersExpress 在其 ExpressBars 包。
我没有使用过它们中的任何一个,但我使用过这两个供应商的其他组件,它们都非常好。可能还有其他人。
TMS Software has one in their component pack.
DevelopersExpress has one also in their ExpressBars package.
I haven't used either of them, but I've used other components from both vendors, and they're pretty good. There are probably others as well.
另一种选择是使用 Microsoft 的 Windows 功能区框架。
这对程序员来说是最繁重的选择,但对用户来说却是最好的结果。另一方面,该组件不适用于 XP,因此这通常会带来难以克服的障碍。
感谢 Ulrich 指出 Erik van Bilsen 的 Delphi 包装器。
Yet another option is to use Microsoft's Windows Ribbon Framework.
This is the most onerous option for the programmer, but yields the best results for the user. On the other hand, this component is not available for XP so that often presents an insurmountable hurdle.
Kudos to Ulrich for pointing out Erik van Bilsen's Delphi wrapper.