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.
656 lines
34 KiB
656 lines
34 KiB
namespace PunchingMistake
|
|
{
|
|
partial class FrmQualityNew
|
|
{
|
|
/// <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)
|
|
{
|
|
try
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
catch
|
|
{
|
|
|
|
}
|
|
}
|
|
|
|
#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(FrmQualityNew));
|
|
this.labTime = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.labTitle = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.labProductInfo = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtBarCode = new System.Windows.Forms.TextBox();
|
|
this.labProPosition = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.btnPlanDown = new System.Windows.Forms.Button();
|
|
this.btnPlanUp = new System.Windows.Forms.Button();
|
|
this.btnOk = new System.Windows.Forms.Button();
|
|
this.btnRepair = new System.Windows.Forms.Button();
|
|
this.btnNok = new System.Windows.Forms.Button();
|
|
this.btnAbt = new System.Windows.Forms.Button();
|
|
this.lableFP = new System.Windows.Forms.Label();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.lbProductName = new System.Windows.Forms.Label();
|
|
this.lbProductCode = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.lbPlanCode = new System.Windows.Forms.Label();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.lbPlanQty = new System.Windows.Forms.Label();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.lbPlanCompleteQty = new System.Windows.Forms.Label();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.lbOkCount = new System.Windows.Forms.Label();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.lbRepairCount = new System.Windows.Forms.Label();
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
this.lbBadCount = new System.Windows.Forms.Label();
|
|
this.lbForeig = new System.Windows.Forms.Label();
|
|
this.labWorkClass = new System.Windows.Forms.Label();
|
|
this.labStation = new System.Windows.Forms.Label();
|
|
this.labelVersion = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
this.groupBox4.SuspendLayout();
|
|
this.groupBox5.SuspendLayout();
|
|
this.groupBox6.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labTime
|
|
//
|
|
this.labTime.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labTime.Font = new System.Drawing.Font("宋体", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labTime.Location = new System.Drawing.Point(1867, 17);
|
|
this.labTime.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.labTime.Name = "labTime";
|
|
this.labTime.Size = new System.Drawing.Size(457, 146);
|
|
this.labTime.TabIndex = 18;
|
|
this.labTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.labTime.Click += new System.EventHandler(this.labTime_Click);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(22, 17);
|
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(291, 146);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox1.TabIndex = 17;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// labTitle
|
|
//
|
|
this.labTitle.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.labTitle.Font = new System.Drawing.Font("宋体", 48F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labTitle.Location = new System.Drawing.Point(296, 17);
|
|
this.labTitle.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.labTitle.Name = "labTitle";
|
|
this.labTitle.Size = new System.Drawing.Size(1576, 146);
|
|
this.labTitle.TabIndex = 16;
|
|
this.labTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.Location = new System.Drawing.Point(18, 870);
|
|
this.panel2.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(1829, 578);
|
|
this.panel2.TabIndex = 48;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Location = new System.Drawing.Point(18, 352);
|
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(1829, 509);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.pictureBox2.TabIndex = 47;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.BackColor = System.Drawing.Color.Lime;
|
|
this.label15.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label15.Location = new System.Drawing.Point(21, 163);
|
|
this.label15.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(292, 130);
|
|
this.label15.TabIndex = 49;
|
|
this.label15.Text = "扫码信息";
|
|
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// labProductInfo
|
|
//
|
|
this.labProductInfo.BackColor = System.Drawing.Color.White;
|
|
this.labProductInfo.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labProductInfo.Location = new System.Drawing.Point(1407, 163);
|
|
this.labProductInfo.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.labProductInfo.Name = "labProductInfo";
|
|
this.labProductInfo.Size = new System.Drawing.Size(917, 130);
|
|
this.labProductInfo.TabIndex = 52;
|
|
this.labProductInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.Lime;
|
|
this.label2.Font = new System.Drawing.Font("黑体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(1106, 163);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(292, 130);
|
|
this.label2.TabIndex = 51;
|
|
this.label2.Text = "产品信息";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// txtBarCode
|
|
//
|
|
this.txtBarCode.BackColor = System.Drawing.Color.White;
|
|
this.txtBarCode.Font = new System.Drawing.Font("黑体", 30F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtBarCode.Location = new System.Drawing.Point(325, 184);
|
|
this.txtBarCode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.txtBarCode.Name = "txtBarCode";
|
|
this.txtBarCode.Size = new System.Drawing.Size(764, 87);
|
|
this.txtBarCode.TabIndex = 0;
|
|
this.txtBarCode.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.txtBarCode.DoubleClick += new System.EventHandler(this.txtBarCode_DoubleClick);
|
|
this.txtBarCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtBarCode_KeyDown);
|
|
//
|
|
// labProPosition
|
|
//
|
|
this.labProPosition.BackColor = System.Drawing.Color.White;
|
|
this.labProPosition.Font = new System.Drawing.Font("黑体", 22F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labProPosition.Location = new System.Drawing.Point(1870, 315);
|
|
this.labProPosition.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.labProPosition.Name = "labProPosition";
|
|
this.labProPosition.Size = new System.Drawing.Size(465, 151);
|
|
this.labProPosition.TabIndex = 64;
|
|
this.labProPosition.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoScroll = true;
|
|
this.panel1.Controls.Add(this.button4);
|
|
this.panel1.Controls.Add(this.button3);
|
|
this.panel1.Controls.Add(this.btnPlanDown);
|
|
this.panel1.Controls.Add(this.btnPlanUp);
|
|
this.panel1.Controls.Add(this.btnOk);
|
|
this.panel1.Controls.Add(this.btnRepair);
|
|
this.panel1.Controls.Add(this.btnNok);
|
|
this.panel1.Controls.Add(this.btnAbt);
|
|
this.panel1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.panel1.Location = new System.Drawing.Point(18, 1469);
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(1829, 317);
|
|
this.panel1.TabIndex = 66;
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.BackColor = System.Drawing.Color.Red;
|
|
this.button4.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button4.Location = new System.Drawing.Point(1275, 181);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(326, 90);
|
|
this.button4.TabIndex = 74;
|
|
this.button4.Text = "结束计划";
|
|
this.button4.UseVisualStyleBackColor = false;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.BackColor = System.Drawing.Color.LawnGreen;
|
|
this.button3.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button3.Location = new System.Drawing.Point(1275, 45);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(326, 90);
|
|
this.button3.TabIndex = 73;
|
|
this.button3.Text = "计划查询";
|
|
this.button3.UseVisualStyleBackColor = false;
|
|
//
|
|
// btnPlanDown
|
|
//
|
|
this.btnPlanDown.BackColor = System.Drawing.Color.LawnGreen;
|
|
this.btnPlanDown.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnPlanDown.Location = new System.Drawing.Point(852, 181);
|
|
this.btnPlanDown.Name = "btnPlanDown";
|
|
this.btnPlanDown.Size = new System.Drawing.Size(326, 81);
|
|
this.btnPlanDown.TabIndex = 72;
|
|
this.btnPlanDown.Text = "下一计划";
|
|
this.btnPlanDown.UseVisualStyleBackColor = false;
|
|
this.btnPlanDown.Click += new System.EventHandler(this.btnPlanDown_Click);
|
|
//
|
|
// btnPlanUp
|
|
//
|
|
this.btnPlanUp.BackColor = System.Drawing.Color.LawnGreen;
|
|
this.btnPlanUp.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnPlanUp.Location = new System.Drawing.Point(852, 45);
|
|
this.btnPlanUp.Name = "btnPlanUp";
|
|
this.btnPlanUp.Size = new System.Drawing.Size(326, 90);
|
|
this.btnPlanUp.TabIndex = 71;
|
|
this.btnPlanUp.Text = "上一计划";
|
|
this.btnPlanUp.UseVisualStyleBackColor = false;
|
|
this.btnPlanUp.Click += new System.EventHandler(this.btnPlanUp_Click);
|
|
//
|
|
// btnOk
|
|
//
|
|
this.btnOk.BackColor = System.Drawing.Color.LawnGreen;
|
|
this.btnOk.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnOk.Location = new System.Drawing.Point(30, 45);
|
|
this.btnOk.Name = "btnOk";
|
|
this.btnOk.Size = new System.Drawing.Size(326, 90);
|
|
this.btnOk.TabIndex = 67;
|
|
this.btnOk.Text = "合 格";
|
|
this.btnOk.UseVisualStyleBackColor = false;
|
|
this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
|
|
//
|
|
// btnRepair
|
|
//
|
|
this.btnRepair.BackColor = System.Drawing.Color.DodgerBlue;
|
|
this.btnRepair.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnRepair.Location = new System.Drawing.Point(30, 181);
|
|
this.btnRepair.Name = "btnRepair";
|
|
this.btnRepair.Size = new System.Drawing.Size(326, 90);
|
|
this.btnRepair.TabIndex = 69;
|
|
this.btnRepair.Text = "返修";
|
|
this.btnRepair.UseVisualStyleBackColor = false;
|
|
this.btnRepair.Click += new System.EventHandler(this.btnRepair_Click);
|
|
//
|
|
// btnNok
|
|
//
|
|
this.btnNok.BackColor = System.Drawing.Color.Yellow;
|
|
this.btnNok.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnNok.Location = new System.Drawing.Point(466, 45);
|
|
this.btnNok.Name = "btnNok";
|
|
this.btnNok.Size = new System.Drawing.Size(321, 90);
|
|
this.btnNok.TabIndex = 68;
|
|
this.btnNok.Text = "返修合格";
|
|
this.btnNok.UseVisualStyleBackColor = false;
|
|
this.btnNok.Click += new System.EventHandler(this.btnNok_Click);
|
|
//
|
|
// btnAbt
|
|
//
|
|
this.btnAbt.BackColor = System.Drawing.Color.OrangeRed;
|
|
this.btnAbt.Font = new System.Drawing.Font("宋体", 25.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.btnAbt.Location = new System.Drawing.Point(466, 181);
|
|
this.btnAbt.Name = "btnAbt";
|
|
this.btnAbt.Size = new System.Drawing.Size(314, 90);
|
|
this.btnAbt.TabIndex = 70;
|
|
this.btnAbt.Text = "报 废";
|
|
this.btnAbt.UseVisualStyleBackColor = false;
|
|
this.btnAbt.Click += new System.EventHandler(this.btnAbt_Click);
|
|
//
|
|
// lableFP
|
|
//
|
|
this.lableFP.AutoSize = true;
|
|
this.lableFP.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lableFP.ForeColor = System.Drawing.Color.Red;
|
|
this.lableFP.Location = new System.Drawing.Point(2201, 552);
|
|
this.lableFP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lableFP.Name = "lableFP";
|
|
this.lableFP.Size = new System.Drawing.Size(106, 42);
|
|
this.lableFP.TabIndex = 71;
|
|
this.lableFP.Tag = "存在返喷";
|
|
this.lableFP.Text = " ";
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.lbProductName);
|
|
this.groupBox1.Controls.Add(this.lbProductCode);
|
|
this.groupBox1.Controls.Add(this.label10);
|
|
this.groupBox1.Controls.Add(this.label9);
|
|
this.groupBox1.Controls.Add(this.label8);
|
|
this.groupBox1.Controls.Add(this.lbPlanCode);
|
|
this.groupBox1.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox1.ForeColor = System.Drawing.Color.Blue;
|
|
this.groupBox1.Location = new System.Drawing.Point(1879, 604);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(456, 192);
|
|
this.groupBox1.TabIndex = 72;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "当前计划";
|
|
//
|
|
// lbProductName
|
|
//
|
|
this.lbProductName.AutoSize = true;
|
|
this.lbProductName.ForeColor = System.Drawing.Color.Black;
|
|
this.lbProductName.Location = new System.Drawing.Point(114, 156);
|
|
this.lbProductName.Name = "lbProductName";
|
|
this.lbProductName.Size = new System.Drawing.Size(105, 33);
|
|
this.lbProductName.TabIndex = 5;
|
|
this.lbProductName.Text = " ";
|
|
//
|
|
// lbProductCode
|
|
//
|
|
this.lbProductCode.AutoSize = true;
|
|
this.lbProductCode.ForeColor = System.Drawing.Color.Black;
|
|
this.lbProductCode.Location = new System.Drawing.Point(114, 105);
|
|
this.lbProductCode.Name = "lbProductCode";
|
|
this.lbProductCode.Size = new System.Drawing.Size(87, 33);
|
|
this.lbProductCode.TabIndex = 4;
|
|
this.lbProductCode.Text = " ";
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.AutoSize = true;
|
|
this.label10.ForeColor = System.Drawing.Color.Black;
|
|
this.label10.Location = new System.Drawing.Point(17, 156);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(83, 33);
|
|
this.label10.TabIndex = 3;
|
|
this.label10.Text = "描述";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.ForeColor = System.Drawing.Color.Black;
|
|
this.label9.Location = new System.Drawing.Point(16, 105);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(83, 33);
|
|
this.label9.TabIndex = 2;
|
|
this.label9.Text = "产品";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.ForeColor = System.Drawing.Color.Black;
|
|
this.label8.Location = new System.Drawing.Point(16, 55);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(83, 33);
|
|
this.label8.TabIndex = 1;
|
|
this.label8.Text = "编号";
|
|
//
|
|
// lbPlanCode
|
|
//
|
|
this.lbPlanCode.AutoSize = true;
|
|
this.lbPlanCode.ForeColor = System.Drawing.Color.Black;
|
|
this.lbPlanCode.Location = new System.Drawing.Point(114, 55);
|
|
this.lbPlanCode.Name = "lbPlanCode";
|
|
this.lbPlanCode.Size = new System.Drawing.Size(87, 33);
|
|
this.lbPlanCode.TabIndex = 0;
|
|
this.lbPlanCode.Text = " ";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.lbPlanQty);
|
|
this.groupBox2.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox2.ForeColor = System.Drawing.Color.Blue;
|
|
this.groupBox2.Location = new System.Drawing.Point(1879, 821);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(456, 138);
|
|
this.groupBox2.TabIndex = 73;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "生产计划数量";
|
|
//
|
|
// lbPlanQty
|
|
//
|
|
this.lbPlanQty.AutoSize = true;
|
|
this.lbPlanQty.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbPlanQty.ForeColor = System.Drawing.Color.Black;
|
|
this.lbPlanQty.Location = new System.Drawing.Point(41, 40);
|
|
this.lbPlanQty.Name = "lbPlanQty";
|
|
this.lbPlanQty.Size = new System.Drawing.Size(78, 84);
|
|
this.lbPlanQty.TabIndex = 1;
|
|
this.lbPlanQty.Text = "0";
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.lbPlanCompleteQty);
|
|
this.groupBox3.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox3.ForeColor = System.Drawing.Color.Blue;
|
|
this.groupBox3.Location = new System.Drawing.Point(1885, 983);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(456, 138);
|
|
this.groupBox3.TabIndex = 74;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "计划完成数量";
|
|
//
|
|
// lbPlanCompleteQty
|
|
//
|
|
this.lbPlanCompleteQty.AutoSize = true;
|
|
this.lbPlanCompleteQty.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbPlanCompleteQty.ForeColor = System.Drawing.Color.Black;
|
|
this.lbPlanCompleteQty.Location = new System.Drawing.Point(36, 40);
|
|
this.lbPlanCompleteQty.Name = "lbPlanCompleteQty";
|
|
this.lbPlanCompleteQty.Size = new System.Drawing.Size(78, 84);
|
|
this.lbPlanCompleteQty.TabIndex = 0;
|
|
this.lbPlanCompleteQty.Text = "0";
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.lbOkCount);
|
|
this.groupBox4.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox4.ForeColor = System.Drawing.Color.Blue;
|
|
this.groupBox4.Location = new System.Drawing.Point(1885, 1153);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(456, 138);
|
|
this.groupBox4.TabIndex = 75;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "合格数量";
|
|
//
|
|
// lbOkCount
|
|
//
|
|
this.lbOkCount.AutoSize = true;
|
|
this.lbOkCount.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbOkCount.ForeColor = System.Drawing.Color.Black;
|
|
this.lbOkCount.Location = new System.Drawing.Point(36, 40);
|
|
this.lbOkCount.Name = "lbOkCount";
|
|
this.lbOkCount.Size = new System.Drawing.Size(78, 84);
|
|
this.lbOkCount.TabIndex = 1;
|
|
this.lbOkCount.Text = "0";
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.lbRepairCount);
|
|
this.groupBox5.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox5.ForeColor = System.Drawing.Color.Blue;
|
|
this.groupBox5.Location = new System.Drawing.Point(1885, 1324);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(456, 138);
|
|
this.groupBox5.TabIndex = 76;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "返修数量";
|
|
//
|
|
// lbRepairCount
|
|
//
|
|
this.lbRepairCount.AutoSize = true;
|
|
this.lbRepairCount.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbRepairCount.ForeColor = System.Drawing.Color.Black;
|
|
this.lbRepairCount.Location = new System.Drawing.Point(36, 40);
|
|
this.lbRepairCount.Name = "lbRepairCount";
|
|
this.lbRepairCount.Size = new System.Drawing.Size(78, 84);
|
|
this.lbRepairCount.TabIndex = 1;
|
|
this.lbRepairCount.Text = "0";
|
|
//
|
|
// groupBox6
|
|
//
|
|
this.groupBox6.Controls.Add(this.lbBadCount);
|
|
this.groupBox6.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.groupBox6.ForeColor = System.Drawing.Color.Blue;
|
|
this.groupBox6.Location = new System.Drawing.Point(1885, 1494);
|
|
this.groupBox6.Name = "groupBox6";
|
|
this.groupBox6.Size = new System.Drawing.Size(456, 138);
|
|
this.groupBox6.TabIndex = 77;
|
|
this.groupBox6.TabStop = false;
|
|
this.groupBox6.Text = "报废数量";
|
|
//
|
|
// lbBadCount
|
|
//
|
|
this.lbBadCount.AutoSize = true;
|
|
this.lbBadCount.Font = new System.Drawing.Font("宋体", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbBadCount.ForeColor = System.Drawing.Color.Black;
|
|
this.lbBadCount.Location = new System.Drawing.Point(36, 40);
|
|
this.lbBadCount.Name = "lbBadCount";
|
|
this.lbBadCount.Size = new System.Drawing.Size(78, 84);
|
|
this.lbBadCount.TabIndex = 1;
|
|
this.lbBadCount.Text = "0";
|
|
//
|
|
// lbForeig
|
|
//
|
|
this.lbForeig.AutoSize = true;
|
|
this.lbForeig.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lbForeig.Location = new System.Drawing.Point(26, 306);
|
|
this.lbForeig.Name = "lbForeig";
|
|
this.lbForeig.Size = new System.Drawing.Size(69, 33);
|
|
this.lbForeig.TabIndex = 78;
|
|
this.lbForeig.Text = " ";
|
|
//
|
|
// labWorkClass
|
|
//
|
|
this.labWorkClass.AutoSize = true;
|
|
this.labWorkClass.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labWorkClass.Location = new System.Drawing.Point(1879, 487);
|
|
this.labWorkClass.Name = "labWorkClass";
|
|
this.labWorkClass.Size = new System.Drawing.Size(67, 33);
|
|
this.labWorkClass.TabIndex = 79;
|
|
this.labWorkClass.Text = "A班";
|
|
//
|
|
// labStation
|
|
//
|
|
this.labStation.AutoSize = true;
|
|
this.labStation.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labStation.Location = new System.Drawing.Point(2123, 487);
|
|
this.labStation.Name = "labStation";
|
|
this.labStation.Size = new System.Drawing.Size(69, 33);
|
|
this.labStation.TabIndex = 80;
|
|
this.labStation.Text = "F02";
|
|
//
|
|
// labelVersion
|
|
//
|
|
this.labelVersion.AutoSize = true;
|
|
this.labelVersion.Font = new System.Drawing.Font("宋体", 13.875F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.labelVersion.Location = new System.Drawing.Point(1879, 552);
|
|
this.labelVersion.Name = "labelVersion";
|
|
this.labelVersion.Size = new System.Drawing.Size(159, 33);
|
|
this.labelVersion.TabIndex = 81;
|
|
this.labelVersion.Text = "10.0.0.1";
|
|
//
|
|
// FrmQualityNew
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 21F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(2351, 1789);
|
|
this.Controls.Add(this.labelVersion);
|
|
this.Controls.Add(this.labStation);
|
|
this.Controls.Add(this.labWorkClass);
|
|
this.Controls.Add(this.lbForeig);
|
|
this.Controls.Add(this.groupBox6);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.lableFP);
|
|
this.Controls.Add(this.labProPosition);
|
|
this.Controls.Add(this.txtBarCode);
|
|
this.Controls.Add(this.labProductInfo);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.panel2);
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.labTime);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.labTitle);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
this.Name = "FrmQualityNew";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "喷涂质检";
|
|
this.Load += new System.EventHandler(this.FrmSecondCheck_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox1.PerformLayout();
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox2.PerformLayout();
|
|
this.groupBox3.ResumeLayout(false);
|
|
this.groupBox3.PerformLayout();
|
|
this.groupBox4.ResumeLayout(false);
|
|
this.groupBox4.PerformLayout();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.groupBox5.PerformLayout();
|
|
this.groupBox6.ResumeLayout(false);
|
|
this.groupBox6.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label labTime;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label labTitle;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label labProductInfo;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtBarCode;
|
|
private System.Windows.Forms.Label labProPosition;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Button btnOk;
|
|
private System.Windows.Forms.Button btnNok;
|
|
private System.Windows.Forms.Button btnRepair;
|
|
private System.Windows.Forms.Button btnAbt;
|
|
private System.Windows.Forms.Label lableFP;
|
|
private System.Windows.Forms.Button btnPlanDown;
|
|
private System.Windows.Forms.Button btnPlanUp;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.GroupBox groupBox6;
|
|
private System.Windows.Forms.Label lbForeig;
|
|
private System.Windows.Forms.Label labWorkClass;
|
|
private System.Windows.Forms.Label labStation;
|
|
private System.Windows.Forms.Label labelVersion;
|
|
private System.Windows.Forms.Label lbPlanCode;
|
|
private System.Windows.Forms.Label lbPlanCompleteQty;
|
|
private System.Windows.Forms.Label lbOkCount;
|
|
private System.Windows.Forms.Label lbRepairCount;
|
|
private System.Windows.Forms.Label lbBadCount;
|
|
private System.Windows.Forms.Label lbPlanQty;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label lbProductName;
|
|
private System.Windows.Forms.Label lbProductCode;
|
|
}
|
|
}
|