namespace Yw.WinFrmUI
{
partial class SetWaterboxCalcuPrefixCtrl
{
///
/// 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(SetWaterboxCalcuPrefixCtrl));
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();
DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition();
DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
btnEditVolCurve = new DevExpress.XtraEditors.ButtonEdit();
ckOverFlow = new DevExpress.XtraEditors.CheckEdit();
txtDN = new DevExpress.XtraEditors.TextEdit();
txtMinVol = new DevExpress.XtraEditors.TextEdit();
txtMaxLevel = new DevExpress.XtraEditors.TextEdit();
txtMinLevel = new DevExpress.XtraEditors.TextEdit();
txtInitLevel = new DevExpress.XtraEditors.TextEdit();
txtPoolElev = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutGroupCaption = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)btnEditVolCurve.Properties).BeginInit();
((ISupportInitialize)ckOverFlow.Properties).BeginInit();
((ISupportInitialize)txtDN.Properties).BeginInit();
((ISupportInitialize)txtMinVol.Properties).BeginInit();
((ISupportInitialize)txtMaxLevel.Properties).BeginInit();
((ISupportInitialize)txtMinLevel.Properties).BeginInit();
((ISupportInitialize)txtInitLevel.Properties).BeginInit();
((ISupportInitialize)txtPoolElev.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutGroupCaption).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)layoutControlItem5).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem8).BeginInit();
((ISupportInitialize)layoutControlItem7).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(btnEditVolCurve);
layoutControl1.Controls.Add(ckOverFlow);
layoutControl1.Controls.Add(txtDN);
layoutControl1.Controls.Add(txtMinVol);
layoutControl1.Controls.Add(txtMaxLevel);
layoutControl1.Controls.Add(txtMinLevel);
layoutControl1.Controls.Add(txtInitLevel);
layoutControl1.Controls.Add(txtPoolElev);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.Root = Root;
layoutControl1.Size = new Size(465, 145);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// btnEditVolCurve
//
btnEditVolCurve.Location = new Point(78, 109);
btnEditVolCurve.Name = "btnEditVolCurve";
btnEditVolCurve.Properties.AllowFocused = false;
btnEditVolCurve.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() });
btnEditVolCurve.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
btnEditVolCurve.Size = new Size(152, 20);
btnEditVolCurve.StyleController = layoutControl1;
btnEditVolCurve.TabIndex = 9;
btnEditVolCurve.ButtonClick += btnEditVolCurve_ButtonClick;
//
// ckOverFlow
//
ckOverFlow.Location = new Point(298, 109);
ckOverFlow.Name = "ckOverFlow";
ckOverFlow.Properties.AutoWidth = true;
ckOverFlow.Properties.Caption = "";
ckOverFlow.Size = new Size(20, 20);
ckOverFlow.StyleController = layoutControl1;
ckOverFlow.TabIndex = 8;
//
// txtDN
//
txtDN.Location = new Point(298, 37);
txtDN.Name = "txtDN";
txtDN.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtDN.Properties.DisplayFormat.FormatString = "{0}m";
txtDN.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtDN.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtDN.Properties.NullValuePrompt = "m";
txtDN.Size = new Size(153, 20);
txtDN.StyleController = layoutControl1;
txtDN.TabIndex = 2;
//
// txtMinVol
//
txtMinVol.Location = new Point(298, 85);
txtMinVol.Name = "txtMinVol";
txtMinVol.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtMinVol.Properties.DisplayFormat.FormatString = "{0}m³";
txtMinVol.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtMinVol.Properties.NullValuePrompt = "m³";
txtMinVol.Size = new Size(153, 20);
txtMinVol.StyleController = layoutControl1;
txtMinVol.TabIndex = 5;
//
// txtMaxLevel
//
txtMaxLevel.Location = new Point(298, 61);
txtMaxLevel.Name = "txtMaxLevel";
txtMaxLevel.Properties.DisplayFormat.FormatString = "{0}m";
txtMaxLevel.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtMaxLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtMaxLevel.Properties.NullValuePrompt = "m";
txtMaxLevel.Size = new Size(153, 20);
txtMaxLevel.StyleController = layoutControl1;
txtMaxLevel.TabIndex = 4;
//
// txtMinLevel
//
txtMinLevel.Location = new Point(78, 61);
txtMinLevel.Name = "txtMinLevel";
txtMinLevel.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtMinLevel.Properties.DisplayFormat.FormatString = "{0}m";
txtMinLevel.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtMinLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtMinLevel.Properties.NullValuePrompt = "m";
txtMinLevel.Size = new Size(152, 20);
txtMinLevel.StyleController = layoutControl1;
txtMinLevel.TabIndex = 3;
//
// txtInitLevel
//
txtInitLevel.Location = new Point(78, 85);
txtInitLevel.Name = "txtInitLevel";
txtInitLevel.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtInitLevel.Properties.DisplayFormat.FormatString = "{0}m";
txtInitLevel.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtInitLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtInitLevel.Properties.NullValuePrompt = "m";
txtInitLevel.Size = new Size(152, 20);
txtInitLevel.StyleController = layoutControl1;
txtInitLevel.TabIndex = 6;
//
// txtPoolElev
//
txtPoolElev.Location = new Point(78, 37);
txtPoolElev.Name = "txtPoolElev";
txtPoolElev.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
txtPoolElev.Properties.DisplayFormat.FormatString = "{0}m";
txtPoolElev.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
txtPoolElev.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
txtPoolElev.Properties.NullValuePrompt = "m";
txtPoolElev.Size = new Size(152, 20);
txtPoolElev.StyleController = layoutControl1;
txtPoolElev.TabIndex = 0;
//
// 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(465, 145);
Root.TextVisible = false;
//
// layoutGroupCaption
//
buttonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions1.SvgImage");
buttonImageOptions1.SvgImageSize = new Size(20, 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, layoutControlItem6, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem2, layoutControlItem8, layoutControlItem7 });
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 = 24D;
rowDefinition3.SizeType = SizeType.AutoSize;
rowDefinition4.Height = 24D;
rowDefinition4.SizeType = SizeType.AutoSize;
rowDefinition5.Height = 100D;
rowDefinition5.SizeType = SizeType.Percent;
layoutGroupCaption.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3, rowDefinition4, rowDefinition5 });
layoutGroupCaption.Size = new Size(465, 145);
layoutGroupCaption.Text = "水箱";
layoutGroupCaption.CustomButtonClick += layoutGroupCaption_CustomButtonClick;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtPoolElev;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(220, 24);
layoutControlItem1.Text = "池底标高:";
layoutControlItem1.TextSize = new Size(52, 14);
//
// layoutControlItem6
//
layoutControlItem6.Control = txtDN;
layoutControlItem6.Location = new Point(220, 0);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem6.Size = new Size(221, 24);
layoutControlItem6.Text = "公称直径:";
layoutControlItem6.TextSize = new Size(52, 14);
//
// layoutControlItem3
//
layoutControlItem3.Control = txtMinLevel;
layoutControlItem3.Location = new Point(0, 24);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem3.Size = new Size(220, 24);
layoutControlItem3.Text = "最低水位:";
layoutControlItem3.TextSize = new Size(52, 14);
//
// layoutControlItem4
//
layoutControlItem4.Control = txtMaxLevel;
layoutControlItem4.Location = new Point(220, 24);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1;
layoutControlItem4.Size = new Size(221, 24);
layoutControlItem4.Text = "最高水位:";
layoutControlItem4.TextSize = new Size(52, 14);
//
// layoutControlItem5
//
layoutControlItem5.Control = txtMinVol;
layoutControlItem5.Location = new Point(220, 48);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2;
layoutControlItem5.Size = new Size(221, 24);
layoutControlItem5.Text = "最小容积:";
layoutControlItem5.TextSize = new Size(52, 14);
//
// layoutControlItem2
//
layoutControlItem2.Control = txtInitLevel;
layoutControlItem2.Location = new Point(0, 48);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.OptionsTableLayoutItem.RowIndex = 2;
layoutControlItem2.Size = new Size(220, 24);
layoutControlItem2.Text = "初始水位:";
layoutControlItem2.TextSize = new Size(52, 14);
//
// layoutControlItem8
//
layoutControlItem8.Control = ckOverFlow;
layoutControlItem8.Location = new Point(220, 72);
layoutControlItem8.Name = "layoutControlItem8";
layoutControlItem8.OptionsTableLayoutItem.ColumnIndex = 1;
layoutControlItem8.OptionsTableLayoutItem.RowIndex = 3;
layoutControlItem8.Size = new Size(221, 24);
layoutControlItem8.Text = "允许溢流:";
layoutControlItem8.TextSize = new Size(52, 14);
//
// layoutControlItem7
//
layoutControlItem7.Control = btnEditVolCurve;
layoutControlItem7.Location = new Point(0, 72);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.OptionsTableLayoutItem.RowIndex = 3;
layoutControlItem7.Size = new Size(220, 24);
layoutControlItem7.Text = "容积曲线:";
layoutControlItem7.TextSize = new Size(52, 14);
//
// SetWaterboxCalcuPrefixCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "SetWaterboxCalcuPrefixCtrl";
Size = new Size(465, 145);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)btnEditVolCurve.Properties).EndInit();
((ISupportInitialize)ckOverFlow.Properties).EndInit();
((ISupportInitialize)txtDN.Properties).EndInit();
((ISupportInitialize)txtMinVol.Properties).EndInit();
((ISupportInitialize)txtMaxLevel.Properties).EndInit();
((ISupportInitialize)txtMinLevel.Properties).EndInit();
((ISupportInitialize)txtInitLevel.Properties).EndInit();
((ISupportInitialize)txtPoolElev.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutGroupCaption).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)layoutControlItem5).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem8).EndInit();
((ISupportInitialize)layoutControlItem7).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraEditors.TextEdit txtMinVol;
private DevExpress.XtraEditors.TextEdit txtMaxLevel;
private DevExpress.XtraEditors.TextEdit txtMinLevel;
private DevExpress.XtraEditors.TextEdit txtInitLevel;
private DevExpress.XtraEditors.TextEdit txtPoolElev;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5;
private DevExpress.XtraEditors.TextEdit txtDN;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
private DevExpress.XtraEditors.CheckEdit ckOverFlow;
private DevExpress.XtraLayout.LayoutControlGroup layoutGroupCaption;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8;
private DevExpress.XtraEditors.ButtonEdit btnEditVolCurve;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
}
}