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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ErrorAnalysis.UI/FrmMain.Designer.cs b/ErrorAnalysis.UI/FrmMain.Designer.cs
index 4c8a397..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();
@@ -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