From 8dbc06ffc555112cccbcbc1d32d4aa87fddf44ee Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期五, 03 一月 2025 08:29:56 +0800
Subject: [PATCH] 细节

---
 DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs
index fcbafa1..1cb4597 100644
--- a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs
@@ -586,13 +586,13 @@
             // 
             // txt_bl016
             // 
-            this.txt_bl016.Enabled = false;
             this.txt_bl016.Location = new System.Drawing.Point(852, 16);
             this.txt_bl016.Name = "txt_bl016";
             this.txt_bl016.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_bl016.Properties.Appearance.Options.UseFont = true;
             this.txt_bl016.Size = new System.Drawing.Size(81, 28);
             this.txt_bl016.TabIndex = 267;
+            this.txt_bl016.Tag = "readonly";
             // 
             // gv_bl016
             // 
@@ -620,13 +620,13 @@
             // 
             // txt_bl015
             // 
-            this.txt_bl015.Enabled = false;
             this.txt_bl015.Location = new System.Drawing.Point(852, 50);
             this.txt_bl015.Name = "txt_bl015";
             this.txt_bl015.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_bl015.Properties.Appearance.Options.UseFont = true;
             this.txt_bl015.Size = new System.Drawing.Size(229, 28);
             this.txt_bl015.TabIndex = 262;
+            this.txt_bl015.Tag = "readonly";
             // 
             // gv_bl015
             // 
@@ -654,13 +654,13 @@
             // 
             // txt_bl014
             // 
-            this.txt_bl014.Enabled = false;
             this.txt_bl014.Location = new System.Drawing.Point(606, 50);
             this.txt_bl014.Name = "txt_bl014";
             this.txt_bl014.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_bl014.Properties.Appearance.Options.UseFont = true;
             this.txt_bl014.Size = new System.Drawing.Size(160, 28);
             this.txt_bl014.TabIndex = 258;
+            this.txt_bl014.Tag = "readonly";
             // 
             // gv_bl014
             // 
@@ -688,13 +688,13 @@
             // 
             // txt_bl013
             // 
-            this.txt_bl013.Enabled = false;
             this.txt_bl013.Location = new System.Drawing.Point(360, 16);
             this.txt_bl013.Name = "txt_bl013";
             this.txt_bl013.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_bl013.Properties.Appearance.Options.UseFont = true;
             this.txt_bl013.Size = new System.Drawing.Size(150, 28);
             this.txt_bl013.TabIndex = 252;
+            this.txt_bl013.Tag = "readonly";
             // 
             // gv_bl013
             // 
@@ -793,13 +793,13 @@
             // 
             // txt_bl006
             // 
-            this.txt_bl006.Enabled = false;
             this.txt_bl006.Location = new System.Drawing.Point(606, 16);
             this.txt_bl006.Name = "txt_bl006";
             this.txt_bl006.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_bl006.Properties.Appearance.Options.UseFont = true;
             this.txt_bl006.Size = new System.Drawing.Size(160, 28);
             this.txt_bl006.TabIndex = 226;
+            this.txt_bl006.Tag = "readonly";
             // 
             // gv_bl006
             // 
@@ -855,13 +855,13 @@
             // 
             // txt_bl002
             // 
-            this.txt_bl002.Enabled = false;
             this.txt_bl002.Location = new System.Drawing.Point(360, 50);
             this.txt_bl002.Name = "txt_bl002";
             this.txt_bl002.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_bl002.Properties.Appearance.Options.UseFont = true;
             this.txt_bl002.Size = new System.Drawing.Size(150, 28);
             this.txt_bl002.TabIndex = 216;
+            this.txt_bl002.Tag = "readonly";
             // 
             // gv_bl002
             // 
@@ -920,6 +920,7 @@
             this.txt_blNo.Properties.Tag = "readOnly";
             this.txt_blNo.Size = new System.Drawing.Size(150, 28);
             this.txt_blNo.TabIndex = 211;
+            this.txt_blNo.Tag = "readonly";
             // 
             // gv_blNo
             // 

--
Gitblit v1.9.3