Shuxia Ning
2024-11-27 a9f482aaadae8e0c53b91a3a8990f56ba6af8610
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;