namespace HStation.WinFrmUI
{
partial class PumpMatchingCtrl
{
///
/// 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();
pumpMatchingViewModelBindingSource = new BindingSource(components);
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
colRatedP = new DevExpress.XtraGrid.Columns.GridColumn();
colRatedQ = new DevExpress.XtraGrid.Columns.GridColumn();
colRatedH = new DevExpress.XtraGrid.Columns.GridColumn();
colRatedN = new DevExpress.XtraGrid.Columns.GridColumn();
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
colAlterRatedP = new DevExpress.XtraGrid.Columns.GridColumn();
colAlterRatedQ = new DevExpress.XtraGrid.Columns.GridColumn();
colAlterRatedH = new DevExpress.XtraGrid.Columns.GridColumn();
colAlterRatedN = new DevExpress.XtraGrid.Columns.GridColumn();
colMatchingType = new DevExpress.XtraGrid.Columns.GridColumn();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
((ISupportInitialize)pumpMatchingViewModelBindingSource).BeginInit();
SuspendLayout();
//
// gridControl1
//
gridControl1.DataSource = pumpMatchingViewModelBindingSource;
gridControl1.Dock = DockStyle.Fill;
gridControl1.Location = new Point(0, 0);
gridControl1.MainView = gridView1;
gridControl1.Name = "gridControl1";
gridControl1.Size = new Size(1035, 503);
gridControl1.TabIndex = 0;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// gridView1
//
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colName, colCode, colModelType, colRatedP, colRatedQ, colRatedH, colRatedN, colDbLocked, colAlterRatedP, colAlterRatedQ, colAlterRatedH, colAlterRatedN, colMatchingType });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsView.ShowGroupPanel = false;
//
// pumpMatchingViewModelBindingSource
//
pumpMatchingViewModelBindingSource.DataSource = typeof(PumpMatchingViewModel);
//
// colName
//
colName.FieldName = "Name";
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 0;
//
// colCode
//
colCode.FieldName = "Code";
colCode.Name = "colCode";
colCode.Visible = true;
colCode.VisibleIndex = 1;
//
// colModelType
//
colModelType.FieldName = "ModelType";
colModelType.Name = "colModelType";
colModelType.Visible = true;
colModelType.VisibleIndex = 2;
//
// colRatedP
//
colRatedP.FieldName = "RatedP";
colRatedP.Name = "colRatedP";
colRatedP.Visible = true;
colRatedP.VisibleIndex = 3;
//
// colRatedQ
//
colRatedQ.FieldName = "RatedQ";
colRatedQ.Name = "colRatedQ";
colRatedQ.Visible = true;
colRatedQ.VisibleIndex = 4;
//
// colRatedH
//
colRatedH.FieldName = "RatedH";
colRatedH.Name = "colRatedH";
colRatedH.Visible = true;
colRatedH.VisibleIndex = 5;
//
// colRatedN
//
colRatedN.FieldName = "RatedN";
colRatedN.Name = "colRatedN";
colRatedN.Visible = true;
colRatedN.VisibleIndex = 6;
//
// colDbLocked
//
colDbLocked.FieldName = "DbLocked";
colDbLocked.Name = "colDbLocked";
colDbLocked.Visible = true;
colDbLocked.VisibleIndex = 7;
//
// colAlterRatedP
//
colAlterRatedP.FieldName = "AlterRatedP";
colAlterRatedP.Name = "colAlterRatedP";
colAlterRatedP.Visible = true;
colAlterRatedP.VisibleIndex = 8;
//
// colAlterRatedQ
//
colAlterRatedQ.FieldName = "AlterRatedQ";
colAlterRatedQ.Name = "colAlterRatedQ";
colAlterRatedQ.Visible = true;
colAlterRatedQ.VisibleIndex = 9;
//
// colAlterRatedH
//
colAlterRatedH.FieldName = "AlterRatedH";
colAlterRatedH.Name = "colAlterRatedH";
colAlterRatedH.Visible = true;
colAlterRatedH.VisibleIndex = 10;
//
// colAlterRatedN
//
colAlterRatedN.FieldName = "AlterRatedN";
colAlterRatedN.Name = "colAlterRatedN";
colAlterRatedN.Visible = true;
colAlterRatedN.VisibleIndex = 11;
//
// colMatchingType
//
colMatchingType.FieldName = "MatchingType";
colMatchingType.Name = "colMatchingType";
colMatchingType.Visible = true;
colMatchingType.VisibleIndex = 12;
//
// PumpMatchingCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(gridControl1);
Name = "PumpMatchingCtrl";
Size = new Size(1035, 503);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)gridView1).EndInit();
((ISupportInitialize)pumpMatchingViewModelBindingSource).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private BindingSource pumpMatchingViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colCode;
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
private DevExpress.XtraGrid.Columns.GridColumn colRatedP;
private DevExpress.XtraGrid.Columns.GridColumn colRatedQ;
private DevExpress.XtraGrid.Columns.GridColumn colRatedH;
private DevExpress.XtraGrid.Columns.GridColumn colRatedN;
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
private DevExpress.XtraGrid.Columns.GridColumn colAlterRatedP;
private DevExpress.XtraGrid.Columns.GridColumn colAlterRatedQ;
private DevExpress.XtraGrid.Columns.GridColumn colAlterRatedH;
private DevExpress.XtraGrid.Columns.GridColumn colAlterRatedN;
private DevExpress.XtraGrid.Columns.GridColumn colMatchingType;
}
}