duheng
2024-09-19 3816b7dfff85051c09a99f2e49196a731ce994a5
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
            //