From fb4b8642cfbd157ae0635b182b4f578bf337dbef Mon Sep 17 00:00:00 2001
From: C3204 <zhengyabo@lanpucloud.cn>
Date: 星期一, 19 一月 2026 08:41:11 +0800
Subject: [PATCH] user

---
 LB_SmartVision/Forms/Pages/HistoricalDataPage/HistoricalDataEditPage.Designer.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/LB_SmartVision/Forms/Pages/HistoricalDataPage/HistoricalDataEditPage.Designer.cs b/LB_SmartVision/Forms/Pages/HistoricalDataPage/HistoricalDataEditPage.Designer.cs
index 4796997..f4c14e7 100644
--- a/LB_SmartVision/Forms/Pages/HistoricalDataPage/HistoricalDataEditPage.Designer.cs
+++ b/LB_SmartVision/Forms/Pages/HistoricalDataPage/HistoricalDataEditPage.Designer.cs
@@ -283,14 +283,14 @@
             // 
             tableLayoutPanel4.Anchor = AnchorStyles.Top | AnchorStyles.Right;
             tableLayoutPanel4.ColumnCount = 2;
-            tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
-            tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 50F));
+            tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
+            tableLayoutPanel4.ColumnStyles.Add(new ColumnStyle(SizeType.Percent, 33.3333321F));
             tableLayoutPanel4.Controls.Add(btnHisDataFind, 0, 0);
             tableLayoutPanel4.Controls.Add(btnHisDataExport, 1, 0);
             tableLayoutPanel4.Location = new Point(657, 509);
             tableLayoutPanel4.Name = "tableLayoutPanel4";
             tableLayoutPanel4.RowCount = 1;
-            tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 50F));
+            tableLayoutPanel4.RowStyles.Add(new RowStyle(SizeType.Percent, 100F));
             tableLayoutPanel4.Size = new Size(200, 39);
             tableLayoutPanel4.TabIndex = 1;
             // 
@@ -312,6 +312,7 @@
             btnHisDataFind.Text = "鏌ヨ";
             btnHisDataFind.TextColor = Color.White;
             btnHisDataFind.WarningColor = Color.FromArgb(230, 162, 60);
+            btnHisDataFind.Click += btnHisDataFind_Click;
             // 
             // btnHisDataExport
             // 
@@ -341,6 +342,7 @@
             Name = "HistoricalDataEditPage";
             Size = new Size(866, 580);
             grpHisData.ResumeLayout(false);
+            grpHisData.PerformLayout();
             tableLayoutPanel1.ResumeLayout(false);
             tableLayoutPanel2.ResumeLayout(false);
             tableLayoutPanel3.ResumeLayout(false);

--
Gitblit v1.9.3