From e47f92df1569e16a19deed592f773591da02d890 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期三, 11 十二月 2024 10:28:55 +0800 Subject: [PATCH] 水泵分析优化 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/PipeManageMainPage.Designer.cs | 32 +++++++++++++++++--------------- 1 files changed, 17 insertions(+), 15 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/PipeManageMainPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/PipeManageMainPage.Designer.cs index c7094aa..843a433 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/PipeManageMainPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/04-pipe/PipeManageMainPage.Designer.cs @@ -53,11 +53,11 @@ colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); colKeyWord = new DevExpress.XtraGrid.Columns.GridColumn(); colMaterial = new DevExpress.XtraGrid.Columns.GridColumn(); + colMinorLoss = 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(); pipeLineTreeListCtrl1 = new PipeLineTreeListCtrl(); - colMinorLoss = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)ribbonControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)svgImageCollection1).BeginInit(); sidePanel1.SuspendLayout(); @@ -202,7 +202,7 @@ colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; - colName.Width = 192; + colName.Width = 149; // // colCaliber // @@ -212,7 +212,7 @@ colCaliber.Name = "colCaliber"; colCaliber.Visible = true; colCaliber.VisibleIndex = 3; - colCaliber.Width = 85; + colCaliber.Width = 63; // // colHazen // @@ -223,7 +223,7 @@ colHazen.Name = "colHazen"; colHazen.Visible = true; colHazen.VisibleIndex = 5; - colHazen.Width = 117; + colHazen.Width = 85; // // colDarcy // @@ -234,7 +234,7 @@ colDarcy.Name = "colDarcy"; colDarcy.Visible = true; colDarcy.VisibleIndex = 6; - colDarcy.Width = 98; + colDarcy.Width = 85; // // colManning // @@ -245,7 +245,7 @@ colManning.Name = "colManning"; colManning.Visible = true; colManning.VisibleIndex = 7; - colManning.Width = 111; + colManning.Width = 64; // // colDescription // @@ -255,7 +255,7 @@ colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 8; - colDescription.Width = 222; + colDescription.Width = 122; // // colKeyWord // @@ -263,7 +263,7 @@ colKeyWord.Name = "colKeyWord"; colKeyWord.Visible = true; colKeyWord.VisibleIndex = 1; - colKeyWord.Width = 128; + colKeyWord.Width = 91; // // colMaterial // @@ -271,6 +271,15 @@ colMaterial.Name = "colMaterial"; colMaterial.Visible = true; colMaterial.VisibleIndex = 2; + colMaterial.Width = 135; + // + // colMinorLoss + // + colMinorLoss.FieldName = "MinorLoss"; + colMinorLoss.Name = "colMinorLoss"; + colMinorLoss.Visible = true; + colMinorLoss.VisibleIndex = 4; + colMinorLoss.Width = 65; // // dockManager1 // @@ -308,13 +317,6 @@ pipeLineTreeListCtrl1.Name = "pipeLineTreeListCtrl1"; pipeLineTreeListCtrl1.Size = new Size(193, 491); pipeLineTreeListCtrl1.TabIndex = 0; - // - // colMinorLoss - // - colMinorLoss.FieldName = "MinorLoss"; - colMinorLoss.Name = "colMinorLoss"; - colMinorLoss.Visible = true; - colMinorLoss.VisibleIndex = 4; // // PipeManageMainPage // -- Gitblit v1.9.3