| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | 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; |
| | |
| | | // |
| | | // colRatedSpeed |
| | | // |
| | | colRatedSpeed.Caption = "额定转速"; |
| | | colRatedSpeed.Caption = "额定转速(r/min)"; |
| | | colRatedSpeed.FieldName = "RatedSpeed"; |
| | | colRatedSpeed.Name = "colRatedSpeed"; |
| | | colRatedSpeed.Visible = true; |
| | |
| | | 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(); |