From 9ad209572c445524cf6cf9f2d4639cb18327c92f Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 12 十二月 2024 14:38:25 +0800 Subject: [PATCH] 11 --- DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs b/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs index d66af7f..abdeef7 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs @@ -270,7 +270,7 @@ tlMenu.ParentFieldName = "upGuid"; tlMenu.Tag = "name"; tlMenu.EndUpdate(); - // this.tlMenu.ExpandAll(); + this.tlMenu.CollapseAll(); tlMenu.OptionsView.CheckBoxStyle = DefaultNodeCheckBoxStyle.Default; } @@ -376,7 +376,6 @@ i++; } } - txt_icon.Properties.LargeImages = dicImg; txt_icon.Properties.SmallImages = dicImg; } -- Gitblit v1.9.3