namespace SHARP_CLAS_UI
{
partial class uc_Tray_Info_Row
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.lb_Row = new System.Windows.Forms.Label();
this.tb_Pick_Position_Y = new System.Windows.Forms.TextBox();
this.lb_Pick_pos_y = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.tb_Column = new System.Windows.Forms.TextBox();
this.tb_Pick_Position_X = new System.Windows.Forms.TextBox();
this.lb_Column = new System.Windows.Forms.Label();
this.lb_Pick_pos_x = new System.Windows.Forms.Label();
this.lb_Pick = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lb_Row
//
this.lb_Row.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Row.Location = new System.Drawing.Point(-1, -1);
this.lb_Row.Name = "lb_Row";
this.lb_Row.Size = new System.Drawing.Size(67, 21);
this.lb_Row.TabIndex = 74;
this.lb_Row.Text = "Row 0";
this.lb_Row.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_Pick_Position_Y
//
this.tb_Pick_Position_Y.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Pick_Position_Y.Font = new System.Drawing.Font("Gulim", 9F);
this.tb_Pick_Position_Y.Location = new System.Drawing.Point(213, 23);
this.tb_Pick_Position_Y.Name = "tb_Pick_Position_Y";
this.tb_Pick_Position_Y.Size = new System.Drawing.Size(45, 21);
this.tb_Pick_Position_Y.TabIndex = 92;
this.tb_Pick_Position_Y.Text = "0";
this.tb_Pick_Position_Y.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tb_Pick_Position_Y.TextChanged += new System.EventHandler(this.tb_TextChanged);
//
// lb_Pick_pos_y
//
this.lb_Pick_pos_y.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Pick_pos_y.Location = new System.Drawing.Point(168, 23);
this.lb_Pick_pos_y.Name = "lb_Pick_pos_y";
this.lb_Pick_pos_y.Size = new System.Drawing.Size(42, 21);
this.lb_Pick_pos_y.TabIndex = 97;
this.lb_Pick_pos_y.Text = "Pos Y";
this.lb_Pick_pos_y.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label2
//
this.label2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label2.Location = new System.Drawing.Point(224, -1);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 21);
this.label2.TabIndex = 94;
this.label2.Text = "EA";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tb_Column
//
this.tb_Column.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Column.Font = new System.Drawing.Font("Gulim", 9F);
this.tb_Column.Location = new System.Drawing.Point(136, -1);
this.tb_Column.Name = "tb_Column";
this.tb_Column.Size = new System.Drawing.Size(82, 21);
this.tb_Column.TabIndex = 90;
this.tb_Column.Text = "0";
this.tb_Column.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tb_Column.TextChanged += new System.EventHandler(this.tb_TextChanged);
//
// tb_Pick_Position_X
//
this.tb_Pick_Position_X.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Pick_Position_X.Font = new System.Drawing.Font("Gulim", 9F);
this.tb_Pick_Position_X.Location = new System.Drawing.Point(117, 23);
this.tb_Pick_Position_X.Name = "tb_Pick_Position_X";
this.tb_Pick_Position_X.Size = new System.Drawing.Size(45, 21);
this.tb_Pick_Position_X.TabIndex = 91;
this.tb_Pick_Position_X.Text = "0";
this.tb_Pick_Position_X.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.tb_Pick_Position_X.TextChanged += new System.EventHandler(this.tb_TextChanged);
//
// lb_Column
//
this.lb_Column.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Column.Location = new System.Drawing.Point(72, -1);
this.lb_Column.Name = "lb_Column";
this.lb_Column.Size = new System.Drawing.Size(60, 21);
this.lb_Column.TabIndex = 93;
this.lb_Column.Text = "Column";
this.lb_Column.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Pick_pos_x
//
this.lb_Pick_pos_x.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Pick_pos_x.Location = new System.Drawing.Point(72, 23);
this.lb_Pick_pos_x.Name = "lb_Pick_pos_x";
this.lb_Pick_pos_x.Size = new System.Drawing.Size(42, 21);
this.lb_Pick_pos_x.TabIndex = 95;
this.lb_Pick_pos_x.Text = "Pos X";
this.lb_Pick_pos_x.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Pick
//
this.lb_Pick.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Pick.Location = new System.Drawing.Point(-1, 23);
this.lb_Pick.Name = "lb_Pick";
this.lb_Pick.Size = new System.Drawing.Size(67, 21);
this.lb_Pick.TabIndex = 99;
this.lb_Pick.Text = "Pick(mm)";
this.lb_Pick.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// uc_Tray_Info_Row
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.lb_Pick);
this.Controls.Add(this.tb_Pick_Position_Y);
this.Controls.Add(this.lb_Pick_pos_y);
this.Controls.Add(this.label2);
this.Controls.Add(this.tb_Column);
this.Controls.Add(this.tb_Pick_Position_X);
this.Controls.Add(this.lb_Column);
this.Controls.Add(this.lb_Pick_pos_x);
this.Controls.Add(this.lb_Row);
this.Name = "uc_Tray_Info_Row";
this.Size = new System.Drawing.Size(257, 45);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label lb_Row;
private System.Windows.Forms.TextBox tb_Pick_Position_Y;
private System.Windows.Forms.Label lb_Pick_pos_y;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_Column;
private System.Windows.Forms.TextBox tb_Pick_Position_X;
private System.Windows.Forms.Label lb_Column;
private System.Windows.Forms.Label lb_Pick_pos_x;
private System.Windows.Forms.Label lb_Pick;
}
}