From 05d57af48f51d2ac8292bc3faaa01ca753763790 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 14 十月 2024 14:52:19 +0800 Subject: [PATCH] 增加泵型号查看界面 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs index 1f32dfb..b48c2b5 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/PumpProductMainPage.Designer.cs @@ -326,7 +326,7 @@ // colErosion.AppearanceCell.Options.UseTextOptions = true; colErosion.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - colErosion.Caption = "姘旇殌"; + colErosion.Caption = "姘旇殌(m)"; colErosion.FieldName = "Erosion"; colErosion.Name = "colErosion"; colErosion.Visible = true; @@ -337,7 +337,7 @@ // colRatedEfficiency.AppearanceCell.Options.UseTextOptions = true; colRatedEfficiency.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - colRatedEfficiency.Caption = "棰濆畾鏁堢巼"; + colRatedEfficiency.Caption = "棰濆畾鏁堢巼(%)"; colRatedEfficiency.FieldName = "RatedEfficiency"; colRatedEfficiency.Name = "colRatedEfficiency"; colRatedEfficiency.Visible = true; @@ -348,7 +348,7 @@ // colRatedPower.AppearanceCell.Options.UseTextOptions = true; colRatedPower.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center; - colRatedPower.Caption = "棰濆畾鍔熺巼"; + colRatedPower.Caption = "棰濆畾鍔熺巼(KW)"; colRatedPower.FieldName = "RatedPower"; colRatedPower.Name = "colRatedPower"; colRatedPower.Visible = true; @@ -357,7 +357,7 @@ // // colRatedSpeed // - colRatedSpeed.Caption = "棰濆畾杞��"; + colRatedSpeed.Caption = "棰濆畾杞��(r/min)"; colRatedSpeed.FieldName = "RatedSpeed"; colRatedSpeed.Name = "colRatedSpeed"; colRatedSpeed.Visible = true; @@ -426,7 +426,7 @@ AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Controls.Add(dockPanel1); - Name = "PumpProductMainPanel"; + Name = "PumpProductMainPage"; Size = new Size(1133, 547); ((System.ComponentModel.ISupportInitialize)ribbonControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)dockManager1).EndInit(); -- Gitblit v1.9.3