namespace Yw.WinFrmUI
|
{
|
partial class SetNozzleCalcuPrefixCtrl
|
{
|
/// <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()
|
{
|
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();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
textEdit1 = new DevExpress.XtraEditors.TextEdit();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
textEdit2 = new DevExpress.XtraEditors.TextEdit();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
textEdit3 = new DevExpress.XtraEditors.TextEdit();
|
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
|
textEdit4 = new DevExpress.XtraEditors.TextEdit();
|
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
|
layoutGroupCaption = new DevExpress.XtraLayout.LayoutControlGroup();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)textEdit1.Properties).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)textEdit2.Properties).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
((ISupportInitialize)textEdit3.Properties).BeginInit();
|
((ISupportInitialize)layoutControlItem3).BeginInit();
|
((ISupportInitialize)textEdit4.Properties).BeginInit();
|
((ISupportInitialize)layoutControlItem4).BeginInit();
|
((ISupportInitialize)layoutGroupCaption).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(textEdit4);
|
layoutControl1.Controls.Add(textEdit3);
|
layoutControl1.Controls.Add(textEdit2);
|
layoutControl1.Controls.Add(textEdit1);
|
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";
|
//
|
// Root
|
//
|
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;
|
//
|
// textEdit1
|
//
|
textEdit1.Location = new Point(78, 37);
|
textEdit1.Name = "textEdit1";
|
textEdit1.Size = new Size(127, 20);
|
textEdit1.StyleController = layoutControl1;
|
textEdit1.TabIndex = 4;
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = textEdit1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(195, 24);
|
layoutControlItem1.Text = "标高:";
|
layoutControlItem1.TextSize = new Size(52, 14);
|
//
|
// textEdit2
|
//
|
textEdit2.Location = new Point(273, 37);
|
textEdit2.Name = "textEdit2";
|
textEdit2.Size = new Size(127, 20);
|
textEdit2.StyleController = layoutControl1;
|
textEdit2.TabIndex = 5;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = textEdit2;
|
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);
|
//
|
// textEdit3
|
//
|
textEdit3.Location = new Point(273, 61);
|
textEdit3.Name = "textEdit3";
|
textEdit3.Size = new Size(127, 20);
|
textEdit3.StyleController = layoutControl1;
|
textEdit3.TabIndex = 6;
|
//
|
// layoutControlItem3
|
//
|
layoutControlItem3.Control = textEdit3;
|
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);
|
//
|
// textEdit4
|
//
|
textEdit4.Location = new Point(78, 61);
|
textEdit4.Name = "textEdit4";
|
textEdit4.Size = new Size(127, 20);
|
textEdit4.StyleController = layoutControl1;
|
textEdit4.TabIndex = 7;
|
//
|
// layoutControlItem4
|
//
|
layoutControlItem4.Control = textEdit4;
|
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);
|
//
|
// 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 = "喷嘴";
|
//
|
// 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)Root).EndInit();
|
((ISupportInitialize)textEdit1.Properties).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)textEdit2.Properties).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
((ISupportInitialize)textEdit3.Properties).EndInit();
|
((ISupportInitialize)layoutControlItem3).EndInit();
|
((ISupportInitialize)textEdit4.Properties).EndInit();
|
((ISupportInitialize)layoutControlItem4).EndInit();
|
((ISupportInitialize)layoutGroupCaption).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraEditors.TextEdit textEdit4;
|
private DevExpress.XtraEditors.TextEdit textEdit3;
|
private DevExpress.XtraEditors.TextEdit textEdit2;
|
private DevExpress.XtraEditors.TextEdit textEdit1;
|
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;
|
}
|
}
|