From 22f37018f11fffbc4a7bd656e1a459b3b02a8980 Mon Sep 17 00:00:00 2001 From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU> Date: 星期六, 20 九月 2025 10:31:33 +0800 Subject: [PATCH] 设备台账表、设备保养记录表、设备点检记录表的增删改和审核功能 --- DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs index 757faeb..ee46cd9 100644 --- a/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/RkQC/RkDetect01.Designer.cs @@ -1,6 +1,4 @@ -锘縰sing Gs.DevApp.UserControl; - -namespace Gs.DevApp.DevFrm.RkQC +锘縩amespace Gs.DevApp.DevFrm.RkQC { partial class RkDetect01 { @@ -91,7 +89,7 @@ this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = 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(); @@ -2687,7 +2685,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.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn gv_fsubmit; private DevExpress.XtraGrid.Columns.GridColumn gv_lotNo; -- Gitblit v1.9.3