From 9462294983b675ce314d298cd11e2468a9ef5545 Mon Sep 17 00:00:00 2001 From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU> Date: 星期六, 20 九月 2025 15:26:45 +0800 Subject: [PATCH] 蓝宝:模具台账表、模具操作记录表 --- DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs | 9 +++------ 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs index e1924ed..5336f0f 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs @@ -1,8 +1,5 @@ /* Create By GS EasyCode */ - -using Gs.DevApp.UserControl; - -namespace Gs.DevApp.DevFrm.Rpt +namespace Gs.DevApp.DevFrm { partial class BTDetails { @@ -66,7 +63,7 @@ this.fromDepotId = new DevExpress.XtraGrid.Columns.GridColumn(); this.invDepotId = new DevExpress.XtraGrid.Columns.GridColumn(); this.itemId = new DevExpress.XtraGrid.Columns.GridColumn(); - this.pageBar1 = new UcPageBar(); + this.pageBar1 = new UserControls.Data.UcPageBar(); this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl(); this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl(); @@ -927,7 +924,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 billNo; private DevExpress.XtraGrid.Columns.GridColumn itemBarcode; private DevExpress.XtraGrid.Columns.GridColumn itemId; -- Gitblit v1.9.3