From 05d57af48f51d2ac8292bc3faaa01ca753763790 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期一, 14 十月 2024 14:52:19 +0800
Subject: [PATCH] 增加泵型号查看界面

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.cs
index 295a6cb..1810d6b 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingForm.cs
@@ -2,9 +2,9 @@
 
 namespace HStation.WinFrmUI
 {
-    public partial class ValveSingleMatchingForm : DevExpress.XtraEditors.XtraUserControl
+    public partial class ValveSingleMatchingCtrl : DevExpress.XtraEditors.XtraUserControl
     {
-        public ValveSingleMatchingForm()
+        public ValveSingleMatchingCtrl()
         {
             InitializeComponent();
             this.gridView1.SetNormalView();
@@ -148,7 +148,7 @@
                 InitChart(vmo);
                 return;
             }
-            this.xtrPerform2dChart1.SetBindingData(null, null, null, null, false);
+            this.xtrPerform2dChart1.SetBindingData(null, null, null, null, true);
         }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3