namespace SA_LTT_UI.Viewer
|
{
|
partial class PreAlignViwer
|
{
|
/// <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.gb_Status = new System.Windows.Forms.GroupBox();
|
this.label9 = new System.Windows.Forms.Label();
|
this.tb_AlignTime = new System.Windows.Forms.TextBox();
|
this.lb_IsHome = new System.Windows.Forms.Label();
|
this.lb_Vacuum = new System.Windows.Forms.Label();
|
this.lb_WaferExist = new System.Windows.Forms.Label();
|
this.label6 = new System.Windows.Forms.Label();
|
this.tb_PositionT = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
this.tb_PositionX = new System.Windows.Forms.TextBox();
|
this.tb_PositionY = new System.Windows.Forms.TextBox();
|
this.lb_Version = new System.Windows.Forms.Label();
|
this.lb_PortName = new System.Windows.Forms.Label();
|
this.btn_Home = new System.Windows.Forms.Button();
|
this.btn_Align = new System.Windows.Forms.Button();
|
this.btn_Again = new System.Windows.Forms.Button();
|
this.tb_Angle = new System.Windows.Forms.TextBox();
|
this.btn_VacuumOn = new System.Windows.Forms.Button();
|
this.btn_VacuumOff = new System.Windows.Forms.Button();
|
this.btn_Center = new System.Windows.Forms.Button();
|
this.btn_PinUp = new System.Windows.Forms.Button();
|
this.btn_PinDown = new System.Windows.Forms.Button();
|
this.gb_Control = new System.Windows.Forms.GroupBox();
|
this.lb_RunEnable = new System.Windows.Forms.Label();
|
this.gb_Status.SuspendLayout();
|
this.gb_Control.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// gb_Status
|
//
|
this.gb_Status.Controls.Add(this.label9);
|
this.gb_Status.Controls.Add(this.tb_AlignTime);
|
this.gb_Status.Controls.Add(this.lb_IsHome);
|
this.gb_Status.Controls.Add(this.lb_Vacuum);
|
this.gb_Status.Controls.Add(this.lb_RunEnable);
|
this.gb_Status.Controls.Add(this.lb_WaferExist);
|
this.gb_Status.Controls.Add(this.label6);
|
this.gb_Status.Controls.Add(this.tb_PositionT);
|
this.gb_Status.Controls.Add(this.label4);
|
this.gb_Status.Controls.Add(this.label3);
|
this.gb_Status.Controls.Add(this.tb_PositionX);
|
this.gb_Status.Controls.Add(this.tb_PositionY);
|
this.gb_Status.Controls.Add(this.lb_Version);
|
this.gb_Status.Controls.Add(this.lb_PortName);
|
this.gb_Status.Location = new System.Drawing.Point(12, 12);
|
this.gb_Status.Name = "gb_Status";
|
this.gb_Status.Size = new System.Drawing.Size(482, 147);
|
this.gb_Status.TabIndex = 13;
|
this.gb_Status.TabStop = false;
|
this.gb_Status.Text = "Status";
|
//
|
// label9
|
//
|
this.label9.AutoSize = true;
|
this.label9.Location = new System.Drawing.Point(195, 60);
|
this.label9.Name = "label9";
|
this.label9.Size = new System.Drawing.Size(66, 12);
|
this.label9.TabIndex = 17;
|
this.label9.Text = "Align Time";
|
//
|
// tb_AlignTime
|
//
|
this.tb_AlignTime.Location = new System.Drawing.Point(267, 55);
|
this.tb_AlignTime.Name = "tb_AlignTime";
|
this.tb_AlignTime.ReadOnly = true;
|
this.tb_AlignTime.Size = new System.Drawing.Size(72, 21);
|
this.tb_AlignTime.TabIndex = 16;
|
//
|
// lb_IsHome
|
//
|
this.lb_IsHome.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_IsHome.Location = new System.Drawing.Point(104, 109);
|
this.lb_IsHome.Name = "lb_IsHome";
|
this.lb_IsHome.Size = new System.Drawing.Size(74, 21);
|
this.lb_IsHome.TabIndex = 10;
|
this.lb_IsHome.Text = "Home";
|
this.lb_IsHome.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_Vacuum
|
//
|
this.lb_Vacuum.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_Vacuum.Location = new System.Drawing.Point(104, 83);
|
this.lb_Vacuum.Name = "lb_Vacuum";
|
this.lb_Vacuum.Size = new System.Drawing.Size(74, 21);
|
this.lb_Vacuum.TabIndex = 10;
|
this.lb_Vacuum.Text = "Vaccum";
|
this.lb_Vacuum.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_WaferExist
|
//
|
this.lb_WaferExist.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_WaferExist.Location = new System.Drawing.Point(104, 56);
|
this.lb_WaferExist.Name = "lb_WaferExist";
|
this.lb_WaferExist.Size = new System.Drawing.Size(74, 21);
|
this.lb_WaferExist.TabIndex = 10;
|
this.lb_WaferExist.Text = "Wafer";
|
this.lb_WaferExist.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(7, 58);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(13, 12);
|
this.label6.TabIndex = 9;
|
this.label6.Text = "X";
|
//
|
// tb_PositionT
|
//
|
this.tb_PositionT.Location = new System.Drawing.Point(26, 108);
|
this.tb_PositionT.Name = "tb_PositionT";
|
this.tb_PositionT.ReadOnly = true;
|
this.tb_PositionT.Size = new System.Drawing.Size(72, 21);
|
this.tb_PositionT.TabIndex = 8;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(7, 113);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(13, 12);
|
this.label4.TabIndex = 7;
|
this.label4.Text = "T";
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(7, 85);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(13, 12);
|
this.label3.TabIndex = 7;
|
this.label3.Text = "Y";
|
//
|
// tb_PositionX
|
//
|
this.tb_PositionX.Location = new System.Drawing.Point(26, 55);
|
this.tb_PositionX.Name = "tb_PositionX";
|
this.tb_PositionX.ReadOnly = true;
|
this.tb_PositionX.Size = new System.Drawing.Size(72, 21);
|
this.tb_PositionX.TabIndex = 6;
|
//
|
// tb_PositionY
|
//
|
this.tb_PositionY.Location = new System.Drawing.Point(26, 82);
|
this.tb_PositionY.Name = "tb_PositionY";
|
this.tb_PositionY.ReadOnly = true;
|
this.tb_PositionY.Size = new System.Drawing.Size(72, 21);
|
this.tb_PositionY.TabIndex = 6;
|
//
|
// lb_Version
|
//
|
this.lb_Version.AutoSize = true;
|
this.lb_Version.Location = new System.Drawing.Point(6, 35);
|
this.lb_Version.Name = "lb_Version";
|
this.lb_Version.Size = new System.Drawing.Size(62, 12);
|
this.lb_Version.TabIndex = 3;
|
this.lb_Version.Text = "Version - ";
|
//
|
// lb_PortName
|
//
|
this.lb_PortName.AutoSize = true;
|
this.lb_PortName.Location = new System.Drawing.Point(6, 17);
|
this.lb_PortName.Name = "lb_PortName";
|
this.lb_PortName.Size = new System.Drawing.Size(27, 12);
|
this.lb_PortName.TabIndex = 3;
|
this.lb_PortName.Text = "Port";
|
//
|
// btn_Home
|
//
|
this.btn_Home.Location = new System.Drawing.Point(9, 20);
|
this.btn_Home.Name = "btn_Home";
|
this.btn_Home.Size = new System.Drawing.Size(75, 23);
|
this.btn_Home.TabIndex = 14;
|
this.btn_Home.Text = "Home";
|
this.btn_Home.UseVisualStyleBackColor = true;
|
this.btn_Home.Click += new System.EventHandler(this.btn_Home_Click);
|
//
|
// btn_Align
|
//
|
this.btn_Align.Location = new System.Drawing.Point(90, 73);
|
this.btn_Align.Name = "btn_Align";
|
this.btn_Align.Size = new System.Drawing.Size(75, 23);
|
this.btn_Align.TabIndex = 14;
|
this.btn_Align.Text = "Align";
|
this.btn_Align.UseVisualStyleBackColor = true;
|
this.btn_Align.Click += new System.EventHandler(this.btn_Align_Click);
|
//
|
// btn_Again
|
//
|
this.btn_Again.Location = new System.Drawing.Point(90, 102);
|
this.btn_Again.Name = "btn_Again";
|
this.btn_Again.Size = new System.Drawing.Size(75, 23);
|
this.btn_Again.TabIndex = 14;
|
this.btn_Again.Text = "Again";
|
this.btn_Again.UseVisualStyleBackColor = true;
|
this.btn_Again.Click += new System.EventHandler(this.btn_Again_Click);
|
//
|
// tb_Angle
|
//
|
this.tb_Angle.Location = new System.Drawing.Point(9, 73);
|
this.tb_Angle.Name = "tb_Angle";
|
this.tb_Angle.Size = new System.Drawing.Size(75, 21);
|
this.tb_Angle.TabIndex = 15;
|
this.tb_Angle.Text = "0";
|
//
|
// btn_VacuumOn
|
//
|
this.btn_VacuumOn.Location = new System.Drawing.Point(90, 20);
|
this.btn_VacuumOn.Name = "btn_VacuumOn";
|
this.btn_VacuumOn.Size = new System.Drawing.Size(79, 23);
|
this.btn_VacuumOn.TabIndex = 16;
|
this.btn_VacuumOn.Text = "VacuumOn";
|
this.btn_VacuumOn.UseVisualStyleBackColor = true;
|
this.btn_VacuumOn.Click += new System.EventHandler(this.btn_VacuumOn_Click);
|
//
|
// btn_VacuumOff
|
//
|
this.btn_VacuumOff.Location = new System.Drawing.Point(175, 20);
|
this.btn_VacuumOff.Name = "btn_VacuumOff";
|
this.btn_VacuumOff.Size = new System.Drawing.Size(79, 23);
|
this.btn_VacuumOff.TabIndex = 16;
|
this.btn_VacuumOff.Text = "VacuumOff";
|
this.btn_VacuumOff.UseVisualStyleBackColor = true;
|
this.btn_VacuumOff.Click += new System.EventHandler(this.btn_VacuumOff_Click);
|
//
|
// btn_Center
|
//
|
this.btn_Center.Location = new System.Drawing.Point(175, 73);
|
this.btn_Center.Name = "btn_Center";
|
this.btn_Center.Size = new System.Drawing.Size(79, 23);
|
this.btn_Center.TabIndex = 17;
|
this.btn_Center.Text = "Center";
|
this.btn_Center.UseVisualStyleBackColor = true;
|
this.btn_Center.Click += new System.EventHandler(this.btn_Center_Click);
|
//
|
// btn_PinUp
|
//
|
this.btn_PinUp.Location = new System.Drawing.Point(260, 73);
|
this.btn_PinUp.Name = "btn_PinUp";
|
this.btn_PinUp.Size = new System.Drawing.Size(79, 23);
|
this.btn_PinUp.TabIndex = 17;
|
this.btn_PinUp.Text = "Pin Up";
|
this.btn_PinUp.UseVisualStyleBackColor = true;
|
this.btn_PinUp.Click += new System.EventHandler(this.btn_PinUp_Click);
|
//
|
// btn_PinDown
|
//
|
this.btn_PinDown.Location = new System.Drawing.Point(260, 102);
|
this.btn_PinDown.Name = "btn_PinDown";
|
this.btn_PinDown.Size = new System.Drawing.Size(79, 23);
|
this.btn_PinDown.TabIndex = 18;
|
this.btn_PinDown.Text = "Pin Down";
|
this.btn_PinDown.UseVisualStyleBackColor = true;
|
this.btn_PinDown.Click += new System.EventHandler(this.btn_PinDown_Click);
|
//
|
// gb_Control
|
//
|
this.gb_Control.Controls.Add(this.btn_PinDown);
|
this.gb_Control.Controls.Add(this.btn_Home);
|
this.gb_Control.Controls.Add(this.btn_PinUp);
|
this.gb_Control.Controls.Add(this.btn_Align);
|
this.gb_Control.Controls.Add(this.btn_Center);
|
this.gb_Control.Controls.Add(this.btn_Again);
|
this.gb_Control.Controls.Add(this.btn_VacuumOff);
|
this.gb_Control.Controls.Add(this.tb_Angle);
|
this.gb_Control.Controls.Add(this.btn_VacuumOn);
|
this.gb_Control.Location = new System.Drawing.Point(12, 165);
|
this.gb_Control.Name = "gb_Control";
|
this.gb_Control.Size = new System.Drawing.Size(482, 152);
|
this.gb_Control.TabIndex = 19;
|
this.gb_Control.TabStop = false;
|
this.gb_Control.Text = "Control";
|
//
|
// lb_RunEnable
|
//
|
this.lb_RunEnable.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_RunEnable.Location = new System.Drawing.Point(104, 31);
|
this.lb_RunEnable.Name = "lb_RunEnable";
|
this.lb_RunEnable.Size = new System.Drawing.Size(74, 21);
|
this.lb_RunEnable.TabIndex = 10;
|
this.lb_RunEnable.Text = "Run Enable";
|
this.lb_RunEnable.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// PreAlignViwer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(499, 329);
|
this.Controls.Add(this.gb_Status);
|
this.Controls.Add(this.gb_Control);
|
this.Name = "PreAlignViwer";
|
this.Text = "PreAlignViwer";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.PreAlignViwer_FormClosing);
|
this.gb_Status.ResumeLayout(false);
|
this.gb_Status.PerformLayout();
|
this.gb_Control.ResumeLayout(false);
|
this.gb_Control.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.GroupBox gb_Status;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox tb_PositionT;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox tb_PositionX;
|
private System.Windows.Forms.TextBox tb_PositionY;
|
private System.Windows.Forms.Label lb_PortName;
|
private System.Windows.Forms.Button btn_Home;
|
private System.Windows.Forms.Button btn_Align;
|
private System.Windows.Forms.Button btn_Again;
|
private System.Windows.Forms.Label lb_Vacuum;
|
private System.Windows.Forms.Label lb_WaferExist;
|
private System.Windows.Forms.Label lb_IsHome;
|
private System.Windows.Forms.TextBox tb_Angle;
|
private System.Windows.Forms.Button btn_VacuumOn;
|
private System.Windows.Forms.Button btn_VacuumOff;
|
private System.Windows.Forms.Label lb_Version;
|
private System.Windows.Forms.Button btn_Center;
|
private System.Windows.Forms.Button btn_PinUp;
|
private System.Windows.Forms.Button btn_PinDown;
|
private System.Windows.Forms.Label label9;
|
private System.Windows.Forms.TextBox tb_AlignTime;
|
private System.Windows.Forms.GroupBox gb_Control;
|
private System.Windows.Forms.Label lb_RunEnable;
|
}
|
}
|