From 3c84755b07eabfb5e87ade9d020a4d3399ab2a53 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期三, 13 八月 2025 17:37:12 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs | 23 +++++++++++++---------- 1 files changed, 13 insertions(+), 10 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs index 2eeb425..88cfa51 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs @@ -991,7 +991,7 @@ // this.layoutControl1.Controls.Add(this.txt_iCount_1); this.layoutControl1.Controls.Add(this.txt_yuliang_1); - this.layoutControl1.Location = new System.Drawing.Point(633, 76); + this.layoutControl1.Location = new System.Drawing.Point(692, 76); this.layoutControl1.Name = "layoutControl1"; this.layoutControl1.Root = this.layoutControlGroup2; this.layoutControl1.Size = new System.Drawing.Size(336, 28); @@ -1077,7 +1077,7 @@ // this.ucBtnPrint1.allClickKey = null; this.ucBtnPrint1.guidKey = null; - this.ucBtnPrint1.Location = new System.Drawing.Point(971, 42); + this.ucBtnPrint1.Location = new System.Drawing.Point(1030, 42); this.ucBtnPrint1.Margin = new System.Windows.Forms.Padding(0); this.ucBtnPrint1.Name = "ucBtnPrint1"; this.ucBtnPrint1.rptParameter = "rpt_daa"; @@ -1086,7 +1086,7 @@ // // radOut // - this.radOut.Location = new System.Drawing.Point(971, 10); + this.radOut.Location = new System.Drawing.Point(1030, 10); this.radOut.Margin = new System.Windows.Forms.Padding(0); this.radOut.Name = "radOut"; this.radOut.Properties.ItemHorzAlignment = DevExpress.XtraEditors.RadioItemHorzAlignment.Near; @@ -1101,7 +1101,7 @@ // // txt_psnQty_1 // - this.txt_psnQty_1.Location = new System.Drawing.Point(735, 44); + this.txt_psnQty_1.Location = new System.Drawing.Point(794, 44); this.txt_psnQty_1.Name = "txt_psnQty_1"; this.txt_psnQty_1.Properties.Appearance.Options.UseFont = true; this.txt_psnQty_1.Properties.UseMaskAsDisplayFormat = true; @@ -1113,7 +1113,7 @@ // // txtWlid // - this.txtWlid.Location = new System.Drawing.Point(55, 12); + this.txtWlid.Location = new System.Drawing.Point(114, 12); this.txtWlid.Name = "txtWlid"; this.txtWlid.Properties.Appearance.Options.UseFont = true; this.txtWlid.Properties.ReadOnly = true; @@ -1123,7 +1123,7 @@ // // txtWlmc // - this.txtWlmc.Location = new System.Drawing.Point(55, 44); + this.txtWlmc.Location = new System.Drawing.Point(114, 44); this.txtWlmc.Name = "txtWlmc"; this.txtWlmc.Properties.Appearance.Options.UseFont = true; this.txtWlmc.Properties.ReadOnly = true; @@ -1133,7 +1133,7 @@ // // txtWlgg // - this.txtWlgg.Location = new System.Drawing.Point(55, 76); + this.txtWlgg.Location = new System.Drawing.Point(114, 76); this.txtWlgg.Name = "txtWlgg"; this.txtWlgg.Properties.Appearance.Options.UseFont = true; this.txtWlgg.Properties.ReadOnly = true; @@ -1143,7 +1143,7 @@ // // txt_kQty // - this.txt_kQty.Location = new System.Drawing.Point(735, 12); + this.txt_kQty.Location = new System.Drawing.Point(794, 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; @@ -1155,7 +1155,7 @@ // // txtQuantity // - this.txtQuantity.Location = new System.Drawing.Point(395, 12); + this.txtQuantity.Location = new System.Drawing.Point(454, 12); this.txtQuantity.Name = "txtQuantity"; this.txtQuantity.Properties.Appearance.Options.UseFont = true; this.txtQuantity.Properties.ReadOnly = true; @@ -1165,7 +1165,7 @@ // // txt_yQty // - this.txt_yQty.Location = new System.Drawing.Point(395, 44); + this.txt_yQty.Location = new System.Drawing.Point(454, 44); this.txt_yQty.Name = "txt_yQty"; this.txt_yQty.Properties.Appearance.Options.UseFont = true; this.txt_yQty.Properties.ReadOnly = true; @@ -1376,6 +1376,7 @@ this.gvMx1.OptionsFilter.AllowFilterEditor = false; this.gvMx1.OptionsFind.ShowSearchNavButtons = false; this.gvMx1.OptionsView.ColumnHeaderAutoHeight = DevExpress.Utils.DefaultBoolean.True; + this.gvMx1.OptionsView.ShowFooter = true; this.gvMx1.OptionsView.ShowGroupPanel = false; // // gvAbtGuid @@ -1463,6 +1464,8 @@ this.gridColumn8.FieldName = "quantity"; this.gridColumn8.MinWidth = 50; this.gridColumn8.Name = "gridColumn8"; + this.gridColumn8.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { + new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "鍚堣={0:0.##}")}); this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 5; this.gridColumn8.Width = 83; -- Gitblit v1.9.3