namespace Yw.WinFrmUI
{
partial class SetNozzleCalcuPrefixCtrl
{
///
/// 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()
{
DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
ComponentResourceManager resources = new ComponentResourceManager(typeof(SetNozzleCalcuPrefixCtrl));
DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtCoefficient = new DevExpress.XtraEditors.TextEdit();
txtMinorLoss = new DevExpress.XtraEditors.TextEdit();
txtDemand = new DevExpress.XtraEditors.TextEdit();
txtElev = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutGroupCaption = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtCoefficient.Properties).BeginInit();
((ISupportInitialize)txtMinorLoss.Properties).BeginInit();
((ISupportInitialize)txtDemand.Properties).BeginInit();
((ISupportInitialize)txtElev.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutGroupCaption).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(txtCoefficient);
layoutControl1.Controls.Add(txtMinorLoss);
layoutControl1.Controls.Add(txtDemand);
layoutControl1.Controls.Add(txtElev);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(414, 97);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtCoefficient
//
txtCoefficient.Location = new Point(78, 61);
txtCoefficient.Name = "txtCoefficient";
txtCoefficient.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtCoefficient.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtCoefficient.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtCoefficient.Size = new Size(127, 20);
txtCoefficient.StyleController = layoutControl1;
txtCoefficient.TabIndex = 7;
//
// txtMinorLoss
//
txtMinorLoss.Location = new Point(273, 61);
txtMinorLoss.Name = "txtMinorLoss";
txtMinorLoss.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtMinorLoss.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtMinorLoss.Size = new Size(127, 20);
txtMinorLoss.StyleController = layoutControl1;
txtMinorLoss.TabIndex = 6;
//
// txtDemand
//
txtDemand.Location = new Point(273, 37);
txtDemand.Name = "txtDemand";
txtDemand.Properties.DisplayFormat.FormatString = "{0}m³/h";
txtDemand.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtDemand.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtDemand.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtDemand.Properties.NullValuePrompt = "m³/h";
txtDemand.Size = new Size(127, 20);
txtDemand.StyleController = layoutControl1;
txtDemand.TabIndex = 5;
//
// txtElev
//
txtElev.Location = new Point(78, 37);
txtElev.Name = "txtElev";
txtElev.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtElev.Properties.DisplayFormat.FormatString = "{0}m";
txtElev.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtElev.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtElev.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
txtElev.Properties.NullValuePrompt = "m";
txtElev.Size = new Size(127, 20);
txtElev.StyleController = layoutControl1;
txtElev.TabIndex = 4;
//
// Root
//
Root.AppearanceItemCaption.Options.UseTextOptions = true;
Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutGroupCaption });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(414, 97);
Root.TextVisible = false;
//
// layoutGroupCaption
//
buttonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions1.SvgImage");
buttonImageOptions1.SvgImageSize = new Size(24, 20);
layoutGroupCaption.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("查看", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) });
layoutGroupCaption.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText;
layoutGroupCaption.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem4, layoutControlItem3 });
layoutGroupCaption.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
layoutGroupCaption.Location = new Point(0, 0);
layoutGroupCaption.Name = "layoutGroupCaption";
columnDefinition1.SizeType = SizeType.Percent;
columnDefinition1.Width = 100D;
columnDefinition2.SizeType = SizeType.Percent;
columnDefinition2.Width = 100D;
layoutGroupCaption.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2 });
rowDefinition1.Height = 24D;
rowDefinition1.SizeType = SizeType.AutoSize;
rowDefinition2.Height = 24D;
rowDefinition2.SizeType = SizeType.AutoSize;
rowDefinition3.Height = 100D;
rowDefinition3.SizeType = SizeType.Percent;
layoutGroupCaption.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3 });
layoutGroupCaption.Size = new Size(414, 97);
layoutGroupCaption.Text = "喷嘴";
layoutGroupCaption.CustomButtonClick += layoutGroupCaption_CustomButtonClick;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtElev;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(195, 24);
layoutControlItem1.Text = "标高:";
layoutControlItem1.TextSize = new Size(52, 14);
//
// layoutControlItem2
//
layoutControlItem2.Control = txtDemand;
layoutControlItem2.Location = new Point(195, 0);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem2.Size = new Size(195, 24);
layoutControlItem2.Text = "需水量:";
layoutControlItem2.TextSize = new Size(52, 14);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtCoefficient;
layoutControlItem4.Location = new Point(0, 24);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem4.Size = new Size(195, 24);
layoutControlItem4.Text = "喷射系数:";
layoutControlItem4.TextSize = new Size(52, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = txtMinorLoss;
layoutControlItem3.Location = new Point(195, 24);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem3.Size = new Size(195, 24);
layoutControlItem3.Text = "损失系数:";
layoutControlItem3.TextSize = new Size(52, 14);
//
// SetNozzleCalcuPrefixCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "SetNozzleCalcuPrefixCtrl";
Size = new Size(414, 97);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtCoefficient.Properties).EndInit();
((ISupportInitialize)txtMinorLoss.Properties).EndInit();
((ISupportInitialize)txtDemand.Properties).EndInit();
((ISupportInitialize)txtElev.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutGroupCaption).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtCoefficient;
private DevExpress.XtraEditors.TextEdit txtMinorLoss;
private DevExpress.XtraEditors.TextEdit txtDemand;
private DevExpress.XtraEditors.TextEdit txtElev;
private DevExpress.XtraLayout.LayoutControlGroup layoutGroupCaption;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
}
}