From 88535712a255608415fb297baf64e5929d44a1aa Mon Sep 17 00:00:00 2001
From: tangxu <tangxu76880903>
Date: 星期三, 26 二月 2025 08:51:43 +0800
Subject: [PATCH] 修复出口类型切换报错

---
 Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs b/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs
index 29c75cb..bdeab6e 100644
--- a/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs
+++ b/Client/DesktopMain/MainWindow/frmMainWindow.Designer.cs
@@ -388,7 +388,7 @@
             MaximumSize = new System.Drawing.Size(1920, 1032);
             Name = "frmMainWindow";
             StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
-            Text = "DPumpHydr.WinFrmUI.RLT Store";
+            Text = "鍙惰疆璁捐";
             TransparencyKey = System.Drawing.Color.Fuchsia;
             mainForm.ResumeLayout(false);
             leftMenuPanel.ResumeLayout(false);

--
Gitblit v1.9.3