namespace HStation.WinFrmUI { partial class XhsProjectSimulationPumpUnMatchingListCtrl { /// /// 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() { components = new Container(); gridControl1 = new DevExpress.XtraGrid.GridControl(); xhsProjectSimulationPumpUnMatchingViewModelBindingSource = new BindingSource(components); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); colCode = new DevExpress.XtraGrid.Columns.GridColumn(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn(); colLinkStatus = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedP = new DevExpress.XtraGrid.Columns.GridColumn(); colCurveQH = new DevExpress.XtraGrid.Columns.GridColumn(); colCurveQE = new DevExpress.XtraGrid.Columns.GridColumn(); colSpeedRatio = new DevExpress.XtraGrid.Columns.GridColumn(); colPrice = new DevExpress.XtraGrid.Columns.GridColumn(); colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn(); colDescription = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)xhsProjectSimulationPumpUnMatchingViewModelBindingSource).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = xhsProjectSimulationPumpUnMatchingViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 0); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(975, 539); gridControl1.TabIndex = 1; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // xhsProjectSimulationPumpUnMatchingViewModelBindingSource // xhsProjectSimulationPumpUnMatchingViewModelBindingSource.DataSource = typeof(XhsProjectSimulationPumpUnMatchingViewModel); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colDbLocked, colLinkStatus, colRatedP, colCurveQH, colCurveQE, colSpeedRatio, colPrice, colFlagsString, colDescription }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; gridView1.OptionsFind.AlwaysVisible = true; gridView1.RowClick += gridView1_RowClick; // // colCode // colCode.FieldName = "Code"; colCode.Name = "colCode"; colCode.Visible = true; colCode.VisibleIndex = 0; // // colName // colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 1; // // colDbLocked // colDbLocked.FieldName = "DbLocked"; colDbLocked.Name = "colDbLocked"; colDbLocked.Visible = true; colDbLocked.VisibleIndex = 2; // // colLinkStatus // colLinkStatus.FieldName = "LinkStatus"; colLinkStatus.Name = "colLinkStatus"; colLinkStatus.Visible = true; colLinkStatus.VisibleIndex = 3; // // colRatedP // colRatedP.FieldName = "RatedP"; colRatedP.Name = "colRatedP"; colRatedP.Visible = true; colRatedP.VisibleIndex = 5; // // colCurveQH // colCurveQH.FieldName = "CurveQH"; colCurveQH.Name = "colCurveQH"; colCurveQH.Visible = true; colCurveQH.VisibleIndex = 6; // // colCurveQE // colCurveQE.FieldName = "CurveQE"; colCurveQE.Name = "colCurveQE"; colCurveQE.Visible = true; colCurveQE.VisibleIndex = 4; // // colSpeedRatio // colSpeedRatio.FieldName = "SpeedRatio"; colSpeedRatio.Name = "colSpeedRatio"; colSpeedRatio.Visible = true; colSpeedRatio.VisibleIndex = 7; // // colPrice // colPrice.FieldName = "Price"; colPrice.Name = "colPrice"; colPrice.Visible = true; colPrice.VisibleIndex = 8; // // colFlagsString // colFlagsString.FieldName = "FlagsString"; colFlagsString.Name = "colFlagsString"; colFlagsString.Visible = true; colFlagsString.VisibleIndex = 9; // // colDescription // colDescription.FieldName = "Description"; colDescription.Name = "colDescription"; colDescription.Visible = true; colDescription.VisibleIndex = 10; // // XhsProjectSimulationPumpUnMatchingListCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "XhsProjectSimulationPumpUnMatchingListCtrl"; Size = new Size(975, 539); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)xhsProjectSimulationPumpUnMatchingViewModelBindingSource).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private BindingSource xhsProjectSimulationPumpUnMatchingViewModelBindingSource; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colDbLocked; private DevExpress.XtraGrid.Columns.GridColumn colLinkStatus; private DevExpress.XtraGrid.Columns.GridColumn colRatedP; private DevExpress.XtraGrid.Columns.GridColumn colCurveQH; private DevExpress.XtraGrid.Columns.GridColumn colSpeedRatio; private DevExpress.XtraGrid.Columns.GridColumn colPrice; private DevExpress.XtraGrid.Columns.GridColumn colFlagsString; private DevExpress.XtraGrid.Columns.GridColumn colDescription; private DevExpress.XtraGrid.Columns.GridColumn colCurveQE; } }