From 30e078df2eae453b8ea39680816d5abbf5c51b25 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 26 九月 2024 14:01:07 +0800
Subject: [PATCH] Xhs匹配改造,有错误

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.Designer.cs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsMainChoicePage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.Designer.cs
similarity index 92%
rename from WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsMainChoicePage.Designer.cs
rename to WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.Designer.cs
index e492f12..acccbff 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/AssetsMainChoicePage.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/00-core/XhsProjectSimulationMatchingListCtrl.Designer.cs
@@ -1,7 +1,7 @@
 锘�
 namespace HStation.WinFrmUI.Xhs
 {
-    partial class AssetsMainChoicePage
+    partial class XhsProjectSimulationMatchingListCtrl
     {
         /// <summary> 
         /// Required designer variable.
@@ -29,23 +29,23 @@
         /// </summary>
         private void InitializeComponent()
         {
-            ComponentResourceManager resources = new ComponentResourceManager(typeof(AssetsMainChoicePage));
+            ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectSimulationMatchingListCtrl));
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
             BtnOK = new SimpleButton();
             tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
             tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
             tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
-            pumpMatchingCtrl1 = new PumpMatchingCtrl();
+            pumpMatchingCtrl1 = new XhsProjectSimulationPumpMatchingListCtrl();
             tabNavigationPage3 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
-            valveMatchingCtrl1 = new ValveMatchingCtrl();
+            valveMatchingCtrl1 = new XhsProjectSimulationValveMatchingListCtrl();
             tabNavigationPage4 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
-            pipeLineMatchingCtrl1 = new PipeLineMatchingCtrl();
+            pipeLineMatchingCtrl1 = new XhsProjectSimulationPipeMatchingListCtrl();
             tabNavigationPage5 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
-            threeLinkMatchingCtrl1 = new ThreeLinkMatchingCtrl();
+            threeLinkMatchingCtrl1 = new XhsProjectSimulationThreelinkMatchingListCtrl();
             tabNavigationPage6 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
-            fourLinkMatchingCtrl1 = new FourLinkMatchingCtrl();
+            fourLinkMatchingCtrl1 = new XhsProjectSimulationFourlinkMatchingListCtrl();
             tabNavigationPage7 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
-            elbowsMatchingCtrl1 = new ElbowsMatchingCtrl();
+            elbowsMatchingCtrl1 = new XhsProjectSimulationElbowsMatchingListCtrl();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
@@ -288,17 +288,17 @@
         private DevExpress.XtraBars.Navigation.TabPane tabPane1;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
-        private PumpMatchingCtrl pumpMatchingCtrl1;
+        private XhsProjectSimulationPumpMatchingListCtrl pumpMatchingCtrl1;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage3;
-        private ValveMatchingCtrl valveMatchingCtrl1;
+        private XhsProjectSimulationValveMatchingListCtrl valveMatchingCtrl1;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage4;
-        private PipeLineMatchingCtrl pipeLineMatchingCtrl1;
+        private XhsProjectSimulationPipeMatchingListCtrl pipeLineMatchingCtrl1;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage5;
-        private ThreeLinkMatchingCtrl threeLinkMatchingCtrl1;
+        private XhsProjectSimulationThreelinkMatchingListCtrl threeLinkMatchingCtrl1;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage6;
-        private FourLinkMatchingCtrl fourLinkMatchingCtrl1;
+        private XhsProjectSimulationFourlinkMatchingListCtrl fourLinkMatchingCtrl1;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage7;
-        private ElbowsMatchingCtrl elbowsMatchingCtrl1;
+        private XhsProjectSimulationElbowsMatchingListCtrl elbowsMatchingCtrl1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2;

--
Gitblit v1.9.3