From 5b419c5a4fd892b1777e8c5ac584bf2df3cbbb3e Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 28 二月 2025 16:32:12 +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