|
|
namespace DisassemblyTable
|
|
|
{
|
|
|
partial class Disassembly
|
|
|
{
|
|
|
/// <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()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Disassembly));
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
this.dataGridView1 = new System.Windows.Forms.DataGridView();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.tb_ngstation = new System.Windows.Forms.TextBox();
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.panel4.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label1.Location = new System.Drawing.Point(37, 15);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(89, 19);
|
|
|
this.label1.TabIndex = 3;
|
|
|
this.label1.Text = "壳体条码";
|
|
|
this.label1.Click += new System.EventHandler(this.label1_Click);
|
|
|
//
|
|
|
// textBox1
|
|
|
//
|
|
|
this.textBox1.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.textBox1.Location = new System.Drawing.Point(155, 12);
|
|
|
this.textBox1.Name = "textBox1";
|
|
|
this.textBox1.Size = new System.Drawing.Size(416, 29);
|
|
|
this.textBox1.TabIndex = 4;
|
|
|
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
|
|
|
//
|
|
|
// groupBox1
|
|
|
//
|
|
|
this.groupBox1.Controls.Add(this.panel4);
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.groupBox1.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.groupBox1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
this.groupBox1.Size = new System.Drawing.Size(743, 308);
|
|
|
this.groupBox1.TabIndex = 10;
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "不合格工位分析";
|
|
|
//
|
|
|
// panel4
|
|
|
//
|
|
|
this.panel4.Controls.Add(this.dataGridView1);
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel4.Location = new System.Drawing.Point(3, 27);
|
|
|
this.panel4.Name = "panel4";
|
|
|
this.panel4.Size = new System.Drawing.Size(737, 278);
|
|
|
this.panel4.TabIndex = 14;
|
|
|
//
|
|
|
// dataGridView1
|
|
|
//
|
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.dataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.dataGridView1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
|
this.dataGridView1.RowTemplate.Height = 23;
|
|
|
this.dataGridView1.Size = new System.Drawing.Size(737, 278);
|
|
|
this.dataGridView1.TabIndex = 12;
|
|
|
//
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(614, 60);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(98, 34);
|
|
|
this.button1.TabIndex = 5;
|
|
|
this.button1.Text = "button1";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
this.button1.Visible = false;
|
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
//
|
|
|
// tb_ngstation
|
|
|
//
|
|
|
this.tb_ngstation.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.tb_ngstation.Location = new System.Drawing.Point(155, 60);
|
|
|
this.tb_ngstation.Multiline = true;
|
|
|
this.tb_ngstation.Name = "tb_ngstation";
|
|
|
this.tb_ngstation.Size = new System.Drawing.Size(416, 29);
|
|
|
this.tb_ngstation.TabIndex = 11;
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.label3.Location = new System.Drawing.Point(37, 68);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(109, 19);
|
|
|
this.label3.TabIndex = 10;
|
|
|
this.label3.Text = "不合格工位";
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Controls.Add(this.button1);
|
|
|
this.panel1.Controls.Add(this.tb_ngstation);
|
|
|
this.panel1.Controls.Add(this.label1);
|
|
|
this.panel1.Controls.Add(this.label3);
|
|
|
this.panel1.Controls.Add(this.textBox1);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(743, 106);
|
|
|
this.panel1.TabIndex = 11;
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.Controls.Add(this.groupBox1);
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 106);
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Size = new System.Drawing.Size(743, 308);
|
|
|
this.panel2.TabIndex = 12;
|
|
|
//
|
|
|
// Disassembly
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
this.ClientSize = new System.Drawing.Size(743, 414);
|
|
|
this.Controls.Add(this.panel2);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
this.Name = "Disassembly";
|
|
|
this.Text = "拆解台";
|
|
|
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Disassembly_FormClosing);
|
|
|
this.groupBox1.ResumeLayout(false);
|
|
|
this.panel4.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.TextBox textBox1;
|
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
|
private System.Windows.Forms.TextBox tb_ngstation;
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.DataGridView dataGridView1;
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.Panel panel4;
|
|
|
}
|
|
|
}
|
|
|
|