namespace SA_LTT_UI.Screen
|
{
|
partial class IoBar
|
{
|
/// <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()
|
{
|
this.lb_Description = new System.Windows.Forms.Label();
|
this.lb_Number = new System.Windows.Forms.Label();
|
this.lb_State = new System.Windows.Forms.Label();
|
this.SuspendLayout();
|
//
|
// lb_Description
|
//
|
this.lb_Description.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_Description.Location = new System.Drawing.Point(114, 3);
|
this.lb_Description.Name = "lb_Description";
|
this.lb_Description.Size = new System.Drawing.Size(303, 37);
|
this.lb_Description.TabIndex = 5;
|
this.lb_Description.Text = "Description";
|
this.lb_Description.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_Number
|
//
|
this.lb_Number.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_Number.Location = new System.Drawing.Point(46, 3);
|
this.lb_Number.Name = "lb_Number";
|
this.lb_Number.Size = new System.Drawing.Size(62, 37);
|
this.lb_Number.TabIndex = 4;
|
this.lb_Number.Text = "Number";
|
this.lb_Number.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_State
|
//
|
this.lb_State.BackColor = System.Drawing.Color.Lime;
|
this.lb_State.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_State.Location = new System.Drawing.Point(3, 3);
|
this.lb_State.Name = "lb_State";
|
this.lb_State.Size = new System.Drawing.Size(37, 37);
|
this.lb_State.TabIndex = 3;
|
this.lb_State.Tag = "";
|
this.lb_State.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// IoBar
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.Controls.Add(this.lb_Description);
|
this.Controls.Add(this.lb_Number);
|
this.Controls.Add(this.lb_State);
|
this.Margin = new System.Windows.Forms.Padding(0);
|
this.Name = "IoBar";
|
this.Size = new System.Drawing.Size(420, 43);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Label lb_Description;
|
private System.Windows.Forms.Label lb_Number;
|
private System.Windows.Forms.Label lb_State;
|
}
|
}
|