From f335ea408e22a95b54f6332697b575b474b3863f Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 07 十一月 2025 16:52:00 +0800
Subject: [PATCH] ID转姓名:生产补料申请、生产补料单、生产超领申请、生产超领单。(用户控件实现)
---
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