From 9dbc80b358007e25b745b0fea4dc48a2771c3ffd Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期三, 31 十二月 2025 13:25:31 +0800
Subject: [PATCH] 优化用户管理界面Merge branch 'master' of http://lanpucloud.cn:1111/r/~zhengyabo/LB_TyreAppearanceInspectionSoftware
---
LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlForm.Designer.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlForm.Designer.cs b/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlForm.Designer.cs
index 619f1bf..1df002a 100644
--- a/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlForm.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/MotionControlPage/MotionControlForm.Designer.cs
@@ -695,7 +695,8 @@
//
// MotionControlForm
//
- AutoScaleMode = AutoScaleMode.None;
+ AutoScaleDimensions = new SizeF(120F, 120F);
+ AutoScaleMode = AutoScaleMode.Dpi;
AutoSize = true;
ClientSize = new Size(900, 763);
Controls.Add(themeForm1);
--
Gitblit v1.9.3