From 0c28017ab0bc07ae83d4d65c32a218fb8b9864d9 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 03 三月 2025 14:10:42 +0800
Subject: [PATCH] 采购面板
---
DevApp/Gs.DevApp/DevFrm/Ck/UcBlclDj.cs | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlclDj.cs b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlclDj.cs
index e10e558..a737502 100644
--- a/DevApp/Gs.DevApp/DevFrm/Ck/UcBlclDj.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Ck/UcBlclDj.cs
@@ -33,7 +33,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);
@@ -61,20 +60,7 @@
Task.Delay(100);
getPageList(1);
}
- /// <summary>
- /// 甯冨眬浜嬩欢
- /// </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