From b5834262308402ea928355987b34d1a9a0011374 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期一, 08 九月 2025 23:43:13 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs | 25 ++++++++++++++++++++----- 1 files changed, 20 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs index 9ffb0e1..251c1c6 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs @@ -121,6 +121,7 @@ this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -273,7 +274,8 @@ this.gridColumn3, this.gridColumn17, this.gridColumn18, - this.gridColumn19}); + this.gridColumn19, + this.gridColumn20}); this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 50; this.gridView1.Name = "gridView1"; @@ -310,7 +312,7 @@ this.gridColumn1.MinWidth = 25; this.gridColumn1.Name = "gridColumn1"; this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 15; + this.gridColumn1.VisibleIndex = 14; this.gridColumn1.Width = 94; // // gridColumn2 @@ -425,8 +427,6 @@ this.gridColumn3.FieldName = "itemId"; this.gridColumn3.MinWidth = 25; this.gridColumn3.Name = "gridColumn3"; - this.gridColumn3.Visible = true; - this.gridColumn3.VisibleIndex = 14; this.gridColumn3.Width = 94; // // gridColumn17 @@ -797,7 +797,7 @@ this.layoutControlItem3.OptionsTableLayoutItem.RowIndex = 3; this.layoutControlItem3.OptionsTableLayoutItem.RowSpan = 2; this.layoutControlItem3.Size = new System.Drawing.Size(1106, 58); - this.layoutControlItem3.Text = "涓嶅悎鏍兼弿杩�"; + this.layoutControlItem3.Text = "寮傚父鎻忚堪"; this.layoutControlItem3.TextSize = new System.Drawing.Size(75, 18); // // tabMx @@ -977,6 +977,10 @@ // // gridColumn14 // + this.gridColumn14.AppearanceCell.ForeColor = System.Drawing.Color.Blue; + this.gridColumn14.AppearanceCell.Options.UseForeColor = true; + this.gridColumn14.AppearanceHeader.ForeColor = System.Drawing.Color.Blue; + this.gridColumn14.AppearanceHeader.Options.UseForeColor = true; this.gridColumn14.Caption = "澶勭疆鎰忚"; this.gridColumn14.FieldName = "handResult"; this.gridColumn14.MinWidth = 25; @@ -1074,6 +1078,16 @@ this.layoutControlItem10.Name = "layoutControlItem10"; this.layoutControlItem10.Size = new System.Drawing.Size(0, 0); this.layoutControlItem10.TextSize = new System.Drawing.Size(50, 20); + // + // gridColumn20 + // + this.gridColumn20.Caption = "鏀舵枡缁勭粐"; + this.gridColumn20.FieldName = "fSubsidiary"; + this.gridColumn20.MinWidth = 25; + this.gridColumn20.Name = "gridColumn20"; + this.gridColumn20.Visible = true; + this.gridColumn20.VisibleIndex = 15; + this.gridColumn20.Width = 94; // // MesQcExceptional // @@ -1226,5 +1240,6 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn18; private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; } } \ No newline at end of file -- Gitblit v1.9.3