namespace HStation.WinFrmUI.Xhs
{
partial class PumpMainChoicePage
{
///
/// 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()
{
components = new Container();
ComponentResourceManager resources = new ComponentResourceManager(typeof(PumpMainChoicePage));
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();
colRatedPower = 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();
colIsMatching = new DevExpress.XtraGrid.Columns.GridColumn();
tabPane1 = new DevExpress.XtraBars.Navigation.TabPane();
tabNavigationPage1 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
tabNavigationPage2 = new DevExpress.XtraBars.Navigation.TabNavigationPage();
((ISupportInitialize)gridControl1).BeginInit();
((ISupportInitialize)hydroPumpViewModelBindingSource).BeginInit();
((ISupportInitialize)gridView1).BeginInit();
((ISupportInitialize)tabPane1).BeginInit();
tabPane1.SuspendLayout();
tabNavigationPage2.SuspendLayout();
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(960, 502);
gridControl1.TabIndex = 1;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// hydroPumpViewModelBindingSource
//
hydroPumpViewModelBindingSource.DataSource = typeof(HydroPumpViewModel);
//
// gridView1
//
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCode, colName, colFlagsString, colStartCode, colEndCode, colLinkStatus, colRatedPower, colCurveQH, colSpeedRatio, colSpeedRatioPattern, colPrice, colPricePattern, colCurveQE, colDescription, colIsMatching });
gridView1.GridControl = gridControl1;
gridView1.Name = "gridView1";
gridView1.OptionsView.ShowGroupPanel = false;
//
// colCode
//
colCode.FieldName = "Code";
colCode.Name = "colCode";
colCode.Visible = true;
colCode.VisibleIndex = 0;
//
// colName
//
colName.FieldName = "Name";
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 1;
//
// colFlagsString
//
colFlagsString.FieldName = "FlagsString";
colFlagsString.Name = "colFlagsString";
colFlagsString.Visible = true;
colFlagsString.VisibleIndex = 2;
//
// colStartCode
//
colStartCode.FieldName = "StartCode";
colStartCode.Name = "colStartCode";
colStartCode.Visible = true;
colStartCode.VisibleIndex = 3;
//
// colEndCode
//
colEndCode.FieldName = "EndCode";
colEndCode.Name = "colEndCode";
colEndCode.Visible = true;
colEndCode.VisibleIndex = 4;
//
// colLinkStatus
//
colLinkStatus.FieldName = "LinkStatus";
colLinkStatus.Name = "colLinkStatus";
colLinkStatus.Visible = true;
colLinkStatus.VisibleIndex = 5;
//
// colRatedPower
//
colRatedPower.FieldName = "RatedPower";
colRatedPower.Name = "colRatedPower";
colRatedPower.Visible = true;
colRatedPower.VisibleIndex = 6;
//
// colCurveQH
//
colCurveQH.FieldName = "CurveQH";
colCurveQH.Name = "colCurveQH";
colCurveQH.Visible = true;
colCurveQH.VisibleIndex = 7;
//
// colSpeedRatio
//
colSpeedRatio.FieldName = "SpeedRatio";
colSpeedRatio.Name = "colSpeedRatio";
colSpeedRatio.Visible = true;
colSpeedRatio.VisibleIndex = 8;
//
// colSpeedRatioPattern
//
colSpeedRatioPattern.FieldName = "SpeedRatioPattern";
colSpeedRatioPattern.Name = "colSpeedRatioPattern";
colSpeedRatioPattern.Visible = true;
colSpeedRatioPattern.VisibleIndex = 9;
//
// colPrice
//
colPrice.FieldName = "Price";
colPrice.Name = "colPrice";
colPrice.Visible = true;
colPrice.VisibleIndex = 10;
//
// colPricePattern
//
colPricePattern.FieldName = "PricePattern";
colPricePattern.Name = "colPricePattern";
colPricePattern.Visible = true;
colPricePattern.VisibleIndex = 11;
//
// colCurveQE
//
colCurveQE.FieldName = "CurveQE";
colCurveQE.Name = "colCurveQE";
colCurveQE.Visible = true;
colCurveQE.VisibleIndex = 12;
//
// colDescription
//
colDescription.FieldName = "Description";
colDescription.Name = "colDescription";
colDescription.Visible = true;
colDescription.VisibleIndex = 13;
//
// colIsMatching
//
colIsMatching.FieldName = "IsMatching";
colIsMatching.Name = "colIsMatching";
colIsMatching.Visible = true;
colIsMatching.VisibleIndex = 14;
//
// tabPane1
//
tabPane1.Controls.Add(tabNavigationPage1);
tabPane1.Controls.Add(tabNavigationPage2);
tabPane1.Dock = DockStyle.Fill;
tabPane1.Location = new Point(0, 0);
tabPane1.Name = "tabPane1";
tabPane1.Pages.AddRange(new DevExpress.XtraBars.Navigation.NavigationPageBase[] { tabNavigationPage1, tabNavigationPage2 });
tabPane1.RegularSize = new Size(960, 535);
tabPane1.SelectedPage = tabNavigationPage2;
tabPane1.Size = new Size(960, 535);
tabPane1.TabIndex = 0;
tabPane1.Text = "tabPane1";
//
// tabNavigationPage1
//
tabNavigationPage1.Caption = "错误明细";
tabNavigationPage1.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("tabNavigationPage1.ImageOptions.SvgImage");
tabNavigationPage1.ImageOptions.SvgImageSize = new Size(20, 20);
tabNavigationPage1.ItemShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
tabNavigationPage1.Name = "tabNavigationPage1";
tabNavigationPage1.Properties.ShowMode = DevExpress.XtraBars.Navigation.ItemShowMode.ImageAndText;
tabNavigationPage1.Size = new Size(960, 502);
//
// tabNavigationPage2
//
tabNavigationPage2.Caption = "水泵匹配明细";
tabNavigationPage2.Controls.Add(gridControl1);
tabNavigationPage2.Name = "tabNavigationPage2";
tabNavigationPage2.Size = new Size(960, 502);
//
// PumpMainChoicePage
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(tabPane1);
Name = "PumpMainChoicePage";
Size = new Size(960, 535);
((ISupportInitialize)gridControl1).EndInit();
((ISupportInitialize)hydroPumpViewModelBindingSource).EndInit();
((ISupportInitialize)gridView1).EndInit();
((ISupportInitialize)tabPane1).EndInit();
tabPane1.ResumeLayout(false);
tabNavigationPage2.ResumeLayout(false);
ResumeLayout(false);
}
#endregion
private DevExpress.XtraBars.Navigation.TabPane tabPane1;
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage1;
private DevExpress.XtraBars.Navigation.TabNavigationPage tabNavigationPage2;
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 colStartCode;
private DevExpress.XtraGrid.Columns.GridColumn colEndCode;
private DevExpress.XtraGrid.Columns.GridColumn colLinkStatus;
private DevExpress.XtraGrid.Columns.GridColumn colRatedPower;
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 colDescription;
private BindingSource hydroPumpViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colIsMatching;
}
}