From a109e06bc0b2e4f84fcfc834a6ce9a39c215cc65 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期一, 15 九月 2025 10:37:04 +0800 Subject: [PATCH] 项目文档 --- DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs index e61d04c..78807c6 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNoticeDj.Designer.cs @@ -1,6 +1,4 @@ -锘縰sing Gs.DevApp.UserControl; - -namespace Gs.DevApp.DevFrm.Sales +锘縩amespace Gs.DevApp.DevFrm.Sales { partial class Frm_SalesReturnNoticeDj { @@ -64,7 +62,7 @@ this.gv_guid = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn9 = 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(); @@ -1416,7 +1414,7 @@ private DevExpress.XtraGrid.Columns.GridColumn gv_checkDate; private DevExpress.XtraGrid.Columns.GridColumn bandedGridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gv_guid; - private UcPageBar pageBar1; + private UserControls.Data.UcPageBar pageBar1; private DevExpress.XtraTab.XtraTabPage xtraTabPage2; private DevExpress.XtraEditors.SplitContainerControl splitMx1; private DevExpress.XtraLayout.LayoutControl layoutMx1; -- Gitblit v1.9.3