From d35bb711f8d3d267b44b4a80c20e31dabf309ae7 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 14 一月 2025 08:17:18 +0800
Subject: [PATCH] 其它入库

---
 DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WW/Frm_WwBl.Designer.cs
index d5d9e05..677f931 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
             // 
@@ -913,13 +913,14 @@
             // 
             // txt_blNo
             // 
-            this.txt_blNo.Enabled = false;
             this.txt_blNo.Location = new System.Drawing.Point(112, 16);
             this.txt_blNo.Name = "txt_blNo";
             this.txt_blNo.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
             this.txt_blNo.Properties.Appearance.Options.UseFont = true;
+            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
             // 
@@ -1183,7 +1184,7 @@
             this.Controls.Add(this.xtraTabControl1);
             this.Controls.Add(this.toolBarMenu1);
             this.Name = "Frm_WwBl";
-            this.Text = "瓒呴鐢宠";
+            this.Text = "琛ユ枡鐢宠";
             ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSearchLookUpEdit1View)).EndInit();
             this.tabMxPage1.ResumeLayout(false);

--
Gitblit v1.9.3