namespace Yw.WinFrmUI.Phart { partial class PumpSingleSerialParallelInfoCtrl { /// /// 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(PumpSingleSerialParallelInfoCtrl)); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); gridControl1 = new DevExpress.XtraGrid.GridControl(); pumpSerialParallelInfoViewModelBindingSource = new BindingSource(components); 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(); txtDesignQ = new DevExpress.XtraEditors.TextEdit(); txtDesignH = new DevExpress.XtraEditors.TextEdit(); btnSetDesignPoint = new DevExpress.XtraEditors.SimpleButton(); cmdCalcType = new DevExpress.XtraEditors.ComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); 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(); layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); spinCount = new DevExpress.XtraEditors.SpinEdit(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); ((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)gridControl1).BeginInit(); ((System.ComponentModel.ISupportInitialize)pumpSerialParallelInfoViewModelBindingSource).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)cmdCalcType.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).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)layoutControlGroup3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).BeginInit(); ((System.ComponentModel.ISupportInitialize)spinCount.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(gridControl1); layoutControl1.Controls.Add(txtDesignQ); layoutControl1.Controls.Add(txtDesignH); layoutControl1.Controls.Add(btnSetDesignPoint); layoutControl1.Controls.Add(cmdCalcType); layoutControl1.Controls.Add(spinCount); 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 = pumpSerialParallelInfoViewModelBindingSource; gridControl1.Location = new Point(0, 214); gridControl1.MainView = gridView1; gridControl1.Name = "gridControl1"; gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] { repColor }); gridControl1.Size = new Size(560, 677); gridControl1.TabIndex = 6; gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { gridView1 }); // // pumpSerialParallelInfoViewModelBindingSource // pumpSerialParallelInfoViewModelBindingSource.DataSource = typeof(PumpSerialParallelInfoViewModel); // // 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 }); 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.Visible = true; colQueryQ.VisibleIndex = 4; colQueryQ.Width = 112; // // colQueryH // colQueryH.Caption = "扬程(m)"; colQueryH.FieldName = "QueryH"; colQueryH.MinWidth = 30; colQueryH.Name = "colQueryH"; colQueryH.OptionsColumn.ReadOnly = true; colQueryH.Visible = true; colQueryH.VisibleIndex = 5; colQueryH.Width = 112; // // colQueryE // colQueryE.Caption = "效率(%)"; colQueryE.FieldName = "QueryE"; colQueryE.MinWidth = 30; colQueryE.Name = "colQueryE"; colQueryE.OptionsColumn.ReadOnly = true; colQueryE.Visible = true; colQueryE.VisibleIndex = 6; colQueryE.Width = 112; // // colQueryP // colQueryP.Caption = "功率(kW)"; colQueryP.FieldName = "QueryP"; colQueryP.MinWidth = 30; colQueryP.Name = "colQueryP"; colQueryP.OptionsColumn.ReadOnly = true; colQueryP.Visible = true; colQueryP.VisibleIndex = 7; 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; // // txtDesignQ // txtDesignQ.Location = new Point(68, 135); txtDesignQ.Name = "txtDesignQ"; txtDesignQ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtDesignQ.Size = new Size(83, 28); txtDesignQ.StyleController = layoutControl1; txtDesignQ.TabIndex = 3; // // txtDesignH // txtDesignH.Location = new Point(299, 135); txtDesignH.Name = "txtDesignH"; txtDesignH.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtDesignH.Size = new Size(75, 28); txtDesignH.StyleController = layoutControl1; txtDesignH.TabIndex = 4; // // 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(424, 135); btnSetDesignPoint.Name = "btnSetDesignPoint"; btnSetDesignPoint.Size = new Size(122, 32); btnSetDesignPoint.StyleController = layoutControl1; btnSetDesignPoint.TabIndex = 5; btnSetDesignPoint.Text = "设置"; btnSetDesignPoint.Click += btnSetDesignPoint_Click; // // cmdCalcType // cmdCalcType.Location = new Point(68, 46); cmdCalcType.Name = "cmdCalcType"; cmdCalcType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); cmdCalcType.Properties.Items.AddRange(new object[] { "并联", "串联" }); cmdCalcType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; cmdCalcType.Size = new Size(210, 28); cmdCalcType.StyleController = layoutControl1; cmdCalcType.TabIndex = 0; cmdCalcType.SelectedIndexChanged += cmdCalcType_SelectedIndexChanged; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, 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; // // layoutControlGroup1 // layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); layoutControlGroup1.Location = new Point(0, 181); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Size = new Size(560, 710); 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, 677); 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, 88); 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(141, 36); layoutControlItem2.Text = "流量:"; layoutControlItem2.TextSize = new Size(42, 22); // // layoutControlItem4 // layoutControlItem4.Control = btnSetDesignPoint; layoutControlItem4.Location = new Point(410, 0); layoutControlItem4.MinSize = new Size(126, 36); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(126, 36); layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem4.TextSize = new Size(0, 0); layoutControlItem4.TextVisible = false; // // layoutControlItem3 // layoutControlItem3.Control = txtDesignH; layoutControlItem3.Location = new Point(231, 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(141, 0); simpleLabelItem1.Name = "simpleLabelItem1"; simpleLabelItem1.Size = new Size(90, 36); simpleLabelItem1.Text = "m³/h"; simpleLabelItem1.TextSize = new Size(42, 22); // // simpleLabelItem2 // simpleLabelItem2.AllowHotTrack = false; simpleLabelItem2.Location = new Point(364, 0); simpleLabelItem2.Name = "simpleLabelItem2"; simpleLabelItem2.Size = new Size(46, 36); simpleLabelItem2.Text = "m"; simpleLabelItem2.TextSize = new Size(42, 22); // // layoutControlGroup3 // layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem5, layoutControlItem6 }); layoutControlGroup3.Location = new Point(0, 0); layoutControlGroup3.Name = "layoutControlGroup3"; layoutControlGroup3.Size = new Size(560, 88); layoutControlGroup3.Text = "链接"; // // layoutControlItem5 // layoutControlItem5.Control = cmdCalcType; layoutControlItem5.Location = new Point(0, 0); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(268, 32); layoutControlItem5.Text = "方式:"; layoutControlItem5.TextSize = new Size(42, 22); // // spinCount // spinCount.EditValue = new decimal(new int[] { 0, 0, 0, 0 }); spinCount.Location = new Point(336, 46); spinCount.Name = "spinCount"; spinCount.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); spinCount.Size = new Size(210, 28); spinCount.StyleController = layoutControl1; spinCount.TabIndex = 2; spinCount.ValueChanged += spinCount_ValueChanged; // // layoutControlItem6 // layoutControlItem6.Control = spinCount; layoutControlItem6.Location = new Point(268, 0); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(268, 32); layoutControlItem6.Text = "台数:"; layoutControlItem6.TextSize = new Size(42, 22); // // PumpSingleSerialParallelInfoCtrl // AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "PumpSingleSerialParallelInfoCtrl"; Size = new Size(560, 891); ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)gridControl1).EndInit(); ((System.ComponentModel.ISupportInitialize)pumpSerialParallelInfoViewModelBindingSource).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)cmdCalcType.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).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)layoutControlGroup3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem5).EndInit(); ((System.ComponentModel.ISupportInitialize)spinCount.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem6).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.XtraLayout.LayoutControlGroup layoutControlGroup3; private DevExpress.XtraEditors.ComboBoxEdit cmdCalcType; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.SpinEdit spinCount; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; } }