namespace HStation.WinFrmUI
|
{
|
partial class XhsProjectSimulationPumpCalcuPrefixCtrl
|
{
|
/// <summary>
|
/// Required designer variable.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// Clean up any resources being used.
|
/// </summary>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Component Designer generated code
|
|
/// <summary>
|
/// Required method for Designer support - do not modify
|
/// the contents of this method with the code editor.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
components = new Container();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
xhsProjectSimulationPumpCalcuPrefixViewModelBindingSource = new BindingSource(components);
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHasDb = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPumpStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSpeedRatio = new DevExpress.XtraGrid.Columns.GridColumn();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)xhsProjectSimulationPumpCalcuPrefixViewModelBindingSource).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = xhsProjectSimulationPumpCalcuPrefixViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(958, 498);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colModelType, colDbLocked, colHasDb, colPumpStatus, colRatedP, colSpeedRatio, colFlagsString, colDescription });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
//
|
// xhsProjectSimulationPumpCalcuPrefixViewModelBindingSource
|
//
|
xhsProjectSimulationPumpCalcuPrefixViewModelBindingSource.DataSource = typeof(XhsProjectSimulationPumpCalcuPrefixViewModel);
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.MaxWidth = 150;
|
colCode.MinWidth = 100;
|
colCode.Name = "colCode";
|
colCode.Visible = true;
|
colCode.VisibleIndex = 0;
|
colCode.Width = 100;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MaxWidth = 150;
|
colName.MinWidth = 100;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 1;
|
colName.Width = 100;
|
//
|
// colModelType
|
//
|
colModelType.FieldName = "ModelType";
|
colModelType.MaxWidth = 150;
|
colModelType.MinWidth = 100;
|
colModelType.Name = "colModelType";
|
colModelType.Visible = true;
|
colModelType.VisibleIndex = 2;
|
colModelType.Width = 100;
|
//
|
// colHasDb
|
//
|
colHasDb.FieldName = "HasDb";
|
colHasDb.MaxWidth = 60;
|
colHasDb.MinWidth = 60;
|
colHasDb.Name = "colHasDb";
|
colHasDb.Visible = true;
|
colHasDb.VisibleIndex = 4;
|
colHasDb.Width = 60;
|
//
|
// colDbLocked
|
//
|
colDbLocked.FieldName = "DbLocked";
|
colDbLocked.MaxWidth = 60;
|
colDbLocked.MinWidth = 60;
|
colDbLocked.Name = "colDbLocked";
|
colDbLocked.Visible = true;
|
colDbLocked.VisibleIndex = 3;
|
colDbLocked.Width = 60;
|
//
|
// colFlagsString
|
//
|
colFlagsString.FieldName = "FlagsString";
|
colFlagsString.MaxWidth = 150;
|
colFlagsString.MinWidth = 100;
|
colFlagsString.Name = "colFlagsString";
|
colFlagsString.Visible = true;
|
colFlagsString.VisibleIndex = 8;
|
colFlagsString.Width = 100;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 100;
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 9;
|
colDescription.Width = 100;
|
//
|
// colPumpStatus
|
//
|
colPumpStatus.FieldName = "PumpStatus";
|
colPumpStatus.MaxWidth = 100;
|
colPumpStatus.MinWidth = 100;
|
colPumpStatus.Name = "colPumpStatus";
|
colPumpStatus.Visible = true;
|
colPumpStatus.VisibleIndex = 5;
|
colPumpStatus.Width = 100;
|
//
|
// colRatedP
|
//
|
colRatedP.FieldName = "RatedP";
|
colRatedP.MaxWidth = 100;
|
colRatedP.MinWidth = 100;
|
colRatedP.Name = "colRatedP";
|
colRatedP.Visible = true;
|
colRatedP.VisibleIndex = 6;
|
colRatedP.Width = 100;
|
//
|
// colSpeedRatio
|
//
|
colSpeedRatio.FieldName = "SpeedRatio";
|
colSpeedRatio.MaxWidth = 80;
|
colSpeedRatio.MinWidth = 80;
|
colSpeedRatio.Name = "colSpeedRatio";
|
colSpeedRatio.Visible = true;
|
colSpeedRatio.VisibleIndex = 7;
|
colSpeedRatio.Width = 80;
|
//
|
// XhsProjectSimulationPumpCalcuPrefixCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "XhsProjectSimulationPumpCalcuPrefixCtrl";
|
Size = new Size(958, 498);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)xhsProjectSimulationPumpCalcuPrefixViewModelBindingSource).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private BindingSource xhsProjectSimulationPumpCalcuPrefixViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
|
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasDb;
|
private DevExpress.XtraGrid.Columns.GridColumn colPumpStatus;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedP;
|
private DevExpress.XtraGrid.Columns.GridColumn colSpeedRatio;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagsString;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
}
|
}
|