namespace HStation.WinFrmUI.Xhs.Core._03_scheme._03_hydraulic_simulation._01_PumpMainCurveChoice
|
{
|
partial class XtraUserControl1
|
{
|
/// <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()
|
{
|
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
|
searchControl1 = new DevExpress.XtraEditors.SearchControl();
|
Root = new DevExpress.XtraLayout.LayoutControlGroup();
|
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
|
simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
|
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
|
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
|
xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.XtrPerform2dChart();
|
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
|
((ISupportInitialize)layoutControl1).BeginInit();
|
layoutControl1.SuspendLayout();
|
((ISupportInitialize)searchControl1.Properties).BeginInit();
|
((ISupportInitialize)Root).BeginInit();
|
((ISupportInitialize)layoutControlGroup1).BeginInit();
|
((ISupportInitialize)simpleLabelItem1).BeginInit();
|
((ISupportInitialize)emptySpaceItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem1).BeginInit();
|
((ISupportInitialize)layoutControlItem2).BeginInit();
|
SuspendLayout();
|
//
|
// layoutControl1
|
//
|
layoutControl1.Controls.Add(xtrPerform2dChart1);
|
layoutControl1.Controls.Add(searchControl1);
|
layoutControl1.Dock = DockStyle.Fill;
|
layoutControl1.Location = new Point(0, 0);
|
layoutControl1.Name = "layoutControl1";
|
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(713, 300, 650, 400);
|
layoutControl1.Root = Root;
|
layoutControl1.Size = new Size(1148, 570);
|
layoutControl1.TabIndex = 0;
|
layoutControl1.Text = "layoutControl1";
|
//
|
// searchControl1
|
//
|
searchControl1.Location = new Point(12, 12);
|
searchControl1.Name = "searchControl1";
|
searchControl1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Repository.ClearButton(), new DevExpress.XtraEditors.Repository.SearchButton() });
|
searchControl1.Size = new Size(167, 20);
|
searchControl1.StyleController = layoutControl1;
|
searchControl1.TabIndex = 4;
|
//
|
// Root
|
//
|
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
|
Root.GroupBordersVisible = false;
|
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, simpleLabelItem1, emptySpaceItem1, layoutControlItem1 });
|
Root.Name = "Root";
|
Root.Size = new Size(1148, 570);
|
Root.TextVisible = false;
|
//
|
// layoutControlGroup1
|
//
|
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 });
|
layoutControlGroup1.Location = new Point(298, 0);
|
layoutControlGroup1.Name = "layoutControlGroup1";
|
layoutControlGroup1.Size = new Size(830, 550);
|
layoutControlGroup1.Text = "曲线视图";
|
//
|
// simpleLabelItem1
|
//
|
simpleLabelItem1.AllowHotTrack = false;
|
simpleLabelItem1.Location = new Point(171, 0);
|
simpleLabelItem1.Name = "simpleLabelItem1";
|
simpleLabelItem1.Size = new Size(127, 24);
|
simpleLabelItem1.TextSize = new Size(122, 14);
|
//
|
// emptySpaceItem1
|
//
|
emptySpaceItem1.AllowHotTrack = false;
|
emptySpaceItem1.Location = new Point(0, 24);
|
emptySpaceItem1.Name = "emptySpaceItem1";
|
emptySpaceItem1.Size = new Size(298, 526);
|
emptySpaceItem1.TextSize = new Size(0, 0);
|
//
|
// layoutControlItem1
|
//
|
layoutControlItem1.Control = searchControl1;
|
layoutControlItem1.Location = new Point(0, 0);
|
layoutControlItem1.Name = "layoutControlItem1";
|
layoutControlItem1.Size = new Size(171, 24);
|
layoutControlItem1.TextSize = new Size(0, 0);
|
layoutControlItem1.TextVisible = false;
|
//
|
// xtrPerform2dChart1
|
//
|
xtrPerform2dChart1.DefinePointVisible = false;
|
xtrPerform2dChart1.LineVisible = false;
|
xtrPerform2dChart1.Location = new Point(320, 43);
|
xtrPerform2dChart1.Margin = new Padding(2, 2, 2, 2);
|
xtrPerform2dChart1.Name = "xtrPerform2dChart1";
|
xtrPerform2dChart1.Size = new Size(806, 505);
|
xtrPerform2dChart1.TabIndex = 7;
|
//
|
// layoutControlItem2
|
//
|
layoutControlItem2.Control = xtrPerform2dChart1;
|
layoutControlItem2.Location = new Point(0, 0);
|
layoutControlItem2.Name = "layoutControlItem2";
|
layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
|
layoutControlItem2.Size = new Size(806, 505);
|
layoutControlItem2.TextSize = new Size(0, 0);
|
layoutControlItem2.TextVisible = false;
|
//
|
// XtraUserControl1
|
//
|
AutoScaleDimensions = new SizeF(7F, 14F);
|
AutoScaleMode = AutoScaleMode.Font;
|
Controls.Add(layoutControl1);
|
Name = "XtraUserControl1";
|
Size = new Size(1148, 570);
|
((ISupportInitialize)layoutControl1).EndInit();
|
layoutControl1.ResumeLayout(false);
|
((ISupportInitialize)searchControl1.Properties).EndInit();
|
((ISupportInitialize)Root).EndInit();
|
((ISupportInitialize)layoutControlGroup1).EndInit();
|
((ISupportInitialize)simpleLabelItem1).EndInit();
|
((ISupportInitialize)emptySpaceItem1).EndInit();
|
((ISupportInitialize)layoutControlItem1).EndInit();
|
((ISupportInitialize)layoutControlItem2).EndInit();
|
ResumeLayout(false);
|
}
|
|
#endregion
|
|
private DevExpress.XtraLayout.LayoutControl layoutControl1;
|
private DevExpress.XtraLayout.LayoutControlGroup Root;
|
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1;
|
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
|
private DevExpress.XtraEditors.SearchControl searchControl1;
|
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
|
private Yw.WinFrmUI.Phart.XtrPerform2dChart xtrPerform2dChart1;
|
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
|
}
|
}
|