From fec341de45f4b3fd1825807f0b3261143fa13caa Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期一, 29 十二月 2025 17:03:45 +0800
Subject: [PATCH] 修复部分显示工具为面向对象。

---
 LB_SmartVision/Form1.Designer.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/LB_SmartVision/Form1.Designer.cs b/LB_SmartVision/Form1.Designer.cs
index b288884..2a73be0 100644
--- a/LB_SmartVision/Form1.Designer.cs
+++ b/LB_SmartVision/Form1.Designer.cs
@@ -71,8 +71,8 @@
             // 
             // Form1
             // 
-            AutoScaleDimensions = new SizeF(7F, 17F);
-            AutoScaleMode = AutoScaleMode.Font;
+            AutoScaleDimensions = new SizeF(96F, 96F);
+            AutoScaleMode = AutoScaleMode.Dpi;
             ClientSize = new Size(800, 450);
             Controls.Add(materialTabControl1);
             Name = "Form1";

--
Gitblit v1.9.3