namespace Rs.MotionPlat
{
partial class MonitorConfig
{
///
/// 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()
{
this.panelLeft = new System.Windows.Forms.Panel();
this.panel1 = new System.Windows.Forms.Panel();
this.axisMove1 = new Rs.MotionPlat.AxisMove();
this.panel2 = new System.Windows.Forms.Panel();
this.axisProperty1 = new Rs.MotionPlat.AxisProperty();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// panelLeft
//
this.panelLeft.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panelLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.panelLeft.Location = new System.Drawing.Point(0, 0);
this.panelLeft.Name = "panelLeft";
this.panelLeft.Size = new System.Drawing.Size(292, 687);
this.panelLeft.TabIndex = 3;
//
// panel1
//
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.axisMove1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(292, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(777, 687);
this.panel1.TabIndex = 4;
//
// axisMove1
//
this.axisMove1.BackColor = System.Drawing.Color.Transparent;
this.axisMove1.Dock = System.Windows.Forms.DockStyle.Fill;
this.axisMove1.Location = new System.Drawing.Point(0, 0);
this.axisMove1.Name = "axisMove1";
this.axisMove1.Size = new System.Drawing.Size(775, 685);
this.axisMove1.TabIndex = 0;
//
// panel2
//
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.axisProperty1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(1069, 0);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(361, 687);
this.panel2.TabIndex = 5;
//
// axisProperty1
//
this.axisProperty1.BackColor = System.Drawing.Color.Black;
this.axisProperty1.Dock = System.Windows.Forms.DockStyle.Fill;
this.axisProperty1.ForeColor = System.Drawing.Color.White;
this.axisProperty1.Location = new System.Drawing.Point(0, 0);
this.axisProperty1.Name = "axisProperty1";
this.axisProperty1.Size = new System.Drawing.Size(359, 685);
this.axisProperty1.TabIndex = 0;
//
// MonitorConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(11)))), ((int)(((byte)(16)))), ((int)(((byte)(36)))));
this.ClientSize = new System.Drawing.Size(1430, 687);
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Controls.Add(this.panelLeft);
this.Name = "MonitorConfig";
this.Text = "MonitorConfig";
this.Load += new System.EventHandler(this.MonitorConfig_Load);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelLeft;
private System.Windows.Forms.Panel panel1;
private AxisMove axisMove1;
private System.Windows.Forms.Panel panel2;
private AxisProperty axisProperty1;
}
}