一厂MES,含注塑,喷涂,冲孔
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1110 lines
61 KiB

namespace PunchingMistake
{
partial class FrmAssemble
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmAssemble));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.panel1 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel4 = new System.Windows.Forms.Panel();
this.panel12 = new System.Windows.Forms.Panel();
this.lbDisplay = new System.Windows.Forms.Label();
this.lbPlanQty = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.panel13 = new System.Windows.Forms.Panel();
this.lbCompleteQty = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
this.panel9 = new System.Windows.Forms.Panel();
this.label6 = new System.Windows.Forms.Label();
this.panel8 = new System.Windows.Forms.Panel();
this.lbPartDesc = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.panel7 = new System.Windows.Forms.Panel();
this.lbPart = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.panel6 = new System.Windows.Forms.Panel();
this.lbPlan = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.panel5 = new System.Windows.Forms.Panel();
this.lbStation = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
this.panel10 = new System.Windows.Forms.Panel();
this.lbHint = new System.Windows.Forms.Label();
this.btnPlanFinish = new System.Windows.Forms.Button();
this.btnPlanSearch = new System.Windows.Forms.Button();
this.btnPlanDown = new System.Windows.Forms.Button();
this.btnPlanUp = new System.Windows.Forms.Button();
this.panel11 = new System.Windows.Forms.Panel();
this.lbClass = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.panel14 = new System.Windows.Forms.Panel();
this.lbBadQty = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.panel15 = new System.Windows.Forms.Panel();
this.panel16 = new System.Windows.Forms.Panel();
this.panel17 = new System.Windows.Forms.Panel();
this.panel18 = new System.Windows.Forms.Panel();
this.lbScanState = new System.Windows.Forms.Label();
this.txtLinkState = new System.Windows.Forms.Label();
this.label30 = new System.Windows.Forms.Label();
this.lbIrlsAll = new System.Windows.Forms.Label();
this.label27 = new System.Windows.Forms.Label();
this.lbIrls = new System.Windows.Forms.Label();
this.label29 = new System.Windows.Forms.Label();
this.lbRivetRAll = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.lbRivetR = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.lbRivetLAll = new System.Windows.Forms.Label();
this.label23 = new System.Windows.Forms.Label();
this.lbRivetL = new System.Windows.Forms.Label();
this.label25 = new System.Windows.Forms.Label();
this.lbScrewRAll = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.lbScrewR = new System.Windows.Forms.Label();
this.label17 = new System.Windows.Forms.Label();
this.lbScrewLAll = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.lbScrewL = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.showHintTimer = new System.Windows.Forms.Timer(this.components);
this.LoadScrewTimer = new System.Windows.Forms.Timer(this.components);
this.txtBarCode = new System.Windows.Forms.TextBox();
this.txtBoxFocusTimer = new System.Windows.Forms.Timer(this.components);
this.tableLayoutPanel1.SuspendLayout();
this.tableLayoutPanel2.SuspendLayout();
this.panel12.SuspendLayout();
this.panel13.SuspendLayout();
this.tableLayoutPanel3.SuspendLayout();
this.panel9.SuspendLayout();
this.panel8.SuspendLayout();
this.panel7.SuspendLayout();
this.panel6.SuspendLayout();
this.panel5.SuspendLayout();
this.tableLayoutPanel4.SuspendLayout();
this.panel10.SuspendLayout();
this.panel11.SuspendLayout();
this.panel14.SuspendLayout();
this.panel18.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(18)))), ((int)(((byte)(35)))), ((int)(((byte)(53)))));
this.tableLayoutPanel1.ColumnCount = 5;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 2F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 46F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 2F));
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 27F));
this.tableLayoutPanel1.Controls.Add(this.panel1, 1, 0);
this.tableLayoutPanel1.Controls.Add(this.panel2, 3, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 2, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel4, 4, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 1;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(2125, 1538);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.DarkCyan;
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(575, 69);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 69, 3, 34);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1, 1435);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.DarkCyan;
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(1552, 69);
this.panel2.Margin = new System.Windows.Forms.Padding(3, 69, 3, 34);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1, 1435);
this.panel2.TabIndex = 1;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 1;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel2.Controls.Add(this.panel3, 0, 2);
this.tableLayoutPanel2.Controls.Add(this.panel4, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.panel12, 0, 1);
this.tableLayoutPanel2.Controls.Add(this.panel13, 0, 3);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(577, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 4;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 126F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2F));
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(969, 1532);
this.tableLayoutPanel2.TabIndex = 2;
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.DarkCyan;
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(3, 831);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(963, 1);
this.panel3.TabIndex = 0;
//
// panel4
//
this.panel4.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel4.BackgroundImage")));
this.panel4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel4.Location = new System.Drawing.Point(3, 3);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(963, 120);
this.panel4.TabIndex = 1;
//
// panel12
//
this.panel12.Controls.Add(this.lbDisplay);
this.panel12.Controls.Add(this.lbPlanQty);
this.panel12.Controls.Add(this.label12);
this.panel12.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel12.Location = new System.Drawing.Point(3, 129);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(963, 696);
this.panel12.TabIndex = 2;
//
// lbDisplay
//
this.lbDisplay.AutoSize = true;
this.lbDisplay.Font = new System.Drawing.Font("宋体", 108F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbDisplay.ForeColor = System.Drawing.Color.LimeGreen;
this.lbDisplay.Location = new System.Drawing.Point(309, 384);
this.lbDisplay.Name = "lbDisplay";
this.lbDisplay.Size = new System.Drawing.Size(410, 289);
this.lbDisplay.TabIndex = 4;
this.lbDisplay.Text = "OK";
this.lbDisplay.Visible = false;
//
// lbPlanQty
//
this.lbPlanQty.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbPlanQty.AutoSize = true;
this.lbPlanQty.BackColor = System.Drawing.Color.Transparent;
this.lbPlanQty.Font = new System.Drawing.Font("宋体", 128.1429F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPlanQty.ForeColor = System.Drawing.Color.LightSeaGreen;
this.lbPlanQty.Location = new System.Drawing.Point(164, 223);
this.lbPlanQty.Name = "lbPlanQty";
this.lbPlanQty.Size = new System.Drawing.Size(656, 342);
this.lbPlanQty.TabIndex = 3;
this.lbPlanQty.Text = "150";
//
// label12
//
this.label12.AutoSize = true;
this.label12.BackColor = System.Drawing.Color.Transparent;
this.label12.Font = new System.Drawing.Font("宋体", 21.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label12.ForeColor = System.Drawing.Color.White;
this.label12.Location = new System.Drawing.Point(142, 22);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(741, 59);
this.label12.TabIndex = 2;
this.label12.Text = "计划数量/PlannedQuantity";
//
// panel13
//
this.panel13.Controls.Add(this.lbCompleteQty);
this.panel13.Controls.Add(this.label13);
this.panel13.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel13.Location = new System.Drawing.Point(3, 833);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(963, 696);
this.panel13.TabIndex = 3;
//
// lbCompleteQty
//
this.lbCompleteQty.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbCompleteQty.AutoSize = true;
this.lbCompleteQty.BackColor = System.Drawing.Color.Transparent;
this.lbCompleteQty.Font = new System.Drawing.Font("宋体", 128.1429F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbCompleteQty.ForeColor = System.Drawing.Color.LimeGreen;
this.lbCompleteQty.Location = new System.Drawing.Point(164, 205);
this.lbCompleteQty.Name = "lbCompleteQty";
this.lbCompleteQty.Size = new System.Drawing.Size(656, 342);
this.lbCompleteQty.TabIndex = 4;
this.lbCompleteQty.Text = "695";
//
// label13
//
this.label13.AutoSize = true;
this.label13.BackColor = System.Drawing.Color.Transparent;
this.label13.Font = new System.Drawing.Font("宋体", 21.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label13.ForeColor = System.Drawing.Color.White;
this.label13.Location = new System.Drawing.Point(152, 25);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(771, 59);
this.label13.TabIndex = 3;
this.label13.Text = "完成数量/FinishedQuantity";
//
// tableLayoutPanel3
//
this.tableLayoutPanel3.ColumnCount = 1;
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel3.Controls.Add(this.panel9, 0, 4);
this.tableLayoutPanel3.Controls.Add(this.panel8, 0, 3);
this.tableLayoutPanel3.Controls.Add(this.panel7, 0, 2);
this.tableLayoutPanel3.Controls.Add(this.panel6, 0, 1);
this.tableLayoutPanel3.Controls.Add(this.panel5, 0, 0);
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 57);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 57, 3, 3);
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
this.tableLayoutPanel3.RowCount = 5;
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
this.tableLayoutPanel3.Size = new System.Drawing.Size(566, 1478);
this.tableLayoutPanel3.TabIndex = 3;
//
// panel9
//
this.panel9.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel9.BackgroundImage")));
this.panel9.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel9.Controls.Add(this.txtBarCode);
this.panel9.Controls.Add(this.label6);
this.panel9.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel9.Location = new System.Drawing.Point(33, 1183);
this.panel9.Margin = new System.Windows.Forms.Padding(33, 3, 33, 34);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(500, 261);
this.panel9.TabIndex = 4;
//
// label6
//
this.label6.AutoSize = true;
this.label6.BackColor = System.Drawing.Color.Transparent;
this.label6.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label6.ForeColor = System.Drawing.Color.DarkCyan;
this.label6.Location = new System.Drawing.Point(25, 58);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(291, 43);
this.label6.TabIndex = 4;
this.label6.Text = "条码/BarCode";
//
// panel8
//
this.panel8.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel8.BackgroundImage")));
this.panel8.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel8.Controls.Add(this.lbPartDesc);
this.panel8.Controls.Add(this.label5);
this.panel8.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel8.Location = new System.Drawing.Point(33, 888);
this.panel8.Margin = new System.Windows.Forms.Padding(33, 3, 33, 34);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(500, 258);
this.panel8.TabIndex = 3;
//
// lbPartDesc
//
this.lbPartDesc.AutoSize = true;
this.lbPartDesc.BackColor = System.Drawing.Color.Transparent;
this.lbPartDesc.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPartDesc.ForeColor = System.Drawing.Color.White;
this.lbPartDesc.Location = new System.Drawing.Point(35, 131);
this.lbPartDesc.Name = "lbPartDesc";
this.lbPartDesc.Size = new System.Drawing.Size(367, 43);
this.lbPartDesc.TabIndex = 4;
this.lbPartDesc.Text = "X247MF S后保冲孔";
//
// label5
//
this.label5.AutoSize = true;
this.label5.BackColor = System.Drawing.Color.Transparent;
this.label5.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.ForeColor = System.Drawing.Color.DarkCyan;
this.label5.Location = new System.Drawing.Point(25, 58);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(471, 43);
this.label5.TabIndex = 3;
this.label5.Text = "零件描述/Description";
//
// panel7
//
this.panel7.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel7.BackgroundImage")));
this.panel7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel7.Controls.Add(this.lbPart);
this.panel7.Controls.Add(this.label4);
this.panel7.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel7.Location = new System.Drawing.Point(33, 593);
this.panel7.Margin = new System.Windows.Forms.Padding(33, 3, 33, 34);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(500, 258);
this.panel7.TabIndex = 2;
//
// lbPart
//
this.lbPart.AutoSize = true;
this.lbPart.BackColor = System.Drawing.Color.Transparent;
this.lbPart.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPart.ForeColor = System.Drawing.Color.White;
this.lbPart.Location = new System.Drawing.Point(35, 130);
this.lbPart.Name = "lbPart";
this.lbPart.Size = new System.Drawing.Size(367, 43);
this.lbPart.TabIndex = 3;
this.lbPart.Text = "X247MF S后保冲孔";
//
// label4
//
this.label4.AutoSize = true;
this.label4.BackColor = System.Drawing.Color.Transparent;
this.label4.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.ForeColor = System.Drawing.Color.DarkCyan;
this.label4.Location = new System.Drawing.Point(25, 54);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(404, 43);
this.label4.TabIndex = 2;
this.label4.Text = "零件号/PartNumber";
//
// panel6
//
this.panel6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel6.BackgroundImage")));
this.panel6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel6.Controls.Add(this.lbPlan);
this.panel6.Controls.Add(this.label3);
this.panel6.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel6.Location = new System.Drawing.Point(33, 298);
this.panel6.Margin = new System.Windows.Forms.Padding(33, 3, 33, 34);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(500, 258);
this.panel6.TabIndex = 1;
//
// lbPlan
//
this.lbPlan.AutoSize = true;
this.lbPlan.BackColor = System.Drawing.Color.Transparent;
this.lbPlan.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbPlan.ForeColor = System.Drawing.Color.White;
this.lbPlan.Location = new System.Drawing.Point(35, 134);
this.lbPlan.Name = "lbPlan";
this.lbPlan.Size = new System.Drawing.Size(367, 43);
this.lbPlan.TabIndex = 2;
this.lbPlan.Text = "X247MF S后保冲孔";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.ForeColor = System.Drawing.Color.DarkCyan;
this.label3.Location = new System.Drawing.Point(25, 53);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(448, 43);
this.label3.TabIndex = 1;
this.label3.Text = "计划编号/PlanNumber";
//
// panel5
//
this.panel5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("panel5.BackgroundImage")));
this.panel5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.panel5.Controls.Add(this.lbStation);
this.panel5.Controls.Add(this.label1);
this.panel5.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel5.Location = new System.Drawing.Point(33, 3);
this.panel5.Margin = new System.Windows.Forms.Padding(33, 3, 33, 34);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(500, 258);
this.panel5.TabIndex = 0;
//
// lbStation
//
this.lbStation.AutoSize = true;
this.lbStation.BackColor = System.Drawing.Color.Transparent;
this.lbStation.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbStation.ForeColor = System.Drawing.Color.White;
this.lbStation.Location = new System.Drawing.Point(25, 123);
this.lbStation.Name = "lbStation";
this.lbStation.Size = new System.Drawing.Size(367, 43);
this.lbStation.TabIndex = 1;
this.lbStation.Text = "X247MF S后保冲孔";
//
// label1
//
this.label1.AutoSize = true;
this.label1.BackColor = System.Drawing.Color.Transparent;
this.label1.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.ForeColor = System.Drawing.Color.DarkCyan;
this.label1.Location = new System.Drawing.Point(25, 41);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(471, 43);
this.label1.TabIndex = 0;
this.label1.Text = "生产工位/StationCode";
//
// tableLayoutPanel4
//
this.tableLayoutPanel4.ColumnCount = 1;
this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel4.Controls.Add(this.panel10, 0, 6);
this.tableLayoutPanel4.Controls.Add(this.panel11, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.panel14, 0, 4);
this.tableLayoutPanel4.Controls.Add(this.panel15, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.panel16, 0, 5);
this.tableLayoutPanel4.Controls.Add(this.panel17, 0, 3);
this.tableLayoutPanel4.Controls.Add(this.panel18, 0, 2);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(1554, 57);
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(3, 57, 3, 3);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 7;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 14.28571F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 2F));
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 28.57143F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(568, 1478);
this.tableLayoutPanel4.TabIndex = 4;
//
// panel10
//
this.panel10.Controls.Add(this.lbHint);
this.panel10.Controls.Add(this.btnPlanFinish);
this.panel10.Controls.Add(this.btnPlanSearch);
this.panel10.Controls.Add(this.btnPlanDown);
this.panel10.Controls.Add(this.btnPlanUp);
this.panel10.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel10.Location = new System.Drawing.Point(3, 1059);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(562, 416);
this.panel10.TabIndex = 0;
//
// lbHint
//
this.lbHint.AllowDrop = true;
this.lbHint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbHint.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbHint.ForeColor = System.Drawing.Color.Red;
this.lbHint.Location = new System.Drawing.Point(10, 267);
this.lbHint.Name = "lbHint";
this.lbHint.Size = new System.Drawing.Size(545, 146);
this.lbHint.TabIndex = 29;
this.lbHint.Text = " ";
//
// btnPlanFinish
//
this.btnPlanFinish.BackColor = System.Drawing.Color.Red;
this.btnPlanFinish.Font = new System.Drawing.Font("微软雅黑", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPlanFinish.ForeColor = System.Drawing.Color.White;
this.btnPlanFinish.Location = new System.Drawing.Point(293, 152);
this.btnPlanFinish.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnPlanFinish.Name = "btnPlanFinish";
this.btnPlanFinish.Size = new System.Drawing.Size(262, 101);
this.btnPlanFinish.TabIndex = 28;
this.btnPlanFinish.Text = "结束计划";
this.btnPlanFinish.UseVisualStyleBackColor = false;
this.btnPlanFinish.Click += new System.EventHandler(this.btnPlanFinish_Click);
//
// btnPlanSearch
//
this.btnPlanSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.btnPlanSearch.Font = new System.Drawing.Font("微软雅黑", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPlanSearch.Location = new System.Drawing.Point(17, 152);
this.btnPlanSearch.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnPlanSearch.Name = "btnPlanSearch";
this.btnPlanSearch.Size = new System.Drawing.Size(262, 101);
this.btnPlanSearch.TabIndex = 27;
this.btnPlanSearch.Text = "计划查询";
this.btnPlanSearch.UseVisualStyleBackColor = false;
this.btnPlanSearch.Click += new System.EventHandler(this.btnPlanSearch_Click);
//
// btnPlanDown
//
this.btnPlanDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
this.btnPlanDown.Font = new System.Drawing.Font("微软雅黑", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPlanDown.Location = new System.Drawing.Point(293, 21);
this.btnPlanDown.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnPlanDown.Name = "btnPlanDown";
this.btnPlanDown.Size = new System.Drawing.Size(262, 101);
this.btnPlanDown.TabIndex = 23;
this.btnPlanDown.Text = "下一计划";
this.btnPlanDown.UseVisualStyleBackColor = false;
this.btnPlanDown.Click += new System.EventHandler(this.btnPlanDown_Click);
//
// btnPlanUp
//
this.btnPlanUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnPlanUp.Font = new System.Drawing.Font("微软雅黑", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnPlanUp.Location = new System.Drawing.Point(17, 21);
this.btnPlanUp.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.btnPlanUp.Name = "btnPlanUp";
this.btnPlanUp.Size = new System.Drawing.Size(262, 101);
this.btnPlanUp.TabIndex = 22;
this.btnPlanUp.Text = "上一计划";
this.btnPlanUp.UseVisualStyleBackColor = false;
this.btnPlanUp.Click += new System.EventHandler(this.btnPlanUp_Click);
//
// panel11
//
this.panel11.Controls.Add(this.lbClass);
this.panel11.Controls.Add(this.label10);
this.panel11.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel11.Location = new System.Drawing.Point(3, 3);
this.panel11.Name = "panel11";
this.panel11.Size = new System.Drawing.Size(562, 204);
this.panel11.TabIndex = 1;
//
// lbClass
//
this.lbClass.AutoSize = true;
this.lbClass.BackColor = System.Drawing.Color.Transparent;
this.lbClass.Font = new System.Drawing.Font("宋体", 26.14286F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbClass.ForeColor = System.Drawing.Color.White;
this.lbClass.Location = new System.Drawing.Point(193, 108);
this.lbClass.Name = "lbClass";
this.lbClass.Size = new System.Drawing.Size(135, 70);
this.lbClass.TabIndex = 4;
this.lbClass.Text = "A班";
//
// label10
//
this.label10.AutoSize = true;
this.label10.BackColor = System.Drawing.Color.Transparent;
this.label10.Font = new System.Drawing.Font("宋体", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label10.ForeColor = System.Drawing.Color.White;
this.label10.Location = new System.Drawing.Point(73, 22);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(437, 43);
this.label10.TabIndex = 3;
this.label10.Text = "2025-07-15 11:15:14";
this.label10.DoubleClick += new System.EventHandler(this.label10_DoubleClick);
//
// panel14
//
this.panel14.Controls.Add(this.lbBadQty);
this.panel14.Controls.Add(this.label14);
this.panel14.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel14.Location = new System.Drawing.Point(3, 637);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(562, 414);
this.panel14.TabIndex = 2;
//
// lbBadQty
//
this.lbBadQty.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lbBadQty.AutoSize = true;
this.lbBadQty.BackColor = System.Drawing.Color.Transparent;
this.lbBadQty.Font = new System.Drawing.Font("宋体", 99.85715F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbBadQty.ForeColor = System.Drawing.Color.Red;
this.lbBadQty.Location = new System.Drawing.Point(130, 106);
this.lbBadQty.Name = "lbBadQty";
this.lbBadQty.Size = new System.Drawing.Size(246, 267);
this.lbBadQty.TabIndex = 5;
this.lbBadQty.Text = "0";
//
// label14
//
this.label14.AutoSize = true;
this.label14.BackColor = System.Drawing.Color.Transparent;
this.label14.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label14.ForeColor = System.Drawing.Color.DarkCyan;
this.label14.Location = new System.Drawing.Point(8, 19);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(560, 40);
this.label14.TabIndex = 1;
this.label14.Text = "不良数/UnqualifiedQuantity";
//
// panel15
//
this.panel15.BackColor = System.Drawing.Color.DarkCyan;
this.panel15.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel15.Location = new System.Drawing.Point(3, 213);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(562, 1);
this.panel15.TabIndex = 3;
//
// panel16
//
this.panel16.BackColor = System.Drawing.Color.DarkCyan;
this.panel16.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel16.Location = new System.Drawing.Point(3, 1057);
this.panel16.Name = "panel16";
this.panel16.Size = new System.Drawing.Size(562, 1);
this.panel16.TabIndex = 4;
//
// panel17
//
this.panel17.BackColor = System.Drawing.Color.DarkCyan;
this.panel17.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel17.Location = new System.Drawing.Point(3, 635);
this.panel17.Name = "panel17";
this.panel17.Size = new System.Drawing.Size(562, 1);
this.panel17.TabIndex = 5;
//
// panel18
//
this.panel18.Controls.Add(this.lbScanState);
this.panel18.Controls.Add(this.txtLinkState);
this.panel18.Controls.Add(this.label30);
this.panel18.Controls.Add(this.lbIrlsAll);
this.panel18.Controls.Add(this.label27);
this.panel18.Controls.Add(this.lbIrls);
this.panel18.Controls.Add(this.label29);
this.panel18.Controls.Add(this.lbRivetRAll);
this.panel18.Controls.Add(this.label19);
this.panel18.Controls.Add(this.lbRivetR);
this.panel18.Controls.Add(this.label21);
this.panel18.Controls.Add(this.lbRivetLAll);
this.panel18.Controls.Add(this.label23);
this.panel18.Controls.Add(this.lbRivetL);
this.panel18.Controls.Add(this.label25);
this.panel18.Controls.Add(this.lbScrewRAll);
this.panel18.Controls.Add(this.label15);
this.panel18.Controls.Add(this.lbScrewR);
this.panel18.Controls.Add(this.label17);
this.panel18.Controls.Add(this.lbScrewLAll);
this.panel18.Controls.Add(this.label8);
this.panel18.Controls.Add(this.lbScrewL);
this.panel18.Controls.Add(this.label2);
this.panel18.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel18.Location = new System.Drawing.Point(3, 215);
this.panel18.Name = "panel18";
this.panel18.Size = new System.Drawing.Size(562, 414);
this.panel18.TabIndex = 6;
//
// lbScanState
//
this.lbScanState.AutoSize = true;
this.lbScanState.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbScanState.ForeColor = System.Drawing.Color.White;
this.lbScanState.Location = new System.Drawing.Point(37, 373);
this.lbScanState.Name = "lbScanState";
this.lbScanState.Size = new System.Drawing.Size(97, 37);
this.lbScanState.TabIndex = 22;
this.lbScanState.Text = " ";
//
// txtLinkState
//
this.txtLinkState.AutoSize = true;
this.txtLinkState.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtLinkState.ForeColor = System.Drawing.Color.White;
this.txtLinkState.Location = new System.Drawing.Point(233, 318);
this.txtLinkState.Name = "txtLinkState";
this.txtLinkState.Size = new System.Drawing.Size(97, 37);
this.txtLinkState.TabIndex = 21;
this.txtLinkState.Text = " ";
//
// label30
//
this.label30.AutoSize = true;
this.label30.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label30.ForeColor = System.Drawing.Color.White;
this.label30.Location = new System.Drawing.Point(37, 318);
this.label30.Name = "label30";
this.label30.Size = new System.Drawing.Size(169, 37);
this.label30.TabIndex = 20;
this.label30.Text = "连接状态";
//
// lbIrlsAll
//
this.lbIrlsAll.AutoSize = true;
this.lbIrlsAll.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbIrlsAll.ForeColor = System.Drawing.Color.White;
this.lbIrlsAll.Location = new System.Drawing.Point(349, 256);
this.lbIrlsAll.Name = "lbIrlsAll";
this.lbIrlsAll.Size = new System.Drawing.Size(37, 37);
this.lbIrlsAll.TabIndex = 19;
this.lbIrlsAll.Text = "0";
//
// label27
//
this.label27.AutoSize = true;
this.label27.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label27.ForeColor = System.Drawing.Color.White;
this.label27.Location = new System.Drawing.Point(289, 256);
this.label27.Name = "label27";
this.label27.Size = new System.Drawing.Size(37, 37);
this.label27.TabIndex = 18;
this.label27.Text = "/";
//
// lbIrls
//
this.lbIrls.AutoSize = true;
this.lbIrls.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbIrls.ForeColor = System.Drawing.Color.White;
this.lbIrls.Location = new System.Drawing.Point(233, 256);
this.lbIrls.Name = "lbIrls";
this.lbIrls.Size = new System.Drawing.Size(37, 37);
this.lbIrls.TabIndex = 17;
this.lbIrls.Text = "0";
//
// label29
//
this.label29.AutoSize = true;
this.label29.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label29.ForeColor = System.Drawing.Color.White;
this.label29.Location = new System.Drawing.Point(90, 256);
this.label29.Name = "label29";
this.label29.Size = new System.Drawing.Size(93, 37);
this.label29.TabIndex = 16;
this.label29.Text = "虹膜";
//
// lbRivetRAll
//
this.lbRivetRAll.AutoSize = true;
this.lbRivetRAll.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbRivetRAll.ForeColor = System.Drawing.Color.White;
this.lbRivetRAll.Location = new System.Drawing.Point(351, 188);
this.lbRivetRAll.Name = "lbRivetRAll";
this.lbRivetRAll.Size = new System.Drawing.Size(37, 37);
this.lbRivetRAll.TabIndex = 15;
this.lbRivetRAll.Text = "0";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label19.ForeColor = System.Drawing.Color.White;
this.label19.Location = new System.Drawing.Point(291, 188);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(37, 37);
this.label19.TabIndex = 14;
this.label19.Text = "/";
//
// lbRivetR
//
this.lbRivetR.AutoSize = true;
this.lbRivetR.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbRivetR.ForeColor = System.Drawing.Color.White;
this.lbRivetR.Location = new System.Drawing.Point(235, 188);
this.lbRivetR.Name = "lbRivetR";
this.lbRivetR.Size = new System.Drawing.Size(37, 37);
this.lbRivetR.TabIndex = 13;
this.lbRivetR.Text = "0";
//
// label21
//
this.label21.AutoSize = true;
this.label21.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label21.ForeColor = System.Drawing.Color.White;
this.label21.Location = new System.Drawing.Point(35, 188);
this.label21.Name = "label21";
this.label21.Size = new System.Drawing.Size(171, 37);
this.label21.TabIndex = 12;
this.label21.Text = "铆钉(右)";
//
// lbRivetLAll
//
this.lbRivetLAll.AutoSize = true;
this.lbRivetLAll.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbRivetLAll.ForeColor = System.Drawing.Color.White;
this.lbRivetLAll.Location = new System.Drawing.Point(351, 139);
this.lbRivetLAll.Name = "lbRivetLAll";
this.lbRivetLAll.Size = new System.Drawing.Size(37, 37);
this.lbRivetLAll.TabIndex = 11;
this.lbRivetLAll.Text = "0";
//
// label23
//
this.label23.AutoSize = true;
this.label23.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label23.ForeColor = System.Drawing.Color.White;
this.label23.Location = new System.Drawing.Point(291, 139);
this.label23.Name = "label23";
this.label23.Size = new System.Drawing.Size(37, 37);
this.label23.TabIndex = 10;
this.label23.Text = "/";
//
// lbRivetL
//
this.lbRivetL.AutoSize = true;
this.lbRivetL.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbRivetL.ForeColor = System.Drawing.Color.White;
this.lbRivetL.Location = new System.Drawing.Point(235, 139);
this.lbRivetL.Name = "lbRivetL";
this.lbRivetL.Size = new System.Drawing.Size(37, 37);
this.lbRivetL.TabIndex = 9;
this.lbRivetL.Text = "0";
//
// label25
//
this.label25.AutoSize = true;
this.label25.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label25.ForeColor = System.Drawing.Color.White;
this.label25.Location = new System.Drawing.Point(35, 139);
this.label25.Name = "label25";
this.label25.Size = new System.Drawing.Size(171, 37);
this.label25.TabIndex = 8;
this.label25.Text = "铆钉(左)";
//
// lbScrewRAll
//
this.lbScrewRAll.AutoSize = true;
this.lbScrewRAll.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbScrewRAll.ForeColor = System.Drawing.Color.White;
this.lbScrewRAll.Location = new System.Drawing.Point(351, 70);
this.lbScrewRAll.Name = "lbScrewRAll";
this.lbScrewRAll.Size = new System.Drawing.Size(37, 37);
this.lbScrewRAll.TabIndex = 7;
this.lbScrewRAll.Text = "0";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label15.ForeColor = System.Drawing.Color.White;
this.label15.Location = new System.Drawing.Point(291, 70);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(37, 37);
this.label15.TabIndex = 6;
this.label15.Text = "/";
//
// lbScrewR
//
this.lbScrewR.AutoSize = true;
this.lbScrewR.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbScrewR.ForeColor = System.Drawing.Color.White;
this.lbScrewR.Location = new System.Drawing.Point(235, 70);
this.lbScrewR.Name = "lbScrewR";
this.lbScrewR.Size = new System.Drawing.Size(37, 37);
this.lbScrewR.TabIndex = 5;
this.lbScrewR.Text = "0";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label17.ForeColor = System.Drawing.Color.White;
this.label17.Location = new System.Drawing.Point(35, 70);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(171, 37);
this.label17.TabIndex = 4;
this.label17.Text = "螺钉(右)";
//
// lbScrewLAll
//
this.lbScrewLAll.AutoSize = true;
this.lbScrewLAll.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbScrewLAll.ForeColor = System.Drawing.Color.White;
this.lbScrewLAll.Location = new System.Drawing.Point(351, 17);
this.lbScrewLAll.Name = "lbScrewLAll";
this.lbScrewLAll.Size = new System.Drawing.Size(37, 37);
this.lbScrewLAll.TabIndex = 3;
this.lbScrewLAll.Text = "0";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label8.ForeColor = System.Drawing.Color.White;
this.label8.Location = new System.Drawing.Point(291, 17);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(37, 37);
this.label8.TabIndex = 2;
this.label8.Text = "/";
//
// lbScrewL
//
this.lbScrewL.AutoSize = true;
this.lbScrewL.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbScrewL.ForeColor = System.Drawing.Color.White;
this.lbScrewL.Location = new System.Drawing.Point(235, 17);
this.lbScrewL.Name = "lbScrewL";
this.lbScrewL.Size = new System.Drawing.Size(37, 37);
this.lbScrewL.TabIndex = 1;
this.lbScrewL.Text = "0";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.ForeColor = System.Drawing.Color.White;
this.label2.Location = new System.Drawing.Point(35, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(171, 37);
this.label2.TabIndex = 0;
this.label2.Text = "螺钉(左)";
//
// showHintTimer
//
this.showHintTimer.Interval = 2000;
this.showHintTimer.Tick += new System.EventHandler(this.showHintTimer_Tick);
//
// LoadScrewTimer
//
this.LoadScrewTimer.Enabled = true;
this.LoadScrewTimer.Interval = 1000;
this.LoadScrewTimer.Tick += new System.EventHandler(this.LoadScrewTimer_Tick);
//
// txtBarCode
//
this.txtBarCode.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarCode.Location = new System.Drawing.Point(33, 143);
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(425, 53);
this.txtBarCode.TabIndex = 6;
this.txtBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarCode_KeyDown);
//
// txtBoxFocusTimer
//
this.txtBoxFocusTimer.Enabled = true;
this.txtBoxFocusTimer.Interval = 2000;
this.txtBoxFocusTimer.Tick += new System.EventHandler(this.txtBoxFocusTimer_Tick);
//
// FrmAssemble
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(2125, 1538);
this.Controls.Add(this.tableLayoutPanel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "FrmAssemble";
this.Text = "FrmAssemble";
this.Load += new System.EventHandler(this.FrmAssemble_Load);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel2.ResumeLayout(false);
this.panel12.ResumeLayout(false);
this.panel12.PerformLayout();
this.panel13.ResumeLayout(false);
this.panel13.PerformLayout();
this.tableLayoutPanel3.ResumeLayout(false);
this.panel9.ResumeLayout(false);
this.panel9.PerformLayout();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
this.tableLayoutPanel4.ResumeLayout(false);
this.panel10.ResumeLayout(false);
this.panel11.ResumeLayout(false);
this.panel11.PerformLayout();
this.panel14.ResumeLayout(false);
this.panel14.PerformLayout();
this.panel18.ResumeLayout(false);
this.panel18.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel9;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
private System.Windows.Forms.Panel panel10;
private System.Windows.Forms.Button btnPlanDown;
private System.Windows.Forms.Button btnPlanUp;
private System.Windows.Forms.Button btnPlanSearch;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lbStation;
private System.Windows.Forms.Label lbPartDesc;
private System.Windows.Forms.Label lbPart;
private System.Windows.Forms.Label lbPlan;
private System.Windows.Forms.Panel panel11;
private System.Windows.Forms.Label lbClass;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Panel panel12;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Panel panel13;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Panel panel14;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label lbPlanQty;
private System.Windows.Forms.Label lbCompleteQty;
private System.Windows.Forms.Label lbBadQty;
private System.Windows.Forms.Button btnPlanFinish;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.Panel panel16;
private System.Windows.Forms.Label lbHint;
private System.Windows.Forms.Panel panel17;
private System.Windows.Forms.Panel panel18;
private System.Windows.Forms.Label lbRivetRAll;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label lbRivetR;
private System.Windows.Forms.Label label21;
private System.Windows.Forms.Label lbRivetLAll;
private System.Windows.Forms.Label label23;
private System.Windows.Forms.Label lbRivetL;
private System.Windows.Forms.Label label25;
private System.Windows.Forms.Label lbScrewRAll;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label lbScrewR;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label lbScrewLAll;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label lbScrewL;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lbIrlsAll;
private System.Windows.Forms.Label label27;
private System.Windows.Forms.Label lbIrls;
private System.Windows.Forms.Label label29;
private System.Windows.Forms.Label txtLinkState;
private System.Windows.Forms.Label label30;
private System.Windows.Forms.Label lbScanState;
private System.Windows.Forms.Label lbDisplay;
private System.Windows.Forms.Timer showHintTimer;
private System.Windows.Forms.Timer LoadScrewTimer;
private System.Windows.Forms.TextBox txtBarCode;
private System.Windows.Forms.Timer txtBoxFocusTimer;
}
}