namespace SA_LTT_UI
{
partial class MainFrame
{
///
/// 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.components = new System.ComponentModel.Container();
this.pnl_Main = new System.Windows.Forms.Panel();
this.timer = new System.Windows.Forms.Timer(this.components);
this.pb_Logo = new System.Windows.Forms.PictureBox();
this.pnl_Bottom = new System.Windows.Forms.Panel();
this.rb_Reicipe = new System.Windows.Forms.RadioButton();
this.rb_Log = new System.Windows.Forms.RadioButton();
this.rb_AlarmSetting = new System.Windows.Forms.RadioButton();
this.rb_Maintenance = new System.Windows.Forms.RadioButton();
this.rb_Main = new System.Windows.Forms.RadioButton();
this.btn_Close = new System.Windows.Forms.Button();
this.pnl_Top = new System.Windows.Forms.Panel();
this.lb_AttenuatorCalTime = new System.Windows.Forms.Label();
this.lb_EnergyDropCheckTime = new System.Windows.Forms.Label();
this.pnl_Led = new System.Windows.Forms.Panel();
this.lb_LampGreen = new System.Windows.Forms.Label();
this.lb_LampYellow = new System.Windows.Forms.Label();
this.lb_LampRed = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel5 = new System.Windows.Forms.Panel();
this.label7 = new System.Windows.Forms.Label();
this.lb_ProcessStatus = new System.Windows.Forms.Label();
this.panel4 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.lb_EquipmentStatus = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.label5 = new System.Windows.Forms.Label();
this.lb_EquipmentMode = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.lv_OccurredAlarmList = new System.Windows.Forms.ListView();
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.btn_BuzzerStop = new System.Windows.Forms.Button();
this.btn_LampOnOff = new System.Windows.Forms.Button();
this.btn_AlarmViewer = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_LogOut = new System.Windows.Forms.Button();
this.panel7 = new System.Windows.Forms.Panel();
this.lb_UserLevel = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.lb_UserId = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lb_Time = new System.Windows.Forms.Label();
this.lb_Date = new System.Windows.Forms.Label();
this.lb_DateTime = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pb_Logo)).BeginInit();
this.pnl_Bottom.SuspendLayout();
this.pnl_Top.SuspendLayout();
this.pnl_Led.SuspendLayout();
this.panel2.SuspendLayout();
this.panel5.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.panel1.SuspendLayout();
this.panel7.SuspendLayout();
this.panel6.SuspendLayout();
this.SuspendLayout();
//
// pnl_Main
//
this.pnl_Main.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(228)))), ((int)(((byte)(228)))), ((int)(((byte)(229)))));
this.pnl_Main.Dock = System.Windows.Forms.DockStyle.Fill;
this.pnl_Main.Location = new System.Drawing.Point(0, 96);
this.pnl_Main.Name = "pnl_Main";
this.pnl_Main.Size = new System.Drawing.Size(1916, 832);
this.pnl_Main.TabIndex = 5;
//
// pb_Logo
//
this.pb_Logo.BackColor = System.Drawing.Color.White;
this.pb_Logo.BackgroundImage = global::SA_LTT_UI.Properties.Resources.DIT_Logo;
this.pb_Logo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pb_Logo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pb_Logo.Cursor = System.Windows.Forms.Cursors.Hand;
this.pb_Logo.ErrorImage = null;
this.pb_Logo.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.pb_Logo.Location = new System.Drawing.Point(3, 3);
this.pb_Logo.Name = "pb_Logo";
this.pb_Logo.Size = new System.Drawing.Size(180, 90);
this.pb_Logo.TabIndex = 1;
this.pb_Logo.TabStop = false;
this.pb_Logo.Click += new System.EventHandler(this.pb_Logo_Click);
//
// pnl_Bottom
//
this.pnl_Bottom.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnl_Bottom.Controls.Add(this.rb_Reicipe);
this.pnl_Bottom.Controls.Add(this.rb_Log);
this.pnl_Bottom.Controls.Add(this.rb_AlarmSetting);
this.pnl_Bottom.Controls.Add(this.rb_Maintenance);
this.pnl_Bottom.Controls.Add(this.rb_Main);
this.pnl_Bottom.Controls.Add(this.btn_Close);
this.pnl_Bottom.Dock = System.Windows.Forms.DockStyle.Bottom;
this.pnl_Bottom.Location = new System.Drawing.Point(0, 928);
this.pnl_Bottom.Name = "pnl_Bottom";
this.pnl_Bottom.Size = new System.Drawing.Size(1916, 80);
this.pnl_Bottom.TabIndex = 4;
//
// rb_Reicipe
//
this.rb_Reicipe.Appearance = System.Windows.Forms.Appearance.Button;
this.rb_Reicipe.Location = new System.Drawing.Point(145, 4);
this.rb_Reicipe.Name = "rb_Reicipe";
this.rb_Reicipe.Size = new System.Drawing.Size(96, 70);
this.rb_Reicipe.TabIndex = 4;
this.rb_Reicipe.Text = "Recipe";
this.rb_Reicipe.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rb_Reicipe.UseVisualStyleBackColor = true;
this.rb_Reicipe.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged);
//
// rb_Log
//
this.rb_Log.Appearance = System.Windows.Forms.Appearance.Button;
this.rb_Log.Location = new System.Drawing.Point(373, 4);
this.rb_Log.Name = "rb_Log";
this.rb_Log.Size = new System.Drawing.Size(96, 70);
this.rb_Log.TabIndex = 3;
this.rb_Log.Text = "Log";
this.rb_Log.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rb_Log.UseVisualStyleBackColor = true;
this.rb_Log.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged);
//
// rb_AlarmSetting
//
this.rb_AlarmSetting.Appearance = System.Windows.Forms.Appearance.Button;
this.rb_AlarmSetting.Location = new System.Drawing.Point(260, 4);
this.rb_AlarmSetting.Name = "rb_AlarmSetting";
this.rb_AlarmSetting.Size = new System.Drawing.Size(96, 70);
this.rb_AlarmSetting.TabIndex = 3;
this.rb_AlarmSetting.Text = "Alarm Setting";
this.rb_AlarmSetting.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rb_AlarmSetting.UseVisualStyleBackColor = true;
this.rb_AlarmSetting.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged);
//
// rb_Maintenance
//
this.rb_Maintenance.Appearance = System.Windows.Forms.Appearance.Button;
this.rb_Maintenance.Location = new System.Drawing.Point(490, 4);
this.rb_Maintenance.Name = "rb_Maintenance";
this.rb_Maintenance.Size = new System.Drawing.Size(96, 70);
this.rb_Maintenance.TabIndex = 3;
this.rb_Maintenance.Text = "Maintenance";
this.rb_Maintenance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rb_Maintenance.UseVisualStyleBackColor = true;
this.rb_Maintenance.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged);
//
// rb_Main
//
this.rb_Main.Appearance = System.Windows.Forms.Appearance.Button;
this.rb_Main.Checked = true;
this.rb_Main.Location = new System.Drawing.Point(32, 4);
this.rb_Main.Name = "rb_Main";
this.rb_Main.Size = new System.Drawing.Size(96, 70);
this.rb_Main.TabIndex = 3;
this.rb_Main.TabStop = true;
this.rb_Main.Text = "Main";
this.rb_Main.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.rb_Main.UseVisualStyleBackColor = true;
this.rb_Main.CheckedChanged += new System.EventHandler(this.rb_CheckedChanged);
//
// btn_Close
//
this.btn_Close.Location = new System.Drawing.Point(1811, 17);
this.btn_Close.Name = "btn_Close";
this.btn_Close.Size = new System.Drawing.Size(96, 70);
this.btn_Close.TabIndex = 2;
this.btn_Close.Text = "EXIT";
this.btn_Close.UseVisualStyleBackColor = true;
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
//
// 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_AttenuatorCalTime);
this.pnl_Top.Controls.Add(this.lb_EnergyDropCheckTime);
this.pnl_Top.Controls.Add(this.pnl_Led);
this.pnl_Top.Controls.Add(this.panel2);
this.pnl_Top.Controls.Add(this.lv_OccurredAlarmList);
this.pnl_Top.Controls.Add(this.pb_Logo);
this.pnl_Top.Controls.Add(this.btn_BuzzerStop);
this.pnl_Top.Controls.Add(this.btn_LampOnOff);
this.pnl_Top.Controls.Add(this.btn_AlarmViewer);
this.pnl_Top.Controls.Add(this.panel1);
this.pnl_Top.Controls.Add(this.lb_Time);
this.pnl_Top.Controls.Add(this.lb_Date);
this.pnl_Top.Controls.Add(this.lb_DateTime);
this.pnl_Top.Dock = System.Windows.Forms.DockStyle.Top;
this.pnl_Top.Location = new System.Drawing.Point(0, 0);
this.pnl_Top.Name = "pnl_Top";
this.pnl_Top.Size = new System.Drawing.Size(1916, 96);
this.pnl_Top.TabIndex = 3;
//
// lb_AttenuatorCalTime
//
this.lb_AttenuatorCalTime.BackColor = System.Drawing.Color.Green;
this.lb_AttenuatorCalTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_AttenuatorCalTime.Font = new System.Drawing.Font("굴림", 9F);
this.lb_AttenuatorCalTime.ForeColor = System.Drawing.Color.Black;
this.lb_AttenuatorCalTime.Location = new System.Drawing.Point(1141, 26);
this.lb_AttenuatorCalTime.Name = "lb_AttenuatorCalTime";
this.lb_AttenuatorCalTime.Size = new System.Drawing.Size(164, 21);
this.lb_AttenuatorCalTime.TabIndex = 21;
this.lb_AttenuatorCalTime.Text = "Attenuator cal time";
this.lb_AttenuatorCalTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_EnergyDropCheckTime
//
this.lb_EnergyDropCheckTime.BackColor = System.Drawing.Color.Green;
this.lb_EnergyDropCheckTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_EnergyDropCheckTime.Font = new System.Drawing.Font("굴림", 9F);
this.lb_EnergyDropCheckTime.ForeColor = System.Drawing.Color.Black;
this.lb_EnergyDropCheckTime.Location = new System.Drawing.Point(1141, 3);
this.lb_EnergyDropCheckTime.Name = "lb_EnergyDropCheckTime";
this.lb_EnergyDropCheckTime.Size = new System.Drawing.Size(164, 21);
this.lb_EnergyDropCheckTime.TabIndex = 21;
this.lb_EnergyDropCheckTime.Text = "Energy drop check time";
this.lb_EnergyDropCheckTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// pnl_Led
//
this.pnl_Led.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pnl_Led.Controls.Add(this.lb_LampGreen);
this.pnl_Led.Controls.Add(this.lb_LampYellow);
this.pnl_Led.Controls.Add(this.lb_LampRed);
this.pnl_Led.Location = new System.Drawing.Point(1640, 3);
this.pnl_Led.Name = "pnl_Led";
this.pnl_Led.Size = new System.Drawing.Size(125, 89);
this.pnl_Led.TabIndex = 20;
//
// lb_LampGreen
//
this.lb_LampGreen.BackColor = System.Drawing.Color.Lime;
this.lb_LampGreen.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_LampGreen.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lb_LampGreen.Font = new System.Drawing.Font("굴림", 7F);
this.lb_LampGreen.Location = new System.Drawing.Point(0, 58);
this.lb_LampGreen.Name = "lb_LampGreen";
this.lb_LampGreen.Size = new System.Drawing.Size(123, 29);
this.lb_LampGreen.TabIndex = 13;
this.lb_LampGreen.Text = "GREEN";
this.lb_LampGreen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_LampYellow
//
this.lb_LampYellow.BackColor = System.Drawing.Color.Yellow;
this.lb_LampYellow.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_LampYellow.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lb_LampYellow.Font = new System.Drawing.Font("굴림", 7F);
this.lb_LampYellow.Location = new System.Drawing.Point(0, 29);
this.lb_LampYellow.Name = "lb_LampYellow";
this.lb_LampYellow.Size = new System.Drawing.Size(123, 29);
this.lb_LampYellow.TabIndex = 14;
this.lb_LampYellow.Text = "YELLOW";
this.lb_LampYellow.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_LampRed
//
this.lb_LampRed.BackColor = System.Drawing.Color.Red;
this.lb_LampRed.Dock = System.Windows.Forms.DockStyle.Top;
this.lb_LampRed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.lb_LampRed.Font = new System.Drawing.Font("굴림", 7F);
this.lb_LampRed.Location = new System.Drawing.Point(0, 0);
this.lb_LampRed.Name = "lb_LampRed";
this.lb_LampRed.Size = new System.Drawing.Size(123, 29);
this.lb_LampRed.TabIndex = 15;
this.lb_LampRed.Text = "RED";
this.lb_LampRed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.Transparent;
this.panel2.Controls.Add(this.panel5);
this.panel2.Controls.Add(this.panel4);
this.panel2.Controls.Add(this.panel3);
this.panel2.Controls.Add(this.label4);
this.panel2.Location = new System.Drawing.Point(399, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(179, 90);
this.panel2.TabIndex = 19;
//
// panel5
//
this.panel5.BackColor = System.Drawing.Color.LightGray;
this.panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel5.Controls.Add(this.label7);
this.panel5.Controls.Add(this.lb_ProcessStatus);
this.panel5.Dock = System.Windows.Forms.DockStyle.Top;
this.panel5.Location = new System.Drawing.Point(0, 67);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(179, 23);
this.panel5.TabIndex = 0;
//
// label7
//
this.label7.BackColor = System.Drawing.Color.LightGray;
this.label7.Dock = System.Windows.Forms.DockStyle.Left;
this.label7.Font = new System.Drawing.Font("굴림", 9F);
this.label7.Location = new System.Drawing.Point(0, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(113, 21);
this.label7.TabIndex = 18;
this.label7.Text = "Process Status :";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lb_ProcessStatus
//
this.lb_ProcessStatus.BackColor = System.Drawing.Color.LightGray;
this.lb_ProcessStatus.Dock = System.Windows.Forms.DockStyle.Right;
this.lb_ProcessStatus.Font = new System.Drawing.Font("굴림", 9F);
this.lb_ProcessStatus.Location = new System.Drawing.Point(119, 0);
this.lb_ProcessStatus.Name = "lb_ProcessStatus";
this.lb_ProcessStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lb_ProcessStatus.Size = new System.Drawing.Size(58, 21);
this.lb_ProcessStatus.TabIndex = 18;
this.lb_ProcessStatus.Text = "Execute";
this.lb_ProcessStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// panel4
//
this.panel4.BackColor = System.Drawing.Color.White;
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.label6);
this.panel4.Controls.Add(this.lb_EquipmentStatus);
this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
this.panel4.Location = new System.Drawing.Point(0, 44);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(179, 23);
this.panel4.TabIndex = 0;
//
// label6
//
this.label6.BackColor = System.Drawing.Color.White;
this.label6.Dock = System.Windows.Forms.DockStyle.Left;
this.label6.Font = new System.Drawing.Font("굴림", 9F);
this.label6.Location = new System.Drawing.Point(0, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(113, 21);
this.label6.TabIndex = 18;
this.label6.Text = "Equipment Status :";
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lb_EquipmentStatus
//
this.lb_EquipmentStatus.BackColor = System.Drawing.Color.White;
this.lb_EquipmentStatus.Dock = System.Windows.Forms.DockStyle.Right;
this.lb_EquipmentStatus.Font = new System.Drawing.Font("굴림", 9F);
this.lb_EquipmentStatus.Location = new System.Drawing.Point(119, 0);
this.lb_EquipmentStatus.Name = "lb_EquipmentStatus";
this.lb_EquipmentStatus.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lb_EquipmentStatus.Size = new System.Drawing.Size(58, 21);
this.lb_EquipmentStatus.TabIndex = 18;
this.lb_EquipmentStatus.Text = "Fault";
this.lb_EquipmentStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.LightGray;
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.label5);
this.panel3.Controls.Add(this.lb_EquipmentMode);
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
this.panel3.Location = new System.Drawing.Point(0, 21);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(179, 23);
this.panel3.TabIndex = 0;
//
// label5
//
this.label5.BackColor = System.Drawing.Color.LightGray;
this.label5.Dock = System.Windows.Forms.DockStyle.Left;
this.label5.Font = new System.Drawing.Font("굴림", 9F);
this.label5.Location = new System.Drawing.Point(0, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(113, 21);
this.label5.TabIndex = 18;
this.label5.Text = "Equipment Mode :";
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lb_EquipmentMode
//
this.lb_EquipmentMode.BackColor = System.Drawing.Color.LightGray;
this.lb_EquipmentMode.Dock = System.Windows.Forms.DockStyle.Right;
this.lb_EquipmentMode.Font = new System.Drawing.Font("굴림", 9F);
this.lb_EquipmentMode.Location = new System.Drawing.Point(119, 0);
this.lb_EquipmentMode.Name = "lb_EquipmentMode";
this.lb_EquipmentMode.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lb_EquipmentMode.Size = new System.Drawing.Size(58, 21);
this.lb_EquipmentMode.TabIndex = 18;
this.lb_EquipmentMode.Text = "Teach";
this.lb_EquipmentMode.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label4
//
this.label4.BackColor = System.Drawing.Color.White;
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label4.Dock = System.Windows.Forms.DockStyle.Top;
this.label4.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
this.label4.Location = new System.Drawing.Point(0, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(179, 21);
this.label4.TabIndex = 18;
this.label4.Text = "Machine Status";
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lv_OccurredAlarmList
//
this.lv_OccurredAlarmList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3});
this.lv_OccurredAlarmList.FullRowSelect = true;
this.lv_OccurredAlarmList.GridLines = true;
this.lv_OccurredAlarmList.HideSelection = false;
this.lv_OccurredAlarmList.Location = new System.Drawing.Point(584, 3);
this.lv_OccurredAlarmList.MultiSelect = false;
this.lv_OccurredAlarmList.Name = "lv_OccurredAlarmList";
this.lv_OccurredAlarmList.Size = new System.Drawing.Size(551, 90);
this.lv_OccurredAlarmList.TabIndex = 17;
this.lv_OccurredAlarmList.UseCompatibleStateImageBehavior = false;
this.lv_OccurredAlarmList.View = System.Windows.Forms.View.Details;
//
// columnHeader1
//
this.columnHeader1.Text = "Code";
this.columnHeader1.Width = 179;
//
// columnHeader2
//
this.columnHeader2.Text = "Description";
this.columnHeader2.Width = 294;
//
// columnHeader3
//
this.columnHeader3.Text = "Level";
this.columnHeader3.Width = 71;
//
// btn_BuzzerStop
//
this.btn_BuzzerStop.BackColor = System.Drawing.Color.White;
this.btn_BuzzerStop.BackgroundImage = global::SA_LTT_UI.Properties.Resources.BuzzerOff;
this.btn_BuzzerStop.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_BuzzerStop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_BuzzerStop.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btn_BuzzerStop.ForeColor = System.Drawing.SystemColors.ControlText;
this.btn_BuzzerStop.Location = new System.Drawing.Point(1311, 3);
this.btn_BuzzerStop.Name = "btn_BuzzerStop";
this.btn_BuzzerStop.Size = new System.Drawing.Size(104, 90);
this.btn_BuzzerStop.TabIndex = 2;
this.btn_BuzzerStop.Text = "Buzzer\r\nStop";
this.btn_BuzzerStop.UseVisualStyleBackColor = false;
this.btn_BuzzerStop.Click += new System.EventHandler(this.btn_BuzzerStop_Click);
//
// btn_LampOnOff
//
this.btn_LampOnOff.BackColor = System.Drawing.Color.Olive;
this.btn_LampOnOff.BackgroundImage = global::SA_LTT_UI.Properties.Resources.Lamp;
this.btn_LampOnOff.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_LampOnOff.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_LampOnOff.Location = new System.Drawing.Point(1421, 3);
this.btn_LampOnOff.Name = "btn_LampOnOff";
this.btn_LampOnOff.Size = new System.Drawing.Size(104, 89);
this.btn_LampOnOff.TabIndex = 2;
this.btn_LampOnOff.UseVisualStyleBackColor = false;
this.btn_LampOnOff.Click += new System.EventHandler(this.btn_LampOnOff_Click);
//
// btn_AlarmViewer
//
this.btn_AlarmViewer.BackColor = System.Drawing.Color.White;
this.btn_AlarmViewer.BackgroundImage = global::SA_LTT_UI.Properties.Resources.Alarm;
this.btn_AlarmViewer.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.btn_AlarmViewer.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_AlarmViewer.Location = new System.Drawing.Point(1531, 3);
this.btn_AlarmViewer.Name = "btn_AlarmViewer";
this.btn_AlarmViewer.Size = new System.Drawing.Size(104, 89);
this.btn_AlarmViewer.TabIndex = 2;
this.btn_AlarmViewer.Text = "ALARM";
this.btn_AlarmViewer.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btn_AlarmViewer.UseVisualStyleBackColor = false;
this.btn_AlarmViewer.Click += new System.EventHandler(this.btn_AlarmViewer_Click);
//
// panel1
//
this.panel1.Controls.Add(this.btn_LogOut);
this.panel1.Controls.Add(this.panel7);
this.panel1.Controls.Add(this.panel6);
this.panel1.Controls.Add(this.label3);
this.panel1.Location = new System.Drawing.Point(189, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(204, 90);
this.panel1.TabIndex = 16;
//
// btn_LogOut
//
this.btn_LogOut.BackColor = System.Drawing.Color.LightGray;
this.btn_LogOut.Dock = System.Windows.Forms.DockStyle.Top;
this.btn_LogOut.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_LogOut.Location = new System.Drawing.Point(0, 67);
this.btn_LogOut.Name = "btn_LogOut";
this.btn_LogOut.Size = new System.Drawing.Size(204, 22);
this.btn_LogOut.TabIndex = 19;
this.btn_LogOut.Text = "Log Out";
this.btn_LogOut.UseVisualStyleBackColor = false;
this.btn_LogOut.Click += new System.EventHandler(this.btn_LogOut_Click);
//
// panel7
//
this.panel7.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel7.Controls.Add(this.lb_UserLevel);
this.panel7.Controls.Add(this.label2);
this.panel7.Dock = System.Windows.Forms.DockStyle.Top;
this.panel7.Location = new System.Drawing.Point(0, 44);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(204, 23);
this.panel7.TabIndex = 18;
//
// lb_UserLevel
//
this.lb_UserLevel.BackColor = System.Drawing.Color.White;
this.lb_UserLevel.Dock = System.Windows.Forms.DockStyle.Right;
this.lb_UserLevel.Font = new System.Drawing.Font("굴림", 9F);
this.lb_UserLevel.Location = new System.Drawing.Point(68, 0);
this.lb_UserLevel.Name = "lb_UserLevel";
this.lb_UserLevel.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lb_UserLevel.Size = new System.Drawing.Size(134, 21);
this.lb_UserLevel.TabIndex = 20;
this.lb_UserLevel.Text = "Operator";
this.lb_UserLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label2
//
this.label2.Dock = System.Windows.Forms.DockStyle.Left;
this.label2.Location = new System.Drawing.Point(0, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(67, 21);
this.label2.TabIndex = 17;
this.label2.Text = "LEVEL";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel6
//
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel6.Controls.Add(this.lb_UserId);
this.panel6.Controls.Add(this.label1);
this.panel6.Dock = System.Windows.Forms.DockStyle.Top;
this.panel6.Location = new System.Drawing.Point(0, 21);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(204, 23);
this.panel6.TabIndex = 18;
//
// lb_UserId
//
this.lb_UserId.BackColor = System.Drawing.Color.White;
this.lb_UserId.Dock = System.Windows.Forms.DockStyle.Right;
this.lb_UserId.Font = new System.Drawing.Font("굴림", 9F);
this.lb_UserId.Location = new System.Drawing.Point(70, 0);
this.lb_UserId.Name = "lb_UserId";
this.lb_UserId.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.lb_UserId.Size = new System.Drawing.Size(132, 21);
this.lb_UserId.TabIndex = 19;
this.lb_UserId.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// label1
//
this.label1.Dock = System.Windows.Forms.DockStyle.Left;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(67, 21);
this.label1.TabIndex = 17;
this.label1.Text = "NAME";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label3.Dock = System.Windows.Forms.DockStyle.Top;
this.label3.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Bold);
this.label3.Location = new System.Drawing.Point(0, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(204, 21);
this.label3.TabIndex = 17;
this.label3.Text = "User Information";
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Time
//
this.lb_Time.BackColor = System.Drawing.SystemColors.Control;
this.lb_Time.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Time.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
this.lb_Time.Location = new System.Drawing.Point(1770, 66);
this.lb_Time.Name = "lb_Time";
this.lb_Time.Size = new System.Drawing.Size(136, 26);
this.lb_Time.TabIndex = 8;
this.lb_Time.Text = "Time";
this.lb_Time.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Date
//
this.lb_Date.BackColor = System.Drawing.SystemColors.Control;
this.lb_Date.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Date.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
this.lb_Date.Location = new System.Drawing.Point(1770, 33);
this.lb_Date.Name = "lb_Date";
this.lb_Date.Size = new System.Drawing.Size(136, 26);
this.lb_Date.TabIndex = 7;
this.lb_Date.Text = "Date";
this.lb_Date.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_DateTime
//
this.lb_DateTime.Font = new System.Drawing.Font("굴림", 12F, System.Drawing.FontStyle.Bold);
this.lb_DateTime.ForeColor = System.Drawing.Color.Black;
this.lb_DateTime.Location = new System.Drawing.Point(1771, 7);
this.lb_DateTime.Name = "lb_DateTime";
this.lb_DateTime.Size = new System.Drawing.Size(136, 23);
this.lb_DateTime.TabIndex = 6;
this.lb_DateTime.Text = "Date&&Time";
this.lb_DateTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// MainFrame
//
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(1916, 1008);
this.Controls.Add(this.pnl_Main);
this.Controls.Add(this.pnl_Bottom);
this.Controls.Add(this.pnl_Top);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.Name = "MainFrame";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "MainFrame";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrame_FormClosing);
((System.ComponentModel.ISupportInitialize)(this.pb_Logo)).EndInit();
this.pnl_Bottom.ResumeLayout(false);
this.pnl_Top.ResumeLayout(false);
this.pnl_Led.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.panel5.ResumeLayout(false);
this.panel4.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel7.ResumeLayout(false);
this.panel6.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btn_AlarmViewer;
private System.Windows.Forms.Panel pnl_Top;
private System.Windows.Forms.Label lb_Time;
private System.Windows.Forms.Label lb_Date;
private System.Windows.Forms.Label lb_DateTime;
private System.Windows.Forms.Panel pnl_Bottom;
private System.Windows.Forms.Panel pnl_Main;
private System.Windows.Forms.Label lb_LampGreen;
private System.Windows.Forms.Label lb_LampYellow;
private System.Windows.Forms.Label lb_LampRed;
private System.Windows.Forms.Button btn_Close;
private System.Windows.Forms.Timer timer;
private System.Windows.Forms.RadioButton rb_Main;
private System.Windows.Forms.RadioButton rb_AlarmSetting;
private System.Windows.Forms.RadioButton rb_Log;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button btn_LogOut;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.PictureBox pb_Logo;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListView lv_OccurredAlarmList;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.RadioButton rb_Maintenance;
private System.Windows.Forms.Button btn_BuzzerStop;
private System.Windows.Forms.Button btn_LampOnOff;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label lb_ProcessStatus;
private System.Windows.Forms.Label lb_EquipmentMode;
private System.Windows.Forms.Label lb_EquipmentStatus;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel pnl_Led;
private System.Windows.Forms.Label lb_UserLevel;
private System.Windows.Forms.Label lb_UserId;
private System.Windows.Forms.RadioButton rb_Reicipe;
private System.Windows.Forms.Label lb_AttenuatorCalTime;
private System.Windows.Forms.Label lb_EnergyDropCheckTime;
}
}