From 342b5740dded9d8bdb4a6bc5917d79b724b59aec Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期五, 12 十二月 2025 17:05:53 +0800
Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~cnf/JH/JH_MesCilent

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

diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
index 6a49b26..590c78d 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs
@@ -82,7 +82,7 @@
             this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
             this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
             this.layoutMx1 = new DevExpress.XtraLayout.LayoutControl();
-            this.chkAllUrgent = new DevExpress.XtraEditors.CheckEdit();
+            this.txt_chkAllUrgent = new DevExpress.XtraEditors.CheckEdit();
             this.lbGuid = new System.Windows.Forms.Label();
             this.btnSelect = new DevExpress.XtraEditors.SimpleButton();
             this.txt_remark = new DevExpress.XtraEditors.TextEdit();
@@ -199,7 +199,7 @@
             this.splitMx1.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).BeginInit();
             this.layoutMx1.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.chkAllUrgent.Properties)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_chkAllUrgent.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtSupplierCode.Properties)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).BeginInit();
@@ -626,7 +626,7 @@
             // 
             // layoutMx1
             // 
-            this.layoutMx1.Controls.Add(this.chkAllUrgent);
+            this.layoutMx1.Controls.Add(this.txt_chkAllUrgent);
             this.layoutMx1.Controls.Add(this.lbGuid);
             this.layoutMx1.Controls.Add(this.btnSelect);
             this.layoutMx1.Controls.Add(this.txt_remark);
@@ -656,14 +656,15 @@
             this.layoutMx1.TabIndex = 0;
             this.layoutMx1.Text = "layoutControl1";
             // 
-            // chkAllUrgent
+            // txt_chkAllUrgent
             // 
-            this.chkAllUrgent.Location = new System.Drawing.Point(498, 132);
-            this.chkAllUrgent.Name = "chkAllUrgent";
-            this.chkAllUrgent.Properties.Caption = "鎬ユ枡鏍囪瘑";
-            this.chkAllUrgent.Size = new System.Drawing.Size(483, 27);
-            this.chkAllUrgent.StyleController = this.layoutMx1;
-            this.chkAllUrgent.TabIndex = 469;
+            this.txt_chkAllUrgent.Location = new System.Drawing.Point(498, 132);
+            this.txt_chkAllUrgent.Name = "txt_chkAllUrgent";
+            this.txt_chkAllUrgent.Properties.Caption = "鎬ユ枡鏍囪瘑";
+            this.txt_chkAllUrgent.Size = new System.Drawing.Size(483, 27);
+            this.txt_chkAllUrgent.StyleController = this.layoutMx1;
+            this.txt_chkAllUrgent.TabIndex = 469;
+            this.txt_chkAllUrgent.Tag = "";
             // 
             // lbGuid
             // 
@@ -1062,7 +1063,7 @@
             // 
             // layoutControlItem10
             // 
-            this.layoutControlItem10.Control = this.chkAllUrgent;
+            this.layoutControlItem10.Control = this.txt_chkAllUrgent;
             this.layoutControlItem10.Location = new System.Drawing.Point(486, 120);
             this.layoutControlItem10.Name = "layoutControlItem10";
             this.layoutControlItem10.OptionsTableLayoutItem.ColumnIndex = 1;
@@ -1835,7 +1836,7 @@
             this.splitMx1.ResumeLayout(false);
             ((System.ComponentModel.ISupportInitialize)(this.layoutMx1)).EndInit();
             this.layoutMx1.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.chkAllUrgent.Properties)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.txt_chkAllUrgent.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_remark.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txtSupplierCode.Properties)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.txt_billNo.Properties)).EndInit();
@@ -2007,7 +2008,7 @@
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn33;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn34;
         private DevExpress.XtraGrid.Columns.GridColumn gridColumn36;
-        private DevExpress.XtraEditors.CheckEdit chkAllUrgent;
+        private DevExpress.XtraEditors.CheckEdit txt_chkAllUrgent;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10;
         private DevExpress.XtraGrid.Columns.GridColumn gvMx1urgentFlag;
     }

--
Gitblit v1.9.3