From 7d17fabc46e87ea0f0896f760034f4d16a4dfed0 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 20 九月 2024 13:20:57 +0800 Subject: [PATCH] 提交修改 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/02-AsstesFormCtrl/ValveMatchingCtrl.Designer.cs | 58 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 29 insertions(+), 29 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/02-AsstesFormCtrl/ValveMatchingCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/02-AsstesFormCtrl/ValveMatchingCtrl.Designer.cs index 7a0c48e..9929416 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/02-AsstesFormCtrl/ValveMatchingCtrl.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/01-AutoMatching/02-AsstesFormCtrl/ValveMatchingCtrl.Designer.cs @@ -30,18 +30,18 @@ { components = new Container(); gridControl1 = new DevExpress.XtraGrid.GridControl(); - gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); valveMatchingViewModelBindingSource = new BindingSource(components); + gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colCode = new DevExpress.XtraGrid.Columns.GridColumn(); - colModelType = new DevExpress.XtraGrid.Columns.GridColumn(); colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); colCaliber = new DevExpress.XtraGrid.Columns.GridColumn(); colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn(); - colIsMatching = new DevExpress.XtraGrid.Columns.GridColumn(); + colMatchingType = new DevExpress.XtraGrid.Columns.GridColumn(); + colLossCoefficient = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); - ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)valveMatchingViewModelBindingSource).BeginInit(); + ((ISupportInitialize)gridView1).BeginInit(); SuspendLayout(); // // gridControl1 @@ -55,16 +55,16 @@ gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // - // gridView1 - // - gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colModelType, colMaterial, colCaliber, colDbLocked, colIsMatching }); - gridView1.GridControl = gridControl1; - gridView1.Name = "gridView1"; - gridView1.OptionsView.ShowGroupPanel = false; - // // valveMatchingViewModelBindingSource // valveMatchingViewModelBindingSource.DataSource = typeof(ValveMatchingViewModel); + // + // gridView1 + // + gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colMaterial, colCaliber, colLossCoefficient, colDbLocked, colMatchingType }); + gridView1.GridControl = gridControl1; + gridView1.Name = "gridView1"; + gridView1.OptionsView.ShowGroupPanel = false; // // colName // @@ -80,40 +80,40 @@ colCode.Visible = true; colCode.VisibleIndex = 1; // - // colModelType - // - colModelType.FieldName = "ModelType"; - colModelType.Name = "colModelType"; - colModelType.Visible = true; - colModelType.VisibleIndex = 2; - // // colMaterial // colMaterial.FieldName = "Material"; colMaterial.Name = "colMaterial"; colMaterial.Visible = true; - colMaterial.VisibleIndex = 3; + colMaterial.VisibleIndex = 2; // // colCaliber // colCaliber.FieldName = "Caliber"; colCaliber.Name = "colCaliber"; colCaliber.Visible = true; - colCaliber.VisibleIndex = 4; + colCaliber.VisibleIndex = 3; // // colDbLocked // colDbLocked.FieldName = "DbLocked"; colDbLocked.Name = "colDbLocked"; colDbLocked.Visible = true; - colDbLocked.VisibleIndex = 5; + colDbLocked.VisibleIndex = 4; // - // colIsMatching + // colMatchingType // - colIsMatching.FieldName = "IsMatching"; - colIsMatching.Name = "colIsMatching"; - colIsMatching.Visible = true; - colIsMatching.VisibleIndex = 6; + colMatchingType.FieldName = "MatchingType"; + colMatchingType.Name = "colMatchingType"; + colMatchingType.Visible = true; + colMatchingType.VisibleIndex = 5; + // + // colLossCoefficient + // + colLossCoefficient.FieldName = "LossCoefficient"; + colLossCoefficient.Name = "colLossCoefficient"; + colLossCoefficient.Visible = true; + colLossCoefficient.VisibleIndex = 6; // // ValveMatchingCtrl // @@ -123,8 +123,8 @@ Name = "ValveMatchingCtrl"; Size = new Size(1035, 503); ((ISupportInitialize)gridControl1).EndInit(); - ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)valveMatchingViewModelBindingSource).EndInit(); + ((ISupportInitialize)gridView1).EndInit(); ResumeLayout(false); } @@ -135,10 +135,10 @@ private BindingSource valveMatchingViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colCode; - private DevExpress.XtraGrid.Columns.GridColumn colModelType; private DevExpress.XtraGrid.Columns.GridColumn colMaterial; private DevExpress.XtraGrid.Columns.GridColumn colCaliber; private DevExpress.XtraGrid.Columns.GridColumn colDbLocked; - private DevExpress.XtraGrid.Columns.GridColumn colIsMatching; + private DevExpress.XtraGrid.Columns.GridColumn colLossCoefficient; + private DevExpress.XtraGrid.Columns.GridColumn colMatchingType; } } -- Gitblit v1.9.3