From 68943c93449872b4f4e59b47b55fb8be74f7ea4a Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期六, 20 九月 2025 08:20:13 +0800 Subject: [PATCH] 增加生产日报表 --- DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs index 4c10770..090607f 100644 --- a/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/RkQC/Frm_Cqfa.Designer.cs @@ -1,5 +1,4 @@ 锘縰sing Gs.DevApp.ToolBox; -using Gs.DevApp.UserControl; namespace Gs.DevApp.DevFrm.RkQC { @@ -55,7 +54,7 @@ this.gv_checkDate = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_remark = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn7 = 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(); @@ -879,7 +878,7 @@ private DevExpress.XtraGrid.Columns.GridColumn gv_checkUser; private DevExpress.XtraGrid.Columns.GridColumn gv_checkDate; private DevExpress.XtraGrid.Columns.GridColumn gv_remark; - 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