一厂MES,含注塑,喷涂,冲孔
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.
 
 
 
 
 

153 lines
6.8 KiB

namespace InjectionSearch
{
partial class FrmBarCodeReplace
{
/// <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.label1 = new System.Windows.Forms.Label();
this.lbBoxCode = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.lbOldCode = new System.Windows.Forms.Label();
this.txtNewCode = new System.Windows.Forms.TextBox();
this.btnOK = new System.Windows.Forms.Button();
this.btnClose = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(215, 127);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 43);
this.label1.TabIndex = 0;
this.label1.Text = "箱码:";
//
// lbBoxCode
//
this.lbBoxCode.AutoSize = true;
this.lbBoxCode.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbBoxCode.Location = new System.Drawing.Point(360, 127);
this.lbBoxCode.Name = "lbBoxCode";
this.lbBoxCode.Size = new System.Drawing.Size(63, 43);
this.lbBoxCode.TabIndex = 1;
this.lbBoxCode.Text = " ";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(129, 235);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(213, 43);
this.label2.TabIndex = 2;
this.label2.Text = "不良条码:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(172, 370);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(170, 43);
this.label3.TabIndex = 3;
this.label3.Text = "新条码:";
//
// lbOldCode
//
this.lbOldCode.AutoSize = true;
this.lbOldCode.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.lbOldCode.Location = new System.Drawing.Point(360, 235);
this.lbOldCode.Name = "lbOldCode";
this.lbOldCode.Size = new System.Drawing.Size(63, 43);
this.lbOldCode.TabIndex = 4;
this.lbOldCode.Text = " ";
//
// txtNewCode
//
this.txtNewCode.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.txtNewCode.Location = new System.Drawing.Point(368, 367);
this.txtNewCode.Name = "txtNewCode";
this.txtNewCode.Size = new System.Drawing.Size(682, 57);
this.txtNewCode.TabIndex = 5;
//
// btnOK
//
this.btnOK.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnOK.Location = new System.Drawing.Point(273, 618);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(211, 109);
this.btnOK.TabIndex = 6;
this.btnOK.Text = "替换";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
// btnClose
//
this.btnClose.Font = new System.Drawing.Font("宋体", 16.125F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnClose.Location = new System.Drawing.Point(809, 618);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(211, 109);
this.btnClose.TabIndex = 7;
this.btnClose.Text = "取消";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// FrmBarCodeReplace
//
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1418, 859);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnOK);
this.Controls.Add(this.txtNewCode);
this.Controls.Add(this.lbOldCode);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.lbBoxCode);
this.Controls.Add(this.label1);
this.Name = "FrmBarCodeReplace";
this.Text = "不良零件替换";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lbBoxCode;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label lbOldCode;
private System.Windows.Forms.TextBox txtNewCode;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.Button btnClose;
}
}