From 3b03ac9340fb8153fbb99c8e00702494192c00b6 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 27 九月 2024 11:44:43 +0800 Subject: [PATCH] 修改匹配显示状态 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/06-threelink/XhsProjectSimulationThreelinkMatchingListCtrl.Designer.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/06-threelink/XhsProjectSimulationThreelinkMatchingListCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/06-threelink/XhsProjectSimulationThreelinkMatchingListCtrl.Designer.cs index 2f2f0ad..3e8380a 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/06-threelink/XhsProjectSimulationThreelinkMatchingListCtrl.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-matching/06-threelink/XhsProjectSimulationThreelinkMatchingListCtrl.Designer.cs @@ -42,7 +42,7 @@ colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn(); colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); colMatchingMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); - colMatchingType = new DevExpress.XtraGrid.Columns.GridColumn(); + colMatchingSatus = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)threeLinkFormViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); @@ -66,7 +66,7 @@ // gridView1 // gridView1.BorderStyle = BorderStyles.NoBorder; - gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colModelType, colMaterial, colMatchingMaterial, colCaliber, colMatchingCaliber, colDbLocked, colMinorLoss, colMatchingMinorLoss, colMatchingType }); + gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colModelType, colMaterial, colMatchingMaterial, colCaliber, colMatchingCaliber, colDbLocked, colMinorLoss, colMatchingMinorLoss, colMatchingSatus }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.ShowGroupPanel = false; @@ -142,12 +142,12 @@ colMatchingMinorLoss.Visible = true; colMatchingMinorLoss.VisibleIndex = 8; // - // colMatchingType + // colMatchingSatus // - colMatchingType.FieldName = "MatchingType"; - colMatchingType.Name = "colMatchingType"; - colMatchingType.Visible = true; - colMatchingType.VisibleIndex = 9; + colMatchingSatus.FieldName = "MatchingSatus"; + colMatchingSatus.Name = "colMatchingSatus"; + colMatchingSatus.Visible = true; + colMatchingSatus.VisibleIndex = 9; // // XhsProjectSimulationThreelinkMatchingListCtrl // @@ -179,6 +179,6 @@ private DevExpress.XtraGrid.Columns.GridColumn colDbLocked; private DevExpress.XtraGrid.Columns.GridColumn colMinorLoss; private DevExpress.XtraGrid.Columns.GridColumn colMatchingMinorLoss; - private DevExpress.XtraGrid.Columns.GridColumn colMatchingType; + private DevExpress.XtraGrid.Columns.GridColumn colMatchingSatus; } } -- Gitblit v1.9.3