From 41c36661d58cd788d5c51326d7fe2da9c248d7c0 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 17 四月 2025 08:13:23 +0800
Subject: [PATCH] iqc

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
index 176f228..045d8cc 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -1038,17 +1038,23 @@
             // 
             this.txt_fngHandle.Location = new System.Drawing.Point(1059, 124);
             this.txt_fngHandle.Name = "txt_fngHandle";
+            this.txt_fngHandle.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_fngHandle.Properties.Appearance.Options.UseForeColor = true;
             this.txt_fngHandle.Size = new System.Drawing.Size(250, 24);
             this.txt_fngHandle.StyleController = this.layoutMx1;
             this.txt_fngHandle.TabIndex = 812;
+            this.txt_fngHandle.Tag = "readonly";
             // 
             // txt_fmrmode
             // 
             this.txt_fmrmode.Location = new System.Drawing.Point(1059, 152);
             this.txt_fmrmode.Name = "txt_fmrmode";
+            this.txt_fmrmode.Properties.Appearance.ForeColor = System.Drawing.Color.Blue;
+            this.txt_fmrmode.Properties.Appearance.Options.UseForeColor = true;
             this.txt_fmrmode.Size = new System.Drawing.Size(250, 24);
             this.txt_fmrmode.StyleController = this.layoutMx1;
             this.txt_fmrmode.TabIndex = 813;
+            this.txt_fmrmode.Tag = "readonly";
             // 
             // layoutControlItem17
             // 
@@ -2001,7 +2007,7 @@
             // 
             this.tabMxPage2.Controls.Add(this.ucUpFileList1);
             this.tabMxPage2.Name = "tabMxPage2";
-            this.tabMxPage2.Size = new System.Drawing.Size(1340, 461);
+            this.tabMxPage2.Size = new System.Drawing.Size(1340, 459);
             this.tabMxPage2.Text = "闄勪欢淇℃伅";
             // 
             // ucUpFileList1
@@ -2011,7 +2017,7 @@
             this.ucUpFileList1.Name = "ucUpFileList1";
             this.ucUpFileList1.parentGroup = null;
             this.ucUpFileList1.pGuid = null;
-            this.ucUpFileList1.Size = new System.Drawing.Size(1340, 461);
+            this.ucUpFileList1.Size = new System.Drawing.Size(1340, 459);
             this.ucUpFileList1.TabIndex = 0;
             // 
             // repositoryItemComboBox2

--
Gitblit v1.9.3