namespace IStation.WinFrmUI.Basic
{
partial class PumpMgrGridCtrl
{
///
/// 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()
{
this.components = new System.ComponentModel.Container();
this.barRoot = new DevExpress.XtraBars.BarSubItem();
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
this.currentViewModelBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colQr = new DevExpress.XtraGrid.Columns.GridColumn();
this.colHr = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNr = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPr = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEr = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNPSHr = new DevExpress.XtraGrid.Columns.GridColumn();
this.colStNumr = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIc = new DevExpress.XtraGrid.Columns.GridColumn();
this.colOc = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIOd = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsBp = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsSxp = new DevExpress.XtraGrid.Columns.GridColumn();
this.colImageIndex = new DevExpress.XtraGrid.Columns.GridColumn();
this.colRatedParas = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBelongType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colBelongID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCatalog = new DevExpress.XtraGrid.Columns.GridColumn();
this.colGroupID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSupplier = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNO = new DevExpress.XtraGrid.Columns.GridColumn();
this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colModelType = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSpecification = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUnitName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQuantity = new DevExpress.XtraGrid.Columns.GridColumn();
this.colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUseStatus = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSortCode = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
this.colID = new DevExpress.XtraGrid.Columns.GridColumn();
this.Root = new DevExpress.XtraLayout.LayoutControlGroup();
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
this.barRootBasicInfoMgr = new DevExpress.XtraBars.BarSubItem();
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
this.layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
this.SuspendLayout();
//
// barRoot
//
this.barRoot.Caption = "barSubItem1";
this.barRoot.Id = 17;
this.barRoot.Name = "barRoot";
//
// layoutControl1
//
this.layoutControl1.Controls.Add(this.gridControl1);
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.layoutControl1.Location = new System.Drawing.Point(0, 0);
this.layoutControl1.Name = "layoutControl1";
this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(288, 306, 650, 400);
this.layoutControl1.Root = this.Root;
this.layoutControl1.Size = new System.Drawing.Size(1015, 569);
this.layoutControl1.TabIndex = 6;
this.layoutControl1.Text = "layoutControl1";
//
// gridControl1
//
this.gridControl1.DataSource = this.currentViewModelBindingSource;
this.gridControl1.Location = new System.Drawing.Point(0, 0);
this.gridControl1.MainView = this.gridView1;
this.gridControl1.Name = "gridControl1";
this.gridControl1.Size = new System.Drawing.Size(1015, 569);
this.gridControl1.TabIndex = 4;
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// currentViewModelBindingSource
//
this.currentViewModelBindingSource.DataSource = typeof(IStation.WinFrmUI.Basic.PumpMgrListCtrl.CurrentViewModel);
//
// gridView1
//
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colQr,
this.colHr,
this.colNr,
this.colPr,
this.colEr,
this.colNPSHr,
this.colStNumr,
this.colIc,
this.colOc,
this.colIOd,
this.colIsBp,
this.colIsSxp,
this.colImageIndex,
this.colRatedParas,
this.colBelongType,
this.colBelongID,
this.colCatalog,
this.colGroupID,
this.colSupplier,
this.colNO,
this.colName,
this.colModelType,
this.colSpecification,
this.colUnitName,
this.colQuantity,
this.colTagName,
this.colUseStatus,
this.colSortCode,
this.colDescription,
this.colID});
this.gridView1.GridControl = this.gridControl1;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsDetail.EnableMasterViewMode = false;
//
// colQr
//
this.colQr.Caption = "流量(m³/h)";
this.colQr.FieldName = "Qr";
this.colQr.MaxWidth = 90;
this.colQr.MinWidth = 50;
this.colQr.Name = "colQr";
this.colQr.Visible = true;
this.colQr.VisibleIndex = 3;
this.colQr.Width = 53;
//
// colHr
//
this.colHr.Caption = "扬程(m)";
this.colHr.FieldName = "Hr";
this.colHr.MaxWidth = 90;
this.colHr.MinWidth = 50;
this.colHr.Name = "colHr";
this.colHr.Visible = true;
this.colHr.VisibleIndex = 4;
this.colHr.Width = 50;
//
// colNr
//
this.colNr.Caption = "转速(r/min)";
this.colNr.FieldName = "Nr";
this.colNr.MaxWidth = 90;
this.colNr.MinWidth = 50;
this.colNr.Name = "colNr";
this.colNr.Visible = true;
this.colNr.VisibleIndex = 5;
this.colNr.Width = 53;
//
// colPr
//
this.colPr.Caption = "功率(kw)";
this.colPr.FieldName = "Pr";
this.colPr.MaxWidth = 90;
this.colPr.MinWidth = 50;
this.colPr.Name = "colPr";
this.colPr.Visible = true;
this.colPr.VisibleIndex = 6;
this.colPr.Width = 50;
//
// colEr
//
this.colEr.Caption = "效率(%)";
this.colEr.FieldName = "Er";
this.colEr.MaxWidth = 90;
this.colEr.MinWidth = 50;
this.colEr.Name = "colEr";
this.colEr.Visible = true;
this.colEr.VisibleIndex = 7;
this.colEr.Width = 50;
//
// colNPSHr
//
this.colNPSHr.Caption = "汽蚀(m)";
this.colNPSHr.FieldName = "NPSHr";
this.colNPSHr.Name = "colNPSHr";
//
// colStNumr
//
this.colStNumr.Caption = "级数";
this.colStNumr.FieldName = "StNumr";
this.colStNumr.MaxWidth = 50;
this.colStNumr.Name = "colStNumr";
this.colStNumr.Visible = true;
this.colStNumr.VisibleIndex = 8;
this.colStNumr.Width = 37;
//
// colIc
//
this.colIc.Caption = "进口口径(mm)";
this.colIc.FieldName = "Ic";
this.colIc.MaxWidth = 70;
this.colIc.Name = "colIc";
this.colIc.Visible = true;
this.colIc.VisibleIndex = 9;
this.colIc.Width = 48;
//
// colOc
//
this.colOc.Caption = "出口口径(mm)";
this.colOc.FieldName = "Oc";
this.colOc.MaxWidth = 70;
this.colOc.Name = "colOc";
this.colOc.Visible = true;
this.colOc.VisibleIndex = 10;
this.colOc.Width = 41;
//
// colIOd
//
this.colIOd.Caption = "进出口距离(mm)";
this.colIOd.FieldName = "IOd";
this.colIOd.Name = "colIOd";
//
// colIsBp
//
this.colIsBp.Caption = "是否变频";
this.colIsBp.FieldName = "IsBp";
this.colIsBp.MaxWidth = 70;
this.colIsBp.Name = "colIsBp";
this.colIsBp.Visible = true;
this.colIsBp.VisibleIndex = 1;
this.colIsBp.Width = 46;
//
// colIsSxp
//
this.colIsSxp.Caption = "是否是双吸泵";
this.colIsSxp.FieldName = "IsSxp";
this.colIsSxp.MaxWidth = 70;
this.colIsSxp.Name = "colIsSxp";
this.colIsSxp.Visible = true;
this.colIsSxp.VisibleIndex = 2;
this.colIsSxp.Width = 53;
//
// colImageIndex
//
this.colImageIndex.FieldName = "ImageIndex";
this.colImageIndex.Name = "colImageIndex";
//
// colRatedParas
//
this.colRatedParas.FieldName = "RatedParas";
this.colRatedParas.Name = "colRatedParas";
//
// colBelongType
//
this.colBelongType.FieldName = "BelongType";
this.colBelongType.Name = "colBelongType";
//
// colBelongID
//
this.colBelongID.FieldName = "BelongID";
this.colBelongID.Name = "colBelongID";
//
// colCatalog
//
this.colCatalog.FieldName = "Catalog";
this.colCatalog.Name = "colCatalog";
//
// colGroupID
//
this.colGroupID.FieldName = "GroupID";
this.colGroupID.Name = "colGroupID";
//
// colSupplier
//
this.colSupplier.AppearanceCell.Options.UseTextOptions = true;
this.colSupplier.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSupplier.AppearanceHeader.Options.UseTextOptions = true;
this.colSupplier.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colSupplier.Caption = "厂商";
this.colSupplier.FieldName = "Supplier";
this.colSupplier.Name = "colSupplier";
this.colSupplier.Visible = true;
this.colSupplier.VisibleIndex = 12;
this.colSupplier.Width = 141;
//
// colNO
//
this.colNO.FieldName = "NO";
this.colNO.Name = "colNO";
//
// colName
//
this.colName.AppearanceCell.Options.UseTextOptions = true;
this.colName.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colName.AppearanceHeader.Options.UseTextOptions = true;
this.colName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
this.colName.Caption = "名称";
this.colName.FieldName = "Name";
this.colName.MinWidth = 100;
this.colName.Name = "colName";
this.colName.Visible = true;
this.colName.VisibleIndex = 0;
this.colName.Width = 303;
//
// colModelType
//
this.colModelType.FieldName = "ModelType";
this.colModelType.Name = "colModelType";
//
// colSpecification
//
this.colSpecification.FieldName = "Specification";
this.colSpecification.Name = "colSpecification";
//
// colUnitName
//
this.colUnitName.FieldName = "UnitName";
this.colUnitName.Name = "colUnitName";
//
// colQuantity
//
this.colQuantity.FieldName = "Quantity";
this.colQuantity.Name = "colQuantity";
//
// colTagName
//
this.colTagName.FieldName = "TagName";
this.colTagName.Name = "colTagName";
//
// colUseStatus
//
this.colUseStatus.Caption = "使用状态";
this.colUseStatus.FieldName = "UseStatus";
this.colUseStatus.MaxWidth = 80;
this.colUseStatus.Name = "colUseStatus";
this.colUseStatus.Visible = true;
this.colUseStatus.VisibleIndex = 11;
this.colUseStatus.Width = 65;
//
// colSortCode
//
this.colSortCode.FieldName = "SortCode";
this.colSortCode.Name = "colSortCode";
//
// colDescription
//
this.colDescription.FieldName = "Description";
this.colDescription.Name = "colDescription";
//
// colID
//
this.colID.FieldName = "ID";
this.colID.Name = "colID";
//
// Root
//
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
this.Root.GroupBordersVisible = false;
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
this.layoutControlItem1});
this.Root.Name = "Root";
this.Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.Root.Size = new System.Drawing.Size(1015, 569);
this.Root.TextVisible = false;
//
// layoutControlItem1
//
this.layoutControlItem1.Control = this.gridControl1;
this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
this.layoutControlItem1.Name = "layoutControlItem1";
this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
this.layoutControlItem1.Size = new System.Drawing.Size(1015, 569);
this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
this.layoutControlItem1.TextVisible = false;
//
// barRootBasicInfoMgr
//
this.barRootBasicInfoMgr.Caption = "barSubItem1";
this.barRootBasicInfoMgr.Id = 20;
this.barRootBasicInfoMgr.Name = "barRootBasicInfoMgr";
//
// PumpMgrGridCtrl
//
this.Appearance.BackColor = System.Drawing.SystemColors.Control;
this.Appearance.Options.UseBackColor = true;
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.layoutControl1);
this.Name = "PumpMgrGridCtrl";
this.Size = new System.Drawing.Size(1015, 569);
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
this.layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.currentViewModelBindingSource)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraBars.BarSubItem barRoot;
private DevExpress.XtraBars.BarSubItem barRootBasicInfoMgr;
private System.Windows.Forms.BindingSource currentViewModelBindingSource;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraGrid.Columns.GridColumn colQr;
private DevExpress.XtraGrid.Columns.GridColumn colHr;
private DevExpress.XtraGrid.Columns.GridColumn colNr;
private DevExpress.XtraGrid.Columns.GridColumn colPr;
private DevExpress.XtraGrid.Columns.GridColumn colEr;
private DevExpress.XtraGrid.Columns.GridColumn colNPSHr;
private DevExpress.XtraGrid.Columns.GridColumn colStNumr;
private DevExpress.XtraGrid.Columns.GridColumn colIc;
private DevExpress.XtraGrid.Columns.GridColumn colOc;
private DevExpress.XtraGrid.Columns.GridColumn colIOd;
private DevExpress.XtraGrid.Columns.GridColumn colIsBp;
private DevExpress.XtraGrid.Columns.GridColumn colIsSxp;
private DevExpress.XtraGrid.Columns.GridColumn colImageIndex;
private DevExpress.XtraGrid.Columns.GridColumn colRatedParas;
private DevExpress.XtraGrid.Columns.GridColumn colBelongType;
private DevExpress.XtraGrid.Columns.GridColumn colBelongID;
private DevExpress.XtraGrid.Columns.GridColumn colCatalog;
private DevExpress.XtraGrid.Columns.GridColumn colGroupID;
private DevExpress.XtraGrid.Columns.GridColumn colSupplier;
private DevExpress.XtraGrid.Columns.GridColumn colNO;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colModelType;
private DevExpress.XtraGrid.Columns.GridColumn colSpecification;
private DevExpress.XtraGrid.Columns.GridColumn colUnitName;
private DevExpress.XtraGrid.Columns.GridColumn colQuantity;
private DevExpress.XtraGrid.Columns.GridColumn colTagName;
private DevExpress.XtraGrid.Columns.GridColumn colUseStatus;
private DevExpress.XtraGrid.Columns.GridColumn colSortCode;
private DevExpress.XtraGrid.Columns.GridColumn colDescription;
private DevExpress.XtraGrid.Columns.GridColumn colID;
}
}