From cef2a7e7818daf046e564e7fa2231ffb24b325ce Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 18 九月 2025 13:36:54 +0800 Subject: [PATCH] 11111 --- DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs index af5128a..db5aeb0 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs @@ -1,7 +1,4 @@ /* Create By GS EasyCode */ - -using Gs.DevApp.UserControl; - namespace Gs.DevApp.DevFrm.Rpt { partial class ItemQL @@ -49,7 +46,7 @@ this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.pageBar1 = new UcPageBar(); + this.pageBar1 = new UserControls.Data.UcPageBar(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -156,7 +153,6 @@ this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; this.gridView1.OptionsView.ShowAutoFilterRow = true; - this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; // // gridColumn1 @@ -322,7 +318,7 @@ private DevExpress.XtraEditors.SplitContainerControl split1; private DevExpress.XtraGrid.GridControl gcMain1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; - private UcPageBar pageBar1; + private UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraGrid.Columns.GridColumn itemName; private DevExpress.XtraGrid.Columns.GridColumn itemModel; private DevExpress.XtraGrid.Columns.GridColumn itemNo1; -- Gitblit v1.9.3