From 4446901f8ecde9b6e593d871465e89662ad58965 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 05 十二月 2024 10:06:58 +0800
Subject: [PATCH] 修改单独匹配命名

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

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/11-Flowmeter/FlowmeterSingMatchingDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/11-flowmeter/SimulationFlowmeterSingleMatchingDlg.Designer.cs
similarity index 97%
rename from WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/11-Flowmeter/FlowmeterSingMatchingDlg.Designer.cs
rename to WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/11-flowmeter/SimulationFlowmeterSingleMatchingDlg.Designer.cs
index 07aa66f..4a3485f 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/11-Flowmeter/FlowmeterSingMatchingDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/11-flowmeter/SimulationFlowmeterSingleMatchingDlg.Designer.cs
@@ -1,6 +1,6 @@
 锘縩amespace HStation.WinFrmUI 
 { 
-    partial class FlowmeterSingMatchingDlg
+    partial class SimulationFlowmeterSingleMatchingDlg
     {
         /// <summary>
         /// Required designer variable.
@@ -29,7 +29,7 @@
         private void InitializeComponent()
         {
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
-            FlowmeterSingleMatchingForm1 = new FlowmeterSingleMatchingForm();
+            FlowmeterSingleMatchingForm1 = new FlowmeterSingleMatchingCtrl();
             btnComplete = new SimpleButton();
             btnCancel = new SimpleButton();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
@@ -173,7 +173,7 @@
         private DevExpress.XtraEditors.SimpleButton btnCancel;
         private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
         private DevExpress.XtraLayout.LayoutControlItem itemForCancel;
-        private FlowmeterSingleMatchingForm FlowmeterSingleMatchingForm1;
+        private FlowmeterSingleMatchingCtrl FlowmeterSingleMatchingForm1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
     }

--
Gitblit v1.9.3