namespace SA_LTT_UI.Viewer
|
{
|
partial class VisionViewer
|
{
|
/// <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.tb_Ip = new System.Windows.Forms.TextBox();
|
this.tb_Port = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.btn_Connection = new System.Windows.Forms.Button();
|
this.btn_DisConnection = new System.Windows.Forms.Button();
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
this.btn_WaferDetectionResultAck = new System.Windows.Forms.Button();
|
this.btn_AlarmAck = new System.Windows.Forms.Button();
|
this.btn_RequestAlive = new System.Windows.Forms.Button();
|
this.btn_RecipeUpdateAck = new System.Windows.Forms.Button();
|
this.btn_RecipeSwitch = new System.Windows.Forms.Button();
|
this.btn_WaferDetectionStart = new System.Windows.Forms.Button();
|
this.btn_WaferDetectionReadyEndAck = new System.Windows.Forms.Button();
|
this.btn_WaferDetectionReady = new System.Windows.Forms.Button();
|
this.btn_InspReadyEnd = new System.Windows.Forms.Button();
|
this.btn_VisionReady = new System.Windows.Forms.Button();
|
this.label3 = new System.Windows.Forms.Label();
|
this.tb_RecipeName = new System.Windows.Forms.TextBox();
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
this.lb_RequestAlive = new System.Windows.Forms.Label();
|
this.lb_RecipeUpdateAck = new System.Windows.Forms.Label();
|
this.lb_WaferDetectionResultAck = new System.Windows.Forms.Label();
|
this.lb_WaferDetectionReadyEndAck = new System.Windows.Forms.Label();
|
this.lb_InspReadyEndAck = new System.Windows.Forms.Label();
|
this.lb_AlarmAck = new System.Windows.Forms.Label();
|
this.lb_RecipeSwitch = new System.Windows.Forms.Label();
|
this.lb_WaferDetectionStart = new System.Windows.Forms.Label();
|
this.lb_WaferDetectionReady = new System.Windows.Forms.Label();
|
this.lb_VisionReady = new System.Windows.Forms.Label();
|
this.btn_Close = new System.Windows.Forms.Button();
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
this.tb_ResultT = new System.Windows.Forms.TextBox();
|
this.label7 = new System.Windows.Forms.Label();
|
this.tb_ResultY = new System.Windows.Forms.TextBox();
|
this.label6 = new System.Windows.Forms.Label();
|
this.tb_ResultX = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
this.tb_Result = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.groupBox1.SuspendLayout();
|
this.groupBox2.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
this.groupBox4.SuspendLayout();
|
this.SuspendLayout();
|
//
|
// tb_Ip
|
//
|
this.tb_Ip.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tb_Ip.Location = new System.Drawing.Point(88, 17);
|
this.tb_Ip.Name = "tb_Ip";
|
this.tb_Ip.ReadOnly = true;
|
this.tb_Ip.Size = new System.Drawing.Size(190, 21);
|
this.tb_Ip.TabIndex = 0;
|
//
|
// tb_Port
|
//
|
this.tb_Port.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tb_Port.Location = new System.Drawing.Point(88, 43);
|
this.tb_Port.Name = "tb_Port";
|
this.tb_Port.ReadOnly = true;
|
this.tb_Port.Size = new System.Drawing.Size(190, 21);
|
this.tb_Port.TabIndex = 0;
|
//
|
// label1
|
//
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.label1.Location = new System.Drawing.Point(6, 17);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(76, 21);
|
this.label1.TabIndex = 1;
|
this.label1.Text = "IP address";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// label2
|
//
|
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.label2.Location = new System.Drawing.Point(6, 43);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(76, 21);
|
this.label2.TabIndex = 1;
|
this.label2.Text = "Port";
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// btn_Connection
|
//
|
this.btn_Connection.Location = new System.Drawing.Point(284, 16);
|
this.btn_Connection.Name = "btn_Connection";
|
this.btn_Connection.Size = new System.Drawing.Size(98, 21);
|
this.btn_Connection.TabIndex = 2;
|
this.btn_Connection.Text = "Connection";
|
this.btn_Connection.UseVisualStyleBackColor = true;
|
//
|
// btn_DisConnection
|
//
|
this.btn_DisConnection.Location = new System.Drawing.Point(284, 43);
|
this.btn_DisConnection.Name = "btn_DisConnection";
|
this.btn_DisConnection.Size = new System.Drawing.Size(98, 21);
|
this.btn_DisConnection.TabIndex = 2;
|
this.btn_DisConnection.Text = "DisConnection";
|
this.btn_DisConnection.UseVisualStyleBackColor = true;
|
//
|
// groupBox1
|
//
|
this.groupBox1.Controls.Add(this.label1);
|
this.groupBox1.Controls.Add(this.btn_DisConnection);
|
this.groupBox1.Controls.Add(this.tb_Ip);
|
this.groupBox1.Controls.Add(this.btn_Connection);
|
this.groupBox1.Controls.Add(this.tb_Port);
|
this.groupBox1.Controls.Add(this.label2);
|
this.groupBox1.Location = new System.Drawing.Point(12, 12);
|
this.groupBox1.Name = "groupBox1";
|
this.groupBox1.Size = new System.Drawing.Size(394, 78);
|
this.groupBox1.TabIndex = 3;
|
this.groupBox1.TabStop = false;
|
this.groupBox1.Text = "Connection info";
|
//
|
// groupBox2
|
//
|
this.groupBox2.Controls.Add(this.btn_WaferDetectionResultAck);
|
this.groupBox2.Controls.Add(this.btn_AlarmAck);
|
this.groupBox2.Controls.Add(this.btn_RequestAlive);
|
this.groupBox2.Controls.Add(this.btn_RecipeUpdateAck);
|
this.groupBox2.Controls.Add(this.btn_RecipeSwitch);
|
this.groupBox2.Controls.Add(this.btn_WaferDetectionStart);
|
this.groupBox2.Controls.Add(this.btn_WaferDetectionReadyEndAck);
|
this.groupBox2.Controls.Add(this.btn_WaferDetectionReady);
|
this.groupBox2.Controls.Add(this.btn_InspReadyEnd);
|
this.groupBox2.Controls.Add(this.btn_VisionReady);
|
this.groupBox2.Controls.Add(this.label3);
|
this.groupBox2.Controls.Add(this.tb_RecipeName);
|
this.groupBox2.Location = new System.Drawing.Point(12, 96);
|
this.groupBox2.Name = "groupBox2";
|
this.groupBox2.Size = new System.Drawing.Size(394, 325);
|
this.groupBox2.TabIndex = 4;
|
this.groupBox2.TabStop = false;
|
this.groupBox2.Text = "Send data";
|
//
|
// btn_WaferDetectionResultAck
|
//
|
this.btn_WaferDetectionResultAck.Enabled = false;
|
this.btn_WaferDetectionResultAck.Location = new System.Drawing.Point(197, 167);
|
this.btn_WaferDetectionResultAck.Name = "btn_WaferDetectionResultAck";
|
this.btn_WaferDetectionResultAck.Size = new System.Drawing.Size(185, 45);
|
this.btn_WaferDetectionResultAck.TabIndex = 2;
|
this.btn_WaferDetectionResultAck.Text = "Wafer detection result ack";
|
this.btn_WaferDetectionResultAck.UseVisualStyleBackColor = true;
|
this.btn_WaferDetectionResultAck.Click += new System.EventHandler(this.btn_WaferDetectionResultAck_Click);
|
//
|
// btn_AlarmAck
|
//
|
this.btn_AlarmAck.Enabled = false;
|
this.btn_AlarmAck.Location = new System.Drawing.Point(6, 269);
|
this.btn_AlarmAck.Name = "btn_AlarmAck";
|
this.btn_AlarmAck.Size = new System.Drawing.Size(185, 45);
|
this.btn_AlarmAck.TabIndex = 2;
|
this.btn_AlarmAck.Text = "Alarm ack";
|
this.btn_AlarmAck.UseVisualStyleBackColor = true;
|
this.btn_AlarmAck.Click += new System.EventHandler(this.btn_AlarmAck_Click);
|
//
|
// btn_RequestAlive
|
//
|
this.btn_RequestAlive.Enabled = false;
|
this.btn_RequestAlive.Location = new System.Drawing.Point(197, 269);
|
this.btn_RequestAlive.Name = "btn_RequestAlive";
|
this.btn_RequestAlive.Size = new System.Drawing.Size(185, 45);
|
this.btn_RequestAlive.TabIndex = 2;
|
this.btn_RequestAlive.Text = "Request alive";
|
this.btn_RequestAlive.UseVisualStyleBackColor = true;
|
this.btn_RequestAlive.Click += new System.EventHandler(this.btn_RequestAlive_Click);
|
//
|
// btn_RecipeUpdateAck
|
//
|
this.btn_RecipeUpdateAck.Enabled = false;
|
this.btn_RecipeUpdateAck.Location = new System.Drawing.Point(197, 218);
|
this.btn_RecipeUpdateAck.Name = "btn_RecipeUpdateAck";
|
this.btn_RecipeUpdateAck.Size = new System.Drawing.Size(185, 45);
|
this.btn_RecipeUpdateAck.TabIndex = 2;
|
this.btn_RecipeUpdateAck.Text = "Recipe update ack";
|
this.btn_RecipeUpdateAck.UseVisualStyleBackColor = true;
|
this.btn_RecipeUpdateAck.Click += new System.EventHandler(this.btn_RecipeUpdateAck_Click);
|
//
|
// btn_RecipeSwitch
|
//
|
this.btn_RecipeSwitch.Location = new System.Drawing.Point(6, 218);
|
this.btn_RecipeSwitch.Name = "btn_RecipeSwitch";
|
this.btn_RecipeSwitch.Size = new System.Drawing.Size(185, 45);
|
this.btn_RecipeSwitch.TabIndex = 2;
|
this.btn_RecipeSwitch.Text = "Recipe switch";
|
this.btn_RecipeSwitch.UseVisualStyleBackColor = true;
|
this.btn_RecipeSwitch.Click += new System.EventHandler(this.btn_RecipeSwitch_Click);
|
//
|
// btn_WaferDetectionStart
|
//
|
this.btn_WaferDetectionStart.Location = new System.Drawing.Point(6, 167);
|
this.btn_WaferDetectionStart.Name = "btn_WaferDetectionStart";
|
this.btn_WaferDetectionStart.Size = new System.Drawing.Size(185, 45);
|
this.btn_WaferDetectionStart.TabIndex = 2;
|
this.btn_WaferDetectionStart.Text = "Wafer detection start";
|
this.btn_WaferDetectionStart.UseVisualStyleBackColor = true;
|
this.btn_WaferDetectionStart.Click += new System.EventHandler(this.btn_WaferDetectionStart_Click);
|
//
|
// btn_WaferDetectionReadyEndAck
|
//
|
this.btn_WaferDetectionReadyEndAck.Enabled = false;
|
this.btn_WaferDetectionReadyEndAck.Location = new System.Drawing.Point(197, 116);
|
this.btn_WaferDetectionReadyEndAck.Name = "btn_WaferDetectionReadyEndAck";
|
this.btn_WaferDetectionReadyEndAck.Size = new System.Drawing.Size(185, 45);
|
this.btn_WaferDetectionReadyEndAck.TabIndex = 2;
|
this.btn_WaferDetectionReadyEndAck.Text = "Wafer detection ready end ack";
|
this.btn_WaferDetectionReadyEndAck.UseVisualStyleBackColor = true;
|
this.btn_WaferDetectionReadyEndAck.Click += new System.EventHandler(this.btn_WaferDetectionReadyEndAck_Click);
|
//
|
// btn_WaferDetectionReady
|
//
|
this.btn_WaferDetectionReady.Location = new System.Drawing.Point(6, 116);
|
this.btn_WaferDetectionReady.Name = "btn_WaferDetectionReady";
|
this.btn_WaferDetectionReady.Size = new System.Drawing.Size(185, 45);
|
this.btn_WaferDetectionReady.TabIndex = 2;
|
this.btn_WaferDetectionReady.Text = "Wafer detection ready";
|
this.btn_WaferDetectionReady.UseVisualStyleBackColor = true;
|
this.btn_WaferDetectionReady.Click += new System.EventHandler(this.btn_WaferDetectionReady_Click);
|
//
|
// btn_InspReadyEnd
|
//
|
this.btn_InspReadyEnd.Enabled = false;
|
this.btn_InspReadyEnd.Location = new System.Drawing.Point(197, 65);
|
this.btn_InspReadyEnd.Name = "btn_InspReadyEnd";
|
this.btn_InspReadyEnd.Size = new System.Drawing.Size(185, 45);
|
this.btn_InspReadyEnd.TabIndex = 2;
|
this.btn_InspReadyEnd.Text = "Insp ready end";
|
this.btn_InspReadyEnd.UseVisualStyleBackColor = true;
|
this.btn_InspReadyEnd.Click += new System.EventHandler(this.btn_InspReadyEnd_Click);
|
//
|
// btn_VisionReady
|
//
|
this.btn_VisionReady.Location = new System.Drawing.Point(6, 65);
|
this.btn_VisionReady.Name = "btn_VisionReady";
|
this.btn_VisionReady.Size = new System.Drawing.Size(185, 45);
|
this.btn_VisionReady.TabIndex = 2;
|
this.btn_VisionReady.Text = "Vision ready";
|
this.btn_VisionReady.UseVisualStyleBackColor = true;
|
this.btn_VisionReady.Click += new System.EventHandler(this.btn_VisionReady_Click);
|
//
|
// label3
|
//
|
this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.label3.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.label3.Location = new System.Drawing.Point(6, 20);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(96, 21);
|
this.label3.TabIndex = 1;
|
this.label3.Text = "Recipe name";
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// tb_RecipeName
|
//
|
this.tb_RecipeName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.tb_RecipeName.Location = new System.Drawing.Point(108, 20);
|
this.tb_RecipeName.MaxLength = 20;
|
this.tb_RecipeName.Name = "tb_RecipeName";
|
this.tb_RecipeName.Size = new System.Drawing.Size(274, 21);
|
this.tb_RecipeName.TabIndex = 0;
|
//
|
// groupBox3
|
//
|
this.groupBox3.Controls.Add(this.lb_RequestAlive);
|
this.groupBox3.Controls.Add(this.lb_RecipeUpdateAck);
|
this.groupBox3.Controls.Add(this.lb_WaferDetectionResultAck);
|
this.groupBox3.Controls.Add(this.lb_WaferDetectionReadyEndAck);
|
this.groupBox3.Controls.Add(this.lb_InspReadyEndAck);
|
this.groupBox3.Controls.Add(this.lb_AlarmAck);
|
this.groupBox3.Controls.Add(this.lb_RecipeSwitch);
|
this.groupBox3.Controls.Add(this.lb_WaferDetectionStart);
|
this.groupBox3.Controls.Add(this.lb_WaferDetectionReady);
|
this.groupBox3.Controls.Add(this.lb_VisionReady);
|
this.groupBox3.Location = new System.Drawing.Point(418, 96);
|
this.groupBox3.Name = "groupBox3";
|
this.groupBox3.Size = new System.Drawing.Size(200, 325);
|
this.groupBox3.TabIndex = 4;
|
this.groupBox3.TabStop = false;
|
this.groupBox3.Text = "Receive ack";
|
//
|
// lb_RequestAlive
|
//
|
this.lb_RequestAlive.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_RequestAlive.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_RequestAlive.Location = new System.Drawing.Point(6, 293);
|
this.lb_RequestAlive.Name = "lb_RequestAlive";
|
this.lb_RequestAlive.Size = new System.Drawing.Size(185, 21);
|
this.lb_RequestAlive.TabIndex = 1;
|
this.lb_RequestAlive.Text = "Request alive";
|
this.lb_RequestAlive.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_RecipeUpdateAck
|
//
|
this.lb_RecipeUpdateAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_RecipeUpdateAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_RecipeUpdateAck.Location = new System.Drawing.Point(6, 239);
|
this.lb_RecipeUpdateAck.Name = "lb_RecipeUpdateAck";
|
this.lb_RecipeUpdateAck.Size = new System.Drawing.Size(185, 21);
|
this.lb_RecipeUpdateAck.TabIndex = 1;
|
this.lb_RecipeUpdateAck.Text = "Recipe update ack";
|
this.lb_RecipeUpdateAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_WaferDetectionResultAck
|
//
|
this.lb_WaferDetectionResultAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_WaferDetectionResultAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_WaferDetectionResultAck.Location = new System.Drawing.Point(6, 185);
|
this.lb_WaferDetectionResultAck.Name = "lb_WaferDetectionResultAck";
|
this.lb_WaferDetectionResultAck.Size = new System.Drawing.Size(185, 21);
|
this.lb_WaferDetectionResultAck.TabIndex = 1;
|
this.lb_WaferDetectionResultAck.Text = "Wafer detection result ack";
|
this.lb_WaferDetectionResultAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_WaferDetectionReadyEndAck
|
//
|
this.lb_WaferDetectionReadyEndAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_WaferDetectionReadyEndAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_WaferDetectionReadyEndAck.Location = new System.Drawing.Point(6, 131);
|
this.lb_WaferDetectionReadyEndAck.Name = "lb_WaferDetectionReadyEndAck";
|
this.lb_WaferDetectionReadyEndAck.Size = new System.Drawing.Size(185, 21);
|
this.lb_WaferDetectionReadyEndAck.TabIndex = 1;
|
this.lb_WaferDetectionReadyEndAck.Text = "Wafer detection ready end ack";
|
this.lb_WaferDetectionReadyEndAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_InspReadyEndAck
|
//
|
this.lb_InspReadyEndAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_InspReadyEndAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_InspReadyEndAck.Location = new System.Drawing.Point(6, 77);
|
this.lb_InspReadyEndAck.Name = "lb_InspReadyEndAck";
|
this.lb_InspReadyEndAck.Size = new System.Drawing.Size(185, 21);
|
this.lb_InspReadyEndAck.TabIndex = 1;
|
this.lb_InspReadyEndAck.Text = "Insp ready end ack";
|
this.lb_InspReadyEndAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_AlarmAck
|
//
|
this.lb_AlarmAck.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_AlarmAck.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_AlarmAck.Location = new System.Drawing.Point(6, 266);
|
this.lb_AlarmAck.Name = "lb_AlarmAck";
|
this.lb_AlarmAck.Size = new System.Drawing.Size(185, 21);
|
this.lb_AlarmAck.TabIndex = 1;
|
this.lb_AlarmAck.Text = "Alarm ack";
|
this.lb_AlarmAck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_RecipeSwitch
|
//
|
this.lb_RecipeSwitch.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_RecipeSwitch.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_RecipeSwitch.Location = new System.Drawing.Point(6, 212);
|
this.lb_RecipeSwitch.Name = "lb_RecipeSwitch";
|
this.lb_RecipeSwitch.Size = new System.Drawing.Size(185, 21);
|
this.lb_RecipeSwitch.TabIndex = 1;
|
this.lb_RecipeSwitch.Text = "Recipe switch";
|
this.lb_RecipeSwitch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_WaferDetectionStart
|
//
|
this.lb_WaferDetectionStart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_WaferDetectionStart.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_WaferDetectionStart.Location = new System.Drawing.Point(6, 158);
|
this.lb_WaferDetectionStart.Name = "lb_WaferDetectionStart";
|
this.lb_WaferDetectionStart.Size = new System.Drawing.Size(185, 21);
|
this.lb_WaferDetectionStart.TabIndex = 1;
|
this.lb_WaferDetectionStart.Text = "Wafer detection start";
|
this.lb_WaferDetectionStart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_WaferDetectionReady
|
//
|
this.lb_WaferDetectionReady.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_WaferDetectionReady.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_WaferDetectionReady.Location = new System.Drawing.Point(6, 104);
|
this.lb_WaferDetectionReady.Name = "lb_WaferDetectionReady";
|
this.lb_WaferDetectionReady.Size = new System.Drawing.Size(185, 21);
|
this.lb_WaferDetectionReady.TabIndex = 1;
|
this.lb_WaferDetectionReady.Text = "Wafer detection ready";
|
this.lb_WaferDetectionReady.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// lb_VisionReady
|
//
|
this.lb_VisionReady.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
this.lb_VisionReady.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.lb_VisionReady.Location = new System.Drawing.Point(6, 50);
|
this.lb_VisionReady.Name = "lb_VisionReady";
|
this.lb_VisionReady.Size = new System.Drawing.Size(185, 21);
|
this.lb_VisionReady.TabIndex = 1;
|
this.lb_VisionReady.Text = "Vision ready";
|
this.lb_VisionReady.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
//
|
// btn_Close
|
//
|
this.btn_Close.Location = new System.Drawing.Point(514, 12);
|
this.btn_Close.Name = "btn_Close";
|
this.btn_Close.Size = new System.Drawing.Size(103, 62);
|
this.btn_Close.TabIndex = 89;
|
this.btn_Close.Text = "Close";
|
this.btn_Close.UseVisualStyleBackColor = true;
|
this.btn_Close.Click += new System.EventHandler(this.btn_Close_Click);
|
//
|
// groupBox4
|
//
|
this.groupBox4.Controls.Add(this.tb_ResultT);
|
this.groupBox4.Controls.Add(this.label7);
|
this.groupBox4.Controls.Add(this.tb_ResultY);
|
this.groupBox4.Controls.Add(this.label6);
|
this.groupBox4.Controls.Add(this.tb_ResultX);
|
this.groupBox4.Controls.Add(this.label5);
|
this.groupBox4.Controls.Add(this.tb_Result);
|
this.groupBox4.Controls.Add(this.label4);
|
this.groupBox4.Location = new System.Drawing.Point(624, 96);
|
this.groupBox4.Name = "groupBox4";
|
this.groupBox4.Size = new System.Drawing.Size(200, 325);
|
this.groupBox4.TabIndex = 90;
|
this.groupBox4.TabStop = false;
|
this.groupBox4.Text = "Detection result";
|
//
|
// tb_ResultT
|
//
|
this.tb_ResultT.Location = new System.Drawing.Point(98, 114);
|
this.tb_ResultT.Name = "tb_ResultT";
|
this.tb_ResultT.ReadOnly = true;
|
this.tb_ResultT.Size = new System.Drawing.Size(96, 21);
|
this.tb_ResultT.TabIndex = 1;
|
//
|
// label7
|
//
|
this.label7.AutoSize = true;
|
this.label7.Location = new System.Drawing.Point(18, 119);
|
this.label7.Name = "label7";
|
this.label7.Size = new System.Drawing.Size(52, 12);
|
this.label7.TabIndex = 0;
|
this.label7.Text = "Result T";
|
//
|
// tb_ResultY
|
//
|
this.tb_ResultY.Location = new System.Drawing.Point(98, 87);
|
this.tb_ResultY.Name = "tb_ResultY";
|
this.tb_ResultY.ReadOnly = true;
|
this.tb_ResultY.Size = new System.Drawing.Size(96, 21);
|
this.tb_ResultY.TabIndex = 1;
|
//
|
// label6
|
//
|
this.label6.AutoSize = true;
|
this.label6.Location = new System.Drawing.Point(18, 92);
|
this.label6.Name = "label6";
|
this.label6.Size = new System.Drawing.Size(52, 12);
|
this.label6.TabIndex = 0;
|
this.label6.Text = "Result Y";
|
//
|
// tb_ResultX
|
//
|
this.tb_ResultX.Location = new System.Drawing.Point(98, 60);
|
this.tb_ResultX.Name = "tb_ResultX";
|
this.tb_ResultX.ReadOnly = true;
|
this.tb_ResultX.Size = new System.Drawing.Size(96, 21);
|
this.tb_ResultX.TabIndex = 1;
|
//
|
// label5
|
//
|
this.label5.AutoSize = true;
|
this.label5.Location = new System.Drawing.Point(18, 65);
|
this.label5.Name = "label5";
|
this.label5.Size = new System.Drawing.Size(52, 12);
|
this.label5.TabIndex = 0;
|
this.label5.Text = "Result X";
|
//
|
// tb_Result
|
//
|
this.tb_Result.Location = new System.Drawing.Point(98, 33);
|
this.tb_Result.Name = "tb_Result";
|
this.tb_Result.ReadOnly = true;
|
this.tb_Result.Size = new System.Drawing.Size(96, 21);
|
this.tb_Result.TabIndex = 1;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(18, 38);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(40, 12);
|
this.label4.TabIndex = 0;
|
this.label4.Text = "Result";
|
//
|
// VisionViewer
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(848, 439);
|
this.Controls.Add(this.groupBox4);
|
this.Controls.Add(this.btn_Close);
|
this.Controls.Add(this.groupBox3);
|
this.Controls.Add(this.groupBox2);
|
this.Controls.Add(this.groupBox1);
|
this.Name = "VisionViewer";
|
this.Text = "VisionViewer";
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.VisionViewer_FormClosing);
|
this.groupBox1.ResumeLayout(false);
|
this.groupBox1.PerformLayout();
|
this.groupBox2.ResumeLayout(false);
|
this.groupBox2.PerformLayout();
|
this.groupBox3.ResumeLayout(false);
|
this.groupBox4.ResumeLayout(false);
|
this.groupBox4.PerformLayout();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox tb_Ip;
|
private System.Windows.Forms.TextBox tb_Port;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Button btn_Connection;
|
private System.Windows.Forms.Button btn_DisConnection;
|
private System.Windows.Forms.GroupBox groupBox1;
|
private System.Windows.Forms.GroupBox groupBox2;
|
private System.Windows.Forms.Button btn_WaferDetectionResultAck;
|
private System.Windows.Forms.Button btn_AlarmAck;
|
private System.Windows.Forms.Button btn_RequestAlive;
|
private System.Windows.Forms.Button btn_RecipeUpdateAck;
|
private System.Windows.Forms.Button btn_RecipeSwitch;
|
private System.Windows.Forms.Button btn_WaferDetectionStart;
|
private System.Windows.Forms.Button btn_WaferDetectionReadyEndAck;
|
private System.Windows.Forms.Button btn_WaferDetectionReady;
|
private System.Windows.Forms.Button btn_InspReadyEnd;
|
private System.Windows.Forms.Button btn_VisionReady;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox tb_RecipeName;
|
private System.Windows.Forms.GroupBox groupBox3;
|
private System.Windows.Forms.Label lb_RequestAlive;
|
private System.Windows.Forms.Label lb_RecipeUpdateAck;
|
private System.Windows.Forms.Label lb_WaferDetectionResultAck;
|
private System.Windows.Forms.Label lb_WaferDetectionReadyEndAck;
|
private System.Windows.Forms.Label lb_InspReadyEndAck;
|
private System.Windows.Forms.Label lb_AlarmAck;
|
private System.Windows.Forms.Label lb_RecipeSwitch;
|
private System.Windows.Forms.Label lb_WaferDetectionStart;
|
private System.Windows.Forms.Label lb_WaferDetectionReady;
|
private System.Windows.Forms.Label lb_VisionReady;
|
private System.Windows.Forms.Button btn_Close;
|
private System.Windows.Forms.GroupBox groupBox4;
|
private System.Windows.Forms.TextBox tb_Result;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox tb_ResultT;
|
private System.Windows.Forms.Label label7;
|
private System.Windows.Forms.TextBox tb_ResultY;
|
private System.Windows.Forms.Label label6;
|
private System.Windows.Forms.TextBox tb_ResultX;
|
private System.Windows.Forms.Label label5;
|
}
|
}
|