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.
458 lines
20 KiB
458 lines
20 KiB
6 months ago
|
namespace PurchingMistakeNew
|
||
|
{
|
||
|
partial class Form1
|
||
|
{
|
||
|
/// <summary>
|
||
|
/// 必需的设计器变量。
|
||
|
/// </summary>
|
||
|
private System.ComponentModel.IContainer components = null;
|
||
|
|
||
|
/// <summary>
|
||
|
/// 清理所有正在使用的资源。
|
||
|
/// </summary>
|
||
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
|
protected override void Dispose(bool disposing)
|
||
|
{
|
||
|
if (disposing && (components != null))
|
||
|
{
|
||
|
components.Dispose();
|
||
|
}
|
||
|
base.Dispose(disposing);
|
||
|
}
|
||
|
|
||
|
#region Windows 窗体设计器生成的代码
|
||
|
|
||
|
/// <summary>
|
||
|
/// 设计器支持所需的方法 - 不要
|
||
|
/// 使用代码编辑器修改此方法的内容。
|
||
|
/// </summary>
|
||
|
private void InitializeComponent()
|
||
|
{
|
||
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
||
|
this.label2 = new System.Windows.Forms.Label();
|
||
|
this.label1 = new System.Windows.Forms.Label();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.label5 = new System.Windows.Forms.Label();
|
||
|
this.label6 = new System.Windows.Forms.Label();
|
||
|
this.label4 = new System.Windows.Forms.Label();
|
||
|
this.button1 = new System.Windows.Forms.Button();
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.button3 = new System.Windows.Forms.Button();
|
||
|
this.button2 = new System.Windows.Forms.Button();
|
||
|
this.textBox3 = new System.Windows.Forms.TextBox();
|
||
|
this.label7 = new System.Windows.Forms.Label();
|
||
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
||
|
this.label8 = new System.Windows.Forms.Label();
|
||
|
this.listView1 = new System.Windows.Forms.ListView();
|
||
|
this.计划单 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.零件号 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.零件名称 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.数量 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.完成数 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||
|
this.uc12 = new PurchingMistakeNew.UC();
|
||
|
this.uc11 = new PurchingMistakeNew.UC();
|
||
|
this.uc10 = new PurchingMistakeNew.UC();
|
||
|
this.uc9 = new PurchingMistakeNew.UC();
|
||
|
this.uc8 = new PurchingMistakeNew.UC();
|
||
|
this.uc7 = new PurchingMistakeNew.UC();
|
||
|
this.uc6 = new PurchingMistakeNew.UC();
|
||
|
this.uc5 = new PurchingMistakeNew.UC();
|
||
|
this.uc4 = new PurchingMistakeNew.UC();
|
||
|
this.uc3 = new PurchingMistakeNew.UC();
|
||
|
this.uc2 = new PurchingMistakeNew.UC();
|
||
|
this.uc1 = new PurchingMistakeNew.UC();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// textBox2
|
||
|
//
|
||
|
this.textBox2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox2.Location = new System.Drawing.Point(158, 84);
|
||
|
this.textBox2.Name = "textBox2";
|
||
|
this.textBox2.Size = new System.Drawing.Size(407, 35);
|
||
|
this.textBox2.TabIndex = 73;
|
||
|
this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
|
||
|
//
|
||
|
// textBox1
|
||
|
//
|
||
|
this.textBox1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox1.Location = new System.Drawing.Point(158, 33);
|
||
|
this.textBox1.Name = "textBox1";
|
||
|
this.textBox1.Size = new System.Drawing.Size(407, 35);
|
||
|
this.textBox1.TabIndex = 71;
|
||
|
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
|
||
|
//
|
||
|
// label2
|
||
|
//
|
||
|
this.label2.AutoSize = true;
|
||
|
this.label2.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label2.Location = new System.Drawing.Point(12, 87);
|
||
|
this.label2.Name = "label2";
|
||
|
this.label2.Size = new System.Drawing.Size(130, 24);
|
||
|
this.label2.TabIndex = 72;
|
||
|
this.label2.Text = "扫描半成品";
|
||
|
//
|
||
|
// label1
|
||
|
//
|
||
|
this.label1.AutoSize = true;
|
||
|
this.label1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label1.Location = new System.Drawing.Point(12, 36);
|
||
|
this.label1.Name = "label1";
|
||
|
this.label1.Size = new System.Drawing.Size(130, 24);
|
||
|
this.label1.TabIndex = 74;
|
||
|
this.label1.Text = "扫描配置码";
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label3.Location = new System.Drawing.Point(12, 191);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(106, 24);
|
||
|
this.label3.TabIndex = 84;
|
||
|
this.label3.Text = "左前门板";
|
||
|
//
|
||
|
// label5
|
||
|
//
|
||
|
this.label5.AutoSize = true;
|
||
|
this.label5.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label5.Location = new System.Drawing.Point(12, 643);
|
||
|
this.label5.Name = "label5";
|
||
|
this.label5.Size = new System.Drawing.Size(106, 24);
|
||
|
this.label5.TabIndex = 89;
|
||
|
this.label5.Text = "右后门板";
|
||
|
//
|
||
|
// label6
|
||
|
//
|
||
|
this.label6.AutoSize = true;
|
||
|
this.label6.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label6.Location = new System.Drawing.Point(12, 498);
|
||
|
this.label6.Name = "label6";
|
||
|
this.label6.Size = new System.Drawing.Size(106, 24);
|
||
|
this.label6.TabIndex = 88;
|
||
|
this.label6.Text = "右前门板";
|
||
|
//
|
||
|
// label4
|
||
|
//
|
||
|
this.label4.AutoSize = true;
|
||
|
this.label4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label4.Location = new System.Drawing.Point(12, 325);
|
||
|
this.label4.Name = "label4";
|
||
|
this.label4.Size = new System.Drawing.Size(106, 24);
|
||
|
this.label4.TabIndex = 87;
|
||
|
this.label4.Text = "左后门板";
|
||
|
//
|
||
|
// button1
|
||
|
//
|
||
|
this.button1.Font = new System.Drawing.Font("宋体", 18F);
|
||
|
this.button1.Location = new System.Drawing.Point(621, 30);
|
||
|
this.button1.Name = "button1";
|
||
|
this.button1.Size = new System.Drawing.Size(164, 38);
|
||
|
this.button1.TabIndex = 102;
|
||
|
this.button1.Text = "补打总成条码";
|
||
|
this.button1.UseVisualStyleBackColor = true;
|
||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.Controls.Add(this.button3);
|
||
|
this.panel1.Controls.Add(this.button2);
|
||
|
this.panel1.Controls.Add(this.textBox3);
|
||
|
this.panel1.Controls.Add(this.label7);
|
||
|
this.panel1.Location = new System.Drawing.Point(182, 125);
|
||
|
this.panel1.Name = "panel1";
|
||
|
this.panel1.Size = new System.Drawing.Size(603, 63);
|
||
|
this.panel1.TabIndex = 103;
|
||
|
//
|
||
|
// button3
|
||
|
//
|
||
|
this.button3.Font = new System.Drawing.Font("宋体", 14.25F);
|
||
|
this.button3.Location = new System.Drawing.Point(472, 12);
|
||
|
this.button3.Name = "button3";
|
||
|
this.button3.Size = new System.Drawing.Size(84, 33);
|
||
|
this.button3.TabIndex = 77;
|
||
|
this.button3.Text = "取消";
|
||
|
this.button3.UseVisualStyleBackColor = true;
|
||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
||
|
//
|
||
|
// button2
|
||
|
//
|
||
|
this.button2.Font = new System.Drawing.Font("宋体", 14.25F);
|
||
|
this.button2.Location = new System.Drawing.Point(371, 12);
|
||
|
this.button2.Name = "button2";
|
||
|
this.button2.Size = new System.Drawing.Size(84, 33);
|
||
|
this.button2.TabIndex = 76;
|
||
|
this.button2.Text = "确定";
|
||
|
this.button2.UseVisualStyleBackColor = true;
|
||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
||
|
//
|
||
|
// textBox3
|
||
|
//
|
||
|
this.textBox3.Font = new System.Drawing.Font("宋体", 14.25F);
|
||
|
this.textBox3.Location = new System.Drawing.Point(126, 12);
|
||
|
this.textBox3.Name = "textBox3";
|
||
|
this.textBox3.Size = new System.Drawing.Size(221, 29);
|
||
|
this.textBox3.TabIndex = 75;
|
||
|
//
|
||
|
// label7
|
||
|
//
|
||
|
this.label7.AutoSize = true;
|
||
|
this.label7.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label7.Location = new System.Drawing.Point(25, 16);
|
||
|
this.label7.Name = "label7";
|
||
|
this.label7.Size = new System.Drawing.Size(85, 19);
|
||
|
this.label7.TabIndex = 74;
|
||
|
this.label7.Text = "总成条码";
|
||
|
//
|
||
|
// textBox4
|
||
|
//
|
||
|
this.textBox4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.textBox4.Location = new System.Drawing.Point(993, 36);
|
||
|
this.textBox4.Name = "textBox4";
|
||
|
this.textBox4.Size = new System.Drawing.Size(368, 35);
|
||
|
this.textBox4.TabIndex = 104;
|
||
|
this.textBox4.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox4_KeyDown);
|
||
|
//
|
||
|
// label8
|
||
|
//
|
||
|
this.label8.AutoSize = true;
|
||
|
this.label8.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label8.Location = new System.Drawing.Point(847, 44);
|
||
|
this.label8.Name = "label8";
|
||
|
this.label8.Size = new System.Drawing.Size(130, 24);
|
||
|
this.label8.TabIndex = 105;
|
||
|
this.label8.Text = "扫描计划单";
|
||
|
//
|
||
|
// listView1
|
||
|
//
|
||
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||
|
this.计划单,
|
||
|
this.零件号,
|
||
|
this.零件名称,
|
||
|
this.数量,
|
||
|
this.完成数});
|
||
|
this.listView1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.listView1.GridLines = true;
|
||
|
this.listView1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
|
||
|
this.listView1.Location = new System.Drawing.Point(851, 91);
|
||
|
this.listView1.Name = "listView1";
|
||
|
this.listView1.Size = new System.Drawing.Size(510, 629);
|
||
|
this.listView1.TabIndex = 106;
|
||
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
||
|
this.listView1.View = System.Windows.Forms.View.Details;
|
||
|
//
|
||
|
// 计划单
|
||
|
//
|
||
|
this.计划单.Text = "计划单";
|
||
|
this.计划单.Width = 120;
|
||
|
//
|
||
|
// 零件号
|
||
|
//
|
||
|
this.零件号.Text = "零件号";
|
||
|
this.零件号.Width = 120;
|
||
|
//
|
||
|
// 零件名称
|
||
|
//
|
||
|
this.零件名称.DisplayIndex = 3;
|
||
|
this.零件名称.Text = "零件名称";
|
||
|
this.零件名称.Width = 200;
|
||
|
//
|
||
|
// 数量
|
||
|
//
|
||
|
this.数量.DisplayIndex = 2;
|
||
|
this.数量.Text = "数量";
|
||
|
this.数量.Width = 100;
|
||
|
//
|
||
|
// 完成数
|
||
|
//
|
||
|
this.完成数.Text = "完成数";
|
||
|
//
|
||
|
// uc12
|
||
|
//
|
||
|
this.uc12.Location = new System.Drawing.Point(604, 583);
|
||
|
this.uc12.Name = "uc12";
|
||
|
this.uc12.PartInfo = null;
|
||
|
this.uc12.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc12.Sum = null;
|
||
|
this.uc12.TabIndex = 101;
|
||
|
//
|
||
|
// uc11
|
||
|
//
|
||
|
this.uc11.Location = new System.Drawing.Point(377, 583);
|
||
|
this.uc11.Name = "uc11";
|
||
|
this.uc11.PartInfo = null;
|
||
|
this.uc11.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc11.Sum = null;
|
||
|
this.uc11.TabIndex = 100;
|
||
|
//
|
||
|
// uc10
|
||
|
//
|
||
|
this.uc10.Location = new System.Drawing.Point(147, 583);
|
||
|
this.uc10.Name = "uc10";
|
||
|
this.uc10.PartInfo = null;
|
||
|
this.uc10.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc10.Sum = null;
|
||
|
this.uc10.TabIndex = 99;
|
||
|
//
|
||
|
// uc9
|
||
|
//
|
||
|
this.uc9.Location = new System.Drawing.Point(604, 436);
|
||
|
this.uc9.Name = "uc9";
|
||
|
this.uc9.PartInfo = null;
|
||
|
this.uc9.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc9.Sum = null;
|
||
|
this.uc9.TabIndex = 98;
|
||
|
//
|
||
|
// uc8
|
||
|
//
|
||
|
this.uc8.Location = new System.Drawing.Point(377, 436);
|
||
|
this.uc8.Name = "uc8";
|
||
|
this.uc8.PartInfo = null;
|
||
|
this.uc8.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc8.Sum = null;
|
||
|
this.uc8.TabIndex = 97;
|
||
|
//
|
||
|
// uc7
|
||
|
//
|
||
|
this.uc7.Location = new System.Drawing.Point(147, 436);
|
||
|
this.uc7.Name = "uc7";
|
||
|
this.uc7.PartInfo = null;
|
||
|
this.uc7.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc7.Sum = null;
|
||
|
this.uc7.TabIndex = 96;
|
||
|
//
|
||
|
// uc6
|
||
|
//
|
||
|
this.uc6.Location = new System.Drawing.Point(604, 278);
|
||
|
this.uc6.Name = "uc6";
|
||
|
this.uc6.PartInfo = null;
|
||
|
this.uc6.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc6.Sum = null;
|
||
|
this.uc6.TabIndex = 95;
|
||
|
//
|
||
|
// uc5
|
||
|
//
|
||
|
this.uc5.Location = new System.Drawing.Point(377, 278);
|
||
|
this.uc5.Name = "uc5";
|
||
|
this.uc5.PartInfo = null;
|
||
|
this.uc5.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc5.Sum = null;
|
||
|
this.uc5.TabIndex = 94;
|
||
|
//
|
||
|
// uc4
|
||
|
//
|
||
|
this.uc4.Location = new System.Drawing.Point(147, 278);
|
||
|
this.uc4.Name = "uc4";
|
||
|
this.uc4.PartInfo = null;
|
||
|
this.uc4.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc4.Sum = null;
|
||
|
this.uc4.TabIndex = 93;
|
||
|
//
|
||
|
// uc3
|
||
|
//
|
||
|
this.uc3.Location = new System.Drawing.Point(604, 125);
|
||
|
this.uc3.Name = "uc3";
|
||
|
this.uc3.PartInfo = null;
|
||
|
this.uc3.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc3.Sum = null;
|
||
|
this.uc3.TabIndex = 92;
|
||
|
//
|
||
|
// uc2
|
||
|
//
|
||
|
this.uc2.Location = new System.Drawing.Point(377, 125);
|
||
|
this.uc2.Name = "uc2";
|
||
|
this.uc2.PartInfo = null;
|
||
|
this.uc2.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc2.Sum = null;
|
||
|
this.uc2.TabIndex = 91;
|
||
|
//
|
||
|
// uc1
|
||
|
//
|
||
|
this.uc1.Location = new System.Drawing.Point(147, 125);
|
||
|
this.uc1.Name = "uc1";
|
||
|
this.uc1.PartInfo = null;
|
||
|
this.uc1.Size = new System.Drawing.Size(200, 137);
|
||
|
this.uc1.Sum = null;
|
||
|
this.uc1.TabIndex = 90;
|
||
|
//
|
||
|
// Form1
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(1427, 754);
|
||
|
this.Controls.Add(this.listView1);
|
||
|
this.Controls.Add(this.textBox4);
|
||
|
this.Controls.Add(this.label8);
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Controls.Add(this.button1);
|
||
|
this.Controls.Add(this.uc12);
|
||
|
this.Controls.Add(this.uc11);
|
||
|
this.Controls.Add(this.uc10);
|
||
|
this.Controls.Add(this.uc9);
|
||
|
this.Controls.Add(this.uc8);
|
||
|
this.Controls.Add(this.uc7);
|
||
|
this.Controls.Add(this.uc6);
|
||
|
this.Controls.Add(this.uc5);
|
||
|
this.Controls.Add(this.uc4);
|
||
|
this.Controls.Add(this.uc3);
|
||
|
this.Controls.Add(this.uc2);
|
||
|
this.Controls.Add(this.uc1);
|
||
|
this.Controls.Add(this.label5);
|
||
|
this.Controls.Add(this.label6);
|
||
|
this.Controls.Add(this.label4);
|
||
|
this.Controls.Add(this.label3);
|
||
|
this.Controls.Add(this.textBox2);
|
||
|
this.Controls.Add(this.textBox1);
|
||
|
this.Controls.Add(this.label2);
|
||
|
this.Controls.Add(this.label1);
|
||
|
this.Name = "Form1";
|
||
|
this.Text = "X247防错-门板";
|
||
|
this.Load += new System.EventHandler(this.Form1_Load);
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.panel1.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
this.PerformLayout();
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.TextBox textBox2;
|
||
|
private System.Windows.Forms.TextBox textBox1;
|
||
|
private System.Windows.Forms.Label label2;
|
||
|
private System.Windows.Forms.Label label1;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Label label5;
|
||
|
private System.Windows.Forms.Label label6;
|
||
|
private System.Windows.Forms.Label label4;
|
||
|
private UC uc1;
|
||
|
private UC uc2;
|
||
|
private UC uc3;
|
||
|
private UC uc4;
|
||
|
private UC uc5;
|
||
|
private UC uc6;
|
||
|
private UC uc7;
|
||
|
private UC uc8;
|
||
|
private UC uc9;
|
||
|
private UC uc10;
|
||
|
private UC uc11;
|
||
|
private UC uc12;
|
||
|
private System.Windows.Forms.Button button1;
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
private System.Windows.Forms.TextBox textBox3;
|
||
|
private System.Windows.Forms.Label label7;
|
||
|
private System.Windows.Forms.Button button2;
|
||
|
private System.Windows.Forms.Button button3;
|
||
|
private System.Windows.Forms.TextBox textBox4;
|
||
|
private System.Windows.Forms.Label label8;
|
||
|
private System.Windows.Forms.ListView listView1;
|
||
|
private System.Windows.Forms.ColumnHeader 计划单;
|
||
|
private System.Windows.Forms.ColumnHeader 零件号;
|
||
|
private System.Windows.Forms.ColumnHeader 零件名称;
|
||
|
private System.Windows.Forms.ColumnHeader 数量;
|
||
|
private System.Windows.Forms.ColumnHeader 完成数;
|
||
|
}
|
||
|
}
|
||
|
|