From 30f4ed5068f3df98dc85d403325454de6b04a17b Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期四, 13 十一月 2025 19:28:58 +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