From eebace752efad7088eb91e034cf898a6373c9911 Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 22 八月 2024 10:36:15 +0800
Subject: [PATCH] 增加菜单图标

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
index 3f6610b..79c5fe3 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/00-PumpProductManage/PumpProductMainPanel.cs
@@ -6,7 +6,7 @@
         {
             InitializeComponent();
             this.PageTitle.Caption = "姘存车绠$悊";
-            this.PageTitle.HeaderSvgImage = this.svgImage32[1];
+            this.PageTitle.HeaderSvgImage = this.svgImage32[0];
             this.PageTitle.SvgImageSize = new Size(24, 24);
             this.gridView1.SetNormalView();
             this.gridView1.RegistCustomDrawRowIndicator();
@@ -158,7 +158,7 @@
             }
             //var dlg=new HStation.WinFrmUI.PhartRelation.SelXhsPumpMainPhartDlg();
             //dlg.SetBandingData(currentVm.ID);
-            //dlg.ShowDialog();   
+            //dlg.ShowDialog();
 
             var guid = new PageGuid()
             {

--
Gitblit v1.9.3