From 93f5c18553c036768ef6202547eeb899511fd50a Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期五, 25 十月 2024 11:16:54 +0800
Subject: [PATCH] 修改阀门匹配逻辑

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/01-pipesinglematching/PipeSingMatchingDlg.Designer.cs |   66 ++++++++++++++++----------------
 1 files changed, 33 insertions(+), 33 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/01-pipesinglematching/PipeSingMatchingDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/01-pipesinglematching/PipeSingMatchingDlg.Designer.cs
index cbc8860..8223d3f 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/01-pipesinglematching/PipeSingMatchingDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/04-pipe/01-pipesinglematching/PipeSingMatchingDlg.Designer.cs
@@ -29,21 +29,21 @@
         private void InitializeComponent()
         {
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
+            pipeLineSingleMatchingForm1 = new PipeSingleMatchingForm();
             btnComplete = new SimpleButton();
             btnCancel = new SimpleButton();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
-            itemForCancel = new DevExpress.XtraLayout.LayoutControlItem();
-            itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
-            pipeLineSingleMatchingForm1 = new   PipeSingleMatchingForm();
             layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
+            itemForCancel = new DevExpress.XtraLayout.LayoutControlItem();
+            itemForComplete = new DevExpress.XtraLayout.LayoutControlItem();
             ((ISupportInitialize)layoutControl1).BeginInit();
             layoutControl1.SuspendLayout();
             ((ISupportInitialize)Root).BeginInit();
-            ((ISupportInitialize)itemForCancel).BeginInit();
-            ((ISupportInitialize)itemForComplete).BeginInit();
             ((ISupportInitialize)layoutControlItem1).BeginInit();
             ((ISupportInitialize)emptySpaceItem1).BeginInit();
+            ((ISupportInitialize)itemForCancel).BeginInit();
+            ((ISupportInitialize)itemForComplete).BeginInit();
             SuspendLayout();
             // 
             // layoutControl1
@@ -59,6 +59,13 @@
             layoutControl1.Size = new Size(747, 432);
             layoutControl1.TabIndex = 6;
             layoutControl1.Text = "layoutControl1";
+            // 
+            // pipeLineSingleMatchingForm1
+            // 
+            pipeLineSingleMatchingForm1.Location = new Point(2, 2);
+            pipeLineSingleMatchingForm1.Name = "pipeLineSingleMatchingForm1";
+            pipeLineSingleMatchingForm1.Size = new Size(743, 402);
+            pipeLineSingleMatchingForm1.TabIndex = 0;
             // 
             // btnComplete
             // 
@@ -76,7 +83,7 @@
             // 
             // btnCancel
             // 
-            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
+            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
             btnCancel.Appearance.Options.UseBackColor = true;
             btnCancel.DialogResult = DialogResult.Cancel;
             btnCancel.Location = new Point(641, 408);
@@ -97,6 +104,23 @@
             Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
             Root.Size = new Size(747, 432);
             Root.TextVisible = false;
+            // 
+            // layoutControlItem1
+            // 
+            layoutControlItem1.Control = pipeLineSingleMatchingForm1;
+            layoutControlItem1.Location = new Point(0, 0);
+            layoutControlItem1.Name = "layoutControlItem1";
+            layoutControlItem1.Size = new Size(747, 406);
+            layoutControlItem1.TextSize = new Size(0, 0);
+            layoutControlItem1.TextVisible = false;
+            // 
+            // emptySpaceItem1
+            // 
+            emptySpaceItem1.AllowHotTrack = false;
+            emptySpaceItem1.Location = new Point(0, 406);
+            emptySpaceItem1.Name = "emptySpaceItem1";
+            emptySpaceItem1.Size = new Size(531, 26);
+            emptySpaceItem1.TextSize = new Size(0, 0);
             // 
             // itemForCancel
             // 
@@ -122,46 +146,22 @@
             itemForComplete.TextSize = new Size(0, 0);
             itemForComplete.TextVisible = false;
             // 
-            // elbowSingleMatchingForm1
-            // 
-            pipeLineSingleMatchingForm1.Location = new Point(2, 2);
-            pipeLineSingleMatchingForm1.Name = "pipeLineSingleMatchingForm1";
-            pipeLineSingleMatchingForm1.Size = new Size(743, 402);
-            pipeLineSingleMatchingForm1.TabIndex = 0;
-            // 
-            // layoutControlItem1
-            // 
-            layoutControlItem1.Control = pipeLineSingleMatchingForm1;
-            layoutControlItem1.Location = new Point(0, 0);
-            layoutControlItem1.Name = "layoutControlItem1";
-            layoutControlItem1.Size = new Size(747, 406);
-            layoutControlItem1.TextSize = new Size(0, 0);
-            layoutControlItem1.TextVisible = false;
-            // 
-            // emptySpaceItem1
-            // 
-            emptySpaceItem1.AllowHotTrack = false;
-            emptySpaceItem1.Location = new Point(0, 406);
-            emptySpaceItem1.Name = "emptySpaceItem1";
-            emptySpaceItem1.Size = new Size(531, 26);
-            emptySpaceItem1.TextSize = new Size(0, 0);
-            // 
             // PipeSingMatchingDlg
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
             ClientSize = new Size(747, 432);
             Controls.Add(layoutControl1);
-            Name = "PipeLineSingMatchingDlg";
+            Name = "PipeSingMatchingDlg";
             StartPosition = FormStartPosition.CenterScreen;
             Text = "绠¢亾鍖归厤";
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
             ((ISupportInitialize)Root).EndInit();
-            ((ISupportInitialize)itemForCancel).EndInit();
-            ((ISupportInitialize)itemForComplete).EndInit();
             ((ISupportInitialize)layoutControlItem1).EndInit();
             ((ISupportInitialize)emptySpaceItem1).EndInit();
+            ((ISupportInitialize)itemForCancel).EndInit();
+            ((ISupportInitialize)itemForComplete).EndInit();
             ResumeLayout(false);
         }
 

--
Gitblit v1.9.3