From b94da76188b834922d2f13365b22208a4bc4049a Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期六, 12 十月 2024 11:33:40 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingDlg.Designer.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/XhsProjectSimulationPumpSingleMatchingDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingDlg.Designer.cs similarity index 96% rename from WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/XhsProjectSimulationPumpSingleMatchingDlg.Designer.cs rename to WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingDlg.Designer.cs index 884c94c..f2bf2cf 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/XhsProjectSimulationPumpSingleMatchingDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingDlg.Designer.cs @@ -1,6 +1,6 @@ 锘縩amespace HStation.WinFrmUI.Xhs { - partial class ValveMainCurveChoiceDlg + partial class ValveSingleMatchingDlg { /// <summary> /// Required designer variable. @@ -29,7 +29,7 @@ private void InitializeComponent() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - xtraUserControl11 = new Core.XhsProjectSimulationPumpSingleMatchingForm(); + xtraUserControl11 = new ValveSingleMatchingForm(); btnComplete = new SimpleButton(); btnCancel = new SimpleButton(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); @@ -148,7 +148,7 @@ layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // - // ValveMainCurveChoiceDlg + // ValveSingleMatchingDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; @@ -176,7 +176,7 @@ private DevExpress.XtraLayout.LayoutControlItem itemForComplete; private DevExpress.XtraLayout.LayoutControlItem itemForCancel; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; - private Core.XhsProjectSimulationPumpSingleMatchingForm xtraUserControl11; + private ValveSingleMatchingForm xtraUserControl11; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; } } \ No newline at end of file -- Gitblit v1.9.3