From 94ed3edb9e96c8bfa24d808dfc690cbd111a60e6 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 25 七月 2025 10:54:58 +0800
Subject: [PATCH] upload
---
ErrorAnalysis.UI/FrmMain.Designer.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ErrorAnalysis.UI/FrmMain.Designer.cs b/ErrorAnalysis.UI/FrmMain.Designer.cs
index 7228839..4c8a397 100644
--- a/ErrorAnalysis.UI/FrmMain.Designer.cs
+++ b/ErrorAnalysis.UI/FrmMain.Designer.cs
@@ -394,7 +394,6 @@
txtAnalysisResult.ReadOnly = true;
txtAnalysisResult.Size = new Size(317, 182);
txtAnalysisResult.TabIndex = 1;
- txtAnalysisResult.Text = "A total of 6 passes are recommended to maintain a 15% error rate. With the tool operating at 1.5 ft/hr, the estimated total job duration is 10 hours.";
//
// btnReport
//
@@ -405,6 +404,7 @@
btnReport.TabIndex = 4;
btnReport.Text = "Report";
btnReport.UseVisualStyleBackColor = true;
+ btnReport.Click += btnReport_Click;
//
// label24
//
@@ -955,7 +955,7 @@
tpFormation.Controls.Add(label16);
tpFormation.Location = new Point(4, 26);
tpFormation.Name = "tpFormation";
- tpFormation.Size = new Size(747, 283);
+ tpFormation.Size = new Size(847, 283);
tpFormation.TabIndex = 2;
tpFormation.Text = "Formation";
tpFormation.UseVisualStyleBackColor = true;
@@ -1110,7 +1110,7 @@
tpPlan.Controls.Add(panel1);
tpPlan.Location = new Point(4, 26);
tpPlan.Name = "tpPlan";
- tpPlan.Size = new Size(747, 283);
+ tpPlan.Size = new Size(847, 283);
tpPlan.TabIndex = 3;
tpPlan.Text = "Plan";
tpPlan.UseVisualStyleBackColor = true;
--
Gitblit v1.9.3