From cd6496f2fadb885056c35a67fb3caf1a1a765ab1 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 24 十月 2025 10:11:16 +0800
Subject: [PATCH] 补充文档
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
index 7fea474..9194b83 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -88,6 +88,7 @@
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.gridColumn_cgdCreate = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
@@ -472,6 +473,7 @@
this.gridColumn19,
this.gridColumn17,
this.gridColumn23,
+ this.gridColumn_cgdCreate,
this.gridColumn30,
this.gridColumn5,
this.gridColumn6});
@@ -783,6 +785,16 @@
this.gridColumn23.Visible = true;
this.gridColumn23.VisibleIndex = 22;
this.gridColumn23.Width = 94;
+ //
+ // gridColumn_cgdCreate
+ //
+ this.gridColumn_cgdCreate.Caption = "閲囪喘璁㈠崟鍒涘缓浜�";
+ this.gridColumn_cgdCreate.FieldName = "cgdCreate";
+ this.gridColumn_cgdCreate.MinWidth = 25;
+ this.gridColumn_cgdCreate.Name = "gridColumn_cgdCreate";
+ this.gridColumn_cgdCreate.Visible = true;
+ this.gridColumn_cgdCreate.VisibleIndex = 23;
+ this.gridColumn_cgdCreate.Width = 100;
//
// gridColumn30
//
@@ -2731,6 +2743,7 @@
private DevExpress.XtraGrid.Columns.GridColumn gridColumn28;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn29;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
+ private DevExpress.XtraGrid.Columns.GridColumn gridColumn_cgdCreate;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem19;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn30;
--
Gitblit v1.9.3