namespace Yw.WinFrmUI
{
partial class HydroEnergyTotalHorizViewCtrl
{
///
/// 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()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
txtE = new DevExpress.XtraEditors.TextEdit();
txtP = new DevExpress.XtraEditors.TextEdit();
txtQ = new DevExpress.XtraEditors.TextEdit();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)txtE.Properties).BeginInit();
((ISupportInitialize)txtP.Properties).BeginInit();
((ISupportInitialize)txtQ.Properties).BeginInit();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(txtE);
layoutControl1.Controls.Add(txtP);
layoutControl1.Controls.Add(txtQ);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1177, 0, 650, 400);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(805, 33);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// txtE
//
txtE.Location = new Point(414, 6);
txtE.Name = "txtE";
txtE.Properties.ReadOnly = true;
txtE.Properties.UseReadOnlyAppearance = false;
txtE.Size = new Size(124, 20);
txtE.StyleController = layoutControl1;
txtE.TabIndex = 6;
//
// txtP
//
txtP.Location = new Point(234, 6);
txtP.Name = "txtP";
txtP.Properties.ReadOnly = true;
txtP.Properties.UseReadOnlyAppearance = false;
txtP.Size = new Size(124, 20);
txtP.StyleController = layoutControl1;
txtP.TabIndex = 5;
//
// txtQ
//
txtQ.Location = new Point(54, 6);
txtQ.Name = "txtQ";
txtQ.Properties.ReadOnly = true;
txtQ.Properties.UseReadOnlyAppearance = false;
txtQ.Size = new Size(124, 20);
txtQ.StyleController = layoutControl1;
txtQ.TabIndex = 4;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, emptySpaceItem1 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(805, 33);
Root.TextVisible = false;
//
// layoutControlItem1
//
layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
layoutControlItem1.Control = txtQ;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.MaxSize = new Size(180, 24);
layoutControlItem1.MinSize = new Size(180, 24);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(180, 33);
layoutControlItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem1.Text = "总流量:";
layoutControlItem1.TextSize = new Size(40, 14);
//
// layoutControlItem2
//
layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
layoutControlItem2.Control = txtP;
layoutControlItem2.Location = new Point(180, 0);
layoutControlItem2.MaxSize = new Size(180, 24);
layoutControlItem2.MinSize = new Size(180, 24);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(180, 33);
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem2.Text = "总功率:";
layoutControlItem2.TextSize = new Size(40, 14);
//
// layoutControlItem3
//
layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
layoutControlItem3.Control = txtE;
layoutControlItem3.Location = new Point(360, 0);
layoutControlItem3.MaxSize = new Size(180, 24);
layoutControlItem3.MinSize = new Size(180, 24);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(180, 33);
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem3.Text = "总效率:";
layoutControlItem3.TextSize = new Size(40, 14);
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(540, 0);
emptySpaceItem1.MinSize = new Size(1, 1);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(265, 33);
emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
emptySpaceItem1.TextSize = new Size(0, 0);
//
// HydroEnergyTotalHorizViewCtrl
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
Controls.Add(layoutControl1);
Name = "HydroEnergyTotalHorizViewCtrl";
Size = new Size(805, 33);
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)txtE.Properties).EndInit();
((ISupportInitialize)txtP.Properties).EndInit();
((ISupportInitialize)txtQ.Properties).EndInit();
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.TextEdit txtP;
private DevExpress.XtraEditors.TextEdit txtQ;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraEditors.TextEdit txtE;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
}
}