From 9ffb31c233f3b4891550293294c2ee716f77b42a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期日, 22 九月 2024 19:08:49 +0800 Subject: [PATCH] 完善自动匹配 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/06-pipelineManage/pipelineManage.Designer.cs | 43 +++++++++++++++++++++++-------------------- 1 files changed, 23 insertions(+), 20 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-pipelineManage/pipelineManage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-pipelineManage/pipelineManage.Designer.cs index 9dd6d94..9190f1d 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-pipelineManage/pipelineManage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-pipelineManage/pipelineManage.Designer.cs @@ -35,8 +35,10 @@ BtnEdit = new DevExpress.XtraBars.BarButtonItem(); BtnDelete = new DevExpress.XtraBars.BarButtonItem(); BarBtnEidtPumpPart = new DevExpress.XtraBars.BarButtonItem(); + BtnDescription = new DevExpress.XtraBars.BarButtonItem(); ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage(); ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); + ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); svgImageCollection1 = new DevExpress.Utils.SvgImageCollection(components); sidePanel1 = new DevExpress.XtraEditors.SidePanel(); gridControl1 = new DevExpress.XtraGrid.GridControl(); @@ -50,8 +52,6 @@ colManning = new DevExpress.XtraGrid.Columns.GridColumn(); colSortCode = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); - ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup(); - BtnDescription = new DevExpress.XtraBars.BarButtonItem(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); sidePanel1.SuspendLayout(); @@ -107,6 +107,14 @@ BarBtnEidtPumpPart.Id = 16; BarBtnEidtPumpPart.Name = "BarBtnEidtPumpPart"; // + // BtnDescription + // + BtnDescription.Caption = "璇存槑"; + BtnDescription.Id = 22; + BtnDescription.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("BtnDescription.ImageOptions.SvgImage"); + BtnDescription.Name = "BtnDescription"; + BtnDescription.ItemClick += BtnDescription_ItemClick; + // // ribbonPage1 // ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] { ribbonPageGroup1, ribbonPageGroup2 }); @@ -120,6 +128,12 @@ ribbonPageGroup1.ItemLinks.Add(BtnDelete); ribbonPageGroup1.Name = "ribbonPageGroup1"; ribbonPageGroup1.Text = "鍩虹鍔熻兘"; + // + // ribbonPageGroup2 + // + ribbonPageGroup2.ItemLinks.Add(BtnDescription); + ribbonPageGroup2.Name = "ribbonPageGroup2"; + ribbonPageGroup2.Text = "鏇村"; // // svgImageCollection1 // @@ -195,31 +209,34 @@ // colHazen.AppearanceCell.Options.UseTextOptions = true; colHazen.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + colHazen.Caption = "濞佸粔濮嗘柉绮楃硻绯绘暟"; colHazen.FieldName = "Hazen"; colHazen.Name = "colHazen"; colHazen.Visible = true; colHazen.VisibleIndex = 3; - colHazen.Width = 125; + colHazen.Width = 136; // // colDarcy // colDarcy.AppearanceCell.Options.UseTextOptions = true; colDarcy.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + colDarcy.Caption = "杈捐タ绮楃硻绯绘暟"; colDarcy.FieldName = "Darcy"; colDarcy.Name = "colDarcy"; colDarcy.Visible = true; colDarcy.VisibleIndex = 4; - colDarcy.Width = 150; + colDarcy.Width = 147; // // colManning // colManning.AppearanceCell.Options.UseTextOptions = true; colManning.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; + colManning.Caption = "鏇煎畞绮楃硻绯绘暟"; colManning.FieldName = "Manning"; colManning.Name = "colManning"; colManning.Visible = true; colManning.VisibleIndex = 5; - colManning.Width = 128; + colManning.Width = 125; // // colSortCode // @@ -239,21 +256,7 @@ colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 6; - colDescription.Width = 233; - // - // ribbonPageGroup2 - // - ribbonPageGroup2.ItemLinks.Add(BtnDescription); - ribbonPageGroup2.Name = "ribbonPageGroup2"; - ribbonPageGroup2.Text = "鏇村"; - // - // BtnDescription - // - BtnDescription.Caption = "璇存槑"; - BtnDescription.Id = 22; - BtnDescription.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barButtonItem1.ImageOptions.SvgImage"); - BtnDescription.Name = "BtnDescription"; - BtnDescription.ItemClick += BtnDescription_ItemClick; + colDescription.Width = 228; // // PipeLineManageMainPanel // -- Gitblit v1.9.3