From 8366fcbfed5c66fa1fab4f6dba964a3451c24091 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期五, 12 九月 2025 16:26:05 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs | 21 +++++++++------------ 1 files changed, 9 insertions(+), 12 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs index 1eb0d15..75d599c 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs @@ -160,6 +160,7 @@ this.gridView1.Name = "gridView1"; this.gridView1.OptionsFind.ShowSearchNavButtons = false; this.gridView1.OptionsView.ShowAutoFilterRow = true; + this.gridView1.OptionsView.ShowFooter = true; this.gridView1.OptionsView.ShowGroupPanel = false; // // AboutGuid @@ -168,8 +169,6 @@ this.AboutGuid.FieldName = "AboutGuid"; this.AboutGuid.MinWidth = 30; this.AboutGuid.Name = "AboutGuid"; - this.AboutGuid.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { - new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Max, "AboutGuid", "MAX={0}")}); this.AboutGuid.Tag = "AboutGuid"; this.AboutGuid.Width = 112; // @@ -198,8 +197,6 @@ this.name.MinWidth = 30; this.name.Name = "name"; this.name.Tag = "name"; - this.name.Visible = true; - this.name.VisibleIndex = 8; this.name.Width = 112; // // fNumber @@ -219,7 +216,7 @@ this.barCode.Name = "barCode"; this.barCode.Tag = "barCode"; this.barCode.Visible = true; - this.barCode.VisibleIndex = 0; + this.barCode.VisibleIndex = 5; this.barCode.Width = 112; // // daa001 @@ -230,7 +227,7 @@ this.daa001.Name = "daa001"; this.daa001.Tag = "daa001"; this.daa001.Visible = true; - this.daa001.VisibleIndex = 1; + this.daa001.VisibleIndex = 6; this.daa001.Width = 112; // // lineNo1 @@ -241,7 +238,7 @@ this.lineNo1.Name = "lineNo1"; this.lineNo1.Tag = "lineNo1"; this.lineNo1.Visible = true; - this.lineNo1.VisibleIndex = 2; + this.lineNo1.VisibleIndex = 7; this.lineNo1.Width = 112; // // daa029 @@ -252,7 +249,7 @@ this.daa029.Name = "daa029"; this.daa029.Tag = "daa029"; this.daa029.Visible = true; - this.daa029.VisibleIndex = 3; + this.daa029.VisibleIndex = 8; this.daa029.Width = 112; // // daa003 @@ -263,7 +260,7 @@ this.daa003.Name = "daa003"; this.daa003.Tag = "daa003"; this.daa003.Visible = true; - this.daa003.VisibleIndex = 4; + this.daa003.VisibleIndex = 9; this.daa003.Width = 112; // // daa004 @@ -274,7 +271,7 @@ this.daa004.Name = "daa004"; this.daa004.Tag = "daa004"; this.daa004.Visible = true; - this.daa004.VisibleIndex = 5; + this.daa004.VisibleIndex = 10; this.daa004.Width = 112; // // processNo @@ -285,7 +282,7 @@ this.processNo.Name = "processNo"; this.processNo.Tag = "processNo"; this.processNo.Visible = true; - this.processNo.VisibleIndex = 6; + this.processNo.VisibleIndex = 11; this.processNo.Width = 112; // // nextProcessNo @@ -296,7 +293,7 @@ this.nextProcessNo.Name = "nextProcessNo"; this.nextProcessNo.Tag = "nextProcessNo"; this.nextProcessNo.Visible = true; - this.nextProcessNo.VisibleIndex = 7; + this.nextProcessNo.VisibleIndex = 12; this.nextProcessNo.Width = 112; // // pageBar1 -- Gitblit v1.9.3