namespace HStation.WinFrmUI.Xhs
|
{
|
partial class SinglePumpAnalyInfoCtrl
|
{
|
/// <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 Container();
|
ComponentResourceManager resources = new ComponentResourceManager(typeof(SinglePumpAnalyInfoCtrl));
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
gridControl3 = new DevExpress.XtraGrid.GridControl();
|
singlePumpAnalyViewModelBindingSource = new BindingSource(components);
|
gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colCurrentSpeed1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentHz2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryH = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryE = new DevExpress.XtraGrid.Columns.GridColumn();
|
colQueryP = new DevExpress.XtraGrid.Columns.GridColumn();
|
gridControl2 = new DevExpress.XtraGrid.GridControl();
|
gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colCurrentSpeed2 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentHz1 = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSectQ = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSectH = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSectE = new DevExpress.XtraGrid.Columns.GridColumn();
|
colSectP = new DevExpress.XtraGrid.Columns.GridColumn();
|
gridControl1 = new DevExpress.XtraGrid.GridControl();
|
gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
|
colId = new DevExpress.XtraGrid.Columns.GridColumn();
|
colName = new DevExpress.XtraGrid.Columns.GridColumn();
|
colIsBp = new DevExpress.XtraGrid.Columns.GridColumn();
|
colRatedSpeed = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentSpeed = new DevExpress.XtraGrid.Columns.GridColumn();
|
colCurrentHz = new DevExpress.XtraGrid.Columns.GridColumn();
|
colIsDefault = new DevExpress.XtraGrid.Columns.GridColumn();
|
colColor = new DevExpress.XtraGrid.Columns.GridColumn();
|
repColor = new DevExpress.XtraEditors.Repository.RepositoryItemColorEdit();
|
colExtendRatio = new DevExpress.XtraGrid.Columns.GridColumn();
|
txtDesignQ = new TextEdit();
|
txtDesignH = new TextEdit();
|
btnSetDesignPoint = new SimpleButton();
|
btnSave = new 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();
|
layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup4 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)gridControl3).BeginInit();
|
((ISupportInitialize)singlePumpAnalyViewModelBindingSource).BeginInit();
|
((ISupportInitialize)gridView3).BeginInit();
|
((ISupportInitialize)gridControl2).BeginInit();
|
((ISupportInitialize)gridView2).BeginInit();
|
((ISupportInitialize)gridControl1).BeginInit();
|
((ISupportInitialize)gridView1).BeginInit();
|
((ISupportInitialize)repColor).BeginInit();
|
((ISupportInitialize)txtDesignQ.Properties).BeginInit();
|
((ISupportInitialize)txtDesignH.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlGroup2).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)layoutControlGroup3).BeginInit();
|
((ISupportInitialize)layoutControlItem5).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlGroup4).BeginInit();
|
((ISupportInitialize)layoutControlItem6).BeginInit();
|
((ISupportInitialize)layoutControlGroup5).BeginInit();
|
((ISupportInitialize)layoutControlItem7).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(gridControl3);
|
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(1126, 544, 975, 600);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(560, 891);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// gridControl3
|
//
|
gridControl3.DataSource = singlePumpAnalyViewModelBindingSource;
|
gridControl3.Location = new Point(0, 478);
|
gridControl3.MainView = gridView3;
|
gridControl3.Name = "gridControl3";
|
gridControl3.Size = new Size(560, 190);
|
gridControl3.TabIndex = 6;
|
gridControl3.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView3 });
|
//
|
// singlePumpAnalyViewModelBindingSource
|
//
|
singlePumpAnalyViewModelBindingSource.DataSource = typeof(SinglePumpAnalyViewModel);
|
//
|
// gridView3
|
//
|
gridView3.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCurrentSpeed1, colCurrentHz2, colQueryQ, colQueryH, colQueryE, colQueryP });
|
gridView3.GridControl = gridControl3;
|
gridView3.Name = "gridView3";
|
//
|
// colCurrentSpeed1
|
//
|
colCurrentSpeed1.FieldName = "CurrentSpeed";
|
colCurrentSpeed1.MinWidth = 30;
|
colCurrentSpeed1.Name = "colCurrentSpeed1";
|
colCurrentSpeed1.Visible = true;
|
colCurrentSpeed1.VisibleIndex = 1;
|
colCurrentSpeed1.Width = 112;
|
//
|
// colCurrentHz2
|
//
|
colCurrentHz2.FieldName = "CurrentHz";
|
colCurrentHz2.MinWidth = 30;
|
colCurrentHz2.Name = "colCurrentHz2";
|
colCurrentHz2.Visible = true;
|
colCurrentHz2.VisibleIndex = 0;
|
colCurrentHz2.Width = 112;
|
//
|
// colQueryQ
|
//
|
colQueryQ.FieldName = "QueryQ";
|
colQueryQ.MinWidth = 30;
|
colQueryQ.Name = "colQueryQ";
|
colQueryQ.Visible = true;
|
colQueryQ.VisibleIndex = 2;
|
colQueryQ.Width = 112;
|
//
|
// colQueryH
|
//
|
colQueryH.FieldName = "QueryH";
|
colQueryH.MinWidth = 30;
|
colQueryH.Name = "colQueryH";
|
colQueryH.Visible = true;
|
colQueryH.VisibleIndex = 3;
|
colQueryH.Width = 112;
|
//
|
// colQueryE
|
//
|
colQueryE.FieldName = "QueryE";
|
colQueryE.MinWidth = 30;
|
colQueryE.Name = "colQueryE";
|
colQueryE.Visible = true;
|
colQueryE.VisibleIndex = 4;
|
colQueryE.Width = 112;
|
//
|
// colQueryP
|
//
|
colQueryP.FieldName = "QueryP";
|
colQueryP.MinWidth = 30;
|
colQueryP.Name = "colQueryP";
|
colQueryP.Visible = true;
|
colQueryP.VisibleIndex = 5;
|
colQueryP.Width = 112;
|
//
|
// gridControl2
|
//
|
gridControl2.DataSource = singlePumpAnalyViewModelBindingSource;
|
gridControl2.Location = new Point(0, 701);
|
gridControl2.MainView = gridView2;
|
gridControl2.Name = "gridControl2";
|
gridControl2.Size = new Size(560, 190);
|
gridControl2.TabIndex = 5;
|
gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView2 });
|
//
|
// gridView2
|
//
|
gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colCurrentSpeed2, colCurrentHz1, colSectQ, colSectH, colSectE, colSectP });
|
gridView2.GridControl = gridControl2;
|
gridView2.Name = "gridView2";
|
//
|
// colCurrentSpeed2
|
//
|
colCurrentSpeed2.FieldName = "CurrentSpeed";
|
colCurrentSpeed2.MinWidth = 30;
|
colCurrentSpeed2.Name = "colCurrentSpeed2";
|
colCurrentSpeed2.Visible = true;
|
colCurrentSpeed2.VisibleIndex = 1;
|
colCurrentSpeed2.Width = 112;
|
//
|
// colCurrentHz1
|
//
|
colCurrentHz1.FieldName = "CurrentHz";
|
colCurrentHz1.MinWidth = 30;
|
colCurrentHz1.Name = "colCurrentHz1";
|
colCurrentHz1.Visible = true;
|
colCurrentHz1.VisibleIndex = 0;
|
colCurrentHz1.Width = 112;
|
//
|
// colSectQ
|
//
|
colSectQ.FieldName = "SectQ";
|
colSectQ.MinWidth = 30;
|
colSectQ.Name = "colSectQ";
|
colSectQ.Visible = true;
|
colSectQ.VisibleIndex = 2;
|
colSectQ.Width = 112;
|
//
|
// colSectH
|
//
|
colSectH.FieldName = "SectH";
|
colSectH.MinWidth = 30;
|
colSectH.Name = "colSectH";
|
colSectH.Visible = true;
|
colSectH.VisibleIndex = 3;
|
colSectH.Width = 112;
|
//
|
// colSectE
|
//
|
colSectE.FieldName = "SectE";
|
colSectE.MinWidth = 30;
|
colSectE.Name = "colSectE";
|
colSectE.Visible = true;
|
colSectE.VisibleIndex = 4;
|
colSectE.Width = 112;
|
//
|
// colSectP
|
//
|
colSectP.FieldName = "SectP";
|
colSectP.MinWidth = 30;
|
colSectP.Name = "colSectP";
|
colSectP.Visible = true;
|
colSectP.VisibleIndex = 5;
|
colSectP.Width = 112;
|
//
|
// gridControl1
|
//
|
gridControl1.DataSource = singlePumpAnalyViewModelBindingSource;
|
gridControl1.Location = new Point(0, 124);
|
gridControl1.MainView = gridView1;
|
gridControl1.Name = "gridControl1";
|
gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repColor });
|
gridControl1.Size = new Size(560, 321);
|
gridControl1.TabIndex = 4;
|
gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 });
|
//
|
// gridView1
|
//
|
gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { colId, colName, colIsBp, colRatedSpeed, colCurrentSpeed, colCurrentHz, colIsDefault, colColor, colExtendRatio });
|
gridView1.GridControl = gridControl1;
|
gridView1.Name = "gridView1";
|
gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] { new DevExpress.XtraGrid.Columns.GridColumnSortInfo(colExtendRatio, DevExpress.Data.ColumnSortOrder.Ascending) });
|
gridView1.CellValueChanged += gridView1_CellValueChanged;
|
//
|
// colId
|
//
|
colId.FieldName = "Id";
|
colId.MinWidth = 30;
|
colId.Name = "colId";
|
colId.Width = 112;
|
//
|
// colName
|
//
|
colName.FieldName = "Name";
|
colName.MinWidth = 30;
|
colName.Name = "colName";
|
colName.Visible = true;
|
colName.VisibleIndex = 0;
|
colName.Width = 112;
|
//
|
// colIsBp
|
//
|
colIsBp.FieldName = "IsBp";
|
colIsBp.MinWidth = 30;
|
colIsBp.Name = "colIsBp";
|
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.Visible = true;
|
colCurrentSpeed.VisibleIndex = 3;
|
colCurrentSpeed.Width = 112;
|
//
|
// colCurrentHz
|
//
|
colCurrentHz.FieldName = "CurrentHz";
|
colCurrentHz.MinWidth = 30;
|
colCurrentHz.Name = "colCurrentHz";
|
colCurrentHz.Visible = true;
|
colCurrentHz.VisibleIndex = 2;
|
colCurrentHz.Width = 112;
|
//
|
// colIsDefault
|
//
|
colIsDefault.FieldName = "IsDefault";
|
colIsDefault.MinWidth = 30;
|
colIsDefault.Name = "colIsDefault";
|
colIsDefault.Width = 112;
|
//
|
// colColor
|
//
|
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 EditorButton[] { new EditorButton(ButtonPredefines.Combo) });
|
repColor.Name = "repColor";
|
repColor.NullColor = Color.Empty;
|
//
|
// colExtendRatio
|
//
|
colExtendRatio.FieldName = "ExtendRatio";
|
colExtendRatio.MinWidth = 30;
|
colExtendRatio.Name = "colExtendRatio";
|
colExtendRatio.Visible = true;
|
colExtendRatio.VisibleIndex = 4;
|
colExtendRatio.Width = 112;
|
//
|
// txtDesignQ
|
//
|
txtDesignQ.Location = new Point(114, 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(269, 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.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnSetDesignPoint.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnSetDesignPoint.ImageOptions.SvgImage");
|
btnSetDesignPoint.ImageOptions.SvgImageSize = new Size(18, 18);
|
btnSetDesignPoint.Location = new Point(348, 46);
|
btnSetDesignPoint.Name = "btnSetDesignPoint";
|
btnSetDesignPoint.Size = new Size(96, 32);
|
btnSetDesignPoint.StyleController = layoutControl1;
|
btnSetDesignPoint.TabIndex = 2;
|
btnSetDesignPoint.Text = "设置";
|
btnSetDesignPoint.Click += btnSetDesignPoint_Click;
|
//
|
// btnSave
|
//
|
btnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Question;
|
btnSave.Appearance.ForeColor = Color.White;
|
btnSave.Appearance.Options.UseBackColor = true;
|
btnSave.Appearance.Options.UseForeColor = true;
|
btnSave.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
|
btnSave.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnSave.ImageOptions.SvgImage");
|
btnSave.ImageOptions.SvgImageSize = new Size(18, 18);
|
btnSave.Location = new Point(468, 46);
|
btnSave.Name = "btnSave";
|
btnSave.Size = new Size(80, 32);
|
btnSave.StyleController = layoutControl1;
|
btnSave.TabIndex = 7;
|
btnSave.Text = "保存";
|
btnSave.Click += btnSave_Click;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup2, layoutControlGroup3, layoutControlGroup1, layoutControlGroup4, layoutControlGroup5 });
|
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 });
|
layoutControlGroup2.Location = new Point(0, 0);
|
layoutControlGroup2.Name = "layoutControlGroup2";
|
layoutControlGroup2.Size = new Size(456, 91);
|
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(181, 38);
|
layoutControlItem2.Text = "流量(m³/h):";
|
layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem2.TextSize = new Size(97, 22);
|
layoutControlItem2.TextToControlDistance = 5;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem4.Control = btnSetDesignPoint;
|
layoutControlItem4.Location = new Point(336, 0);
|
layoutControlItem4.MaxSize = new Size(100, 38);
|
layoutControlItem4.MinSize = new Size(100, 38);
|
layoutControlItem4.Name = "layoutControlItem4";
|
layoutControlItem4.Size = new Size(100, 38);
|
layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
|
layoutControlItem4.TextSize = new Size(0, 0);
|
layoutControlItem4.TextVisible = false;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = txtDesignH;
|
layoutControlItem3.Location = new Point(181, 0);
|
layoutControlItem3.Name = "layoutControlItem3";
|
layoutControlItem3.Size = new Size(155, 38);
|
layoutControlItem3.Text = "扬程(m):";
|
layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
|
layoutControlItem3.TextSize = new Size(71, 22);
|
layoutControlItem3.TextToControlDistance = 5;
|
//
|
// layoutControlGroup3
|
//
|
layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5 });
|
layoutControlGroup3.Location = new Point(0, 668);
|
layoutControlGroup3.Name = "layoutControlGroup3";
|
layoutControlGroup3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup3.Size = new Size(560, 223);
|
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, 190);
|
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, 91);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup1.Size = new Size(560, 354);
|
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, 321);
|
layoutControlItem1.Text = "曲线列表";
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// layoutControlGroup4
|
//
|
layoutControlGroup4.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup4.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem6 });
|
layoutControlGroup4.Location = new Point(0, 445);
|
layoutControlGroup4.Name = "layoutControlGroup4";
|
layoutControlGroup4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup4.Size = new Size(560, 223);
|
layoutControlGroup4.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup4.Text = "查询点";
|
//
|
// layoutControlItem6
|
//
|
layoutControlItem6.Control = gridControl3;
|
layoutControlItem6.Location = new Point(0, 0);
|
layoutControlItem6.Name = "layoutControlItem6";
|
layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem6.Size = new Size(560, 190);
|
layoutControlItem6.TextSize = new Size(0, 0);
|
layoutControlItem6.TextVisible = false;
|
//
|
// layoutControlGroup5
|
//
|
layoutControlGroup5.GroupStyle = DevExpress.Utils.GroupStyle.Title;
|
layoutControlGroup5.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem7 });
|
layoutControlGroup5.Location = new Point(456, 0);
|
layoutControlGroup5.Name = "layoutControlGroup5";
|
layoutControlGroup5.Size = new Size(104, 91);
|
layoutControlGroup5.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlGroup5.Text = "操作";
|
//
|
// layoutControlItem7
|
//
|
layoutControlItem7.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
|
layoutControlItem7.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
|
layoutControlItem7.Control = btnSave;
|
layoutControlItem7.Location = new Point(0, 0);
|
layoutControlItem7.Name = "layoutControlItem7";
|
layoutControlItem7.Size = new Size(84, 38);
|
layoutControlItem7.TextSize = new Size(0, 0);
|
layoutControlItem7.TextVisible = false;
|
//
|
// SinglePumpAnalyInfoCtrl
|
//
|
AutoScaleDimensions = new SizeF(10F, 22F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "SinglePumpAnalyInfoCtrl";
|
Size = new Size(560, 891);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)gridControl3).EndInit();
|
((ISupportInitialize)singlePumpAnalyViewModelBindingSource).EndInit();
|
((ISupportInitialize)gridView3).EndInit();
|
((ISupportInitialize)gridControl2).EndInit();
|
((ISupportInitialize)gridView2).EndInit();
|
((ISupportInitialize)gridControl1).EndInit();
|
((ISupportInitialize)gridView1).EndInit();
|
((ISupportInitialize)repColor).EndInit();
|
((ISupportInitialize)txtDesignQ.Properties).EndInit();
|
((ISupportInitialize)txtDesignH.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlGroup2).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)layoutControlGroup3).EndInit();
|
((ISupportInitialize)layoutControlItem5).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlGroup4).EndInit();
|
((ISupportInitialize)layoutControlItem6).EndInit();
|
((ISupportInitialize)layoutControlGroup5).EndInit();
|
((ISupportInitialize)layoutControlItem7).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 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.XtraEditors.SimpleButton btnSetDesignPoint;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3;
|
private DevExpress.XtraGrid.GridControl gridControl2;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView2;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
|
private BindingSource singlePumpAnalyViewModelBindingSource;
|
private DevExpress.XtraGrid.GridControl gridControl3;
|
private DevExpress.XtraGrid.Views.Grid.GridView gridView3;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup4;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
|
private DevExpress.XtraGrid.Columns.GridColumn colId;
|
private DevExpress.XtraGrid.Columns.GridColumn colName;
|
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 colIsDefault;
|
private DevExpress.XtraGrid.Columns.GridColumn colColor;
|
private DevExpress.XtraGrid.Columns.GridColumn colExtendRatio;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentSpeed1;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentHz2;
|
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 colCurrentSpeed2;
|
private DevExpress.XtraGrid.Columns.GridColumn colCurrentHz1;
|
private DevExpress.XtraGrid.Columns.GridColumn colSectQ;
|
private DevExpress.XtraGrid.Columns.GridColumn colSectH;
|
private DevExpress.XtraGrid.Columns.GridColumn colSectE;
|
private DevExpress.XtraGrid.Columns.GridColumn colSectP;
|
private SimpleButton btnSave;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
|
}
|
}
|