From 9a39c7926a855b8b71f753c6fc50e704890c54a7 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期五, 09 五月 2025 12:48:12 +0800 Subject: [PATCH] 工序采集 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs index d0e6d50..d4510f7 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesItemQtrk.Designer.cs @@ -1268,7 +1268,7 @@ // this.layoutControl1.Controls.Add(this.txt_iCount_1); this.layoutControl1.Controls.Add(this.txt_yuliang_1); - this.layoutControl1.Location = new System.Drawing.Point(682, 40); + this.layoutControl1.Location = new System.Drawing.Point(462, 72); this.layoutControl1.Margin = new System.Windows.Forms.Padding(0); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1108, 222, 812, 500); @@ -1352,7 +1352,7 @@ // ucBtnPrint1 // this.ucBtnPrint1.guidKey = null; - this.ucBtnPrint1.Location = new System.Drawing.Point(1019, 9); + this.ucBtnPrint1.Location = new System.Drawing.Point(799, 41); this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0); this.ucBtnPrint1.Name = "ucBtnPrint1"; this.ucBtnPrint1.rptParameter = null; @@ -1361,7 +1361,7 @@ // // radOut // - this.radOut.Location = new System.Drawing.Point(1021, -22); + this.radOut.Location = new System.Drawing.Point(801, 10); this.radOut.Margin = new System.Windows.Forms.Padding(0); this.radOut.Name = "radOut"; this.radOut.Properties.ItemHorzAlignment = DevExpress.XtraEditors.RadioItemHorzAlignment.Near; @@ -1375,7 +1375,7 @@ // // txtWlid // - this.txtWlid.Location = new System.Drawing.Point(114, -20); + this.txtWlid.Location = new System.Drawing.Point(-106, 12); this.txtWlid.Name = "txtWlid"; this.txtWlid.Properties.Appearance.Options.UseFont = true; this.txtWlid.Properties.ReadOnly = true; @@ -1385,7 +1385,7 @@ // // txt_psnQty_1 // - this.txt_psnQty_1.Location = new System.Drawing.Point(786, 11); + this.txt_psnQty_1.Location = new System.Drawing.Point(566, 43); this.txt_psnQty_1.Name = "txt_psnQty_1"; this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true; this.txt_psnQty_1.Size = new System.Drawing.Size(230, 24); @@ -1394,7 +1394,7 @@ // // txtWlmc // - this.txtWlmc.Location = new System.Drawing.Point(114, 11); + this.txtWlmc.Location = new System.Drawing.Point(-106, 43); this.txtWlmc.Name = "txtWlmc"; this.txtWlmc.Properties.Appearance.Options.UseFont = true; this.txtWlmc.Properties.ReadOnly = true; @@ -1404,7 +1404,7 @@ // // txtWlgg // - this.txtWlgg.Location = new System.Drawing.Point(114, 42); + this.txtWlgg.Location = new System.Drawing.Point(-106, 74); this.txtWlgg.Name = "txtWlgg"; this.txtWlgg.Properties.Appearance.Options.UseFont = true; this.txtWlgg.Properties.ReadOnly = true; @@ -1414,7 +1414,7 @@ // // txt_kQty // - this.txt_kQty.Location = new System.Drawing.Point(786, -20); + this.txt_kQty.Location = new System.Drawing.Point(566, 12); this.txt_kQty.Name = "txt_kQty"; this.txt_kQty.Properties.Appearance.ForeColor = System.Drawing.Color.Blue; this.txt_kQty.Properties.Appearance.Options.UseFont = true; @@ -1426,7 +1426,7 @@ // // txtQuantity // - this.txtQuantity.Location = new System.Drawing.Point(450, -20); + this.txtQuantity.Location = new System.Drawing.Point(230, 12); this.txtQuantity.Name = "txtQuantity"; this.txtQuantity.Properties.Appearance.Options.UseFont = true; this.txtQuantity.Properties.ReadOnly = true; @@ -1436,7 +1436,7 @@ // // txt_yQty // - this.txt_yQty.Location = new System.Drawing.Point(450, 11); + this.txt_yQty.Location = new System.Drawing.Point(230, 43); this.txt_yQty.Name = "txt_yQty"; this.txt_yQty.Properties.Appearance.Options.UseFont = true; this.txt_yQty.Properties.ReadOnly = true; @@ -2205,6 +2205,7 @@ this.split99.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.layout99)).EndInit(); this.layout99.ResumeLayout(false); + this.layout99.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit(); this.layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.txt_iCount_1.Properties)).EndInit(); -- Gitblit v1.9.3