From 9a17ed5ea49bf399ed0303428a6d5ca41a8c39dd Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 29 十月 2024 12:11:22 +0800 Subject: [PATCH] 提交单泵匹配界面遗漏代码 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs index 134f84b..4012d3e 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/03-valve/ValveManageMainPage.Designer.cs @@ -53,11 +53,11 @@ colValveLift = new DevExpress.XtraGrid.Columns.GridColumn(); colSeriesType = new DevExpress.XtraGrid.Columns.GridColumn(); colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn(); - colIsDefault = new DevExpress.XtraGrid.Columns.GridColumn(); dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel(); dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); valveTypeTreeListCtrl1 = new ValveTypeTreeListCtrl(); + colValveSetting = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); sidePanel1.SuspendLayout(); @@ -133,6 +133,7 @@ barBtnSetDefaultStatus.Id = 23; barBtnSetDefaultStatus.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnSetDefaultStatus.ImageOptions.SvgImage"); barBtnSetDefaultStatus.Name = "barBtnSetDefaultStatus"; + barBtnSetDefaultStatus.Visibility = DevExpress.XtraBars.BarItemVisibility.Never; barBtnSetDefaultStatus.ItemClick += barBtnSetDefaultStatus_ItemClick; // // ribbonPage1 @@ -194,7 +195,7 @@ gridView1.Appearance.HeaderPanel.Options.UseTextOptions = true; gridView1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder; - gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colMaterial, colCoefficient, colDescription, colValveLift, colSeriesType, colKeyWord, colIsDefault }); + gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCaliber, colMaterial, colCoefficient, colDescription, colValveLift, colSeriesType, colKeyWord, colValveSetting }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.ShowGroupPanel = false; @@ -246,7 +247,7 @@ colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; - colDescription.VisibleIndex = 6; + colDescription.VisibleIndex = 7; colDescription.Width = 266; // // colValveLift @@ -262,7 +263,7 @@ colSeriesType.FieldName = "SeriesType"; colSeriesType.Name = "colSeriesType"; colSeriesType.Visible = true; - colSeriesType.VisibleIndex = 7; + colSeriesType.VisibleIndex = 8; colSeriesType.Width = 119; // // colKeyWord @@ -271,13 +272,6 @@ colKeyWord.Name = "colKeyWord"; colKeyWord.Visible = true; colKeyWord.VisibleIndex = 1; - // - // colIsDefault - // - colIsDefault.FieldName = "IsDefault"; - colIsDefault.Name = "colIsDefault"; - colIsDefault.Visible = true; - colIsDefault.VisibleIndex = 8; // // dockManager1 // @@ -316,6 +310,13 @@ valveTypeTreeListCtrl1.Name = "valveTypeTreeListCtrl1"; valveTypeTreeListCtrl1.Size = new Size(197, 491); valveTypeTreeListCtrl1.TabIndex = 0; + // + // colValveSetting + // + colValveSetting.FieldName = "ValveSetting"; + colValveSetting.Name = "colValveSetting"; + colValveSetting.Visible = true; + colValveSetting.VisibleIndex = 6; // // ValveManageMainPage // @@ -368,8 +369,8 @@ private DevExpress.XtraGrid.Columns.GridColumn colValveLift; private DevExpress.XtraGrid.Columns.GridColumn colSeriesType; private DevExpress.XtraGrid.Columns.GridColumn colKeyWord; - private DevExpress.XtraGrid.Columns.GridColumn colIsDefault; private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup2; private DevExpress.XtraBars.BarButtonItem barBtnSetDefaultStatus; + private DevExpress.XtraGrid.Columns.GridColumn colValveSetting; } } -- Gitblit v1.9.3