namespace SA_LTT_UI.Viewer
|
{
|
partial class WaferInfoViewer
|
{
|
/// <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 Windows Form 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.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.tb_Status = new System.Windows.Forms.TextBox();
|
this.tb_LotID = new System.Windows.Forms.TextBox();
|
this.tb_CarrierID = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.label7 = new System.Windows.Forms.Label();
|
this.label8 = new System.Windows.Forms.Label();
|
this.label10 = new System.Windows.Forms.Label();
|
this.flpnl_Port2 = new System.Windows.Forms.FlowLayoutPanel();
|
this.flpnl_Port1 = new System.Windows.Forms.FlowLayoutPanel();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.cbb_AfterRecipeName = new System.Windows.Forms.ComboBox();
|
this.cbb_AfterIsFlip = new System.Windows.Forms.ComboBox();
|
this.cbb_AfterStatus = new System.Windows.Forms.ComboBox();
|
this.cbb_AfterSourceNum = new System.Windows.Forms.ComboBox();
|
this.label13 = new System.Windows.Forms.Label();
|
this.btn_Cancel = new System.Windows.Forms.Button();
|
this.btn_WaferInfoClear = new System.Windows.Forms.Button();
|
this.btn_Save = new System.Windows.Forms.Button();
|
this.cbb_WaferNumbers = new System.Windows.Forms.ComboBox();
|
this.label15 = new System.Windows.Forms.Label();
|
this.label14 = new System.Windows.Forms.Label();
|
this.tb_RecipeName = new System.Windows.Forms.TextBox();
|
this.tb_IsFlip = new System.Windows.Forms.TextBox();
|
this.label12 = new System.Windows.Forms.Label();
|
this.tb_SourceNum = new System.Windows.Forms.TextBox();
|
this.tb_AfterLotID = new System.Windows.Forms.TextBox();
|
this.tb_AfterCarrierID = new System.Windows.Forms.TextBox();
|
this.label11 = new System.Windows.Forms.Label();
|
this.gb_RobotInfo = new System.Windows.Forms.GroupBox();
|
this.lb_RobotWaferExist = new System.Windows.Forms.Label();
|
this.lb_RobotWaferExistIo = new System.Windows.Forms.Label();
|
this.lb_RobotRun = new System.Windows.Forms.Label();
|
this.gb_AlignerInfo = new System.Windows.Forms.GroupBox();
|
this.lb_AlignerWaferExist = new System.Windows.Forms.Label();
|
this.lb_AlignerWaferExistIo = new System.Windows.Forms.Label();
|
this.lb_IsAlignRun = new System.Windows.Forms.Label();
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.label9 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.gb_ChamberInfo = new System.Windows.Forms.GroupBox();
|
this.lb_ChamberWaferExist = new System.Windows.Forms.Label();
|
this.lb_ChamberVacuumOn = new System.Windows.Forms.Label();
|
this.btn_Port1Clear = new System.Windows.Forms.Button();
|
this.btn_Port2Clear = new System.Windows.Forms.Button();
|
this.label16 = new System.Windows.Forms.Label();
|
this.tb_IsProcessComplete = new System.Windows.Forms.TextBox();
|
this.cbb_AfterIsProcessComplete = new System.Windows.Forms.ComboBox();
|
this.groupBox1.SuspendLayout();
|
this.gb_RobotInfo.SuspendLayout();
|
this.gb_AlignerInfo.SuspendLayout();
|
this.groupBox5.SuspendLayout();
|
this.gb_ChamberInfo.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(12, 8);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(48, 12);
|
this.label1.TabIndex = 2;
|
this.label1.Text = "PORT 1";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(233, 8);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(48, 12);
|
this.label2.TabIndex = 2;
|
this.label2.Text = "PORT 2";
|
//
|
// tb_Status
|
//
|
this.tb_Status.Location = new System.Drawing.Point(93, 75);
|
this.tb_Status.Name = "tb_Status";
|
this.tb_Status.ReadOnly = true;
|
this.tb_Status.Size = new System.Drawing.Size(98, 21);
|
this.tb_Status.TabIndex = 0;
|
//
|
// tb_LotID
|
//
|
this.tb_LotID.Location = new System.Drawing.Point(93, 129);
|
this.tb_LotID.Name = "tb_LotID";
|
this.tb_LotID.ReadOnly = true;
|
this.tb_LotID.Size = new System.Drawing.Size(98, 21);
|
this.tb_LotID.TabIndex = 0;
|
//
|
// tb_CarrierID
|
//
|
this.tb_CarrierID.Location = new System.Drawing.Point(93, 102);
|
this.tb_CarrierID.Name = "tb_CarrierID";
|
this.tb_CarrierID.ReadOnly = true;
|
this.tb_CarrierID.Size = new System.Drawing.Size(98, 21);
|
this.tb_CarrierID.TabIndex = 0;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(5, 105);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(54, 12);
|
this.label6.TabIndex = 3;
|
this.label6.Text = "CarrierID";
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(5, 132);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(37, 12);
|
this.label7.TabIndex = 3;
|
this.label7.Text = "Lot ID";
|
//
|
// label8
|
//
|
this.label8.AutoSize = true;
|
this.label8.Location = new System.Drawing.Point(5, 78);
|
this.label8.Name = "label8";
|
this.label8.Size = new System.Drawing.Size(40, 12);
|
this.label8.TabIndex = 3;
|
this.label8.Text = "Status";
|
//
|
// label10
|
//
|
this.label10.AutoSize = true;
|
this.label10.Location = new System.Drawing.Point(5, 210);
|
this.label10.Name = "label10";
|
this.label10.Size = new System.Drawing.Size(39, 12);
|
this.label10.TabIndex = 3;
|
this.label10.Text = "Is Flip";
|
//
|
// flpnl_Port2
|
//
|
this.flpnl_Port2.AutoScroll = true;
|
this.flpnl_Port2.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.flpnl_Port2.Location = new System.Drawing.Point(235, 32);
|
this.flpnl_Port2.Name = "flpnl_Port2";
|
this.flpnl_Port2.Size = new System.Drawing.Size(212, 579);
|
this.flpnl_Port2.TabIndex = 4;
|
//
|
// flpnl_Port1
|
//
|
this.flpnl_Port1.AutoScroll = true;
|
this.flpnl_Port1.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.flpnl_Port1.Location = new System.Drawing.Point(12, 32);
|
this.flpnl_Port1.Name = "flpnl_Port1";
|
this.flpnl_Port1.Size = new System.Drawing.Size(212, 579);
|
this.flpnl_Port1.TabIndex = 5;
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.cbb_AfterRecipeName);
|
this.groupBox1.Controls.Add(this.cbb_AfterIsProcessComplete);
|
this.groupBox1.Controls.Add(this.cbb_AfterIsFlip);
|
this.groupBox1.Controls.Add(this.cbb_AfterStatus);
|
this.groupBox1.Controls.Add(this.cbb_AfterSourceNum);
|
this.groupBox1.Controls.Add(this.label13);
|
this.groupBox1.Controls.Add(this.btn_Cancel);
|
this.groupBox1.Controls.Add(this.btn_WaferInfoClear);
|
this.groupBox1.Controls.Add(this.btn_Save);
|
this.groupBox1.Controls.Add(this.cbb_WaferNumbers);
|
this.groupBox1.Controls.Add(this.label15);
|
this.groupBox1.Controls.Add(this.label14);
|
this.groupBox1.Controls.Add(this.label8);
|
this.groupBox1.Controls.Add(this.tb_Status);
|
this.groupBox1.Controls.Add(this.label6);
|
this.groupBox1.Controls.Add(this.tb_RecipeName);
|
this.groupBox1.Controls.Add(this.tb_IsProcessComplete);
|
this.groupBox1.Controls.Add(this.tb_IsFlip);
|
this.groupBox1.Controls.Add(this.label12);
|
this.groupBox1.Controls.Add(this.tb_SourceNum);
|
this.groupBox1.Controls.Add(this.label16);
|
this.groupBox1.Controls.Add(this.tb_AfterLotID);
|
this.groupBox1.Controls.Add(this.label10);
|
this.groupBox1.Controls.Add(this.tb_AfterCarrierID);
|
this.groupBox1.Controls.Add(this.tb_LotID);
|
this.groupBox1.Controls.Add(this.tb_CarrierID);
|
this.groupBox1.Controls.Add(this.label11);
|
this.groupBox1.Controls.Add(this.label7);
|
this.groupBox1.Location = new System.Drawing.Point(453, 281);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(344, 328);
|
this.groupBox1.TabIndex = 6;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "Wafer Info";
|
//
|
// cbb_AfterRecipeName
|
//
|
this.cbb_AfterRecipeName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_AfterRecipeName.FormattingEnabled = true;
|
this.cbb_AfterRecipeName.Location = new System.Drawing.Point(239, 234);
|
this.cbb_AfterRecipeName.Name = "cbb_AfterRecipeName";
|
this.cbb_AfterRecipeName.Size = new System.Drawing.Size(98, 20);
|
this.cbb_AfterRecipeName.TabIndex = 12;
|
//
|
// cbb_AfterIsFlip
|
//
|
this.cbb_AfterIsFlip.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_AfterIsFlip.FormattingEnabled = true;
|
this.cbb_AfterIsFlip.Location = new System.Drawing.Point(239, 208);
|
this.cbb_AfterIsFlip.Name = "cbb_AfterIsFlip";
|
this.cbb_AfterIsFlip.Size = new System.Drawing.Size(98, 20);
|
this.cbb_AfterIsFlip.TabIndex = 12;
|
//
|
// cbb_AfterStatus
|
//
|
this.cbb_AfterStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_AfterStatus.FormattingEnabled = true;
|
this.cbb_AfterStatus.Location = new System.Drawing.Point(239, 75);
|
this.cbb_AfterStatus.Name = "cbb_AfterStatus";
|
this.cbb_AfterStatus.Size = new System.Drawing.Size(98, 20);
|
this.cbb_AfterStatus.TabIndex = 12;
|
//
|
// cbb_AfterSourceNum
|
//
|
this.cbb_AfterSourceNum.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_AfterSourceNum.FormattingEnabled = true;
|
this.cbb_AfterSourceNum.Location = new System.Drawing.Point(239, 157);
|
this.cbb_AfterSourceNum.Name = "cbb_AfterSourceNum";
|
this.cbb_AfterSourceNum.Size = new System.Drawing.Size(98, 20);
|
this.cbb_AfterSourceNum.TabIndex = 12;
|
//
|
// label13
|
//
|
this.label13.AutoSize = true;
|
this.label13.Font = new System.Drawing.Font("Gulim", 15F);
|
this.label13.Location = new System.Drawing.Point(200, 143);
|
this.label13.Name = "label13";
|
this.label13.Size = new System.Drawing.Size(29, 20);
|
this.label13.TabIndex = 11;
|
this.label13.Text = "←";
|
//
|
// btn_Cancel
|
//
|
this.btn_Cancel.Location = new System.Drawing.Point(122, 261);
|
this.btn_Cancel.Name = "btn_Cancel";
|
this.btn_Cancel.Size = new System.Drawing.Size(98, 61);
|
this.btn_Cancel.TabIndex = 10;
|
this.btn_Cancel.Text = "Cancel";
|
this.btn_Cancel.UseVisualStyleBackColor = true;
|
this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
|
//
|
// btn_WaferInfoClear
|
//
|
this.btn_WaferInfoClear.Location = new System.Drawing.Point(5, 261);
|
this.btn_WaferInfoClear.Name = "btn_WaferInfoClear";
|
this.btn_WaferInfoClear.Size = new System.Drawing.Size(98, 61);
|
this.btn_WaferInfoClear.TabIndex = 10;
|
this.btn_WaferInfoClear.Text = "Clear";
|
this.btn_WaferInfoClear.UseVisualStyleBackColor = true;
|
this.btn_WaferInfoClear.Click += new System.EventHandler(this.btn_WaferInfoClear_Click);
|
//
|
// btn_Save
|
//
|
this.btn_Save.Location = new System.Drawing.Point(239, 261);
|
this.btn_Save.Name = "btn_Save";
|
this.btn_Save.Size = new System.Drawing.Size(98, 61);
|
this.btn_Save.TabIndex = 10;
|
this.btn_Save.Text = "Save";
|
this.btn_Save.UseVisualStyleBackColor = true;
|
this.btn_Save.Click += new System.EventHandler(this.btn_Save_Click);
|
//
|
// cbb_WaferNumbers
|
//
|
this.cbb_WaferNumbers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_WaferNumbers.FormattingEnabled = true;
|
this.cbb_WaferNumbers.Location = new System.Drawing.Point(6, 20);
|
this.cbb_WaferNumbers.Name = "cbb_WaferNumbers";
|
this.cbb_WaferNumbers.Size = new System.Drawing.Size(331, 20);
|
this.cbb_WaferNumbers.TabIndex = 8;
|
this.cbb_WaferNumbers.SelectedIndexChanged += new System.EventHandler(this.cbb_WaferNumbers_SelectedIndexChanged);
|
//
|
// label15
|
//
|
this.label15.AutoSize = true;
|
this.label15.Location = new System.Drawing.Point(264, 52);
|
this.label15.Name = "label15";
|
this.label15.Size = new System.Drawing.Size(49, 12);
|
this.label15.TabIndex = 3;
|
this.label15.Text = "Change";
|
//
|
// label14
|
//
|
this.label14.AutoSize = true;
|
this.label14.Location = new System.Drawing.Point(120, 52);
|
this.label14.Name = "label14";
|
this.label14.Size = new System.Drawing.Size(46, 12);
|
this.label14.TabIndex = 3;
|
this.label14.Text = "Current";
|
//
|
// tb_RecipeName
|
//
|
this.tb_RecipeName.Location = new System.Drawing.Point(93, 234);
|
this.tb_RecipeName.Name = "tb_RecipeName";
|
this.tb_RecipeName.ReadOnly = true;
|
this.tb_RecipeName.Size = new System.Drawing.Size(98, 21);
|
this.tb_RecipeName.TabIndex = 0;
|
//
|
// tb_IsFlip
|
//
|
this.tb_IsFlip.Location = new System.Drawing.Point(93, 207);
|
this.tb_IsFlip.Name = "tb_IsFlip";
|
this.tb_IsFlip.ReadOnly = true;
|
this.tb_IsFlip.Size = new System.Drawing.Size(98, 21);
|
this.tb_IsFlip.TabIndex = 0;
|
//
|
// label12
|
//
|
this.label12.AutoSize = true;
|
this.label12.Location = new System.Drawing.Point(5, 237);
|
this.label12.Name = "label12";
|
this.label12.Size = new System.Drawing.Size(82, 12);
|
this.label12.TabIndex = 3;
|
this.label12.Text = "Recipe Name";
|
//
|
// tb_SourceNum
|
//
|
this.tb_SourceNum.Location = new System.Drawing.Point(93, 156);
|
this.tb_SourceNum.Name = "tb_SourceNum";
|
this.tb_SourceNum.ReadOnly = true;
|
this.tb_SourceNum.Size = new System.Drawing.Size(98, 21);
|
this.tb_SourceNum.TabIndex = 0;
|
//
|
// tb_AfterLotID
|
//
|
this.tb_AfterLotID.Location = new System.Drawing.Point(239, 129);
|
this.tb_AfterLotID.Name = "tb_AfterLotID";
|
this.tb_AfterLotID.Size = new System.Drawing.Size(98, 21);
|
this.tb_AfterLotID.TabIndex = 0;
|
//
|
// tb_AfterCarrierID
|
//
|
this.tb_AfterCarrierID.Location = new System.Drawing.Point(239, 102);
|
this.tb_AfterCarrierID.Name = "tb_AfterCarrierID";
|
this.tb_AfterCarrierID.Size = new System.Drawing.Size(98, 21);
|
this.tb_AfterCarrierID.TabIndex = 0;
|
//
|
// label11
|
//
|
this.label11.AutoSize = true;
|
this.label11.Location = new System.Drawing.Point(5, 159);
|
this.label11.Name = "label11";
|
this.label11.Size = new System.Drawing.Size(76, 12);
|
this.label11.TabIndex = 3;
|
this.label11.Text = "Source Num";
|
//
|
// gb_RobotInfo
|
//
|
this.gb_RobotInfo.Controls.Add(this.lb_RobotWaferExist);
|
this.gb_RobotInfo.Controls.Add(this.lb_RobotWaferExistIo);
|
this.gb_RobotInfo.Controls.Add(this.lb_RobotRun);
|
this.gb_RobotInfo.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.gb_RobotInfo.Location = new System.Drawing.Point(453, 161);
|
this.gb_RobotInfo.Name = "gb_RobotInfo";
|
this.gb_RobotInfo.Size = new System.Drawing.Size(110, 114);
|
this.gb_RobotInfo.TabIndex = 7;
|
this.gb_RobotInfo.TabStop = false;
|
this.gb_RobotInfo.Text = "Robot";
|
//
|
// lb_RobotWaferExist
|
//
|
this.lb_RobotWaferExist.BackColor = System.Drawing.Color.Lime;
|
this.lb_RobotWaferExist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_RobotWaferExist.Location = new System.Drawing.Point(6, 48);
|
this.lb_RobotWaferExist.Name = "lb_RobotWaferExist";
|
this.lb_RobotWaferExist.Size = new System.Drawing.Size(98, 21);
|
this.lb_RobotWaferExist.TabIndex = 0;
|
this.lb_RobotWaferExist.Text = "Wafer Exist";
|
this.lb_RobotWaferExist.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_RobotWaferExistIo
|
//
|
this.lb_RobotWaferExistIo.BackColor = System.Drawing.Color.Lime;
|
this.lb_RobotWaferExistIo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_RobotWaferExistIo.Location = new System.Drawing.Point(6, 80);
|
this.lb_RobotWaferExistIo.Name = "lb_RobotWaferExistIo";
|
this.lb_RobotWaferExistIo.Size = new System.Drawing.Size(98, 21);
|
this.lb_RobotWaferExistIo.TabIndex = 0;
|
this.lb_RobotWaferExistIo.Text = "Wafer Exist IO";
|
this.lb_RobotWaferExistIo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_RobotRun
|
//
|
this.lb_RobotRun.BackColor = System.Drawing.Color.Lime;
|
this.lb_RobotRun.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_RobotRun.Location = new System.Drawing.Point(6, 17);
|
this.lb_RobotRun.Name = "lb_RobotRun";
|
this.lb_RobotRun.Size = new System.Drawing.Size(98, 21);
|
this.lb_RobotRun.TabIndex = 0;
|
this.lb_RobotRun.Text = "Run";
|
this.lb_RobotRun.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// gb_AlignerInfo
|
//
|
this.gb_AlignerInfo.Controls.Add(this.lb_AlignerWaferExist);
|
this.gb_AlignerInfo.Controls.Add(this.lb_AlignerWaferExistIo);
|
this.gb_AlignerInfo.Controls.Add(this.lb_IsAlignRun);
|
this.gb_AlignerInfo.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.gb_AlignerInfo.Location = new System.Drawing.Point(569, 161);
|
this.gb_AlignerInfo.Name = "gb_AlignerInfo";
|
this.gb_AlignerInfo.Size = new System.Drawing.Size(110, 114);
|
this.gb_AlignerInfo.TabIndex = 7;
|
this.gb_AlignerInfo.TabStop = false;
|
this.gb_AlignerInfo.Text = "Aligner";
|
//
|
// lb_AlignerWaferExist
|
//
|
this.lb_AlignerWaferExist.BackColor = System.Drawing.Color.Lime;
|
this.lb_AlignerWaferExist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_AlignerWaferExist.Location = new System.Drawing.Point(6, 48);
|
this.lb_AlignerWaferExist.Name = "lb_AlignerWaferExist";
|
this.lb_AlignerWaferExist.Size = new System.Drawing.Size(98, 21);
|
this.lb_AlignerWaferExist.TabIndex = 0;
|
this.lb_AlignerWaferExist.Text = "Wafer Exist";
|
this.lb_AlignerWaferExist.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_AlignerWaferExistIo
|
//
|
this.lb_AlignerWaferExistIo.BackColor = System.Drawing.Color.Lime;
|
this.lb_AlignerWaferExistIo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_AlignerWaferExistIo.Location = new System.Drawing.Point(6, 80);
|
this.lb_AlignerWaferExistIo.Name = "lb_AlignerWaferExistIo";
|
this.lb_AlignerWaferExistIo.Size = new System.Drawing.Size(98, 21);
|
this.lb_AlignerWaferExistIo.TabIndex = 0;
|
this.lb_AlignerWaferExistIo.Text = "Wafer Exist IO";
|
this.lb_AlignerWaferExistIo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_IsAlignRun
|
//
|
this.lb_IsAlignRun.BackColor = System.Drawing.Color.Lime;
|
this.lb_IsAlignRun.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_IsAlignRun.Location = new System.Drawing.Point(6, 17);
|
this.lb_IsAlignRun.Name = "lb_IsAlignRun";
|
this.lb_IsAlignRun.Size = new System.Drawing.Size(98, 21);
|
this.lb_IsAlignRun.TabIndex = 0;
|
this.lb_IsAlignRun.Text = "Run";
|
this.lb_IsAlignRun.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// groupBox5
|
//
|
this.groupBox5.Controls.Add(this.label5);
|
this.groupBox5.Controls.Add(this.label9);
|
this.groupBox5.Controls.Add(this.label4);
|
this.groupBox5.Controls.Add(this.label3);
|
this.groupBox5.Location = new System.Drawing.Point(453, 32);
|
this.groupBox5.Name = "groupBox5";
|
this.groupBox5.Size = new System.Drawing.Size(344, 123);
|
this.groupBox5.TabIndex = 8;
|
this.groupBox5.TabStop = false;
|
this.groupBox5.Text = "Description";
|
//
|
// label5
|
//
|
this.label5.BackColor = System.Drawing.Color.Red;
|
this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label5.Location = new System.Drawing.Point(8, 83);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(90, 21);
|
this.label5.TabIndex = 0;
|
this.label5.Text = "Error";
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label9
|
//
|
this.label9.BackColor = System.Drawing.Color.White;
|
this.label9.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label9.Location = new System.Drawing.Point(104, 17);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(233, 87);
|
this.label9.TabIndex = 0;
|
this.label9.Text = "Wafer Exist IO : Module의 IO 값\r\n\r\nWafer Exist : Wafer Info의 Wafer Exist 값\r\n\r\n해당 위치" +
|
" 클릭시 Wafer Info에 정보 표시.";
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
//
|
// label4
|
//
|
this.label4.BackColor = System.Drawing.Color.White;
|
this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label4.Location = new System.Drawing.Point(8, 49);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(90, 21);
|
this.label4.TabIndex = 0;
|
this.label4.Text = "Empty";
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label3
|
//
|
this.label3.BackColor = System.Drawing.Color.Lime;
|
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label3.Location = new System.Drawing.Point(8, 17);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(90, 21);
|
this.label3.TabIndex = 0;
|
this.label3.Text = "Exist";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// gb_ChamberInfo
|
//
|
this.gb_ChamberInfo.Controls.Add(this.lb_ChamberWaferExist);
|
this.gb_ChamberInfo.Controls.Add(this.lb_ChamberVacuumOn);
|
this.gb_ChamberInfo.Cursor = System.Windows.Forms.Cursors.Hand;
|
this.gb_ChamberInfo.Location = new System.Drawing.Point(687, 161);
|
this.gb_ChamberInfo.Name = "gb_ChamberInfo";
|
this.gb_ChamberInfo.Size = new System.Drawing.Size(110, 114);
|
this.gb_ChamberInfo.TabIndex = 7;
|
this.gb_ChamberInfo.TabStop = false;
|
this.gb_ChamberInfo.Text = "Chamber";
|
//
|
// lb_ChamberWaferExist
|
//
|
this.lb_ChamberWaferExist.BackColor = System.Drawing.Color.Lime;
|
this.lb_ChamberWaferExist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_ChamberWaferExist.Location = new System.Drawing.Point(6, 48);
|
this.lb_ChamberWaferExist.Name = "lb_ChamberWaferExist";
|
this.lb_ChamberWaferExist.Size = new System.Drawing.Size(98, 21);
|
this.lb_ChamberWaferExist.TabIndex = 0;
|
this.lb_ChamberWaferExist.Text = "Wafer Exist";
|
this.lb_ChamberWaferExist.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_ChamberVacuumOn
|
//
|
this.lb_ChamberVacuumOn.BackColor = System.Drawing.Color.Lime;
|
this.lb_ChamberVacuumOn.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_ChamberVacuumOn.Location = new System.Drawing.Point(6, 80);
|
this.lb_ChamberVacuumOn.Name = "lb_ChamberVacuumOn";
|
this.lb_ChamberVacuumOn.Size = new System.Drawing.Size(98, 21);
|
this.lb_ChamberVacuumOn.TabIndex = 0;
|
this.lb_ChamberVacuumOn.Text = "Vaccum On";
|
this.lb_ChamberVacuumOn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// btn_Port1Clear
|
//
|
this.btn_Port1Clear.Location = new System.Drawing.Point(149, 3);
|
this.btn_Port1Clear.Name = "btn_Port1Clear";
|
this.btn_Port1Clear.Size = new System.Drawing.Size(75, 23);
|
this.btn_Port1Clear.TabIndex = 9;
|
this.btn_Port1Clear.Text = "Clear";
|
this.btn_Port1Clear.UseVisualStyleBackColor = true;
|
this.btn_Port1Clear.Click += new System.EventHandler(this.btn_Port1Clear_Click);
|
//
|
// btn_Port2Clear
|
//
|
this.btn_Port2Clear.Location = new System.Drawing.Point(372, 3);
|
this.btn_Port2Clear.Name = "btn_Port2Clear";
|
this.btn_Port2Clear.Size = new System.Drawing.Size(75, 23);
|
this.btn_Port2Clear.TabIndex = 9;
|
this.btn_Port2Clear.Text = "Clear";
|
this.btn_Port2Clear.UseVisualStyleBackColor = true;
|
this.btn_Port2Clear.Click += new System.EventHandler(this.btn_Port2Clear_Click);
|
//
|
// label16
|
//
|
this.label16.AutoSize = true;
|
this.label16.Location = new System.Drawing.Point(5, 179);
|
this.label16.Name = "label16";
|
this.label16.Size = new System.Drawing.Size(65, 24);
|
this.label16.TabIndex = 3;
|
this.label16.Text = "Is process\r\ncomplete";
|
//
|
// tb_IsProcessComplete
|
//
|
this.tb_IsProcessComplete.Location = new System.Drawing.Point(93, 182);
|
this.tb_IsProcessComplete.Name = "tb_IsProcessComplete";
|
this.tb_IsProcessComplete.ReadOnly = true;
|
this.tb_IsProcessComplete.Size = new System.Drawing.Size(98, 21);
|
this.tb_IsProcessComplete.TabIndex = 0;
|
//
|
// cbb_AfterIsProcessComplete
|
//
|
this.cbb_AfterIsProcessComplete.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.cbb_AfterIsProcessComplete.FormattingEnabled = true;
|
this.cbb_AfterIsProcessComplete.Location = new System.Drawing.Point(239, 183);
|
this.cbb_AfterIsProcessComplete.Name = "cbb_AfterIsProcessComplete";
|
this.cbb_AfterIsProcessComplete.Size = new System.Drawing.Size(98, 20);
|
this.cbb_AfterIsProcessComplete.TabIndex = 12;
|
//
|
// WaferInfoViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(804, 621);
|
this.Controls.Add(this.btn_Port2Clear);
|
this.Controls.Add(this.btn_Port1Clear);
|
this.Controls.Add(this.groupBox5);
|
this.Controls.Add(this.gb_AlignerInfo);
|
this.Controls.Add(this.groupBox1);
|
this.Controls.Add(this.gb_ChamberInfo);
|
this.Controls.Add(this.gb_RobotInfo);
|
this.Controls.Add(this.flpnl_Port1);
|
this.Controls.Add(this.flpnl_Port2);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.label1);
|
this.Name = "WaferInfoViewer";
|
this.Text = "WaferInfoViewer";
|
this.TopMost = true;
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.WaferInfoViewer_FormClosing);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.gb_RobotInfo.ResumeLayout(false);
|
this.gb_AlignerInfo.ResumeLayout(false);
|
this.groupBox5.ResumeLayout(false);
|
this.gb_ChamberInfo.ResumeLayout(false);
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox tb_Status;
|
private System.Windows.Forms.TextBox tb_LotID;
|
private System.Windows.Forms.TextBox tb_CarrierID;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.Label label8;
|
private System.Windows.Forms.Label label10;
|
private System.Windows.Forms.FlowLayoutPanel flpnl_Port2;
|
private System.Windows.Forms.FlowLayoutPanel flpnl_Port1;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.TextBox tb_SourceNum;
|
private System.Windows.Forms.Label label11;
|
private System.Windows.Forms.ComboBox cbb_WaferNumbers;
|
private System.Windows.Forms.TextBox tb_IsFlip;
|
private System.Windows.Forms.GroupBox gb_RobotInfo;
|
private System.Windows.Forms.GroupBox gb_AlignerInfo;
|
private System.Windows.Forms.GroupBox groupBox5;
|
private System.Windows.Forms.Label label5;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.Label lb_RobotWaferExistIo;
|
private System.Windows.Forms.Label lb_RobotRun;
|
private System.Windows.Forms.Label lb_AlignerWaferExistIo;
|
private System.Windows.Forms.GroupBox gb_ChamberInfo;
|
private System.Windows.Forms.Label lb_ChamberVacuumOn;
|
private System.Windows.Forms.Button btn_Port1Clear;
|
private System.Windows.Forms.Button btn_Port2Clear;
|
private System.Windows.Forms.Button btn_WaferInfoClear;
|
private System.Windows.Forms.Label lb_RobotWaferExist;
|
private System.Windows.Forms.Label lb_AlignerWaferExist;
|
private System.Windows.Forms.Label lb_ChamberWaferExist;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.TextBox tb_RecipeName;
|
private System.Windows.Forms.Label label12;
|
private System.Windows.Forms.Button btn_Cancel;
|
private System.Windows.Forms.Button btn_Save;
|
private System.Windows.Forms.Label lb_IsAlignRun;
|
private System.Windows.Forms.Label label13;
|
private System.Windows.Forms.TextBox tb_AfterLotID;
|
private System.Windows.Forms.TextBox tb_AfterCarrierID;
|
private System.Windows.Forms.Label label15;
|
private System.Windows.Forms.Label label14;
|
private System.Windows.Forms.ComboBox cbb_AfterSourceNum;
|
private System.Windows.Forms.ComboBox cbb_AfterRecipeName;
|
private System.Windows.Forms.ComboBox cbb_AfterIsFlip;
|
private System.Windows.Forms.ComboBox cbb_AfterStatus;
|
private System.Windows.Forms.ComboBox cbb_AfterIsProcessComplete;
|
private System.Windows.Forms.TextBox tb_IsProcessComplete;
|
private System.Windows.Forms.Label label16;
|
}
|
}
|