From cdca5a70b3fac5f804a6eabb7a3976f8c00e35e8 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 08 四月 2025 16:40:30 +0800 Subject: [PATCH] fqc --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs index d5c256c..a14a8a2 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs @@ -9,11 +9,9 @@ using System.Windows.Forms; using DevExpress.XtraBars; using DevExpress.XtraEditors; -using DevExpress.XtraEditors.TextEditController; using DevExpress.XtraGrid; using DevExpress.XtraGrid.Views.Grid; using DevExpress.XtraLayout; -using DevExpress.XtraRichEdit.Export.Rtf; using Gs.DevApp.DevFrm.Rpt; using Gs.DevApp.DevFrm.Sys; using Gs.DevApp.Entity; @@ -508,7 +506,6 @@ } - private void BtnSave_ItemClick(object sender, ItemClickEventArgs e) { if (btnSaveClick != null) @@ -519,7 +516,7 @@ var lst = new List<string>(); lst.Add(btnAdd.Name); lst.Add(btnEdit.Name); - lst.Add(btnEsc.Name); + //lst.Add(btnEsc.Name); lst.Add(btnChk.Name); lst.Add(btnFchk.Name); lst.Add(btnDel.Name); @@ -543,6 +540,8 @@ lst.Add(btnTzbl.Name); _enabledBtn(lst); } + + } } @@ -621,8 +620,6 @@ if (btnWgClick != null) btnWgClick(this, e); } - - private void BtnbZhongTai_ItemClick(object sender, ItemClickEventArgs e) { if (btnZhongTaiClick != null) btnZhongTaiClick(this, e); @@ -686,7 +683,6 @@ Gs.DevApp.UserControl.SelectFont DevFrm = new SelectFont(); DevFrm.ShowDialog(); } - private void _enabledBtn(List<string> lstBtn) { foreach (BarItem item in barManager1.Items) -- Gitblit v1.9.3