namespace IStation.Win.View
{
partial class viweMian
{
///
/// 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()
{
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
realTimeZyScadaView1 = new RealTimeZyScadaView();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
tabbedControlGroup1 = new DevExpress.XtraLayout.TabbedControlGroup();
layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
((System.ComponentModel.ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)Root).BeginInit();
((System.ComponentModel.ISupportInitialize)tabbedControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).BeginInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).BeginInit();
SuspendLayout();
//
// layoutControl1
//
layoutControl1.Controls.Add(realTimeZyScadaView1);
layoutControl1.Dock = DockStyle.Fill;
layoutControl1.Location = new Point(0, 0);
layoutControl1.Name = "layoutControl1";
layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(727, 617, 975, 600);
layoutControl1.Root = Root;
layoutControl1.Size = new Size(1672, 1193);
layoutControl1.TabIndex = 0;
layoutControl1.Text = "layoutControl1";
//
// realTimeZyScadaView1
//
realTimeZyScadaView1.Location = new Point(3, 39);
realTimeZyScadaView1.Margin = new Padding(4, 3, 4, 3);
realTimeZyScadaView1.Name = "realTimeZyScadaView1";
realTimeZyScadaView1.Size = new Size(1666, 1151);
realTimeZyScadaView1.TabIndex = 4;
//
// Root
//
Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
Root.GroupBordersVisible = false;
Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { tabbedControlGroup1 });
Root.Name = "Root";
Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
Root.Size = new Size(1672, 1193);
Root.TextVisible = false;
//
// tabbedControlGroup1
//
tabbedControlGroup1.Location = new Point(0, 0);
tabbedControlGroup1.Name = "tabbedControlGroup1";
tabbedControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
tabbedControlGroup1.SelectedTabPage = layoutControlGroup1;
tabbedControlGroup1.Size = new Size(1672, 1193);
tabbedControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
tabbedControlGroup1.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1 });
//
// layoutControlGroup1
//
layoutControlGroup1.CustomizationFormText = "实时调度";
layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 });
layoutControlGroup1.Location = new Point(0, 0);
layoutControlGroup1.Name = "layoutControlGroup1";
layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup1.Size = new Size(1670, 1155);
layoutControlGroup1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
layoutControlGroup1.Text = "实时数据";
//
// layoutControlItem1
//
layoutControlItem1.Control = realTimeZyScadaView1;
layoutControlItem1.Location = new Point(0, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(1670, 1155);
layoutControlItem1.TextSize = new Size(0, 0);
layoutControlItem1.TextVisible = false;
//
// viweMian
//
AutoScaleDimensions = new SizeF(10F, 22F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1672, 1193);
Controls.Add(layoutControl1);
Name = "viweMian";
StartPosition = FormStartPosition.CenterScreen;
Text = "工具";
((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)Root).EndInit();
((System.ComponentModel.ISupportInitialize)tabbedControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlGroup1).EndInit();
((System.ComponentModel.ISupportInitialize)layoutControlItem1).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.TabbedControlGroup tabbedControlGroup1;
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
private RealTimeZyScadaView realTimeZyScadaView1;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
}
}