duheng
2024-10-14 05d57af48f51d2ac8292bc3faaa01ca753763790
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();