德尔福:航空玻璃片

发布于 2024-12-25 17:25:55 字数 711 浏览 2 评论 0原文

我想要像这样的标签(都是玻璃的): 在此处输入图像描述

程序是用Delphi或C++ Builder编写的。我在 Winspector Spy & 中找不到一类选项卡。窗户侦探.

我知道一个非常好的组件 - rkAeroTabs,但不幸的是它没有显示带有玻璃的活动选项卡(这就是我的)需要),&其他选项卡不是全玻璃的: 输入图片此处描述
(来源:rmklever.com

有人吗知道如何获得那些玻璃标签吗?谢谢。

I would want to have tabs like here (all are glass):
enter image description here

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:
enter image description here
(source: rmklever.com)

Does anybody know how to get those glass tabs? Thanks.

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

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

发布评论

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

评论(2

故人的歌 2025-01-01 17:25:55

我刚刚完成了 Delphi 的 Chrome Tabs 的几乎完整实现。

在此处输入图像描述

功能包括:

  • 完全可配置的外观和感觉,包括渐变、透明度和自定义选项卡形状
  • 适用于 Vista 玻璃
  • 选项卡移动动画 选项
  • 卡过渡样式效果(颜色和 Alpha 级别之间的淡入淡出)
  • 在容器内和容器之间拖放
  • 拖动图像显示选项卡和任何 TWinControl
  • 当用户单击关闭按钮时调整智能选项卡
  • 大小 使用最小和最大选项卡大小调整选项卡大小
  • 添加选项卡按钮是位于左侧、右侧或浮动右侧
  • 全功能滚动,包括拖动时自动滚动
  • 智能选项卡内容显示根据选项卡宽度隐藏/显示项目
  • 所有者绘制任何项目
  • 从右到左文本
  • 固定选项卡
  • 带动画发光的修改选项卡
  • 选项卡图像和覆盖图像
  • 鼠标悬停在发光上
  • 许多事件
  • 加载/保存外观和感觉以及流/文件选项
  • 生成外观和感觉/选项 Delphi 代码

您可以在此处下载源代码和完整的演示/编辑器: http://code.google.com/p/delphi-chrome-tabs/

I've just completed a pretty much complete implementation of Chrome Tabs for Delphi.

enter image description here

The features include:

  • Fully configurable Look and Feel including gradients, transparencies and custom tab shapes
  • Works on Vista glass
  • Tab movement animation
  • Tab transitional style effects (fade between colours and alpha levels)
  • Drag and Drop within container and between containers
  • Drag image displays tab and any TWinControl
  • Smart tab resizing when user clicks close button
  • Fluid tab resizing with minimum and maximum tab sizes
  • Add tab button can be positioned on the left, right or floating right
  • Full featured scrolling including auto scroll when dragging
  • Smart tab content display hides/shows items depending on the tab width
  • Owner draw any item
  • Right to Left text
  • Pinned tabs
  • Modified tabs with animated glow
  • Tab images and overlay images
  • Mouse over glow
  • Lots of events
  • Load/save look and feel and options to stream/file
  • Generate look and feel/options Delphi code

You can download the source and a full demo/editor here: http://code.google.com/p/delphi-chrome-tabs/

淡墨 2025-01-01 17:25:55

正如@Sertac Akyuz 所指出的:

rkSmartTabs 具有设置选项卡不透明度级别的属性。

LevelTabActiveLevelTabHotLevelTabInActive

通过更改默认值(分别为 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.

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