当前位置:网站首页>界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
界面控件DevExpress WinForms皮肤编辑器的这个补丁,你了解了吗?
2022-07-06 17:16:00 【界面开发小八哥】
老用户可能知道,在几年前官方技术团队彻底检查了WinForms 皮肤编辑器——这个新工具现在被称之为“Skin Editor v2”,在所有可能的方面都优于它的前身。Skin Editor v2包括更容易发现的皮肤元素层次结构、可自定义的标签、一系列非常有用的功能(例如,您可以 Ctrl+ 单击“预览”面板中的任何元素来获得负责给定元素外观的皮肤部件列表),支持矢量皮肤和调色板等。
获取DevExpress WinForms v22.1正式版下载
更新后的皮肤编辑器中引入的增强功能有一个缺点……如果您的目标是对标准DevExpress皮肤进行轻微修改,则不得不创建一个重复的皮肤,这意味着您必须导入和注册自定义皮肤。此外,此过程将在皮肤选择器中生成几乎相同的皮肤 - 原始皮肤和您的自定义皮肤。要消除重复项,您还必须修改这些选择器(例如,隐藏标准的“Bezier”皮肤并将其替换为在皮肤编辑器中创建的“My Bezier”)。
为了消除这些问题,WinForm皮肤编辑器 (v21.1)附带了皮肤补丁支持,这个皮肤补丁是直接应用于标准 DevExpress 皮肤的视觉更改列表,皮肤补丁消除了为您的项目生成/导入自定义皮肤的需要。
这个怎么运作?
这是皮肤补丁用例的一个很好的示例:在矢量Office 2019皮肤中停靠面板标题。
如果您发现面板标题字体太大,您可以添加 BarAndDockingController 并在"Docking" 部分手动设置字体。但这样做意味着无论激活皮肤如何,您的硬编码面板字体都将处于激活状态。
您现在可以修补皮肤,替代硬编码或创建新皮肤,启动皮肤编辑器并选择"New Skin Patch"选项卡。 输入补丁名称、保存输出的本地存储文件夹和目标DevExpress皮肤。
找到您要修改的元素,单击"Activate" 并编辑所需/适当的设置。在此示例中,我们需要减少"Docking" 类别下的一些元素的文本大小增量。
补丁保存为单个 .skinpatch 文件,保存后通过SkinManager.Default.RegisterSkinPatch 方法将其从本地存储、流或程序集导入到 Visual Studio 项目中。
namespace MyApp{
static class Program {
/// <summary>
/// The main entry point for the application.
/// </summary>
[STAThread]
static void Main() {
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
SkinManager.Default.RegisterSkinPatch(Application.StartupPath +
"\\patches\\O2019C-Fonts.skinpatch");
//uncomment the following line to undo the skin patch
//SkinManager.Default.ResetSkin(SkinStyle.Office2019Colorful);
Application.Run(new MainForm());
}
}
}
下图展示了标准的 "Office 2019 Colorful" 皮肤,其中包含一个补丁,可将文本大小增量从 6 减小到 2。
您可以更进一步并更改补丁中的更多元素,例如修改"Docking > Dock Panels > Caption Buttons"元素来减少按钮填充和大小,这将缩小面板标题来更好地适应您的新标题字体。
DevExpress WinForm拥有180+组件和UI库,能为Windows Forms平台创建具有影响力的业务解决方案。DevExpress WinForms能完美构建流畅、美观且易于使用的应用程序,无论是Office风格的界面,还是分析处理大批量的业务数据,它都能轻松胜任!
DevExpress技术交流群6:600715373 欢迎一起进群讨论
边栏推荐
- Explain in detail the implementation of call, apply and bind in JS (source code implementation)
- Slam d'attention: un slam visuel monoculaire appris de l'attention humaine
- [batch dos-cmd command - summary and summary] - string search, search, and filter commands (find, findstr), and the difference and discrimination between find and findstr
- Chenglian premium products has completed the first step to enter the international capital market by taking shares in halber international
- 学习光线跟踪一样的自3D表征Ego3RT
- 【JokerのZYNQ7020】AXI_ EMC。
- Policy Gradient Methods
- Deep understanding of distributed cache design
- Quaternion attitude calculation of madgwick
- Equals() and hashcode()
猜你喜欢
随机推荐
Dell Notebook Periodic Flash Screen Fault
【YoloV5 6.0|6.1 部署 TensorRT到torchserve】环境搭建|模型转换|engine模型部署(详细的packet文件编写方法)
Deep understanding of distributed cache design
Quaternion attitude calculation of madgwick
建立自己的网站(17)
新手如何入门学习PostgreSQL?
Learn self 3D representation like ray tracing ego3rt
Make a simple graphical interface with Tkinter
做微服务研发工程师的一年来的总结
Three methods to realize JS asynchronous loading
【JVM调优实战100例】04——方法区调优实战(上)
ActiveReportsJS 3.1中文版|||ActiveReportsJS 3.1英文版
Mujoco finite state machine and trajectory tracking
alexnet实验偶遇:loss nan, train acc 0.100, test acc 0.100情况
腾讯云 WebShell 体验
Let's talk about 15 data source websites I often use
【批處理DOS-CMD命令-匯總和小結】-字符串搜索、查找、篩選命令(find、findstr),Find和findstr的區別和辨析
[batch dos-cmd command - summary and summary] - jump, cycle, condition commands (goto, errorlevel, if, for [read, segment, extract string]), CMD command error summary, CMD error
Dell笔记本周期性闪屏故障
[Batch dos - cmd Command - Summary and Summary] - String search, find, Filter Commands (FIND, findstr), differentiation and Analysis of Find and findstr