From 344613d596fe956b4ce16eb7df1683d413071b8d Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 31 十月 2024 10:51:54 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs index c36ee95..7392181 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs @@ -46,7 +46,7 @@ var lst = new List<string>(); foreach (BarItem item in barManager1.Items) if (item is BarLargeButtonItem largeButtonItem) - if (!string.IsNullOrEmpty(item.Caption)) + if (!string.IsNullOrEmpty(item.Caption) && item.Caption != "淇濆瓨" && item.Caption != "鍒锋柊") lst.Add(item.Caption); actions = lst; } @@ -411,7 +411,6 @@ lst.Add(btnDesign.Name); lst.Add(btnChk.Name); lst.Add(btnFchk.Name); - lst.Add(btnLoad.Name); lst.Add(btnJianYan.Name); lst.Add(btnFjianYan.Name); lst.Add(btnOut.Name); @@ -612,7 +611,7 @@ } //榛樿鍚敤鐨勬寜閽� - // _enabledList.Add(btnDesign.Name); + _enabledList.Add(btnLoad.Name); _enabledBtn(_enabledList); } catch (Exception ex) -- Gitblit v1.9.3