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();
|
colCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colFlagsString = new DevExpress.XtraGrid.Columns.GridColumn();
|
colStartCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colEndCode = new DevExpress.XtraGrid.Columns.GridColumn();
|
colLinkStatus = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurveQH = 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();
|
colCurveQE = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
|
colDbLocked = new DevExpress.XtraGrid.Columns.GridColumn();
|
colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedN = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedH = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurveQP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuFlow = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuVelocity = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCalcuHeadLoss = 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, colFlagsString, colStartCode, colEndCode, colLinkStatus, colRatedP, colRatedQ, colRatedH, colRatedN, colCurveQH, colCurveQP, colCurveQE, colSpeedRatio, colSpeedRatioPattern, colPrice, colPricePattern, colCalcuFlow, colCalcuVelocity, colCalcuHeadLoss, colDescription });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.OptionsFind.AlwaysVisible = true;
|
gridView1.RowClick += gridView1_RowClick;
|
//
|
// 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;
|
//
|
// colFlagsString
|
//
|
colFlagsString.FieldName = "FlagsString";
|
colFlagsString.MaxWidth = 200;
|
colFlagsString.MinWidth = 100;
|
colFlagsString.Name = "colFlagsString";
|
colFlagsString.Visible = true;
|
colFlagsString.VisibleIndex = 4;
|
colFlagsString.Width = 100;
|
//
|
// 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;
|
//
|
// colCurveQH
|
//
|
colCurveQH.FieldName = "CurveQH";
|
colCurveQH.MaxWidth = 100;
|
colCurveQH.MinWidth = 100;
|
colCurveQH.Name = "colCurveQH";
|
colCurveQH.Visible = true;
|
colCurveQH.VisibleIndex = 12;
|
colCurveQH.Width = 100;
|
//
|
// colSpeedRatio
|
//
|
colSpeedRatio.FieldName = "SpeedRatio";
|
colSpeedRatio.MaxWidth = 60;
|
colSpeedRatio.MinWidth = 60;
|
colSpeedRatio.Name = "colSpeedRatio";
|
colSpeedRatio.Visible = true;
|
colSpeedRatio.VisibleIndex = 15;
|
colSpeedRatio.Width = 60;
|
//
|
// colSpeedRatioPattern
|
//
|
colSpeedRatioPattern.FieldName = "SpeedRatioPattern";
|
colSpeedRatioPattern.MaxWidth = 100;
|
colSpeedRatioPattern.MinWidth = 100;
|
colSpeedRatioPattern.Name = "colSpeedRatioPattern";
|
colSpeedRatioPattern.Visible = true;
|
colSpeedRatioPattern.VisibleIndex = 16;
|
colSpeedRatioPattern.Width = 100;
|
//
|
// colPrice
|
//
|
colPrice.FieldName = "Price";
|
colPrice.MaxWidth = 100;
|
colPrice.MinWidth = 100;
|
colPrice.Name = "colPrice";
|
colPrice.Visible = true;
|
colPrice.VisibleIndex = 17;
|
colPrice.Width = 100;
|
//
|
// colPricePattern
|
//
|
colPricePattern.FieldName = "PricePattern";
|
colPricePattern.MaxWidth = 100;
|
colPricePattern.MinWidth = 100;
|
colPricePattern.Name = "colPricePattern";
|
colPricePattern.Visible = true;
|
colPricePattern.VisibleIndex = 18;
|
colPricePattern.Width = 100;
|
//
|
// colCurveQE
|
//
|
colCurveQE.FieldName = "CurveQE";
|
colCurveQE.MaxWidth = 100;
|
colCurveQE.MinWidth = 100;
|
colCurveQE.Name = "colCurveQE";
|
colCurveQE.Visible = true;
|
colCurveQE.VisibleIndex = 14;
|
colCurveQE.Width = 100;
|
//
|
// colDescription
|
//
|
colDescription.FieldName = "Description";
|
colDescription.MinWidth = 100;
|
colDescription.Name = "colDescription";
|
colDescription.Visible = true;
|
colDescription.VisibleIndex = 22;
|
colDescription.Width = 100;
|
//
|
// colDbLocked
|
//
|
colDbLocked.FieldName = "DbLocked";
|
colDbLocked.MaxWidth = 60;
|
colDbLocked.MinWidth = 60;
|
colDbLocked.Name = "colDbLocked";
|
colDbLocked.Visible = true;
|
colDbLocked.VisibleIndex = 0;
|
colDbLocked.Width = 60;
|
//
|
// colModelType
|
//
|
colModelType.FieldName = "ModelType";
|
colModelType.MaxWidth = 150;
|
colModelType.MinWidth = 100;
|
colModelType.Name = "colModelType";
|
colModelType.Visible = true;
|
colModelType.VisibleIndex = 3;
|
colModelType.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;
|
//
|
// colRatedN
|
//
|
colRatedN.FieldName = "RatedN";
|
colRatedN.MaxWidth = 100;
|
colRatedN.MinWidth = 100;
|
colRatedN.Name = "colRatedN";
|
colRatedN.Visible = true;
|
colRatedN.VisibleIndex = 11;
|
colRatedN.Width = 100;
|
//
|
// colRatedH
|
//
|
colRatedH.FieldName = "RatedH";
|
colRatedH.MaxWidth = 100;
|
colRatedH.MinWidth = 100;
|
colRatedH.Name = "colRatedH";
|
colRatedH.Visible = true;
|
colRatedH.VisibleIndex = 10;
|
colRatedH.Width = 100;
|
//
|
// colCurveQP
|
//
|
colCurveQP.FieldName = "CurveQP";
|
colCurveQP.MaxWidth = 100;
|
colCurveQP.MinWidth = 100;
|
colCurveQP.Name = "colCurveQP";
|
colCurveQP.Visible = true;
|
colCurveQP.VisibleIndex = 13;
|
colCurveQP.Width = 100;
|
//
|
// colCalcuFlow
|
//
|
colCalcuFlow.FieldName = "CalcuFlow";
|
colCalcuFlow.MaxWidth = 100;
|
colCalcuFlow.MinWidth = 100;
|
colCalcuFlow.Name = "colCalcuFlow";
|
colCalcuFlow.Visible = true;
|
colCalcuFlow.VisibleIndex = 19;
|
colCalcuFlow.Width = 100;
|
//
|
// colCalcuVelocity
|
//
|
colCalcuVelocity.FieldName = "CalcuVelocity";
|
colCalcuVelocity.MaxWidth = 100;
|
colCalcuVelocity.MinWidth = 100;
|
colCalcuVelocity.Name = "colCalcuVelocity";
|
colCalcuVelocity.Visible = true;
|
colCalcuVelocity.VisibleIndex = 20;
|
colCalcuVelocity.Width = 100;
|
//
|
// colCalcuHeadLoss
|
//
|
colCalcuHeadLoss.FieldName = "CalcuHeadLoss";
|
colCalcuHeadLoss.MaxWidth = 100;
|
colCalcuHeadLoss.MinWidth = 100;
|
colCalcuHeadLoss.Name = "colCalcuHeadLoss";
|
colCalcuHeadLoss.Visible = true;
|
colCalcuHeadLoss.VisibleIndex = 21;
|
colCalcuHeadLoss.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 colCalcuFlow;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuVelocity;
|
private DevExpress.XtraGrid.Columns.GridColumn colCalcuHeadLoss;
|
}
|
}
|