From 9b9fbafa1b5a26c88cfb4eff340705ab9f9ff138 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期六, 27 九月 2025 17:41:09 +0800
Subject: [PATCH] bug

---
 DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs
index 3f1fca2..ccaa4c1 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemTbl.Designer.cs
@@ -112,7 +112,7 @@
             this.txt_tbl026 = new DevExpress.XtraEditors.TextEdit();
             this.txt_tbl025 = new DevExpress.XtraEditors.TextEdit();
             this.txt_chkOut = new DevExpress.XtraEditors.CheckEdit();
-            this.checkEdit1 = new DevExpress.XtraEditors.CheckEdit();
+            this.txt_tbl024 = new DevExpress.XtraEditors.CheckEdit();
             this.txt_tbl028 = new DevExpress.XtraEditors.TextEdit();
             this.txt_tbl029 = new DevExpress.XtraEditors.TextEdit();
             this.txt_tbl027 = new DevExpress.XtraEditors.CheckEdit();
@@ -256,7 +256,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl026.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl025.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_chkOut.Properties)).BeginInit();
-            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_tbl024.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl028.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl029.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl027.Properties)).BeginInit();
@@ -742,7 +742,7 @@
             this.layoutMx1.Controls.Add(this.txt_tbl026);
             this.layoutMx1.Controls.Add(this.txt_tbl025);
             this.layoutMx1.Controls.Add(this.txt_chkOut);
-            this.layoutMx1.Controls.Add(this.checkEdit1);
+            this.layoutMx1.Controls.Add(this.txt_tbl024);
             this.layoutMx1.Controls.Add(this.txt_tbl028);
             this.layoutMx1.Controls.Add(this.txt_tbl029);
             this.layoutMx1.Controls.Add(this.txt_tbl027);
@@ -977,15 +977,15 @@
             this.txt_chkOut.StyleController = this.layoutMx1;
             this.txt_chkOut.TabIndex = 472;
             // 
-            // checkEdit1
+            // txt_tbl024
             // 
-            this.checkEdit1.Location = new System.Drawing.Point(1049, 167);
-            this.checkEdit1.Name = "checkEdit1";
-            this.checkEdit1.Properties.Caption = "鎵瑰噯鐘舵��";
-            this.checkEdit1.Size = new System.Drawing.Size(342, 24);
-            this.checkEdit1.StyleController = this.layoutMx1;
-            this.checkEdit1.TabIndex = 473;
-            this.checkEdit1.Tag = "readonly";
+            this.txt_tbl024.Location = new System.Drawing.Point(1049, 167);
+            this.txt_tbl024.Name = "txt_tbl024";
+            this.txt_tbl024.Properties.Caption = "鎵瑰噯鐘舵��";
+            this.txt_tbl024.Size = new System.Drawing.Size(342, 24);
+            this.txt_tbl024.StyleController = this.layoutMx1;
+            this.txt_tbl024.TabIndex = 473;
+            this.txt_tbl024.Tag = "readonly";
             // 
             // txt_tbl028
             // 
@@ -1299,7 +1299,7 @@
             // 
             // layoutControlItem35
             // 
-            this.layoutControlItem35.Control = this.checkEdit1;
+            this.layoutControlItem35.Control = this.txt_tbl024;
             this.layoutControlItem35.Location = new System.Drawing.Point(1037, 155);
             this.layoutControlItem35.Name = "layoutControlItem35";
             this.layoutControlItem35.OptionsTableLayoutItem.ColumnIndex = 3;
@@ -2346,7 +2346,7 @@
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl026.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl025.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_chkOut.Properties)).EndInit();
-            ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_tbl024.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl028.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl029.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_tbl027.Properties)).EndInit();
@@ -2565,7 +2565,7 @@
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn20;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn22;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn23;
-        private DevExpress.XtraEditors.CheckEdit checkEdit1;
+        private DevExpress.XtraEditors.CheckEdit txt_tbl024;
         private DevExpress.XtraEditors.TextEdit txt_tbl028;
         private DevExpress.XtraEditors.TextEdit txt_tbl029;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;

--
Gitblit v1.9.3