From 1e9a72970e30b74b8f0cb7c74e2bec9df1aa1d22 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期四, 05 十二月 2024 09:29:33 +0800 Subject: [PATCH] 阀门曲线 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs index eb0930c..e430afe 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.cs @@ -8,9 +8,9 @@ public PumpProductMainPage() { InitializeComponent(); - //this.PageTitle.Caption = "姘存车绠$悊"; - //this.PageTitle.HeaderSvgImage = this.svgImage32[0]; - //this.PageTitle.SvgImageSize = new Size(24, 24); + this.PageTitle.Caption = "姘存车绠$悊"; + this.PageTitle.HeaderSvgImage = this.svgImage32[0]; + this.PageTitle.SvgImageSize = new Size(24, 24); this.gridView1.SetNormalView(); this.gridView1.RegistCustomDrawRowIndicator(); this.AssetsPumpSeriesTreeListCtrl1.FocusedChangedEvent += AssetsPumpSeriesTreeListCtrl1_FocusedChangedEvent; -- Gitblit v1.9.3