namespace IStation.WinFrmUI.Basic
|
{
|
partial class PumpInfoGridCtrl
|
{
|
/// <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()
|
{
|
this.gridControl1 = new DevExpress.XtraGrid.GridControl();
|
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.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();
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// gridControl1
|
//
|
this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
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(1302, 868);
|
this.gridControl1.TabIndex = 0;
|
this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
|
this.gridView1});
|
//
|
// 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.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";
|
//
|
// colQr
|
//
|
this.colQr.Caption = "流量(m³/h)";
|
this.colQr.FieldName = "Qr";
|
this.colQr.MinWidth = 30;
|
this.colQr.Name = "colQr";
|
this.colQr.Visible = true;
|
this.colQr.VisibleIndex = 3;
|
this.colQr.Width = 85;
|
//
|
// colHr
|
//
|
this.colHr.Caption = "扬程(m)";
|
this.colHr.FieldName = "Hr";
|
this.colHr.MinWidth = 30;
|
this.colHr.Name = "colHr";
|
this.colHr.Visible = true;
|
this.colHr.VisibleIndex = 4;
|
this.colHr.Width = 85;
|
//
|
// colNr
|
//
|
this.colNr.Caption = "转速(r/min)";
|
this.colNr.FieldName = "Nr";
|
this.colNr.MinWidth = 30;
|
this.colNr.Name = "colNr";
|
this.colNr.Visible = true;
|
this.colNr.VisibleIndex = 5;
|
this.colNr.Width = 85;
|
//
|
// colPr
|
//
|
this.colPr.Caption = "功率(kw)";
|
this.colPr.FieldName = "Pr";
|
this.colPr.MinWidth = 30;
|
this.colPr.Name = "colPr";
|
this.colPr.Visible = true;
|
this.colPr.VisibleIndex = 6;
|
this.colPr.Width = 85;
|
//
|
// colEr
|
//
|
this.colEr.Caption = "效率";
|
this.colEr.FieldName = "Er";
|
this.colEr.MinWidth = 30;
|
this.colEr.Name = "colEr";
|
this.colEr.Visible = true;
|
this.colEr.VisibleIndex = 7;
|
this.colEr.Width = 85;
|
//
|
// colNPSHr
|
//
|
this.colNPSHr.Caption = "汽蚀(m)";
|
this.colNPSHr.FieldName = "NPSHr";
|
this.colNPSHr.MinWidth = 30;
|
this.colNPSHr.Name = "colNPSHr";
|
this.colNPSHr.Visible = true;
|
this.colNPSHr.VisibleIndex = 8;
|
this.colNPSHr.Width = 85;
|
//
|
// colStNumr
|
//
|
this.colStNumr.Caption = "级数";
|
this.colStNumr.FieldName = "StNumr";
|
this.colStNumr.MinWidth = 30;
|
this.colStNumr.Name = "colStNumr";
|
this.colStNumr.Visible = true;
|
this.colStNumr.VisibleIndex = 9;
|
this.colStNumr.Width = 85;
|
//
|
// colIc
|
//
|
this.colIc.Caption = "进口口径(mm)";
|
this.colIc.FieldName = "Ic";
|
this.colIc.MinWidth = 30;
|
this.colIc.Name = "colIc";
|
this.colIc.Visible = true;
|
this.colIc.VisibleIndex = 10;
|
this.colIc.Width = 99;
|
//
|
// colOc
|
//
|
this.colOc.Caption = "出口口径(mm)";
|
this.colOc.FieldName = "Oc";
|
this.colOc.MinWidth = 30;
|
this.colOc.Name = "colOc";
|
this.colOc.Visible = true;
|
this.colOc.VisibleIndex = 11;
|
this.colOc.Width = 99;
|
//
|
// colIOd
|
//
|
this.colIOd.Caption = "进出口距离(mm)";
|
this.colIOd.FieldName = "IOd";
|
this.colIOd.MinWidth = 30;
|
this.colIOd.Name = "colIOd";
|
this.colIOd.Width = 148;
|
//
|
// colIsBp
|
//
|
this.colIsBp.Caption = "变频";
|
this.colIsBp.FieldName = "IsBp";
|
this.colIsBp.MinWidth = 30;
|
this.colIsBp.Name = "colIsBp";
|
this.colIsBp.Visible = true;
|
this.colIsBp.VisibleIndex = 12;
|
this.colIsBp.Width = 85;
|
//
|
// colIsSxp
|
//
|
this.colIsSxp.Caption = "双吸泵";
|
this.colIsSxp.FieldName = "IsSxp";
|
this.colIsSxp.MinWidth = 30;
|
this.colIsSxp.Name = "colIsSxp";
|
this.colIsSxp.Visible = true;
|
this.colIsSxp.VisibleIndex = 13;
|
this.colIsSxp.Width = 84;
|
//
|
// colRatedParas
|
//
|
this.colRatedParas.FieldName = "RatedParas";
|
this.colRatedParas.MinWidth = 30;
|
this.colRatedParas.Name = "colRatedParas";
|
this.colRatedParas.Width = 112;
|
//
|
// colBelongType
|
//
|
this.colBelongType.FieldName = "BelongType";
|
this.colBelongType.MinWidth = 30;
|
this.colBelongType.Name = "colBelongType";
|
this.colBelongType.Width = 112;
|
//
|
// colBelongID
|
//
|
this.colBelongID.FieldName = "BelongID";
|
this.colBelongID.MinWidth = 30;
|
this.colBelongID.Name = "colBelongID";
|
this.colBelongID.Width = 112;
|
//
|
// colCatalog
|
//
|
this.colCatalog.FieldName = "Catalog";
|
this.colCatalog.MinWidth = 30;
|
this.colCatalog.Name = "colCatalog";
|
this.colCatalog.Width = 112;
|
//
|
// colGroupID
|
//
|
this.colGroupID.FieldName = "GroupID";
|
this.colGroupID.MinWidth = 30;
|
this.colGroupID.Name = "colGroupID";
|
this.colGroupID.Width = 112;
|
//
|
// colSupplier
|
//
|
this.colSupplier.Caption = "厂商";
|
this.colSupplier.FieldName = "Supplier";
|
this.colSupplier.MinWidth = 30;
|
this.colSupplier.Name = "colSupplier";
|
this.colSupplier.Width = 112;
|
//
|
// colNO
|
//
|
this.colNO.FieldName = "NO";
|
this.colNO.MinWidth = 30;
|
this.colNO.Name = "colNO";
|
this.colNO.Width = 112;
|
//
|
// colName
|
//
|
this.colName.Caption = "名称";
|
this.colName.FieldName = "Name";
|
this.colName.MinWidth = 120;
|
this.colName.Name = "colName";
|
this.colName.Visible = true;
|
this.colName.VisibleIndex = 0;
|
this.colName.Width = 120;
|
//
|
// colModelType
|
//
|
this.colModelType.Caption = "型号";
|
this.colModelType.FieldName = "ModelType";
|
this.colModelType.MinWidth = 30;
|
this.colModelType.Name = "colModelType";
|
this.colModelType.Visible = true;
|
this.colModelType.VisibleIndex = 1;
|
this.colModelType.Width = 98;
|
//
|
// colSpecification
|
//
|
this.colSpecification.Caption = "规格";
|
this.colSpecification.FieldName = "Specification";
|
this.colSpecification.MinWidth = 30;
|
this.colSpecification.Name = "colSpecification";
|
this.colSpecification.Visible = true;
|
this.colSpecification.VisibleIndex = 2;
|
this.colSpecification.Width = 86;
|
//
|
// colUnitName
|
//
|
this.colUnitName.FieldName = "UnitName";
|
this.colUnitName.MinWidth = 30;
|
this.colUnitName.Name = "colUnitName";
|
this.colUnitName.Width = 112;
|
//
|
// colQuantity
|
//
|
this.colQuantity.FieldName = "Quantity";
|
this.colQuantity.MinWidth = 30;
|
this.colQuantity.Name = "colQuantity";
|
this.colQuantity.Width = 112;
|
//
|
// colTagName
|
//
|
this.colTagName.Caption = "标签名称";
|
this.colTagName.FieldName = "TagName";
|
this.colTagName.MinWidth = 30;
|
this.colTagName.Name = "colTagName";
|
this.colTagName.Width = 112;
|
//
|
// colUseStatus
|
//
|
this.colUseStatus.FieldName = "UseStatus";
|
this.colUseStatus.MinWidth = 30;
|
this.colUseStatus.Name = "colUseStatus";
|
this.colUseStatus.Width = 112;
|
//
|
// colSortCode
|
//
|
this.colSortCode.FieldName = "SortCode";
|
this.colSortCode.MinWidth = 30;
|
this.colSortCode.Name = "colSortCode";
|
this.colSortCode.Width = 112;
|
//
|
// colDescription
|
//
|
this.colDescription.Caption = "说明";
|
this.colDescription.FieldName = "Description";
|
this.colDescription.MinWidth = 30;
|
this.colDescription.Name = "colDescription";
|
this.colDescription.Width = 112;
|
//
|
// colID
|
//
|
this.colID.FieldName = "ID";
|
this.colID.MinWidth = 30;
|
this.colID.Name = "colID";
|
this.colID.Width = 112;
|
//
|
// PumpInfoGridCtrl
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 22F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.gridControl1);
|
this.Name = "PumpInfoGridCtrl";
|
this.Size = new System.Drawing.Size(1302, 868);
|
((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
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 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;
|
}
|
}
|