using Yw.WinFrmUI.Phart;
namespace HStation.WinFrmUI.PhartRelation
{
partial class PumpPerform2dMultiViewDlg
{
///
/// 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 Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
dataLayoutControl1 = new DevExpress.XtraDataLayout.DataLayoutControl();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
xtrPerform2dMultiChart1 = new PumpSerialParallelChart();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).BeginInit();
dataLayoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
SuspendLayout();
//
// dataLayoutControl1
//
dataLayoutControl1.Controls.Add(xtrPerform2dMultiChart1);
dataLayoutControl1.Dock = DockStyle.Fill;
dataLayoutControl1.Location = new Point(0, 0);
dataLayoutControl1.Margin = new Padding(4, 5, 4, 5);
dataLayoutControl1.Name = "dataLayoutControl1";
dataLayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(859, 142, 650, 400);
dataLayoutControl1.Root = Root;
dataLayoutControl1.Size = new Size(1154, 885);
dataLayoutControl1.TabIndex = 0;
dataLayoutControl1.Text = "dataLayoutControl1";
//
// 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[] { layoutControlItem1 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(1154, 885);
Root.TextVisible = false;
//
// xtrPerform2dMultiChart1
//
xtrPerform2dMultiChart1.LineNameVisible = true;
xtrPerform2dMultiChart1.LineVisible = false;
xtrPerform2dMultiChart1.Location = new Point(2, 2);
xtrPerform2dMultiChart1.Name = "xtrPerform2dMultiChart1";
xtrPerform2dMultiChart1.Size = new Size(1150, 881);
xtrPerform2dMultiChart1.TabIndex = 4;
//
// layoutControlItem1
//
layoutControlItem1.Control = xtrPerform2dMultiChart1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(1154, 885);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// XtrPerform2dMultiViewDlg
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1154, 885);
Controls.Add(dataLayoutControl1);
Margin = new Padding(4, 5, 4, 5);
Name = "XtrPerform2dMultiViewDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "曲线查看";
((System.ComponentModel.ISupportInitialize)dataLayoutControl1).EndInit();
dataLayoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraDataLayout.DataLayoutControl dataLayoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private PumpSerialParallelChart xtrPerform2dMultiChart1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
}
}