namespace Yw.WinFrmUI.Phart
|
{
|
partial class PumpParallelInfoCtrl
|
{
|
/// <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 System.ComponentModel.Container();
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PumpParallelInfoCtrl));
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
gridControl2 = new DevExpress.XtraGrid.GridControl();
|
pumpSerialParallelInfoViewModelBindingSource = new BindingSource(components);
|
gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colColor1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryQ1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryH1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryE1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryP1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colQueryQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryH = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryE = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryP = new DevExpress.XtraGrid.Columns.GridColumn();
|
colExtendRatio = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQhCalc = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQeCalc = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQpCalc = new DevExpress.XtraGrid.Columns.GridColumn();
|
colId = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colColor = new DevExpress.XtraGrid.Columns.GridColumn();
|
repColor = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
|
colIsBp = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedSpeed = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentSpeed = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQh = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQe = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQp = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRunStatus = 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();
|
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
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();
|
btnSave = new DevExpress.XtraEditors.SimpleButton();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)gridControl2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)pumpSerialParallelInfoViewModelBindingSource).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridView2).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)gridView1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)repColor).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtDesignQ.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)txtDesignH.Properties).BeginInit();
|
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).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)layoutControlItem6).BeginInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup4).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(gridControl2);
|
layoutControl1.Controls.Add(gridControl1);
|
layoutControl1.Controls.Add(txtDesignQ);
|
layoutControl1.Controls.Add(txtDesignH);
|
layoutControl1.Controls.Add(btnSetDesignPoint);
|
layoutControl1.Controls.Add(btnSave);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1033, 536, 975, 600);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(560, 891);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl2
|
//
|
gridControl2.DataSource = pumpSerialParallelInfoViewModelBindingSource;
|
gridControl2.Location = new Point(0, 572);
|
gridControl2.MainView = gridView2;
|
gridControl2.Name = "gridControl2";
|
gridControl2.Size = new Size(560, 271);
|
gridControl2.TabIndex = 5;
|
gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 });
|
//
|
// pumpSerialParallelInfoViewModelBindingSource
|
//
|
pumpSerialParallelInfoViewModelBindingSource.DataSource = typeof(PumpSerialParallelInfoViewModel);
|
//
|
// gridView2
|
//
|
gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colColor1, colQueryQ1, colQueryH1, colQueryE1, colQueryP1, colName1 });
|
gridView2.GridControl = gridControl2;
|
gridView2.Name = "gridView2";
|
//
|
// colColor1
|
//
|
colColor1.FieldName = "Color";
|
colColor1.MinWidth = 30;
|
colColor1.Name = "colColor1";
|
colColor1.Width = 112;
|
//
|
// colQueryQ1
|
//
|
colQueryQ1.Caption = "流量(m³/h)";
|
colQueryQ1.FieldName = "QueryQ";
|
colQueryQ1.MinWidth = 30;
|
colQueryQ1.Name = "colQueryQ1";
|
colQueryQ1.Visible = true;
|
colQueryQ1.VisibleIndex = 1;
|
colQueryQ1.Width = 112;
|
//
|
// colQueryH1
|
//
|
colQueryH1.Caption = "扬程(m)";
|
colQueryH1.FieldName = "QueryH";
|
colQueryH1.MinWidth = 30;
|
colQueryH1.Name = "colQueryH1";
|
colQueryH1.Visible = true;
|
colQueryH1.VisibleIndex = 2;
|
colQueryH1.Width = 112;
|
//
|
// colQueryE1
|
//
|
colQueryE1.Caption = "效率(%)";
|
colQueryE1.FieldName = "QueryE";
|
colQueryE1.MinWidth = 30;
|
colQueryE1.Name = "colQueryE1";
|
colQueryE1.Visible = true;
|
colQueryE1.VisibleIndex = 3;
|
colQueryE1.Width = 112;
|
//
|
// colQueryP1
|
//
|
colQueryP1.Caption = "功率(kW)";
|
colQueryP1.FieldName = "QueryP";
|
colQueryP1.MinWidth = 30;
|
colQueryP1.Name = "colQueryP1";
|
colQueryP1.Visible = true;
|
colQueryP1.VisibleIndex = 4;
|
colQueryP1.Width = 112;
|
//
|
// colName1
|
//
|
colName1.Caption = "名称";
|
colName1.FieldName = "Name";
|
colName1.MinWidth = 30;
|
colName1.Name = "colName1";
|
colName1.Visible = true;
|
colName1.VisibleIndex = 0;
|
colName1.Width = 112;
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = pumpSerialParallelInfoViewModelBindingSource;
|
gridControl1.Location = new Point(0, 122);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repColor });
|
gridControl1.Size = new Size(560, 417);
|
gridControl1.TabIndex = 4;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colQueryQ, colQueryH, colQueryE, colQueryP, colExtendRatio, colQhCalc, colQeCalc, colQpCalc, colId, colName, colColor, colIsBp, colRatedSpeed, colCurrentSpeed, colCurrentHz, colQh, colQe, colQp, colRunStatus });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.CellValueChanged += gridView1_CellValueChanged;
|
//
|
// colQueryQ
|
//
|
colQueryQ.Caption = "流量(m³/h)";
|
colQueryQ.FieldName = "QueryQ";
|
colQueryQ.MinWidth = 30;
|
colQueryQ.Name = "colQueryQ";
|
colQueryQ.OptionsColumn.ReadOnly = true;
|
colQueryQ.Width = 112;
|
//
|
// colQueryH
|
//
|
colQueryH.Caption = "扬程(m)";
|
colQueryH.FieldName = "QueryH";
|
colQueryH.MinWidth = 30;
|
colQueryH.Name = "colQueryH";
|
colQueryH.OptionsColumn.ReadOnly = true;
|
colQueryH.Width = 112;
|
//
|
// colQueryE
|
//
|
colQueryE.Caption = "效率(%)";
|
colQueryE.FieldName = "QueryE";
|
colQueryE.MinWidth = 30;
|
colQueryE.Name = "colQueryE";
|
colQueryE.OptionsColumn.ReadOnly = true;
|
colQueryE.Width = 112;
|
//
|
// colQueryP
|
//
|
colQueryP.Caption = "功率(kW)";
|
colQueryP.FieldName = "QueryP";
|
colQueryP.MinWidth = 30;
|
colQueryP.Name = "colQueryP";
|
colQueryP.OptionsColumn.ReadOnly = true;
|
colQueryP.Width = 112;
|
//
|
// colExtendRatio
|
//
|
colExtendRatio.Caption = "延长(%)";
|
colExtendRatio.FieldName = "ExtendRatio";
|
colExtendRatio.MinWidth = 30;
|
colExtendRatio.Name = "colExtendRatio";
|
colExtendRatio.Visible = true;
|
colExtendRatio.VisibleIndex = 3;
|
colExtendRatio.Width = 112;
|
//
|
// colQhCalc
|
//
|
colQhCalc.FieldName = "QhCalc";
|
colQhCalc.MinWidth = 30;
|
colQhCalc.Name = "colQhCalc";
|
colQhCalc.Width = 112;
|
//
|
// colQeCalc
|
//
|
colQeCalc.FieldName = "QeCalc";
|
colQeCalc.MinWidth = 30;
|
colQeCalc.Name = "colQeCalc";
|
colQeCalc.Width = 112;
|
//
|
// colQpCalc
|
//
|
colQpCalc.FieldName = "QpCalc";
|
colQpCalc.MinWidth = 30;
|
colQpCalc.Name = "colQpCalc";
|
colQpCalc.Width = 112;
|
//
|
// colId
|
//
|
colId.FieldName = "Id";
|
colId.MinWidth = 30;
|
colId.Name = "colId";
|
colId.Width = 112;
|
//
|
// colName
|
//
|
colName.Caption = "名称";
|
colName.FieldName = "Name";
|
colName.MinWidth = 30;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 0;
|
colName.Width = 112;
|
//
|
// colColor
|
//
|
colColor.Caption = "颜色";
|
colColor.ColumnEdit = repColor;
|
colColor.FieldName = "Color";
|
colColor.MinWidth = 30;
|
colColor.Name = "colColor";
|
colColor.Visible = true;
|
colColor.VisibleIndex = 1;
|
colColor.Width = 112;
|
//
|
// repColor
|
//
|
repColor.AutoHeight = false;
|
repColor.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
|
repColor.Name = "repColor";
|
repColor.NullColor = Color.Empty;
|
//
|
// colIsBp
|
//
|
colIsBp.Caption = "变频";
|
colIsBp.FieldName = "IsBp";
|
colIsBp.MinWidth = 30;
|
colIsBp.Name = "colIsBp";
|
colIsBp.OptionsColumn.ReadOnly = true;
|
colIsBp.Width = 112;
|
//
|
// colRatedSpeed
|
//
|
colRatedSpeed.FieldName = "RatedSpeed";
|
colRatedSpeed.MinWidth = 30;
|
colRatedSpeed.Name = "colRatedSpeed";
|
colRatedSpeed.Width = 112;
|
//
|
// colCurrentSpeed
|
//
|
colCurrentSpeed.FieldName = "CurrentSpeed";
|
colCurrentSpeed.MinWidth = 30;
|
colCurrentSpeed.Name = "colCurrentSpeed";
|
colCurrentSpeed.Width = 112;
|
//
|
// colCurrentHz
|
//
|
colCurrentHz.Caption = "频率(hz)";
|
colCurrentHz.FieldName = "CurrentHz";
|
colCurrentHz.MinWidth = 30;
|
colCurrentHz.Name = "colCurrentHz";
|
colCurrentHz.Visible = true;
|
colCurrentHz.VisibleIndex = 2;
|
colCurrentHz.Width = 112;
|
//
|
// colQh
|
//
|
colQh.FieldName = "Qh";
|
colQh.MinWidth = 30;
|
colQh.Name = "colQh";
|
colQh.Width = 112;
|
//
|
// colQe
|
//
|
colQe.FieldName = "Qe";
|
colQe.MinWidth = 30;
|
colQe.Name = "colQe";
|
colQe.Width = 112;
|
//
|
// colQp
|
//
|
colQp.FieldName = "Qp";
|
colQp.MinWidth = 30;
|
colQp.Name = "colQp";
|
colQp.Width = 112;
|
//
|
// colRunStatus
|
//
|
colRunStatus.Caption = "运行状态";
|
colRunStatus.FieldName = "RunStatus";
|
colRunStatus.MinWidth = 30;
|
colRunStatus.Name = "colRunStatus";
|
colRunStatus.Visible = true;
|
colRunStatus.VisibleIndex = 4;
|
colRunStatus.Width = 112;
|
//
|
// txtDesignQ
|
//
|
txtDesignQ.Location = new Point(66, 45);
|
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(245, 45);
|
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(370, 45);
|
btnSetDesignPoint.Name = "btnSetDesignPoint";
|
btnSetDesignPoint.Size = new Size(178, 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[] { layoutControlGroup3, layoutControlGroup1, layoutControlGroup2, layoutControlGroup4 });
|
Root.Name = "Root";
|
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
Root.Size = new Size(560, 891);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup3
|
//
|
layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 });
|
layoutControlGroup3.Location = new Point(0, 539);
|
layoutControlGroup3.Name = "layoutControlGroup3";
|
layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup3.Size = new Size(560, 304);
|
layoutControlGroup3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup3.Text = "查询点";
|
//
|
// layoutControlItem5
|
//
|
layoutControlItem5.Control = gridControl2;
|
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, 271);
|
layoutControlItem5.TextSize = new Size(0, 0);
|
layoutControlItem5.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
|
layoutControlGroup1.Location = new Point(0, 89);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Size = new Size(560, 450);
|
layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Text = "曲线列表";
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = gridControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem1.Size = new Size(560, 417);
|
layoutControlItem1.Text = "曲线列表";
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.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, 89);
|
layoutControlGroup2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
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(182, 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);
|
//
|
// btnSave
|
//
|
btnSave.Location = new Point(203, 851);
|
btnSave.Name = "btnSave";
|
btnSave.Size = new Size(154, 32);
|
btnSave.StyleController = layoutControl1;
|
btnSave.TabIndex = 6;
|
btnSave.Text = "保存";
|
btnSave.Click += btnSave_Click;
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = btnSave;
|
layoutControlItem6.Location = new Point(0, 0);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Size = new Size(158, 36);
|
layoutControlItem6.TextSize = new Size(0, 0);
|
layoutControlItem6.TextVisible = false;
|
//
|
// layoutControlGroup4
|
//
|
layoutControlGroup4.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6 });
|
layoutControlGroup4.Location = new Point(0, 843);
|
layoutControlGroup4.Name = "layoutControlGroup4";
|
layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(200, 200, 5, 5);
|
layoutControlGroup4.Size = new Size(560, 48);
|
layoutControlGroup4.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup4.Text = "操作";
|
layoutControlGroup4.TextLocation = DevExpress.Utils.Locations.Default;
|
layoutControlGroup4.TextVisible = false;
|
//
|
// PumpParallelInfoCtrl
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "PumpParallelInfoCtrl";
|
Size = new Size(560, 891);
|
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)gridControl2).EndInit();
|
((System.ComponentModel.ISupportInitialize)pumpSerialParallelInfoViewModelBindingSource).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridView2).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridControl1).EndInit();
|
((System.ComponentModel.ISupportInitialize)gridView1).EndInit();
|
((System.ComponentModel.ISupportInitialize)repColor).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtDesignQ.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)txtDesignH.Properties).EndInit();
|
((System.ComponentModel.ISupportInitialize)Root).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup3).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlItem1).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)layoutControlItem6).EndInit();
|
((System.ComponentModel.ISupportInitialize)layoutControlGroup4).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraGrid.GridControl gridControl1;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private DevExpress.XtraEditors.Repository.RepositoryItemColorEdit repColor;
|
private BindingSource pumpSerialParallelInfoViewModelBindingSource;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryH;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryE;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryP;
|
private DevExpress.XtraGrid.Columns.GridColumn colExtendRatio;
|
private DevExpress.XtraGrid.Columns.GridColumn colQhCalc;
|
private DevExpress.XtraGrid.Columns.GridColumn colQeCalc;
|
private DevExpress.XtraGrid.Columns.GridColumn colQpCalc;
|
private DevExpress.XtraGrid.Columns.GridColumn colId;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
private DevExpress.XtraGrid.Columns.GridColumn colColor;
|
private DevExpress.XtraGrid.Columns.GridColumn colIsBp;
|
private DevExpress.XtraGrid.Columns.GridColumn colRatedSpeed;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentSpeed;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentHz;
|
private DevExpress.XtraGrid.Columns.GridColumn colQh;
|
private DevExpress.XtraGrid.Columns.GridColumn colQe;
|
private DevExpress.XtraGrid.Columns.GridColumn colQp;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
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.XtraGrid.Columns.GridColumn colRunStatus;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private DevExpress.XtraGrid.Columns.GridColumn colColor1;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryQ1;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryH1;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryE1;
|
private DevExpress.XtraGrid.Columns.GridColumn colQueryP1;
|
private DevExpress.XtraGrid.Columns.GridColumn colName1;
|
private DevExpress.XtraEditors.SimpleButton btnSave;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
}
|
}
|