namespace SHARP_CLAS_UI
|
{
|
partial class Form_Frame
|
{
|
/// <summary>
|
/// 필수 디자이너 변수입니다.
|
/// </summary>
|
private System.ComponentModel.IContainer components = null;
|
|
/// <summary>
|
/// 사용 중인 모든 리소스를 정리합니다.
|
/// </summary>
|
/// <param name="disposing">관리되는 리소스를 삭제해야 하면 true이고, 그렇지 않으면 false입니다.</param>
|
protected override void Dispose(bool disposing)
|
{
|
if (disposing && (components != null))
|
{
|
components.Dispose();
|
}
|
base.Dispose(disposing);
|
}
|
|
#region Windows Form 디자이너에서 생성한 코드
|
|
/// <summary>
|
/// 디자이너 지원에 필요한 메서드입니다.
|
/// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
|
/// </summary>
|
private void InitializeComponent()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Frame));
|
this.pnl_Top = new System.Windows.Forms.Panel();
|
this.lb_Motor_Board_Status = new System.Windows.Forms.Label();
|
this.tb_Motor_Board_Status = new System.Windows.Forms.TextBox();
|
this.lb_Align = new System.Windows.Forms.Label();
|
this.lb_AOI = new System.Windows.Forms.Label();
|
this.lblDateTime = new System.Windows.Forms.Label();
|
this.lb_Date = new System.Windows.Forms.Label();
|
this.lb_Time = new System.Windows.Forms.Label();
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.lb_Login_Info = new System.Windows.Forms.Label();
|
this.btn_Log_Out = new System.Windows.Forms.Button();
|
this.lb_Level = new System.Windows.Forms.Label();
|
this.lb_Name = new System.Windows.Forms.Label();
|
this.lb_User_Name = new System.Windows.Forms.Label();
|
this.lb_User_Level = new System.Windows.Forms.Label();
|
this.btn_LampView = new System.Windows.Forms.Button();
|
this.lb_Recipe_Name = new System.Windows.Forms.Label();
|
this.lb_Dust_Collector = new System.Windows.Forms.Label();
|
this.tb_Main_Recipe_Name = new System.Windows.Forms.TextBox();
|
this.tb_Dust_Collect = new System.Windows.Forms.TextBox();
|
this.lb_Language = new System.Windows.Forms.Label();
|
this.lb_Cim_Mode = new System.Windows.Forms.Label();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.btn_AlarmView = new System.Windows.Forms.Button();
|
this.lb_Lamp_Blue = new System.Windows.Forms.Label();
|
this.lb_Lamp_Green = new System.Windows.Forms.Label();
|
this.lb_Lamp_Yellow = new System.Windows.Forms.Label();
|
this.lb_Lamp_Red = new System.Windows.Forms.Label();
|
this.pnl_Main = new System.Windows.Forms.Panel();
|
this.pnl_Bottom = new System.Windows.Forms.Panel();
|
this.pnl_Top.SuspendLayout();
|
this.panel1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// pnl_Top
|
//
|
this.pnl_Top.BackColor = System.Drawing.Color.White;
|
this.pnl_Top.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.pnl_Top.Controls.Add(this.lb_Motor_Board_Status);
|
this.pnl_Top.Controls.Add(this.tb_Motor_Board_Status);
|
this.pnl_Top.Controls.Add(this.lb_Align);
|
this.pnl_Top.Controls.Add(this.lb_AOI);
|
this.pnl_Top.Controls.Add(this.lblDateTime);
|
this.pnl_Top.Controls.Add(this.lb_Date);
|
this.pnl_Top.Controls.Add(this.lb_Time);
|
this.pnl_Top.Controls.Add(this.panel1);
|
this.pnl_Top.Controls.Add(this.btn_LampView);
|
this.pnl_Top.Controls.Add(this.lb_Recipe_Name);
|
this.pnl_Top.Controls.Add(this.lb_Dust_Collector);
|
this.pnl_Top.Controls.Add(this.tb_Main_Recipe_Name);
|
this.pnl_Top.Controls.Add(this.tb_Dust_Collect);
|
this.pnl_Top.Controls.Add(this.lb_Language);
|
this.pnl_Top.Controls.Add(this.lb_Cim_Mode);
|
this.pnl_Top.Controls.Add(this.pictureBox1);
|
this.pnl_Top.Controls.Add(this.btn_AlarmView);
|
this.pnl_Top.Controls.Add(this.lb_Lamp_Blue);
|
this.pnl_Top.Controls.Add(this.lb_Lamp_Green);
|
this.pnl_Top.Controls.Add(this.lb_Lamp_Yellow);
|
this.pnl_Top.Controls.Add(this.lb_Lamp_Red);
|
resources.ApplyResources(this.pnl_Top, "pnl_Top");
|
this.pnl_Top.Name = "pnl_Top";
|
//
|
// lb_Motor_Board_Status
|
//
|
this.lb_Motor_Board_Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Motor_Board_Status, "lb_Motor_Board_Status");
|
this.lb_Motor_Board_Status.Name = "lb_Motor_Board_Status";
|
//
|
// tb_Motor_Board_Status
|
//
|
this.tb_Motor_Board_Status.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.tb_Motor_Board_Status, "tb_Motor_Board_Status");
|
this.tb_Motor_Board_Status.Name = "tb_Motor_Board_Status";
|
this.tb_Motor_Board_Status.ReadOnly = true;
|
//
|
// lb_Align
|
//
|
this.lb_Align.BackColor = System.Drawing.Color.Green;
|
this.lb_Align.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Align, "lb_Align");
|
this.lb_Align.Name = "lb_Align";
|
//
|
// lb_AOI
|
//
|
this.lb_AOI.BackColor = System.Drawing.Color.Green;
|
this.lb_AOI.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_AOI, "lb_AOI");
|
this.lb_AOI.Name = "lb_AOI";
|
//
|
// lblDateTime
|
//
|
resources.ApplyResources(this.lblDateTime, "lblDateTime");
|
this.lblDateTime.ForeColor = System.Drawing.Color.Black;
|
this.lblDateTime.Name = "lblDateTime";
|
//
|
// lb_Date
|
//
|
this.lb_Date.BackColor = System.Drawing.SystemColors.Control;
|
this.lb_Date.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Date, "lb_Date");
|
this.lb_Date.Name = "lb_Date";
|
//
|
// lb_Time
|
//
|
this.lb_Time.BackColor = System.Drawing.SystemColors.Control;
|
this.lb_Time.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Time, "lb_Time");
|
this.lb_Time.Name = "lb_Time";
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.lb_Login_Info);
|
this.panel1.Controls.Add(this.btn_Log_Out);
|
this.panel1.Controls.Add(this.lb_Level);
|
this.panel1.Controls.Add(this.lb_Name);
|
this.panel1.Controls.Add(this.lb_User_Name);
|
this.panel1.Controls.Add(this.lb_User_Level);
|
resources.ApplyResources(this.panel1, "panel1");
|
this.panel1.Name = "panel1";
|
//
|
// lb_Login_Info
|
//
|
this.lb_Login_Info.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Login_Info, "lb_Login_Info");
|
this.lb_Login_Info.ForeColor = System.Drawing.SystemColors.ControlText;
|
this.lb_Login_Info.Name = "lb_Login_Info";
|
//
|
// btn_Log_Out
|
//
|
resources.ApplyResources(this.btn_Log_Out, "btn_Log_Out");
|
this.btn_Log_Out.Name = "btn_Log_Out";
|
this.btn_Log_Out.UseVisualStyleBackColor = true;
|
this.btn_Log_Out.Click += new System.EventHandler(this.btn_Log_Out_Click);
|
//
|
// lb_Level
|
//
|
this.lb_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Level, "lb_Level");
|
this.lb_Level.ForeColor = System.Drawing.SystemColors.ControlText;
|
this.lb_Level.Name = "lb_Level";
|
//
|
// lb_Name
|
//
|
this.lb_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Name, "lb_Name");
|
this.lb_Name.ForeColor = System.Drawing.SystemColors.ControlText;
|
this.lb_Name.Name = "lb_Name";
|
//
|
// lb_User_Name
|
//
|
this.lb_User_Name.BackColor = System.Drawing.Color.White;
|
this.lb_User_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_User_Name, "lb_User_Name");
|
this.lb_User_Name.Name = "lb_User_Name";
|
//
|
// lb_User_Level
|
//
|
this.lb_User_Level.BackColor = System.Drawing.Color.White;
|
this.lb_User_Level.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_User_Level, "lb_User_Level");
|
this.lb_User_Level.Name = "lb_User_Level";
|
//
|
// btn_LampView
|
//
|
this.btn_LampView.BackColor = System.Drawing.Color.Olive;
|
resources.ApplyResources(this.btn_LampView, "btn_LampView");
|
this.btn_LampView.Image = global::SHARP_CLAS_UI.Properties.Resources.Lamp;
|
this.btn_LampView.Name = "btn_LampView";
|
this.btn_LampView.UseVisualStyleBackColor = false;
|
this.btn_LampView.Click += new System.EventHandler(this.btn_LampView_Click);
|
//
|
// lb_Recipe_Name
|
//
|
this.lb_Recipe_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Recipe_Name, "lb_Recipe_Name");
|
this.lb_Recipe_Name.Name = "lb_Recipe_Name";
|
//
|
// lb_Dust_Collector
|
//
|
this.lb_Dust_Collector.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Dust_Collector, "lb_Dust_Collector");
|
this.lb_Dust_Collector.Name = "lb_Dust_Collector";
|
//
|
// tb_Main_Recipe_Name
|
//
|
this.tb_Main_Recipe_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.tb_Main_Recipe_Name, "tb_Main_Recipe_Name");
|
this.tb_Main_Recipe_Name.Name = "tb_Main_Recipe_Name";
|
this.tb_Main_Recipe_Name.ReadOnly = true;
|
//
|
// tb_Dust_Collect
|
//
|
this.tb_Dust_Collect.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.tb_Dust_Collect, "tb_Dust_Collect");
|
this.tb_Dust_Collect.Name = "tb_Dust_Collect";
|
this.tb_Dust_Collect.ReadOnly = true;
|
//
|
// lb_Language
|
//
|
this.lb_Language.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_Language.Image = global::SHARP_CLAS_UI.Properties.Resources.English;
|
resources.ApplyResources(this.lb_Language, "lb_Language");
|
this.lb_Language.Name = "lb_Language";
|
this.lb_Language.Click += new System.EventHandler(this.lb_Language_Click);
|
//
|
// lb_Cim_Mode
|
//
|
this.lb_Cim_Mode.BackColor = System.Drawing.Color.Green;
|
this.lb_Cim_Mode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.lb_Cim_Mode, "lb_Cim_Mode");
|
this.lb_Cim_Mode.Name = "lb_Cim_Mode";
|
this.lb_Cim_Mode.Click += new System.EventHandler(this.lb_Cim_Mode_Click);
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.BackColor = System.Drawing.Color.White;
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
this.pictureBox1.Image = global::SHARP_CLAS_UI.Properties.Resources.DIT_Logo;
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.TabStop = false;
|
//
|
// btn_AlarmView
|
//
|
this.btn_AlarmView.BackColor = System.Drawing.Color.White;
|
resources.ApplyResources(this.btn_AlarmView, "btn_AlarmView");
|
this.btn_AlarmView.Image = global::SHARP_CLAS_UI.Properties.Resources.Alarm;
|
this.btn_AlarmView.Name = "btn_AlarmView";
|
this.btn_AlarmView.UseVisualStyleBackColor = false;
|
this.btn_AlarmView.Click += new System.EventHandler(this.btn_AlarmView_Click);
|
//
|
// lb_Lamp_Blue
|
//
|
this.lb_Lamp_Blue.BackColor = System.Drawing.Color.Blue;
|
this.lb_Lamp_Blue.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
resources.ApplyResources(this.lb_Lamp_Blue, "lb_Lamp_Blue");
|
this.lb_Lamp_Blue.Name = "lb_Lamp_Blue";
|
//
|
// lb_Lamp_Green
|
//
|
this.lb_Lamp_Green.BackColor = System.Drawing.Color.Lime;
|
this.lb_Lamp_Green.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
resources.ApplyResources(this.lb_Lamp_Green, "lb_Lamp_Green");
|
this.lb_Lamp_Green.Name = "lb_Lamp_Green";
|
//
|
// lb_Lamp_Yellow
|
//
|
this.lb_Lamp_Yellow.BackColor = System.Drawing.Color.Yellow;
|
this.lb_Lamp_Yellow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
resources.ApplyResources(this.lb_Lamp_Yellow, "lb_Lamp_Yellow");
|
this.lb_Lamp_Yellow.Name = "lb_Lamp_Yellow";
|
//
|
// lb_Lamp_Red
|
//
|
this.lb_Lamp_Red.BackColor = System.Drawing.Color.Red;
|
this.lb_Lamp_Red.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
resources.ApplyResources(this.lb_Lamp_Red, "lb_Lamp_Red");
|
this.lb_Lamp_Red.Name = "lb_Lamp_Red";
|
//
|
// pnl_Main
|
//
|
this.pnl_Main.BackColor = System.Drawing.Color.CornflowerBlue;
|
this.pnl_Main.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.pnl_Main, "pnl_Main");
|
this.pnl_Main.Name = "pnl_Main";
|
//
|
// pnl_Bottom
|
//
|
this.pnl_Bottom.BackColor = System.Drawing.Color.White;
|
this.pnl_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
resources.ApplyResources(this.pnl_Bottom, "pnl_Bottom");
|
this.pnl_Bottom.Name = "pnl_Bottom";
|
//
|
// Form_Frame
|
//
|
resources.ApplyResources(this, "$this");
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ControlBox = false;
|
this.Controls.Add(this.pnl_Bottom);
|
this.Controls.Add(this.pnl_Main);
|
this.Controls.Add(this.pnl_Top);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.MaximizeBox = false;
|
this.MinimizeBox = false;
|
this.Name = "Form_Frame";
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Frame_FormClosing);
|
this.Load += new System.EventHandler(this.Form_Frame_Load);
|
this.pnl_Top.ResumeLayout(false);
|
this.pnl_Top.PerformLayout();
|
this.panel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel pnl_Top;
|
private System.Windows.Forms.Panel pnl_Main;
|
private System.Windows.Forms.Panel pnl_Bottom;
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private System.Windows.Forms.Label lb_Lamp_Green;
|
private System.Windows.Forms.Label lb_Lamp_Yellow;
|
private System.Windows.Forms.Label lb_Lamp_Red;
|
private System.Windows.Forms.Label lb_Lamp_Blue;
|
private System.Windows.Forms.Button btn_AlarmView;
|
private System.Windows.Forms.Label lb_Cim_Mode;
|
private System.Windows.Forms.Label lb_Language;
|
private System.Windows.Forms.Button btn_LampView;
|
private System.Windows.Forms.Label lb_Dust_Collector;
|
private System.Windows.Forms.TextBox tb_Dust_Collect;
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Label lb_Level;
|
private System.Windows.Forms.Label lb_Name;
|
private System.Windows.Forms.Label lb_User_Name;
|
private System.Windows.Forms.Label lb_User_Level;
|
private System.Windows.Forms.Button btn_Log_Out;
|
private System.Windows.Forms.Label lb_Login_Info;
|
private System.Windows.Forms.Label lb_Recipe_Name;
|
private System.Windows.Forms.TextBox tb_Main_Recipe_Name;
|
private System.Windows.Forms.Label lblDateTime;
|
private System.Windows.Forms.Label lb_Date;
|
private System.Windows.Forms.Label lb_Time;
|
private System.Windows.Forms.Label lb_Align;
|
private System.Windows.Forms.Label lb_AOI;
|
private System.Windows.Forms.Label lb_Motor_Board_Status;
|
private System.Windows.Forms.TextBox tb_Motor_Board_Status;
|
}
|
}
|