namespace HStation.WinFrmUI.Xhs { partial class PumpMainCurveChoicePage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { ComponentResourceManager resources = new ComponentResourceManager(typeof(PumpMainCurveChoicePage)); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.XtrPerform2dChart(); pumpMainCurveForm1 = new PumpMainCurveForm(); popupContainerControl1 = new DevExpress.XtraEditors.PopupContainerControl(); treeList1 = new DevExpress.XtraTreeList.TreeList(); treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn(); TextPopupPumpChoice = new DevExpress.XtraEditors.PopupContainerEdit(); popupContainerControl2 = new DevExpress.XtraEditors.PopupContainerControl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colTagName = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedFlow = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedHead = new DevExpress.XtraGrid.Columns.GridColumn(); colD2 = new DevExpress.XtraGrid.Columns.GridColumn(); colErosion = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedEfficiency = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedPower = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedSpeed = new DevExpress.XtraGrid.Columns.GridColumn(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); simpleLabelSearch = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItemVagueSearch = new DevExpress.XtraLayout.SimpleLabelItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem5 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem6 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem8 = new DevExpress.XtraLayout.SimpleLabelItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)popupContainerControl1).BeginInit(); popupContainerControl1.SuspendLayout(); ((ISupportInitialize)treeList1).BeginInit(); ((ISupportInitialize)TextPopupPumpChoice.Properties).BeginInit(); ((ISupportInitialize)popupContainerControl2).BeginInit(); popupContainerControl2.SuspendLayout(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)emptySpaceItem1).BeginInit(); ((ISupportInitialize)simpleLabelSearch).BeginInit(); ((ISupportInitialize)simpleLabelItemVagueSearch).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlGroup1).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)emptySpaceItem2).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)simpleLabelItem1).BeginInit(); ((ISupportInitialize)simpleLabelItem2).BeginInit(); ((ISupportInitialize)simpleLabelItem3).BeginInit(); ((ISupportInitialize)simpleLabelItem4).BeginInit(); ((ISupportInitialize)simpleLabelItem5).BeginInit(); ((ISupportInitialize)simpleLabelItem6).BeginInit(); ((ISupportInitialize)simpleLabelItem7).BeginInit(); ((ISupportInitialize)simpleLabelItem8).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(popupContainerControl2); layoutControl1.Controls.Add(xtrPerform2dChart1); layoutControl1.Controls.Add(pumpMainCurveForm1); layoutControl1.Controls.Add(popupContainerControl1); layoutControl1.Controls.Add(TextPopupPumpChoice); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(564, 0, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(960, 535); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // xtrPerform2dChart1 // xtrPerform2dChart1.DefinePointVisible = false; xtrPerform2dChart1.LineVisible = false; xtrPerform2dChart1.Location = new Point(12, 211); xtrPerform2dChart1.Margin = new Padding(2, 2, 2, 2); xtrPerform2dChart1.Name = "xtrPerform2dChart1"; xtrPerform2dChart1.Size = new Size(936, 312); xtrPerform2dChart1.TabIndex = 6; // // pumpMainCurveForm1 // pumpMainCurveForm1.Location = new Point(2, 29); pumpMainCurveForm1.Name = "pumpMainCurveForm1"; pumpMainCurveForm1.Size = new Size(956, 147); pumpMainCurveForm1.TabIndex = 3; // // popupContainerControl1 // popupContainerControl1.Controls.Add(treeList1); popupContainerControl1.Location = new Point(501, 40); popupContainerControl1.Name = "popupContainerControl1"; popupContainerControl1.Size = new Size(307, 153); popupContainerControl1.TabIndex = 1; // // treeList1 // treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] { treeListColumn1 }); treeList1.Dock = DockStyle.Fill; treeList1.Location = new Point(0, 0); treeList1.Name = "treeList1"; treeList1.OptionsBehavior.Editable = false; treeList1.OptionsView.ShowTreeLines = DevExpress.Utils.DefaultBoolean.True; treeList1.Size = new Size(307, 153); treeList1.TabIndex = 0; treeList1.SelectionChanged += treeList1_SelectionChanged; // // treeListColumn1 // treeListColumn1.Caption = "名称"; treeListColumn1.FieldName = "Name"; treeListColumn1.Name = "treeListColumn1"; treeListColumn1.Visible = true; treeListColumn1.VisibleIndex = 0; // // TextPopupPumpChoice // TextPopupPumpChoice.Location = new Point(117, 2); TextPopupPumpChoice.Name = "TextPopupPumpChoice"; TextPopupPumpChoice.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); TextPopupPumpChoice.Properties.NullText = "在此处输入查询泵型号"; TextPopupPumpChoice.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard; TextPopupPumpChoice.Size = new Size(232, 20); TextPopupPumpChoice.StyleController = layoutControl1; TextPopupPumpChoice.TabIndex = 0; // // popupContainerControl2 // popupContainerControl2.Controls.Add(gridControl1); popupContainerControl2.Location = new Point(232, 178); popupContainerControl2.Name = "popupContainerControl2"; popupContainerControl2.Size = new Size(621, 218); popupContainerControl2.TabIndex = 1; // // gridControl1 // gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 0); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(621, 218); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colTagName, colDescription, colRatedFlow, colRatedHead, colD2, colErosion, colRatedEfficiency, colRatedPower, colRatedSpeed }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsView.ShowGroupPanel = false; gridView1.RowClick += gridView1_RowClick; // // colName // colName.Caption = "型号"; colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; // // colTagName // colTagName.Caption = "标签"; colTagName.FieldName = "TagName"; colTagName.Name = "colTagName"; colTagName.Visible = true; colTagName.VisibleIndex = 1; // // colDescription // colDescription.Caption = "说明"; colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 2; // // colRatedFlow // colRatedFlow.Caption = "额定流量(m³/h)"; colRatedFlow.FieldName = "RatedFlow"; colRatedFlow.Name = "colRatedFlow"; colRatedFlow.Visible = true; colRatedFlow.VisibleIndex = 3; // // colRatedHead // colRatedHead.Caption = "额定扬程(m)"; colRatedHead.FieldName = "RatedHead"; colRatedHead.Name = "colRatedHead"; colRatedHead.Visible = true; colRatedHead.VisibleIndex = 4; // // colD2 // colD2.Caption = "叶轮外径(mm)"; colD2.FieldName = "D2"; colD2.Name = "colD2"; colD2.Visible = true; colD2.VisibleIndex = 5; // // colErosion // colErosion.Caption = "气蚀"; colErosion.FieldName = "Erosion"; colErosion.Name = "colErosion"; colErosion.Visible = true; colErosion.VisibleIndex = 6; // // colRatedEfficiency // colRatedEfficiency.Caption = "额定效率"; colRatedEfficiency.FieldName = "RatedEfficiency"; colRatedEfficiency.Name = "colRatedEfficiency"; colRatedEfficiency.Visible = true; colRatedEfficiency.VisibleIndex = 7; // // colRatedPower // colRatedPower.Caption = "额定功率"; colRatedPower.FieldName = "RatedPower"; colRatedPower.Name = "colRatedPower"; colRatedPower.Visible = true; colRatedPower.VisibleIndex = 8; // // colRatedSpeed // colRatedSpeed.Caption = "额定转速"; colRatedSpeed.FieldName = "RatedSpeed"; colRatedSpeed.Name = "colRatedSpeed"; colRatedSpeed.Visible = true; colRatedSpeed.VisibleIndex = 9; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, emptySpaceItem1, simpleLabelSearch, simpleLabelItemVagueSearch, layoutControlItem2, layoutControlGroup1, emptySpaceItem2 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(960, 535); Root.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.AllowHtmlStringInCaption = true; layoutControlItem3.Control = TextPopupPumpChoice; layoutControlItem3.Location = new Point(39, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(312, 27); layoutControlItem3.Text = "泵型号选择:"; layoutControlItem3.TextSize = new Size(64, 14); // // emptySpaceItem1 // emptySpaceItem1.AllowHotTrack = false; emptySpaceItem1.Location = new Point(422, 0); emptySpaceItem1.Name = "emptySpaceItem1"; emptySpaceItem1.Size = new Size(538, 27); emptySpaceItem1.TextSize = new Size(0, 0); // // simpleLabelSearch // simpleLabelSearch.AllowHotTrack = false; simpleLabelSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("simpleLabelSearch.ImageOptions.SvgImage"); simpleLabelSearch.ImageOptions.SvgImageSize = new Size(23, 23); simpleLabelSearch.Location = new Point(351, 0); simpleLabelSearch.Name = "simpleLabelSearch"; simpleLabelSearch.OptionsToolTip.IconToolTip = "模糊查询"; simpleLabelSearch.OptionsToolTip.ToolTip = "模糊查询"; simpleLabelSearch.OptionsToolTip.ToolTipTitle = "模糊查询"; simpleLabelSearch.Size = new Size(37, 27); simpleLabelSearch.Text = " "; simpleLabelSearch.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; simpleLabelSearch.TextSize = new Size(32, 23); simpleLabelSearch.Click += simpleLabelSearch_Click; // // simpleLabelItemVagueSearch // simpleLabelItemVagueSearch.AllowHotTrack = false; simpleLabelItemVagueSearch.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("simpleLabelItemVagueSearch.ImageOptions.SvgImage"); simpleLabelItemVagueSearch.ImageOptions.SvgImageSize = new Size(20, 20); simpleLabelItemVagueSearch.Location = new Point(388, 0); simpleLabelItemVagueSearch.Name = "simpleLabelItemVagueSearch"; simpleLabelItemVagueSearch.OptionsToolTip.IconToolTip = "精准查询"; simpleLabelItemVagueSearch.OptionsToolTip.ToolTip = "精准查询"; simpleLabelItemVagueSearch.OptionsToolTip.ToolTipTitle = "精准查询"; simpleLabelItemVagueSearch.Size = new Size(34, 27); simpleLabelItemVagueSearch.Text = " "; simpleLabelItemVagueSearch.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; simpleLabelItemVagueSearch.TextSize = new Size(29, 20); simpleLabelItemVagueSearch.Click += simpleLabelItemVagueSearch_Click; // // layoutControlItem2 // layoutControlItem2.Control = pumpMainCurveForm1; layoutControlItem2.Location = new Point(0, 27); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(960, 151); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 }); layoutControlGroup1.Location = new Point(0, 178); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(7, 7, 7, 7); layoutControlGroup1.Size = new Size(960, 357); layoutControlGroup1.Text = "曲线视图"; // // layoutControlItem5 // layoutControlItem5.Control = xtrPerform2dChart1; layoutControlItem5.Location = new Point(0, 0); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(940, 316); layoutControlItem5.TextSize = new Size(0, 0); layoutControlItem5.TextVisible = false; // // emptySpaceItem2 // emptySpaceItem2.AllowHotTrack = false; emptySpaceItem2.Location = new Point(0, 0); emptySpaceItem2.Name = "emptySpaceItem2"; emptySpaceItem2.Size = new Size(39, 27); emptySpaceItem2.TextSize = new Size(0, 0); // // layoutControlItem4 // layoutControlItem4.Location = new Point(0, 0); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(351, 28); layoutControlItem4.Text = "泵型号选择:"; layoutControlItem4.TextSize = new Size(64, 14); // // simpleLabelItem1 // simpleLabelItem1.AllowHotTrack = false; simpleLabelItem1.Location = new Point(0, 0); simpleLabelItem1.Name = "simpleLabelItem1"; simpleLabelItem1.Size = new Size(0, 0); simpleLabelItem1.TextSize = new Size(50, 20); // // simpleLabelItem2 // simpleLabelItem2.AllowHotTrack = false; simpleLabelItem2.Location = new Point(0, 0); simpleLabelItem2.Name = "simpleLabelItem2"; simpleLabelItem2.Size = new Size(0, 0); simpleLabelItem2.TextSize = new Size(50, 20); // // simpleLabelItem3 // simpleLabelItem3.AllowHotTrack = false; simpleLabelItem3.Location = new Point(0, 0); simpleLabelItem3.Name = "simpleLabelItem3"; simpleLabelItem3.Size = new Size(0, 0); simpleLabelItem3.TextSize = new Size(50, 20); // // simpleLabelItem4 // simpleLabelItem4.AllowHotTrack = false; simpleLabelItem4.Location = new Point(0, 0); simpleLabelItem4.Name = "simpleLabelItem4"; simpleLabelItem4.Size = new Size(0, 0); simpleLabelItem4.TextSize = new Size(50, 20); // // simpleLabelItem5 // simpleLabelItem5.AllowHotTrack = false; simpleLabelItem5.Location = new Point(0, 0); simpleLabelItem5.Name = "simpleLabelItem5"; simpleLabelItem5.Size = new Size(0, 0); simpleLabelItem5.TextSize = new Size(50, 20); // // simpleLabelItem6 // simpleLabelItem6.AllowHotTrack = false; simpleLabelItem6.Location = new Point(0, 0); simpleLabelItem6.Name = "simpleLabelItem6"; simpleLabelItem6.Size = new Size(0, 0); simpleLabelItem6.TextSize = new Size(50, 20); // // simpleLabelItem7 // simpleLabelItem7.AllowHotTrack = false; simpleLabelItem7.Location = new Point(0, 0); simpleLabelItem7.Name = "simpleLabelItem7"; simpleLabelItem7.Size = new Size(0, 0); simpleLabelItem7.TextSize = new Size(50, 20); // // simpleLabelItem8 // simpleLabelItem8.AllowHotTrack = false; simpleLabelItem8.Location = new Point(0, 0); simpleLabelItem8.Name = "simpleLabelItem8"; simpleLabelItem8.Size = new Size(0, 0); simpleLabelItem8.TextSize = new Size(50, 20); // // PumpMainCurveChoicePage // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "PumpMainCurveChoicePage"; Size = new Size(960, 535); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)popupContainerControl1).EndInit(); popupContainerControl1.ResumeLayout(false); ((ISupportInitialize)treeList1).EndInit(); ((ISupportInitialize)TextPopupPumpChoice.Properties).EndInit(); ((ISupportInitialize)popupContainerControl2).EndInit(); popupContainerControl2.ResumeLayout(false); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)emptySpaceItem1).EndInit(); ((ISupportInitialize)simpleLabelSearch).EndInit(); ((ISupportInitialize)simpleLabelItemVagueSearch).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlGroup1).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)emptySpaceItem2).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)simpleLabelItem1).EndInit(); ((ISupportInitialize)simpleLabelItem2).EndInit(); ((ISupportInitialize)simpleLabelItem3).EndInit(); ((ISupportInitialize)simpleLabelItem4).EndInit(); ((ISupportInitialize)simpleLabelItem5).EndInit(); ((ISupportInitialize)simpleLabelItem6).EndInit(); ((ISupportInitialize)simpleLabelItem7).EndInit(); ((ISupportInitialize)simpleLabelItem8).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraEditors.PopupContainerEdit TextPopupPumpChoice; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem5; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem6; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem8; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelSearch; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItemVagueSearch; private DevExpress.XtraEditors.PopupContainerControl popupContainerControl1; private DevExpress.XtraTreeList.TreeList treeList1; private DevExpress.XtraTreeList.Columns.TreeListColumn treeListColumn1; private DevExpress.XtraEditors.PopupContainerControl popupContainerControl2; private PumpMainCurveForm pumpMainCurveForm1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; private Yw.WinFrmUI.Phart.XtrPerform2dChart xtrPerform2dChart1; private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colTagName; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colRatedFlow; private DevExpress.XtraGrid.Columns.GridColumn colRatedHead; private DevExpress.XtraGrid.Columns.GridColumn colD2; private DevExpress.XtraGrid.Columns.GridColumn colErosion; private DevExpress.XtraGrid.Columns.GridColumn colRatedEfficiency; private DevExpress.XtraGrid.Columns.GridColumn colRatedPower; private DevExpress.XtraGrid.Columns.GridColumn colRatedSpeed; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; } }