namespace Yw.WinFrmUI { partial class HydroPumpQueryPointListGridCtrl { /// /// 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(); gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView(); hydroPumpQueryPointViewModelBindingSource = new BindingSource(components); colCode = new DevExpress.XtraGrid.Columns.GridColumn(); colName = new DevExpress.XtraGrid.Columns.GridColumn(); colQueryQ = new DevExpress.XtraGrid.Columns.GridColumn(); colQueryH = new DevExpress.XtraGrid.Columns.GridColumn(); colQueryP = new DevExpress.XtraGrid.Columns.GridColumn(); colQueryE = new DevExpress.XtraGrid.Columns.GridColumn(); ((ISupportInitialize)gridControl1).BeginInit(); ((ISupportInitialize)gridView1).BeginInit(); ((ISupportInitialize)hydroPumpQueryPointViewModelBindingSource).BeginInit(); SuspendLayout(); // // gridControl1 // gridControl1.DataSource = hydroPumpQueryPointViewModelBindingSource; gridControl1.Dock = DockStyle.Fill; gridControl1.Location = new Point(0, 0); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.Size = new Size(684, 445); gridControl1.TabIndex = 0; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // gridView1 // gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colQueryQ, colQueryH, colQueryP, colQueryE }); gridView1.GridControl = gridControl1; gridView1.Name = "gridView1"; // // hydroPumpQueryPointViewModelBindingSource // hydroPumpQueryPointViewModelBindingSource.DataSource = typeof(HydroPumpQueryPointViewModel); // // colCode // colCode.FieldName = "Code"; colCode.Name = "colCode"; // // colName // colName.FieldName = "Name"; colName.Name = "colName"; colName.Visible = true; colName.VisibleIndex = 0; // // colQueryQ // colQueryQ.FieldName = "QueryQ"; colQueryQ.Name = "colQueryQ"; colQueryQ.Visible = true; colQueryQ.VisibleIndex = 1; // // colQueryH // colQueryH.FieldName = "QueryH"; colQueryH.Name = "colQueryH"; colQueryH.Visible = true; colQueryH.VisibleIndex = 2; // // colQueryP // colQueryP.FieldName = "QueryP"; colQueryP.Name = "colQueryP"; colQueryP.Visible = true; colQueryP.VisibleIndex = 3; // // colQueryE // colQueryE.FieldName = "QueryE"; colQueryE.Name = "colQueryE"; colQueryE.Visible = true; colQueryE.VisibleIndex = 4; // // HydroPumpQueryPointListGridCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(gridControl1); Name = "HydroPumpQueryPointListGridCtrl"; Size = new Size(684, 445); ((ISupportInitialize)gridControl1).EndInit(); ((ISupportInitialize)gridView1).EndInit(); ((ISupportInitialize)hydroPumpQueryPointViewModelBindingSource).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraGrid.GridControl gridControl1; private DevExpress.XtraGrid.Views.Grid.GridView gridView1; private BindingSource hydroPumpQueryPointViewModelBindingSource; private DevExpress.XtraGrid.Columns.GridColumn colCode; private DevExpress.XtraGrid.Columns.GridColumn colName; private DevExpress.XtraGrid.Columns.GridColumn colQueryQ; private DevExpress.XtraGrid.Columns.GridColumn colQueryH; private DevExpress.XtraGrid.Columns.GridColumn colQueryP; private DevExpress.XtraGrid.Columns.GridColumn colQueryE; } }