From d16952a4c6f6e09b2bba71040a9963ce892ed983 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 08 八月 2025 15:45:27 +0800
Subject: [PATCH] 称重
---
DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs
index 9ffb0e1..69ce2e2 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/MesQcExceptional.Designer.cs
@@ -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;
--
Gitblit v1.9.3