From 0ca800b9c2670e05f672d5472a9e2200533334ec Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 31 十月 2025 11:18:48 +0800
Subject: [PATCH] 销售,委外增加完结
---
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