From d6cc6e59e67f9ad43bd6c5f373761f94ea77aabf Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期三, 29 十月 2025 11:04:25 +0800
Subject: [PATCH] 增加iqc称重控制

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs |    5 +++++
 1 files changed, 5 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 469769d..0da5062 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -932,6 +932,7 @@
             this.txt_weight1.Size = new System.Drawing.Size(76, 24);
             this.txt_weight1.StyleController = this.layWeight;
             this.txt_weight1.TabIndex = 4;
+            this.txt_weight1.Tag = "readonly";
             // 
             // txt_weight2
             // 
@@ -941,6 +942,7 @@
             this.txt_weight2.Size = new System.Drawing.Size(79, 24);
             this.txt_weight2.StyleController = this.layWeight;
             this.txt_weight2.TabIndex = 5;
+            this.txt_weight2.Tag = "readonly";
             // 
             // txt_weight3
             // 
@@ -950,6 +952,7 @@
             this.txt_weight3.Size = new System.Drawing.Size(79, 24);
             this.txt_weight3.StyleController = this.layWeight;
             this.txt_weight3.TabIndex = 6;
+            this.txt_weight3.Tag = "readonly";
             // 
             // txt_weight4
             // 
@@ -959,6 +962,7 @@
             this.txt_weight4.Size = new System.Drawing.Size(79, 24);
             this.txt_weight4.StyleController = this.layWeight;
             this.txt_weight4.TabIndex = 7;
+            this.txt_weight4.Tag = "readonly";
             // 
             // btnW
             // 
@@ -994,6 +998,7 @@
             this.txt_weight5.Size = new System.Drawing.Size(79, 24);
             this.txt_weight5.StyleController = this.layWeight;
             this.txt_weight5.TabIndex = 11;
+            this.txt_weight5.Tag = "readonly";
             // 
             // btnClean
             // 

--
Gitblit v1.9.3