From 492fbc0052225864e97cceb66d86d3fdf9dee961 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 05 十二月 2024 16:18:36 +0800
Subject: [PATCH] 修改匹配方法以及单独匹配

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/17-compressor/SimulationCompressorSingleMatchingDlg.Designer.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/17-compressor/SimulationCompressorSingleMatchingDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/17-compressor/SimulationCompressorSingleMatchingDlg.Designer.cs
index 63c9b8a..e4f3e1a 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/17-compressor/SimulationCompressorSingleMatchingDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/17-compressor/SimulationCompressorSingleMatchingDlg.Designer.cs
@@ -148,15 +148,15 @@
             layoutControlItem1.TextSize = new Size(0, 0);
             layoutControlItem1.TextVisible = false;
             // 
-            // CompressorSingleMatchingDlg
+            // SimulationCompressorSingleMatchingDlg
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
             ClientSize = new Size(885, 537);
             Controls.Add(layoutControl1);
-            Name = "CompressorSingleMatchingDlg";
+            Name = "SimulationCompressorSingleMatchingDlg";
             StartPosition = FormStartPosition.CenterScreen;
-            Text = "闃�闂ㄦ洸绾块�夋嫨";
+            Text = "绌哄帇鏈烘洸绾块�夋嫨";
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
             ((ISupportInitialize)Root).EndInit();

--
Gitblit v1.9.3