namespace Yw.WinFrmUI.Phart
{
partial class PumpPerformInfoCtrl
{
///
/// 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 System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpPerformInfoCtrl));
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
gridControl1 = new DevExpress.XtraGrid.GridControl();
pumpPointItmeViewModelBindingSource = new BindingSource(components);
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
colGroup = new DevExpress.XtraGrid.Columns.GridColumn();
colName = new DevExpress.XtraGrid.Columns.GridColumn();
colValue = new DevExpress.XtraGrid.Columns.GridColumn();
colUnit = new DevExpress.XtraGrid.Columns.GridColumn();
txtDesignQ = new DevExpress.XtraEditors.TextEdit();
txtDesignH = new DevExpress.XtraEditors.TextEdit();
btnSetDesignPoint = new DevExpress.XtraEditors.SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem();
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
((System.ComponentModel.ISupportInitialize)pumpPointItmeViewModelBindingSource).BeginInit();
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
((System.ComponentModel.ISupportInitialize)txtDesignQ.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)txtDesignH.Properties).BeginInit();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).BeginInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItem2).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(gridControl1);
layoutControl1.Controls.Add(txtDesignQ);
layoutControl1.Controls.Add(txtDesignH);
layoutControl1.Controls.Add(btnSetDesignPoint);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1126, 544, 975, 600);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(560, 891);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// gridControl1
//
gridControl1.DataSource = pumpPointItmeViewModelBindingSource;
gridControl1.Location = new Point(0, 126);
gridControl1.MainView = gridView1;
gridControl1.Name = "gridControl1";
gridControl1.Size = new Size(560, 765);
gridControl1.TabIndex = 5;
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
//
// pumpPointItmeViewModelBindingSource
//
pumpPointItmeViewModelBindingSource.DataSource = typeof(PumpPointItmeViewModel);
//
// gridView1
//
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colGroup, colName, colValue, colUnit });
gridView1.GridControl = gridControl1;
gridView1.GroupCount = 1;
gridView1.Name = "gridView1";
gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colGroup, DevExpress.Data.ColumnSortOrder.Ascending) });
//
// colGroup
//
colGroup.Caption = "参数组";
colGroup.FieldName = "Group";
colGroup.MinWidth = 30;
colGroup.Name = "colGroup";
colGroup.Visible = true;
colGroup.VisibleIndex = 0;
colGroup.Width = 112;
//
// colName
//
colName.Caption = "参数";
colName.FieldName = "Name";
colName.MinWidth = 30;
colName.Name = "colName";
colName.Visible = true;
colName.VisibleIndex = 0;
colName.Width = 112;
//
// colValue
//
colValue.Caption = "数据";
colValue.FieldName = "Value";
colValue.MinWidth = 30;
colValue.Name = "colValue";
colValue.Visible = true;
colValue.VisibleIndex = 1;
colValue.Width = 112;
//
// colUnit
//
colUnit.Caption = "单位";
colUnit.FieldName = "Unit";
colUnit.MinWidth = 30;
colUnit.Name = "colUnit";
colUnit.Visible = true;
colUnit.VisibleIndex = 2;
colUnit.Width = 112;
//
// txtDesignQ
//
txtDesignQ.Location = new Point(68, 47);
txtDesignQ.Name = "txtDesignQ";
txtDesignQ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtDesignQ.Size = new Size(75, 28);
txtDesignQ.StyleController = layoutControl1;
txtDesignQ.TabIndex = 0;
//
// txtDesignH
//
txtDesignH.Location = new Point(247, 47);
txtDesignH.Name = "txtDesignH";
txtDesignH.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtDesignH.Size = new Size(75, 28);
txtDesignH.StyleController = layoutControl1;
txtDesignH.TabIndex = 3;
//
// btnSetDesignPoint
//
btnSetDesignPoint.Appearance.BackColor = Color.White;
btnSetDesignPoint.Appearance.Options.UseBackColor = true;
btnSetDesignPoint.Appearance.Options.UseTextOptions = true;
btnSetDesignPoint.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
btnSetDesignPoint.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnSetDesignPoint.ImageOptions.SvgImage");
btnSetDesignPoint.ImageOptions.SvgImageSize = new Size(20, 20);
btnSetDesignPoint.Location = new Point(372, 47);
btnSetDesignPoint.Name = "btnSetDesignPoint";
btnSetDesignPoint.Size = new Size(174, 32);
btnSetDesignPoint.StyleController = layoutControl1;
btnSetDesignPoint.TabIndex = 2;
btnSetDesignPoint.Text = "设置";
btnSetDesignPoint.Click += btnSetDesignPoint_Click;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup2, layoutControlGroup3 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(560, 891);
Root.TextVisible = false;
//
// layoutControlGroup2
//
layoutControlGroup2.GroupStyle = DevExpress.Utils.GroupStyle.Title;
layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem4, layoutControlItem3, simpleLabelItem1, simpleLabelItem2 });
layoutControlGroup2.Location = new Point(0, 0);
layoutControlGroup2.Name = "layoutControlGroup2";
layoutControlGroup2.Size = new Size(560, 93);
layoutControlGroup2.Text = "设计点";
//
// layoutControlItem2
//
layoutControlItem2.Control = txtDesignQ;
layoutControlItem2.Location = new Point(0, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(133, 36);
layoutControlItem2.Text = "流量:";
layoutControlItem2.TextSize = new Size(42, 22);
//
// layoutControlItem4
//
layoutControlItem4.Control = btnSetDesignPoint;
layoutControlItem4.Location = new Point(358, 0);
layoutControlItem4.MinSize = new Size(126, 36);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(178, 36);
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem4.TextSize = new Size(0, 0);
layoutControlItem4.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = txtDesignH;
layoutControlItem3.Location = new Point(179, 0);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(133, 36);
layoutControlItem3.Text = "扬程:";
layoutControlItem3.TextSize = new Size(42, 22);
//
// simpleLabelItem1
//
simpleLabelItem1.AllowHotTrack = false;
simpleLabelItem1.Location = new Point(133, 0);
simpleLabelItem1.Name = "simpleLabelItem1";
simpleLabelItem1.Size = new Size(46, 36);
simpleLabelItem1.Text = "m³/h";
simpleLabelItem1.TextSize = new Size(42, 22);
//
// simpleLabelItem2
//
simpleLabelItem2.AllowHotTrack = false;
simpleLabelItem2.Location = new Point(312, 0);
simpleLabelItem2.Name = "simpleLabelItem2";
simpleLabelItem2.Size = new Size(46, 36);
simpleLabelItem2.Text = "m";
simpleLabelItem2.TextSize = new Size(42, 22);
//
// layoutControlGroup3
//
layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 });
layoutControlGroup3.Location = new Point(0, 93);
layoutControlGroup3.Name = "layoutControlGroup3";
layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup3.Size = new Size(560, 798);
layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup3.Text = "曲线信息";
//
// layoutControlItem5
//
layoutControlItem5.Control = gridControl1;
layoutControlItem5.Location = new Point(0, 0);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlItem5.Size = new Size(560, 765);
layoutControlItem5.TextSize = new Size(0, 0);
layoutControlItem5.TextVisible = false;
//
// PumpPerformInfoCtrl
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "PumpPerformInfoCtrl";
Size = new Size(560, 891);
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
((System.ComponentModel.ISupportInitialize)pumpPointItmeViewModelBindingSource).EndInit();
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
((System.ComponentModel.ISupportInitialize)txtDesignQ.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)txtDesignH.Properties).EndInit();
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItem1).EndInit();
((System.ComponentModel.ISupportInitialize)simpleLabelItem2).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtDesignQ;
private DevExpress.XtraEditors.TextEdit txtDesignH;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2;
private DevExpress.XtraEditors.SimpleButton btnSetDesignPoint;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
private DevExpress.XtraGrid.GridControl gridControl1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private BindingSource pumpPointItmeViewModelBindingSource;
private DevExpress.XtraGrid.Columns.GridColumn colGroup;
private DevExpress.XtraGrid.Columns.GridColumn colName;
private DevExpress.XtraGrid.Columns.GridColumn colValue;
private DevExpress.XtraGrid.Columns.GridColumn colUnit;
}
}