From 7d49fe63d26ec26ebee525a7ee26d8ee1dfbbc60 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期四, 22 八月 2024 08:48:19 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartListCtrl.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartListCtrl.cs b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartListCtrl.cs index 99155d6..ae49fc3 100644 --- a/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartListCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-pump-main/XhsPumpMainPhartListCtrl.cs @@ -9,7 +9,7 @@ { InitializeComponent(); this.treeList1.InitialDefaultSettings(); - this.treeList1.SelectImageList = ImageLib.Lib16; + this.treeList1.SelectImageList = ImageLib.Lib; this.layoutControl1.SetupLayoutControl(); } @@ -23,7 +23,7 @@ this.Name = model.OtherName; this.Importance = model.Importance; this.SortCode = model.SortCode; - this.ImageIndex= ImageLib.Question16; + this.ImageIndex= ImageLib.Question; this.Model = model; } public long ID { get; set; } -- Gitblit v1.9.3