From 96216453bee75f40715b4e687fef7226bb560ac9 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期四, 11 十二月 2025 10:43:35 +0800
Subject: [PATCH] 1、克重逻辑更改
---
DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
index 25550de..32c5b46 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -911,7 +911,7 @@
//
this.txt_weight.Location = new System.Drawing.Point(701, 162);
this.txt_weight.Name = "txt_weight";
- this.txt_weight.Properties.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
+ this.txt_weight.Properties.Appearance.ForeColor = System.Drawing.Color.Lime;
this.txt_weight.Properties.Appearance.Options.UseForeColor = true;
this.txt_weight.Size = new System.Drawing.Size(233, 20);
this.txt_weight.StyleController = this.layoutMx1;
--
Gitblit v1.9.3