From 13e0b579eb4ad6151e2f27b822837be81d3f6143 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 13 十一月 2024 08:10:48 +0800 Subject: [PATCH] 1 --- DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs | 3 +++ 1 files changed, 3 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 532dd93..ad44d89 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs @@ -1478,6 +1478,7 @@ // txt_suppId // this.txt_suppId.Enabled = false; + this.txt_suppId.IsReadly = true; this.txt_suppId.KeyFile = ""; this.txt_suppId.Location = new System.Drawing.Point(706, 92); this.txt_suppId.Margin = new System.Windows.Forms.Padding(0); @@ -1517,11 +1518,13 @@ // txt_itemId // this.txt_itemId.Enabled = false; + this.txt_itemId.IsReadly = true; this.txt_itemId.KeyFile = ""; this.txt_itemId.Location = new System.Drawing.Point(97, 48); this.txt_itemId.Name = "txt_itemId"; this.txt_itemId.Size = new System.Drawing.Size(266, 33); this.txt_itemId.TabIndex = 791; + this.txt_itemId.Tag = "no"; // // lb_itemModel // -- Gitblit v1.9.3