namespace SHARP_CLAS_UI
{
partial class Interlock_View
{
///
/// 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.panel13 = new System.Windows.Forms.Panel();
this.lb_Interlock_Message = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.lb_Interlock_Discription = new System.Windows.Forms.Label();
this.btn_Check = new System.Windows.Forms.Button();
this.panel13.SuspendLayout();
this.SuspendLayout();
//
// panel13
//
this.panel13.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel13.Controls.Add(this.lb_Interlock_Message);
this.panel13.Controls.Add(this.label16);
this.panel13.Dock = System.Windows.Forms.DockStyle.Top;
this.panel13.Location = new System.Drawing.Point(0, 0);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(445, 231);
this.panel13.TabIndex = 47;
//
// lb_Interlock_Message
//
this.lb_Interlock_Message.Dock = System.Windows.Forms.DockStyle.Fill;
this.lb_Interlock_Message.Font = new System.Drawing.Font("Gulim", 12F);
this.lb_Interlock_Message.ForeColor = System.Drawing.Color.Red;
this.lb_Interlock_Message.Location = new System.Drawing.Point(0, 36);
this.lb_Interlock_Message.Name = "lb_Interlock_Message";
this.lb_Interlock_Message.Size = new System.Drawing.Size(443, 193);
this.lb_Interlock_Message.TabIndex = 36;
this.lb_Interlock_Message.Text = "Interlock Msg";
this.lb_Interlock_Message.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label16
//
this.label16.BackColor = System.Drawing.Color.Silver;
this.label16.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label16.Dock = System.Windows.Forms.DockStyle.Top;
this.label16.Font = new System.Drawing.Font("Gulim", 15F, System.Drawing.FontStyle.Bold);
this.label16.Location = new System.Drawing.Point(0, 0);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(443, 36);
this.label16.TabIndex = 35;
this.label16.Text = "Interlock Message";
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Interlock_Discription
//
this.lb_Interlock_Discription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Interlock_Discription.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_Interlock_Discription.Font = new System.Drawing.Font("Gulim", 12F);
this.lb_Interlock_Discription.Location = new System.Drawing.Point(0, 231);
this.lb_Interlock_Discription.Name = "lb_Interlock_Discription";
this.lb_Interlock_Discription.Size = new System.Drawing.Size(445, 139);
this.lb_Interlock_Discription.TabIndex = 48;
this.lb_Interlock_Discription.Text = "Interlock Discription";
this.lb_Interlock_Discription.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_Check
//
this.btn_Check.Dock = System.Windows.Forms.DockStyle.Top;
this.btn_Check.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Check.Font = new System.Drawing.Font("Gulim", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btn_Check.Location = new System.Drawing.Point(0, 370);
this.btn_Check.Name = "btn_Check";
this.btn_Check.Size = new System.Drawing.Size(445, 62);
this.btn_Check.TabIndex = 49;
this.btn_Check.Text = "CHECK";
this.btn_Check.UseVisualStyleBackColor = true;
this.btn_Check.Click += new System.EventHandler(this.btn_Check_Click);
//
// Interlock_View
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(445, 435);
this.ControlBox = false;
this.Controls.Add(this.btn_Check);
this.Controls.Add(this.lb_Interlock_Discription);
this.Controls.Add(this.panel13);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "Interlock_View";
this.Opacity = 0.9D;
this.Text = "Interlock_View";
this.TopMost = true;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Interlock_View_FormClosing);
this.panel13.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Label lb_Interlock_Message;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label lb_Interlock_Discription;
private System.Windows.Forms.Button btn_Check;
}
}