namespace Yw.WinFrmUI
|
{
|
partial class HydroPumpListCtrl
|
{
|
/// <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();
|
hydroPumpViewModelBindingSource = new BindingSource(components);
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHasDb = new DevExpress.XtraGrid.Columns.GridColumn();
|
colStartCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colEndCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colLinkStatus = 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();
|
colRatedHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
colHasCurve = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurveQH = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurveQP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurveQE = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSpeedRatio = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSpeedRatioPattern = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPrice = new DevExpress.XtraGrid.Columns.GridColumn();
|
colPricePattern = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuH = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuE = new DevExpress.XtraGrid.Columns.GridColumn();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)hydroPumpViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
SuspendLayout();
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = hydroPumpViewModelBindingSource;
|
gridControl1.Dock = DockStyle.Fill;
|
gridControl1.Location = new Point(0, 0);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.Size = new Size(2415, 636);
|
gridControl1.TabIndex = 0;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// hydroPumpViewModelBindingSource
|
//
|
hydroPumpViewModelBindingSource.DataSource = typeof(HydroPumpViewModel);
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colDbLocked, colCode, colName, colModelType, colHasDb, colStartCode, colEndCode, colLinkStatus, colRatedP, colRatedQ, colRatedH, colRatedN, colRatedHz, colCurrentHz, colHasCurve, colCurveQH, colCurveQP, colCurveQE, colSpeedRatio, colSpeedRatioPattern, colPrice, colPricePattern, colCalcuQ, colCalcuH, colCalcuP, colCalcuE, colFlagsString, colDescription });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsFind.AlwaysVisible = true;
|
gridView1.RowClick += gridView1_RowClick;
|
//
|
// colDbLocked
|
//
|
colDbLocked.FieldName = "DbLocked";
|
colDbLocked.MaxWidth = 60;
|
colDbLocked.MinWidth = 60;
|
colDbLocked.Name = "colDbLocked";
|
colDbLocked.Visible = true;
|
colDbLocked.VisibleIndex = 0;
|
colDbLocked.Width = 60;
|
//
|
// colCode
|
//
|
colCode.FieldName = "Code";
|
colCode.MaxWidth = 150;
|
colCode.MinWidth = 100;
|
colCode.Name = "colCode";
|
colCode.Visible = true;
|
colCode.VisibleIndex = 1;
|
colCode.Width = 100;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MaxWidth = 150;
|
colName.MinWidth = 100;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 2;
|
colName.Width = 100;
|
//
|
// colModelType
|
//
|
colModelType.FieldName = "ModelType";
|
colModelType.MaxWidth = 150;
|
colModelType.MinWidth = 100;
|
colModelType.Name = "colModelType";
|
colModelType.Visible = true;
|
colModelType.VisibleIndex = 3;
|
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;
|
//
|
// colStartCode
|
//
|
colStartCode.FieldName = "StartCode";
|
colStartCode.MaxWidth = 150;
|
colStartCode.MinWidth = 100;
|
colStartCode.Name = "colStartCode";
|
colStartCode.Visible = true;
|
colStartCode.VisibleIndex = 5;
|
colStartCode.Width = 100;
|
//
|
// colEndCode
|
//
|
colEndCode.FieldName = "EndCode";
|
colEndCode.MaxWidth = 150;
|
colEndCode.MinWidth = 100;
|
colEndCode.Name = "colEndCode";
|
colEndCode.Visible = true;
|
colEndCode.VisibleIndex = 6;
|
colEndCode.Width = 100;
|
//
|
// colLinkStatus
|
//
|
colLinkStatus.FieldName = "LinkStatus";
|
colLinkStatus.MaxWidth = 100;
|
colLinkStatus.MinWidth = 100;
|
colLinkStatus.Name = "colLinkStatus";
|
colLinkStatus.Visible = true;
|
colLinkStatus.VisibleIndex = 7;
|
colLinkStatus.Width = 100;
|
//
|
// colRatedP
|
//
|
colRatedP.FieldName = "RatedP";
|
colRatedP.MaxWidth = 100;
|
colRatedP.MinWidth = 100;
|
colRatedP.Name = "colRatedP";
|
colRatedP.Visible = true;
|
colRatedP.VisibleIndex = 8;
|
colRatedP.Width = 100;
|
//
|
// colRatedQ
|
//
|
colRatedQ.FieldName = "RatedQ";
|
colRatedQ.MaxWidth = 100;
|
colRatedQ.MinWidth = 100;
|
colRatedQ.Name = "colRatedQ";
|
colRatedQ.Visible = true;
|
colRatedQ.VisibleIndex = 9;
|
colRatedQ.Width = 100;
|
//
|
// colRatedH
|
//
|
colRatedH.FieldName = "RatedH";
|
colRatedH.MaxWidth = 100;
|
colRatedH.MinWidth = 100;
|
colRatedH.Name = "colRatedH";
|
colRatedH.Visible = true;
|
colRatedH.VisibleIndex = 10;
|
colRatedH.Width = 100;
|
//
|
// colRatedN
|
//
|
colRatedN.FieldName = "RatedN";
|
colRatedN.MaxWidth = 100;
|
colRatedN.MinWidth = 100;
|
colRatedN.Name = "colRatedN";
|
colRatedN.Visible = true;
|
colRatedN.VisibleIndex = 11;
|
colRatedN.Width = 100;
|
//
|
// colRatedHz
|
//
|
colRatedHz.FieldName = "RatedHz";
|
colRatedHz.MaxWidth = 100;
|
colRatedHz.MinWidth = 100;
|
colRatedHz.Name = "colRatedHz";
|
colRatedHz.Visible = true;
|
colRatedHz.VisibleIndex = 12;
|
colRatedHz.Width = 100;
|
//
|
// colCurrentHz
|
//
|
colCurrentHz.FieldName = "CurrentHz";
|
colCurrentHz.MaxWidth = 100;
|
colCurrentHz.MinWidth = 100;
|
colCurrentHz.Name = "colCurrentHz";
|
colCurrentHz.Visible = true;
|
colCurrentHz.VisibleIndex = 13;
|
colCurrentHz.Width = 100;
|
//
|
// colHasCurve
|
//
|
colHasCurve.FieldName = "HasCurve";
|
colHasCurve.MaxWidth = 60;
|
colHasCurve.MinWidth = 60;
|
colHasCurve.Name = "colHasCurve";
|
colHasCurve.Visible = true;
|
colHasCurve.VisibleIndex = 14;
|
colHasCurve.Width = 60;
|
//
|
// colCurveQH
|
//
|
colCurveQH.FieldName = "CurveQH";
|
colCurveQH.MaxWidth = 100;
|
colCurveQH.MinWidth = 100;
|
colCurveQH.Name = "colCurveQH";
|
colCurveQH.Visible = true;
|
colCurveQH.VisibleIndex = 15;
|
colCurveQH.Width = 100;
|
//
|
// colCurveQP
|
//
|
colCurveQP.FieldName = "CurveQP";
|
colCurveQP.MaxWidth = 100;
|
colCurveQP.MinWidth = 100;
|
colCurveQP.Name = "colCurveQP";
|
colCurveQP.Visible = true;
|
colCurveQP.VisibleIndex = 16;
|
colCurveQP.Width = 100;
|
//
|
// colCurveQE
|
//
|
colCurveQE.FieldName = "CurveQE";
|
colCurveQE.MaxWidth = 100;
|
colCurveQE.MinWidth = 100;
|
colCurveQE.Name = "colCurveQE";
|
colCurveQE.Visible = true;
|
colCurveQE.VisibleIndex = 17;
|
colCurveQE.Width = 100;
|
//
|
// colSpeedRatio
|
//
|
colSpeedRatio.FieldName = "SpeedRatio";
|
colSpeedRatio.MaxWidth = 60;
|
colSpeedRatio.MinWidth = 60;
|
colSpeedRatio.Name = "colSpeedRatio";
|
colSpeedRatio.Visible = true;
|
colSpeedRatio.VisibleIndex = 18;
|
colSpeedRatio.Width = 60;
|
//
|
// colSpeedRatioPattern
|
//
|
colSpeedRatioPattern.FieldName = "SpeedRatioPattern";
|
colSpeedRatioPattern.MaxWidth = 100;
|
colSpeedRatioPattern.MinWidth = 100;
|
colSpeedRatioPattern.Name = "colSpeedRatioPattern";
|
colSpeedRatioPattern.Visible = true;
|
colSpeedRatioPattern.VisibleIndex = 19;
|
colSpeedRatioPattern.Width = 100;
|
//
|
// colPrice
|
//
|
colPrice.FieldName = "Price";
|
colPrice.MaxWidth = 100;
|
colPrice.MinWidth = 100;
|
colPrice.Name = "colPrice";
|
colPrice.Visible = true;
|
colPrice.VisibleIndex = 20;
|
colPrice.Width = 100;
|
//
|
// colPricePattern
|
//
|
colPricePattern.FieldName = "PricePattern";
|
colPricePattern.MaxWidth = 100;
|
colPricePattern.MinWidth = 100;
|
colPricePattern.Name = "colPricePattern";
|
colPricePattern.Visible = true;
|
colPricePattern.VisibleIndex = 21;
|
colPricePattern.Width = 100;
|
//
|
// colFlagsString
|
//
|
colFlagsString.FieldName = "FlagsString";
|
colFlagsString.MaxWidth = 200;
|
colFlagsString.MinWidth = 100;
|
colFlagsString.Name = "colFlagsString";
|
colFlagsString.Visible = true;
|
colFlagsString.VisibleIndex = 26;
|
colFlagsString.Width = 100;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 100;
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 27;
|
colDescription.Width = 100;
|
//
|
// colCalcuQ
|
//
|
colCalcuQ.FieldName = "CalcuQ";
|
colCalcuQ.MaxWidth = 100;
|
colCalcuQ.MinWidth = 100;
|
colCalcuQ.Name = "colCalcuQ";
|
colCalcuQ.Visible = true;
|
colCalcuQ.VisibleIndex = 22;
|
colCalcuQ.Width = 100;
|
//
|
// colCalcuH
|
//
|
colCalcuH.FieldName = "CalcuH";
|
colCalcuH.MaxWidth = 100;
|
colCalcuH.MinWidth = 100;
|
colCalcuH.Name = "colCalcuH";
|
colCalcuH.Visible = true;
|
colCalcuH.VisibleIndex = 23;
|
colCalcuH.Width = 100;
|
//
|
// colCalcuP
|
//
|
colCalcuP.FieldName = "CalcuP";
|
colCalcuP.MaxWidth = 100;
|
colCalcuP.MinWidth = 100;
|
colCalcuP.Name = "colCalcuP";
|
colCalcuP.Visible = true;
|
colCalcuP.VisibleIndex = 24;
|
colCalcuP.Width = 100;
|
//
|
// colCalcuE
|
//
|
colCalcuE.FieldName = "CalcuE";
|
colCalcuE.MaxWidth = 100;
|
colCalcuE.MinWidth = 100;
|
colCalcuE.Name = "colCalcuE";
|
colCalcuE.Visible = true;
|
colCalcuE.VisibleIndex = 25;
|
colCalcuE.Width = 100;
|
//
|
// HydroPumpListCtrl
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(gridControl1);
|
Name = "HydroPumpListCtrl";
|
Size = new Size(2415, 636);
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)hydroPumpViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraGrid.Columns.GridColumn colCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colFlagsString;
|
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
|
private DevExpress.XtraGrid.Columns.GridColumn colStartCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colEndCode;
|
private DevExpress.XtraGrid.Columns.GridColumn colLinkStatus;
|
private BindingSource hydroPumpViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurveQH;
|
private DevExpress.XtraGrid.Columns.GridColumn colSpeedRatio;
|
private DevExpress.XtraGrid.Columns.GridColumn colSpeedRatioPattern;
|
private DevExpress.XtraGrid.Columns.GridColumn colPrice;
|
private DevExpress.XtraGrid.Columns.GridColumn colPricePattern;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurveQE;
|
private DevExpress.XtraGrid.Columns.GridColumn colDbLocked;
|
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 colCurveQP;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasDb;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colHasCurve;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuH;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuP;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuE;
|
}
|
}
|