如何为所有项目应用默认样式

发布于 2025-01-15 22:01:24 字数 410 浏览 0 评论 0原文

我在这个应用程序上使用 VCL 和 FMX,我们正在将软件逐包更新到 FMX。

我对代码做了一些事情,改变了应用程序的样式。 从设计上看,是DEFAULT风格,没有任何风格版本。

然而,当应用程序编译时,所有 FMX 表单的样式都发生了变化,屏幕变得一团糟,按钮消失了等等......

我不知道已经做了什么来实现它,但我找不到方式将所有项目设置为默认布局。

我尝试使用

TStyleManager.SetStyleFromFile('light.style')   

delphi 文件夹中的示例。

然而,中午的.STYLE 是DEFAULT。

有DEFAULT.STYLE吗?

或者有什么方法可以在运行时设置 DEFAULT.STYLE 吗?

I work with VCL and FMX on this application, we are updating pack by pack of the software to FMX.

Something I did on the code, changed the STYLE of the application.
On the design view, it is the DEFAULT style, without any style edition.

However, when the application is compiled the STYLE for all FMX forms are changed, and the screen become a mess, the buttons disappears, etc...

I don't know what has been done to achieve it, but I could not find a manner to set all project to DEFAULT LAYOUT.

I tried to use

TStyleManager.SetStyleFromFile('light.style')   

using the samples from delphi folder.

However, noon of the .STYLE are the DEFAULT.

Is there any DEFAULT.STYLE?

Or any manner to set DEFAULT.STYLE on RUNTIME?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文