一厂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.
 
 
 
 
 

716 lines
40 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()
{
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.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.txtBarCode = new System.Windows.Forms.TextBox();
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.button5 = new System.Windows.Forms.Button();
this.button6 = 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.lbHint = new System.Windows.Forms.Label();
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.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(1948, 1346);
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(527, 60);
this.panel1.Margin = new System.Windows.Forms.Padding(3, 60, 3, 30);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1, 1256);
this.panel1.TabIndex = 0;
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.DarkCyan;
this.panel2.Location = new System.Drawing.Point(1423, 60);
this.panel2.Margin = new System.Windows.Forms.Padding(3, 60, 3, 30);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(1, 1256);
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(529, 3);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 4;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 110F));
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(888, 1340);
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, 727);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(882, 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(882, 104);
this.panel4.TabIndex = 1;
//
// panel12
//
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, 113);
this.panel12.Name = "panel12";
this.panel12.Size = new System.Drawing.Size(882, 608);
this.panel12.TabIndex = 2;
//
// 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(150, 195);
this.lbPlanQty.Name = "lbPlanQty";
this.lbPlanQty.Size = new System.Drawing.Size(575, 300);
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(130, 19);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(642, 51);
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, 729);
this.panel13.Name = "panel13";
this.panel13.Size = new System.Drawing.Size(882, 608);
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(150, 179);
this.lbCompleteQty.Name = "lbCompleteQty";
this.lbCompleteQty.Size = new System.Drawing.Size(575, 300);
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(139, 22);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(668, 51);
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, 50);
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(3, 50, 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(518, 1293);
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(30, 1035);
this.panel9.Margin = new System.Windows.Forms.Padding(30, 3, 30, 30);
this.panel9.Name = "panel9";
this.panel9.Size = new System.Drawing.Size(458, 228);
this.panel9.TabIndex = 4;
//
// txtBarCode
//
this.txtBarCode.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtBarCode.Location = new System.Drawing.Point(30, 109);
this.txtBarCode.Multiline = true;
this.txtBarCode.Name = "txtBarCode";
this.txtBarCode.Size = new System.Drawing.Size(390, 74);
this.txtBarCode.TabIndex = 5;
this.txtBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarCode_KeyDown);
//
// 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(23, 51);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(253, 37);
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(30, 777);
this.panel8.Margin = new System.Windows.Forms.Padding(30, 3, 30, 30);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(458, 225);
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(32, 115);
this.lbPartDesc.Name = "lbPartDesc";
this.lbPartDesc.Size = new System.Drawing.Size(317, 37);
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(23, 51);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(409, 37);
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(30, 519);
this.panel7.Margin = new System.Windows.Forms.Padding(30, 3, 30, 30);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(458, 225);
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(32, 114);
this.lbPart.Name = "lbPart";
this.lbPart.Size = new System.Drawing.Size(317, 37);
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(23, 47);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(351, 37);
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(30, 261);
this.panel6.Margin = new System.Windows.Forms.Padding(30, 3, 30, 30);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(458, 225);
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(32, 117);
this.lbPlan.Name = "lbPlan";
this.lbPlan.Size = new System.Drawing.Size(317, 37);
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(23, 46);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(389, 37);
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(30, 3);
this.panel5.Margin = new System.Windows.Forms.Padding(30, 3, 30, 30);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(458, 225);
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(23, 108);
this.lbStation.Name = "lbStation";
this.lbStation.Size = new System.Drawing.Size(317, 37);
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(23, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(409, 37);
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, 4);
this.tableLayoutPanel4.Controls.Add(this.panel11, 0, 0);
this.tableLayoutPanel4.Controls.Add(this.panel14, 0, 2);
this.tableLayoutPanel4.Controls.Add(this.panel15, 0, 1);
this.tableLayoutPanel4.Controls.Add(this.panel16, 0, 3);
this.tableLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel4.Location = new System.Drawing.Point(1425, 50);
this.tableLayoutPanel4.Margin = new System.Windows.Forms.Padding(3, 50, 3, 3);
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
this.tableLayoutPanel4.RowCount = 5;
this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
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, 40F));
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, 40F));
this.tableLayoutPanel4.Size = new System.Drawing.Size(520, 1293);
this.tableLayoutPanel4.TabIndex = 4;
//
// panel10
//
this.panel10.Controls.Add(this.lbHint);
this.panel10.Controls.Add(this.button5);
this.panel10.Controls.Add(this.button6);
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, 779);
this.panel10.Name = "panel10";
this.panel10.Size = new System.Drawing.Size(514, 511);
this.panel10.TabIndex = 0;
//
// button5
//
this.button5.BackColor = System.Drawing.Color.Red;
this.button5.Font = new System.Drawing.Font("微软雅黑", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.ForeColor = System.Drawing.Color.White;
this.button5.Location = new System.Drawing.Point(267, 194);
this.button5.Margin = new System.Windows.Forms.Padding(4);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(240, 88);
this.button5.TabIndex = 28;
this.button5.Text = "结束计划";
this.button5.UseVisualStyleBackColor = false;
//
// button6
//
this.button6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
this.button6.Font = new System.Drawing.Font("微软雅黑", 15.85714F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button6.Location = new System.Drawing.Point(14, 194);
this.button6.Margin = new System.Windows.Forms.Padding(4);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(240, 88);
this.button6.TabIndex = 27;
this.button6.Text = "计划查询";
this.button6.UseVisualStyleBackColor = false;
//
// 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(267, 40);
this.btnPlanDown.Margin = new System.Windows.Forms.Padding(4);
this.btnPlanDown.Name = "btnPlanDown";
this.btnPlanDown.Size = new System.Drawing.Size(240, 88);
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(14, 40);
this.btnPlanUp.Margin = new System.Windows.Forms.Padding(4);
this.btnPlanUp.Name = "btnPlanUp";
this.btnPlanUp.Size = new System.Drawing.Size(240, 88);
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(514, 251);
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(181, 138);
this.lbClass.Name = "lbClass";
this.lbClass.Size = new System.Drawing.Size(120, 62);
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(67, 19);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(378, 37);
this.label10.TabIndex = 3;
this.label10.Text = "2025-07-15 11:15:14";
//
// 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, 262);
this.panel14.Name = "panel14";
this.panel14.Size = new System.Drawing.Size(514, 509);
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(115, 117);
this.lbBadQty.Name = "lbBadQty";
this.lbBadQty.Size = new System.Drawing.Size(215, 234);
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(7, 17);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(503, 35);
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, 260);
this.panel15.Name = "panel15";
this.panel15.Size = new System.Drawing.Size(514, 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, 777);
this.panel16.Name = "panel16";
this.panel16.Size = new System.Drawing.Size(514, 1);
this.panel16.TabIndex = 4;
//
// lbHint
//
this.lbHint.AutoSize = true;
this.lbHint.Font = new System.Drawing.Font("宋体", 14.14286F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbHint.ForeColor = System.Drawing.Color.Red;
this.lbHint.Location = new System.Drawing.Point(31, 339);
this.lbHint.Name = "lbHint";
this.lbHint.Size = new System.Drawing.Size(155, 34);
this.lbHint.TabIndex = 29;
this.lbHint.Text = "异常错误";
//
// FrmAssemble
//
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1948, 1346);
this.Controls.Add(this.tableLayoutPanel1);
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.panel10.PerformLayout();
this.panel11.ResumeLayout(false);
this.panel11.PerformLayout();
this.panel14.ResumeLayout(false);
this.panel14.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 button6;
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.TextBox txtBarCode;
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 button5;
private System.Windows.Forms.Panel panel15;
private System.Windows.Forms.Panel panel16;
private System.Windows.Forms.Label lbHint;
}
}