当前位置:网站首页>Do you understand this patch of the interface control devaxpress WinForms skin editor?
Do you understand this patch of the interface control devaxpress WinForms skin editor?
2022-07-07 01:04:00 【Interface development Starling】
Regular users may know , A few years ago, the official technical team thoroughly inspected WinForms Skin editor —— This new tool is now called “Skin Editor v2”, It is superior to its predecessor in all possible aspects .Skin Editor v2 Including the hierarchy of skin elements that are easier to find 、 Customizable labels 、 A series of very useful functions ( for example , You can Ctrl+ single click “ preview ” Any element in the panel to get a list of skin parts responsible for the appearance of a given element ), Support vector skin and palette .
obtain DevExpress WinForms v22.1 Official download
The enhancements introduced in the updated skin editor have a drawback …… If your goal is to meet the standard DevExpress Slightly modify the skin , You have to create a duplicate skin , This means that you must import and register custom skins . Besides , This process will generate almost the same skin in the skin selector - Original skin and your custom skin . To eliminate duplicates , You must also modify these selectors ( for example , Hide standard “Bezier” Skin and replace it with the one created in the skin editor “My Bezier”).
In order to eliminate these problems ,WinForm Skin editor (v21.1) With skin patch support , This skin patch is directly applied to the standard DevExpress List of visual changes to the skin , Skin patches eliminate generation for your project / Need to import custom skin .
How does this work ?
This is a good example of the skin patch use case : In vector Office 2019 Dock panel title in skin .
If you find the panel title font is too large , You can add BarAndDockingController And in "Docking" Some fonts are set manually . But doing so means no matter how active the skin is , Your hard coded panel fonts will be activated .
You can now repair your skin , Replace hard coding or create a new skin , Start the skin editor and select "New Skin Patch" tab . Enter the patch name 、 Save the local storage folder and destination of the output DevExpress The skin .
Find the element you want to modify , single click "Activate" And edit the required / Appropriate settings . In this example , We need to reduce "Docking" The text size increment of some elements under the category .
The patch is saved as a single .skinpatch file , Save and pass SkinManager.Default.RegisterSkinPatch Method to store it locally 、 Import a stream or assembly into Visual Studio In the project .
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());
}
}
}
The figure below shows the standard "Office 2019 Colorful" The skin , It contains a patch , You can increment the text size from 6 Reduce to 2.
You can go further and change more elements in the patch , For example, modify "Docking > Dock Panels > Caption Buttons" Element to reduce button fill and size , This will shrink the panel title to better fit your new title font .
DevExpress WinForm | Download trial
DevExpress WinForm Have 180+ Components and UI library , for Windows Forms Platform to create influential business solutions .DevExpress WinForms It can perfectly build fluency 、 Beautiful and easy to use applications , Whether it's Office Style interface , Or analyze and process a large number of business data , It can be easily competent !
DevExpress Technology exchange group 6:600715373 Welcome to group discussion
边栏推荐
- 接口(接口相关含义,区别抽象类,接口回调)
- [C language] dynamic address book
- Windows installation mysql8 (5 minutes)
- 再聊聊我常用的15个数据源网站
- Chenglian premium products has completed the first step to enter the international capital market by taking shares in halber international
- Interface (interface related meaning, different abstract classes, interface callback)
- Trace tool for MySQL further implementation plan
- Data sharing of the 835 postgraduate entrance examination of software engineering in Hainan University in 23
- Leetcode (547) - number of provinces
- Learning notes 5: ram and ROM
猜你喜欢
ActiveReportsJS 3.1中文版|||ActiveReportsJS 3.1英文版
Dr selection of OSPF configuration for Huawei devices
第六篇,STM32脉冲宽度调制(PWM)编程
Attention SLAM:一種從人類注意中學習的視覺單目SLAM
筑梦数字时代,城链科技战略峰会西安站顺利落幕
Stm32f407 ------- DAC digital to analog conversion
Dell笔记本周期性闪屏故障
Periodic flash screen failure of Dell notebook
Dell Notebook Periodic Flash Screen Fault
Dell筆記本周期性閃屏故障
随机推荐
Openjudge noi 1.7 10: simple password
第五篇,STM32系统定时器和通用定时器编程
深入探索编译插桩技术(四、ASM 探秘)
Learn self 3D representation like ray tracing ego3rt
再聊聊我常用的15个数据源网站
「精致店主理人」青年创业孵化营·首期顺德场圆满结束!
【JVM调优实战100例】05——方法区调优实战(下)
mongodb客户端操作(MongoRepository)
Pytorch中torch和torchvision的安装
Leetcode(547)——省份数量
做微服务研发工程师的一年来的总结
Activereportsjs 3.1 Chinese version | | | activereportsjs 3.1 English version
Windows installation mysql8 (5 minutes)
《安富莱嵌入式周报》第272期:2022.06.27--2022.07.03
Chapter II proxy and cookies of urllib Library
C9 colleges and universities, doctoral students make a statement of nature!
第六篇,STM32脉冲宽度调制(PWM)编程
Cause of handler memory leak
Meet the level 3 requirements of ISO 2.0 with the level B construction standard of computer room | hybrid cloud infrastructure
深度学习之数据处理