From f23d33d0cf77a73d449cd7c38effda9e50c8fda4 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 06 三月 2025 08:13:37 +0800 Subject: [PATCH] 版面 --- DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs index cdfac6f..1ba02a6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs +++ b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlcl.cs @@ -41,7 +41,6 @@ toolBarMenu1.btnChkClick += ToolBarMenu1_btnChkClick; toolBarMenu1.btnFChkClick += ToolBarMenu1_btnFChkClick; toolBarMenu1.btnLogClick += ToolBarMenu1_btnLogClick; - toolBarMenu1.btnLayoutClick += ToolBarMenu1_btnLayoutClick; Form parentForm = this.FindForm(); List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); gvList.Add(gridView1); @@ -118,16 +117,7 @@ /// </summary> /// <param name="sender"></param> /// <param name="e"></param> - - private void ToolBarMenu1_btnLayoutClick(object sender, EventArgs e) - { - Form parentForm = this.FindForm(); - string _formNamespace = parentForm.GetType().FullName; - List<DevExpress.XtraGrid.Views.Grid.GridView> gvList = new List<DevExpress.XtraGrid.Views.Grid.GridView>(); - gvList.Add(gridView1); - Gs.DevApp.UserControl.showLayOut DevFrm = new showLayOut(_formNamespace, gvList); - DevFrm.ShowDialog(); - } + /// <summary> /// 鏃ュ織 /// </summary> -- Gitblit v1.9.3