From 07244fa2982091fc1c8b8b8b041a0783651bf712 Mon Sep 17 00:00:00 2001
From: lx <ex_lixiang17@cosl.com.cn>
Date: 星期五, 25 七月 2025 15:03:16 +0800
Subject: [PATCH] upload

---
 ErrorAnalysis.UI/FrmMain.Designer.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/ErrorAnalysis.UI/FrmMain.Designer.cs b/ErrorAnalysis.UI/FrmMain.Designer.cs
index 7228839..f1d1136 100644
--- a/ErrorAnalysis.UI/FrmMain.Designer.cs
+++ b/ErrorAnalysis.UI/FrmMain.Designer.cs
@@ -28,6 +28,7 @@
         /// </summary>
         private void InitializeComponent()
         {
+            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
             btnAnalysis = new Button();
             label9 = new Label();
             label3 = new Label();
@@ -394,7 +395,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 +405,7 @@
             btnReport.TabIndex = 4;
             btnReport.Text = "Report";
             btnReport.UseVisualStyleBackColor = true;
+            btnReport.Click += btnReport_Click;
             // 
             // label24
             // 
@@ -955,7 +956,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 +1111,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;
@@ -1226,6 +1227,7 @@
             Controls.Add(btnReport);
             Controls.Add(gbResult);
             Controls.Add(btnAnalysis);
+            Icon = (Icon)resources.GetObject("$this.Icon");
             Name = "FrmMain";
             StartPosition = FormStartPosition.CenterScreen;
             Text = "Job Planner";

--
Gitblit v1.9.3