德尔福:航空玻璃片
我想要像这样的标签(都是玻璃的):
程序是用Delphi或C++ Builder编写的。我在 Winspector Spy & 中找不到一类选项卡。窗户侦探.
我知道一个非常好的组件 - rkAeroTabs,但不幸的是它没有显示带有玻璃的活动选项卡(这就是我的)需要),&其他选项卡不是全玻璃的:
(来源:rmklever.com)
有人吗知道如何获得那些玻璃标签吗?谢谢。
I would want to have tabs like here (all are glass):
A program is written in Delphi or C++ Builder. I can't find a class of the tabs in Winspector Spy & Window Detective.
I know a very good component - rkAeroTabs, but unfortunately it doesn't show an active tab with glass (that's what I need), & other tabs are not fully glass:
(source: rmklever.com)
Does anybody know how to get those glass tabs? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚完成了 Delphi 的 Chrome Tabs 的几乎完整实现。
功能包括:
您可以在此处下载源代码和完整的演示/编辑器: http://code.google.com/p/delphi-chrome-tabs/
I've just completed a pretty much complete implementation of Chrome Tabs for Delphi.
The features include:
You can download the source and a full demo/editor here: http://code.google.com/p/delphi-chrome-tabs/
正如@Sertac Akyuz 所指出的:
rkSmartTabs 具有设置选项卡不透明度级别的属性。
LevelTabActive、LevelTabHot 和 LevelTabInActive。
通过更改默认值(分别为 255、192 和 224),您可以更改不同选项卡状态的不透明度。
我已经玩了几个星期了。我真的很喜欢罗伊对他们所做的事情。
As pointed out by @Sertac Akyuz:
the rkSmartTabs has properties to set the tabs opacity levels.
LevelTabActive, LevelTabHot and LevelTabInActive.
By changing the default values (255, 192 and 224 respectivly) you can alter the opacity of different tab states.
I've been playing with it for a couple of weeks now. I really like what Roy has done with them.