From f1efcbcf48fa6fc7dede2c5c7e91cc953b367fe0 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 05 十二月 2024 09:58:02 +0800 Subject: [PATCH] 增加匹配应用方法,用于视图 --- WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/SelXhsValveMainPhartDlg.Designer.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/SelXhsValveMainPhartDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/SelXhsValveMainPhartDlg.Designer.cs index 1724079..6369998 100644 --- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/SelXhsValveMainPhartDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/99-common/SelXhsValveMainPhartDlg.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { components = new System.ComponentModel.Container(); - xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.PumpPerform2dChart(); + xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.PumpViewChart(); sidePanel2 = new SidePanel(); xhsPumpMainPhartListCtrl1 = new XhsPumpMainPhartListCtrl(); dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); @@ -309,7 +309,7 @@ } #endregion - private Yw.WinFrmUI.Phart.PumpPerform2dChart xtrPerform2dChart1; + private Yw.WinFrmUI.Phart.PumpViewChart xtrPerform2dChart1; private DevExpress.XtraEditors.SidePanel sidePanel2; private XhsPumpMainPhartListCtrl xhsPumpMainPhartListCtrl1; private DevExpress.XtraBars.Docking.DockManager dockManager1; -- Gitblit v1.9.3