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.
271 lines
13 KiB
271 lines
13 KiB
|
|
namespace PunchAndWeld
|
|
{
|
|
partial class FrmInspection_WheelBrow
|
|
{
|
|
/// <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.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.button7 = new System.Windows.Forms.Button();
|
|
this.button5 = new System.Windows.Forms.Button();
|
|
this.button4 = new System.Windows.Forms.Button();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
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.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.label9 = new System.Windows.Forms.Label();
|
|
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(168, 44);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(407, 35);
|
|
this.textBox2.TabIndex = 112;
|
|
this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox2_KeyDown);
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Enabled = false;
|
|
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(168, 110);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(407, 35);
|
|
this.textBox1.TabIndex = 110;
|
|
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(22, 47);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(106, 24);
|
|
this.label2.TabIndex = 111;
|
|
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(22, 113);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(106, 24);
|
|
this.label1.TabIndex = 113;
|
|
this.label1.Text = "扫描箱码";
|
|
//
|
|
// button7
|
|
//
|
|
this.button7.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button7.Location = new System.Drawing.Point(744, 102);
|
|
this.button7.Name = "button7";
|
|
this.button7.Size = new System.Drawing.Size(195, 47);
|
|
this.button7.TabIndex = 131;
|
|
this.button7.Text = "查询装箱单明细";
|
|
this.button7.UseVisualStyleBackColor = true;
|
|
this.button7.Click += new System.EventHandler(this.button7_Click);
|
|
//
|
|
// button5
|
|
//
|
|
this.button5.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button5.Location = new System.Drawing.Point(997, 102);
|
|
this.button5.Name = "button5";
|
|
this.button5.Size = new System.Drawing.Size(195, 47);
|
|
this.button5.TabIndex = 130;
|
|
this.button5.Text = "未入箱总成";
|
|
this.button5.UseVisualStyleBackColor = true;
|
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|
//
|
|
// button4
|
|
//
|
|
this.button4.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button4.Location = new System.Drawing.Point(997, 39);
|
|
this.button4.Name = "button4";
|
|
this.button4.Size = new System.Drawing.Size(195, 47);
|
|
this.button4.TabIndex = 129;
|
|
this.button4.Text = "补打箱单";
|
|
this.button4.UseVisualStyleBackColor = true;
|
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(744, 39);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(195, 47);
|
|
this.button1.TabIndex = 128;
|
|
this.button1.Text = "报废";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Visible = false;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// listView1
|
|
//
|
|
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
|
this.箱单号,
|
|
this.零件号,
|
|
this.零件名称,
|
|
this.数量});
|
|
this.listView1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.listView1.GridLines = true;
|
|
this.listView1.HideSelection = false;
|
|
this.listView1.Location = new System.Drawing.Point(26, 188);
|
|
this.listView1.Name = "listView1";
|
|
this.listView1.Size = new System.Drawing.Size(1205, 756);
|
|
this.listView1.TabIndex = 132;
|
|
this.listView1.UseCompatibleStateImageBehavior = false;
|
|
this.listView1.View = System.Windows.Forms.View.Details;
|
|
//
|
|
// 箱单号
|
|
//
|
|
this.箱单号.Text = "箱单号";
|
|
this.箱单号.Width = 300;
|
|
//
|
|
// 零件号
|
|
//
|
|
this.零件号.Text = "零件号";
|
|
this.零件号.Width = 250;
|
|
//
|
|
// 零件名称
|
|
//
|
|
this.零件名称.Text = "零件名称";
|
|
this.零件名称.Width = 400;
|
|
//
|
|
// 数量
|
|
//
|
|
this.数量.Text = "数量";
|
|
this.数量.Width = 150;
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.Controls.Add(this.button3);
|
|
this.panel1.Controls.Add(this.button2);
|
|
this.panel1.Controls.Add(this.textBox3);
|
|
this.panel1.Controls.Add(this.label9);
|
|
this.panel1.Location = new System.Drawing.Point(242, 298);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(740, 63);
|
|
this.panel1.TabIndex = 133;
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Font = new System.Drawing.Font("宋体", 14.25F);
|
|
this.button3.Location = new System.Drawing.Point(604, 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(503, 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(78, 12);
|
|
this.textBox3.Name = "textBox3";
|
|
this.textBox3.Size = new System.Drawing.Size(406, 29);
|
|
this.textBox3.TabIndex = 75;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label9.Location = new System.Drawing.Point(25, 16);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(47, 19);
|
|
this.label9.TabIndex = 74;
|
|
this.label9.Text = "箱单";
|
|
//
|
|
// FrmInspection_WheelBrow
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1264, 985);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.listView1);
|
|
this.Controls.Add(this.button7);
|
|
this.Controls.Add(this.button5);
|
|
this.Controls.Add(this.button4);
|
|
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 = "FrmInspection_WheelBrow";
|
|
this.Text = "轮眉质检";
|
|
this.Load += new System.EventHandler(this.FrmInspection_WheelBrow_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.Button button7;
|
|
private System.Windows.Forms.Button button5;
|
|
private System.Windows.Forms.Button button4;
|
|
private System.Windows.Forms.Button button1;
|
|
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.Panel panel1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.TextBox textBox3;
|
|
private System.Windows.Forms.Label label9;
|
|
}
|
|
}
|