Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
就像附加屏幕截图中的弹出框一样,弹出框允许用户更改主题。我知道周围有一些例子,但他们都使用图像来实现这一点,很难改变主题。
我相信屏幕截图中的应用程序不使用图像来做到这一点。
谢谢你的帮助!
在我的 Win 背景中,这些皮肤(在 Delphi 和 WinForms 中称为“Flat”)是通过在代码中绘制来制作的:选择一种颜色、绘制一条线、选择另一种颜色、绘制一个圆角矩形等等。
此外,有必要引入一个类“ColorTheme”,其中包含用于每种颜色的一组字段。您可能有多个 ColorTheme 实例,并在需要更改颜色主题时交换它们。