From 83c58c8b98a51d4d36811ca4237baa16cc3ff6e0 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 24 十月 2024 14:02:16 +0800 Subject: [PATCH] 提交单泵重新匹配曲线未聚焦定位显示问题 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs | 57 ++++++++++++++++++++++++++++----------------------------- 1 files changed, 28 insertions(+), 29 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs index d041c79..09b1682 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs @@ -31,6 +31,8 @@ layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); + gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); + gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); gridControl2 = new DevExpress.XtraGrid.GridControl(); gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView(); @@ -53,8 +55,6 @@ layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); - gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); - gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)gridControl1).BeginInit(); @@ -106,6 +106,22 @@ gridView1.OptionsView.ShowGroupPanel = false; gridView1.FocusedRowChanged += gridView1_FocusedRowChanged; // + // gridColumn3 + // + gridColumn3.Caption = "鎺掑簭鐮�"; + gridColumn3.FieldName = "SortCode"; + gridColumn3.Name = "gridColumn3"; + gridColumn3.Visible = true; + gridColumn3.VisibleIndex = 2; + // + // gridColumn2 + // + gridColumn2.Caption = "閲嶈搴�"; + gridColumn2.FieldName = "Importance"; + gridColumn2.Name = "gridColumn2"; + gridColumn2.Visible = true; + gridColumn2.VisibleIndex = 1; + // // gridColumn1 // gridColumn1.Caption = "鍚嶇О"; @@ -140,7 +156,7 @@ colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; - colName.Width = 149; + colName.Width = 281; // // colRatedFlow // @@ -149,7 +165,7 @@ colRatedFlow.Name = "colRatedFlow"; colRatedFlow.Visible = true; colRatedFlow.VisibleIndex = 1; - colRatedFlow.Width = 185; + colRatedFlow.Width = 132; // // colRatedHead // @@ -158,7 +174,7 @@ colRatedHead.Name = "colRatedHead"; colRatedHead.Visible = true; colRatedHead.VisibleIndex = 2; - colRatedHead.Width = 187; + colRatedHead.Width = 110; // // colD2 // @@ -167,7 +183,7 @@ colD2.Name = "colD2"; colD2.Visible = true; colD2.VisibleIndex = 3; - colD2.Width = 179; + colD2.Width = 125; // // colErosion // @@ -176,7 +192,7 @@ colErosion.Name = "colErosion"; colErosion.Visible = true; colErosion.VisibleIndex = 4; - colErosion.Width = 102; + colErosion.Width = 72; // // colRatedEfficiency // @@ -185,7 +201,7 @@ colRatedEfficiency.Name = "colRatedEfficiency"; colRatedEfficiency.Visible = true; colRatedEfficiency.VisibleIndex = 5; - colRatedEfficiency.Width = 111; + colRatedEfficiency.Width = 82; // // colRatedPower // @@ -194,7 +210,6 @@ colRatedPower.Name = "colRatedPower"; colRatedPower.Visible = true; colRatedPower.VisibleIndex = 6; - colRatedPower.Width = 111; // // colRatedSpeed // @@ -203,14 +218,14 @@ colRatedSpeed.Name = "colRatedSpeed"; colRatedSpeed.Visible = true; colRatedSpeed.VisibleIndex = 7; - colRatedSpeed.Width = 146; + colRatedSpeed.Width = 79; // // xtrPerform2dChart1 // xtrPerform2dChart1.DefinePointVisible = false; xtrPerform2dChart1.LineVisible = false; xtrPerform2dChart1.Location = new Point(763, 42); - xtrPerform2dChart1.Margin = new Padding(2); + xtrPerform2dChart1.Margin = new Padding(2, 2, 2, 2); xtrPerform2dChart1.Name = "xtrPerform2dChart1"; xtrPerform2dChart1.Size = new Size(560, 545); xtrPerform2dChart1.TabIndex = 2; @@ -324,28 +339,12 @@ layoutControlItem4.TextSize = new Size(0, 0); layoutControlItem4.TextVisible = false; // - // gridColumn2 - // - gridColumn2.Caption = "閲嶈搴�"; - gridColumn2.FieldName = "Importance"; - gridColumn2.Name = "gridColumn2"; - gridColumn2.Visible = true; - gridColumn2.VisibleIndex = 1; - // - // gridColumn3 - // - gridColumn3.Caption = "鎺掑簭鐮�"; - gridColumn3.FieldName = "SortCode"; - gridColumn3.Name = "gridColumn3"; - gridColumn3.Visible = true; - gridColumn3.VisibleIndex = 2; - // - // AssetsPumpMainForm + // PumpSingleMatchingCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); - Name = "AssetsPumpMainForm"; + Name = "PumpSingleMatchingCtrl"; Size = new Size(1343, 607); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); -- Gitblit v1.9.3