From c963d77cdc1c95b276299b407cf4a7263600ceaf Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期二, 11 十一月 2025 15:08:41 +0800
Subject: [PATCH] 1、采购入库新增克重
---
DevApp/Gs.DevApp/DevFrm/Rpt/CkYtmx.Designer.cs | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/CkYtmx.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CkYtmx.Designer.cs
index bbeec1c..6fb7bd4 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/CkYtmx.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CkYtmx.Designer.cs
@@ -1,6 +1,4 @@
-锘縰sing Gs.DevApp.UserControl;
-
-namespace Gs.DevApp.DevFrm.Rpt
+锘縩amespace Gs.DevApp.DevFrm.Rpt
{
partial class CkYtmx
{
@@ -48,7 +46,7 @@
this.gv_depotSectionsCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.gv_ownerType = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = 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();
@@ -343,7 +341,7 @@
private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
private DevExpress.XtraGrid.Columns.GridColumn gv_depotSectionsCode;
private DevExpress.XtraGrid.Columns.GridColumn gv_ownerType;
- private UcPageBar pageBar1;
+ private UserControls.Data.UcPageBar pageBar1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
}
}
\ No newline at end of file
--
Gitblit v1.9.3