From 909f579cd488f5da42c1cb7b5373e3fa49bc023e Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期一, 01 九月 2025 13:20:25 +0800
Subject: [PATCH] 1、移除挪位置

---
 DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
index 111a308..24c5960 100644
--- a/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/QC/Frm_MesQaItemsDetect01.Designer.cs
@@ -778,7 +778,7 @@
             // gv_demandDocumentId
             // 
             this.gv_demandDocumentId.Caption = "闇�姹傚崟鎹彿";
-            this.gv_demandDocumentId.FieldName = "SalesOrderId";
+            this.gv_demandDocumentId.FieldName = "salesOrderId";
             this.gv_demandDocumentId.Name = "gv_demandDocumentId";
             this.gv_demandDocumentId.Tag = "query_a.SalesOrderId";
             this.gv_demandDocumentId.Visible = true;
@@ -2079,7 +2079,7 @@
             // btnIpt
             // 
             this.btnIpt.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.calculatenow_32x32;
-            this.btnIpt.Location = new System.Drawing.Point(1057, 2);
+            this.btnIpt.Location = new System.Drawing.Point(1074, 2);
             this.btnIpt.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.btnIpt.Name = "btnIpt";
             this.btnIpt.Size = new System.Drawing.Size(92, 27);
@@ -2090,7 +2090,7 @@
             // btnLoad
             // 
             this.btnLoad.ImageOptions.Image = global::Gs.DevApp.Properties.Resources.refresh_32x321;
-            this.btnLoad.Location = new System.Drawing.Point(912, 2);
+            this.btnLoad.Location = new System.Drawing.Point(929, 2);
             this.btnLoad.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.btnLoad.Name = "btnLoad";
             this.btnLoad.Size = new System.Drawing.Size(141, 27);
@@ -2105,7 +2105,7 @@
             this.txtJianYan.Name = "txtJianYan";
             this.txtJianYan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 15F);
             this.txtJianYan.Properties.Appearance.Options.UseFont = true;
-            this.txtJianYan.Size = new System.Drawing.Size(519, 30);
+            this.txtJianYan.Size = new System.Drawing.Size(530, 30);
             this.txtJianYan.StyleController = this.layoutMxMsg;
             this.txtJianYan.TabIndex = 2;
             // 
@@ -2137,7 +2137,7 @@
             this.layoutControlGroup1.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] {
             rowDefinition8});
             this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
-            this.layoutControlGroup1.Size = new System.Drawing.Size(1151, 34);
+            this.layoutControlGroup1.Size = new System.Drawing.Size(1168, 34);
             this.layoutControlGroup1.TextVisible = false;
             // 
             // layoutControlItem11
@@ -2147,7 +2147,7 @@
             this.layoutControlItem11.Location = new System.Drawing.Point(0, 0);
             this.layoutControlItem11.Name = "layoutControlItem11";
             this.layoutControlItem11.OptionsTableLayoutItem.ColumnSpan = 2;
-            this.layoutControlItem11.Size = new System.Drawing.Size(703, 34);
+            this.layoutControlItem11.Size = new System.Drawing.Size(714, 34);
             this.layoutControlItem11.Text = "褰曞叆妫�楠岀粨鏋滐紙OK-19,NG-19锛�";
             this.layoutControlItem11.TextSize = new System.Drawing.Size(168, 14);
             // 
@@ -2155,7 +2155,7 @@
             // 
             this.layoutControlItem20.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
             this.layoutControlItem20.Control = this.btnIpt;
-            this.layoutControlItem20.Location = new System.Drawing.Point(1055, 0);
+            this.layoutControlItem20.Location = new System.Drawing.Point(1072, 0);
             this.layoutControlItem20.MaxSize = new System.Drawing.Size(96, 31);
             this.layoutControlItem20.MinSize = new System.Drawing.Size(96, 31);
             this.layoutControlItem20.Name = "layoutControlItem20";
@@ -2170,12 +2170,12 @@
             // 
             this.layoutControlItem19.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Far;
             this.layoutControlItem19.Control = this.btnLoad;
-            this.layoutControlItem19.Location = new System.Drawing.Point(703, 0);
+            this.layoutControlItem19.Location = new System.Drawing.Point(714, 0);
             this.layoutControlItem19.MaxSize = new System.Drawing.Size(145, 31);
             this.layoutControlItem19.MinSize = new System.Drawing.Size(145, 31);
             this.layoutControlItem19.Name = "layoutControlItem19";
             this.layoutControlItem19.OptionsTableLayoutItem.ColumnIndex = 2;
-            this.layoutControlItem19.Size = new System.Drawing.Size(352, 34);
+            this.layoutControlItem19.Size = new System.Drawing.Size(358, 34);
             this.layoutControlItem19.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
             this.layoutControlItem19.Text = "閲嶆柊鍔犺浇";
             this.layoutControlItem19.TextSize = new System.Drawing.Size(0, 0);

--
Gitblit v1.9.3