From a7e9939224debe7052b660c5c3af35a6fc94c327 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期六, 01 十一月 2025 17:50:44 +0800
Subject: [PATCH] 1、到货单查询
---
DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs
index 475a9f7..4b2d809 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs
@@ -1,6 +1,4 @@
-锘縰sing Gs.DevApp.UserControl;
-
-namespace Gs.DevApp.DevFrm.Rpt
+锘縩amespace Gs.DevApp.DevFrm.Rpt
{
partial class Ckcgmx
{
@@ -51,7 +49,7 @@
this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.gv_ownerId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
this.bandedGridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
- this.pageBar1 = new UcPageBar();
+ this.pageBar1 = new UserControls.Data.UcPageBar();
this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
@@ -567,7 +565,7 @@
private DevExpress.XtraTab.XtraTabPage xtraTabPage1;
private DevExpress.XtraEditors.SplitContainerControl split1;
private DevExpress.XtraGrid.GridControl gcMain1;
- private UcPageBar pageBar1;
+ private UserControls.Data.UcPageBar pageBar1;
private DevExpress.XtraGrid.Views.BandedGrid.AdvBandedGridView gridView1;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_guid;
private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_itemBarcode;
--
Gitblit v1.9.3