namespace AMT_SW_GUI
{
partial class AMT_IPAddress
{
///
/// 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()
{
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.Box4 = new System.Windows.Forms.TextBox();
this.Box3 = new System.Windows.Forms.TextBox();
this.Box2 = new System.Windows.Forms.TextBox();
this.Box1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
this.tableLayoutPanel1.ColumnCount = 7;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 8F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 20F));
this.tableLayoutPanel1.Controls.Add(this.Box4, 6, 0);
this.tableLayoutPanel1.Controls.Add(this.Box3, 4, 0);
this.tableLayoutPanel1.Controls.Add(this.Box2, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.Box1, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.label3, 5, 0);
this.tableLayoutPanel1.Controls.Add(this.label1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.label2, 3, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(175, 21);
this.tableLayoutPanel1.TabIndex = 0;
this.tableLayoutPanel1.EnabledChanged += new System.EventHandler(this.AMT_IPAddress_EnabledChanged);
//
// Box4
//
this.Box4.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.Box4.Dock = System.Windows.Forms.DockStyle.Fill;
this.Box4.Location = new System.Drawing.Point(140, 5);
this.Box4.Margin = new System.Windows.Forms.Padding(5);
this.Box4.MaxLength = 3;
this.Box4.Name = "Box4";
this.Box4.Size = new System.Drawing.Size(30, 13);
this.Box4.TabIndex = 6;
this.Box4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Box4.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Box4_KeyPress);
this.Box4.Enter += new System.EventHandler(this.Box_Enter);
this.Box4.TextChanged += new System.EventHandler(Box_TextChanged);
//
// Box3
//
this.Box3.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.Box3.Dock = System.Windows.Forms.DockStyle.Fill;
this.Box3.Location = new System.Drawing.Point(95, 5);
this.Box3.Margin = new System.Windows.Forms.Padding(5);
this.Box3.MaxLength = 3;
this.Box3.Name = "Box3";
this.Box3.Size = new System.Drawing.Size(27, 13);
this.Box3.TabIndex = 5;
this.Box3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Box3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Box3_KeyPress);
this.Box3.Enter += new System.EventHandler(this.Box_Enter);
this.Box3.TextChanged += new System.EventHandler(Box_TextChanged);
//
// Box2
//
this.Box2.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.Box2.Dock = System.Windows.Forms.DockStyle.Fill;
this.Box2.Location = new System.Drawing.Point(50, 5);
this.Box2.Margin = new System.Windows.Forms.Padding(5);
this.Box2.MaxLength = 3;
this.Box2.Name = "Box2";
this.Box2.Size = new System.Drawing.Size(27, 13);
this.Box2.TabIndex = 4;
this.Box2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Box2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Box2_KeyPress);
this.Box2.Enter += new System.EventHandler(this.Box_Enter);
this.Box2.TextChanged += new System.EventHandler(Box_TextChanged);
//
// Box1
//
this.Box1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.Box1.Dock = System.Windows.Forms.DockStyle.Fill;
this.Box1.Location = new System.Drawing.Point(5, 5);
this.Box1.Margin = new System.Windows.Forms.Padding(5);
this.Box1.MaxLength = 3;
this.Box1.Name = "Box1";
this.Box1.Size = new System.Drawing.Size(27, 13);
this.Box1.TabIndex = 3;
this.Box1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.Box1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Box1_KeyPress);
this.Box1.Enter += new System.EventHandler(this.Box_Enter);
this.Box1.TextChanged += new System.EventHandler(Box_TextChanged);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(127, 4);
this.label3.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(8, 17);
this.label3.TabIndex = 2;
this.label3.Text = ".";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(37, 4);
this.label1.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(8, 17);
this.label1.TabIndex = 0;
this.label1.Text = ".";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(82, 4);
this.label2.Margin = new System.Windows.Forms.Padding(0, 4, 0, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(8, 17);
this.label2.TabIndex = 1;
this.label2.Text = ".";
//
// AMT_IPAddress
//
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.tableLayoutPanel1);
this.MinimumSize = new System.Drawing.Size(140, 20);
this.Name = "AMT_IPAddress";
this.Size = new System.Drawing.Size(175, 21);
this.EnabledChanged += new System.EventHandler(this.AMT_IPAddress_EnabledChanged);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox Box4;
private System.Windows.Forms.TextBox Box3;
private System.Windows.Forms.TextBox Box2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox Box1;
}
}