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.
361 lines
16 KiB
361 lines
16 KiB
namespace PunchAndWeld
|
|
{
|
|
partial class FrmProScreen_WheelBrow_New
|
|
{
|
|
/// <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.label8 = new System.Windows.Forms.Label();
|
|
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.listView1 = new System.Windows.Forms.ListView();
|
|
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.txtScanPlan = new System.Windows.Forms.TextBox();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
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.uc1 = new PunchAndWeld.Uc();
|
|
this.uc2 = new PunchAndWeld.Uc();
|
|
this.uc3 = new PunchAndWeld.Uc();
|
|
this.uc4 = new PunchAndWeld.Uc();
|
|
this.panel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(846, 43);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(130, 24);
|
|
this.label8.TabIndex = 131;
|
|
this.label8.Text = "扫描计划单";
|
|
//
|
|
// 完成数
|
|
//
|
|
this.完成数.Text = "完成数";
|
|
//
|
|
// 数量
|
|
//
|
|
this.数量.DisplayIndex = 2;
|
|
this.数量.Text = "数量";
|
|
this.数量.Width = 100;
|
|
//
|
|
// 零件名称
|
|
//
|
|
this.零件名称.DisplayIndex = 3;
|
|
this.零件名称.Text = "零件名称";
|
|
this.零件名称.Width = 200;
|
|
//
|
|
// 零件号
|
|
//
|
|
this.零件号.Text = "零件号";
|
|
this.零件号.Width = 120;
|
|
//
|
|
// 计划单
|
|
//
|
|
this.计划单.Text = "计划单";
|
|
this.计划单.Width = 120;
|
|
//
|
|
// 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(850, 90);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(549, 629);
|
|
this.listView1.TabIndex = 132;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// 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(14, 16);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(104, 19);
|
|
this.label7.TabIndex = 74;
|
|
this.label7.Text = "扫描半成品";
|
|
//
|
|
// txtScanPlan
|
|
//
|
|
this.txtScanPlan.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtScanPlan.Location = new System.Drawing.Point(992, 35);
|
|
this.txtScanPlan.Name = "txtScanPlan";
|
|
this.txtScanPlan.Size = new System.Drawing.Size(407, 35);
|
|
this.txtScanPlan.TabIndex = 130;
|
|
this.txtScanPlan.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtScanPlan_KeyDown);
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
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(101, 107);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(603, 63);
|
|
this.panel1.TabIndex = 129;
|
|
//
|
|
// 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(392, 464);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(106, 24);
|
|
this.label5.TabIndex = 128;
|
|
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(35, 464);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(106, 24);
|
|
this.label6.TabIndex = 127;
|
|
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(403, 261);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(106, 24);
|
|
this.label4.TabIndex = 126;
|
|
this.label4.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(35, 261);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(106, 24);
|
|
this.label3.TabIndex = 125;
|
|
this.label3.Text = "前左轮眉";
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("宋体", 18F);
|
|
this.button1.Location = new System.Drawing.Point(605, 42);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(182, 50);
|
|
this.button1.TabIndex = 124;
|
|
this.button1.Text = "补打总成条码";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// 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(173, 90);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(407, 35);
|
|
this.textBox2.TabIndex = 122;
|
|
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(173, 39);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(407, 35);
|
|
this.textBox1.TabIndex = 120;
|
|
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(27, 93);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(130, 24);
|
|
this.label2.TabIndex = 121;
|
|
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(27, 42);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(130, 24);
|
|
this.label1.TabIndex = 123;
|
|
this.label1.Text = "扫描配置码";
|
|
//
|
|
// uc1
|
|
//
|
|
this.uc1.Location = new System.Drawing.Point(160, 195);
|
|
this.uc1.Name = "uc1";
|
|
this.uc1.PartInfo = null;
|
|
this.uc1.Size = new System.Drawing.Size(200, 137);
|
|
this.uc1.Sum = null;
|
|
this.uc1.TabIndex = 133;
|
|
//
|
|
// uc2
|
|
//
|
|
this.uc2.Location = new System.Drawing.Point(557, 195);
|
|
this.uc2.Name = "uc2";
|
|
this.uc2.PartInfo = null;
|
|
this.uc2.Size = new System.Drawing.Size(200, 137);
|
|
this.uc2.Sum = null;
|
|
this.uc2.TabIndex = 134;
|
|
//
|
|
// uc3
|
|
//
|
|
this.uc3.Location = new System.Drawing.Point(160, 407);
|
|
this.uc3.Name = "uc3";
|
|
this.uc3.PartInfo = null;
|
|
this.uc3.Size = new System.Drawing.Size(200, 137);
|
|
this.uc3.Sum = null;
|
|
this.uc3.TabIndex = 135;
|
|
//
|
|
// uc4
|
|
//
|
|
this.uc4.Location = new System.Drawing.Point(557, 407);
|
|
this.uc4.Name = "uc4";
|
|
this.uc4.PartInfo = null;
|
|
this.uc4.Size = new System.Drawing.Size(200, 137);
|
|
this.uc4.Sum = null;
|
|
this.uc4.TabIndex = 136;
|
|
//
|
|
// FrmProScreen_WheelBrow_New
|
|
//
|
|
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.uc4);
|
|
this.Controls.Add(this.uc3);
|
|
this.Controls.Add(this.uc2);
|
|
this.Controls.Add(this.uc1);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.txtScanPlan);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.textBox1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "FrmProScreen_WheelBrow_New";
|
|
this.Text = "254S轮眉-生产";
|
|
this.Load += new System.EventHandler(this.FrmProScreen_WheelBrow_New_Load);
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
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 计划单;
|
|
private System.Windows.Forms.ListView listView1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox txtScanPlan;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button button1;
|
|
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 Uc uc1;
|
|
private Uc uc2;
|
|
private Uc uc3;
|
|
private Uc uc4;
|
|
}
|
|
}
|