* UIForm:测试DPS缩放自适应

This commit is contained in:
Sunny 2021-10-31 21:20:03 +08:00
parent 30c369f0b6
commit eb6155e82c
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -109,6 +109,10 @@
this.uiAvatar.TabIndex = 4; this.uiAvatar.TabIndex = 4;
this.uiAvatar.Text = "uiAvatar1"; this.uiAvatar.Text = "uiAvatar1";
// //
// StyleManager
//
this.StyleManager.DPIScale = true;
//
// uiContextMenuStrip1 // uiContextMenuStrip1
// //
this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiContextMenuStrip1.Font = new System.Drawing.Font("微软雅黑", 12F);