天津投入产出系统后端
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.
 
 
 
 
 
 

222 lines
11 KiB

namespace QMAPP.WinForm.Forms.Mend
{
partial class DPLabelRegenerate
{
/// <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.btnSubmit = new System.Windows.Forms.Button();
this.txtPlanLabel = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnRegenerate = new System.Windows.Forms.Button();
this.txtMaterialName = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.txtMaterialCode = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.infolabel = new System.Windows.Forms.Label();
this.txtNewSN = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtSN = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnSubmit
//
this.btnSubmit.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnSubmit.Location = new System.Drawing.Point(601, 32);
this.btnSubmit.Margin = new System.Windows.Forms.Padding(7, 9, 7, 9);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(140, 38);
this.btnSubmit.TabIndex = 0;
this.btnSubmit.Text = "提交";
this.btnSubmit.UseVisualStyleBackColor = true;
this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
//
// txtPlanLabel
//
this.txtPlanLabel.Location = new System.Drawing.Point(158, 32);
this.txtPlanLabel.Margin = new System.Windows.Forms.Padding(7, 9, 7, 9);
this.txtPlanLabel.Name = "txtPlanLabel";
this.txtPlanLabel.Size = new System.Drawing.Size(429, 38);
this.txtPlanLabel.TabIndex = 1;
this.txtPlanLabel.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPlanLabel_KeyDown);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(17, 35);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(139, 27);
this.label1.TabIndex = 2;
this.label1.Text = "门板标签:";
//
// btnRegenerate
//
this.btnRegenerate.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnRegenerate.Location = new System.Drawing.Point(158, 351);
this.btnRegenerate.Name = "btnRegenerate";
this.btnRegenerate.Size = new System.Drawing.Size(213, 49);
this.btnRegenerate.TabIndex = 3;
this.btnRegenerate.Text = "重新生成标签";
this.btnRegenerate.UseVisualStyleBackColor = true;
this.btnRegenerate.Click += new System.EventHandler(this.btnRegenerate_Click);
//
// txtMaterialName
//
this.txtMaterialName.Location = new System.Drawing.Point(158, 191);
this.txtMaterialName.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txtMaterialName.Name = "txtMaterialName";
this.txtMaterialName.ReadOnly = true;
this.txtMaterialName.Size = new System.Drawing.Size(574, 38);
this.txtMaterialName.TabIndex = 11;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label4.Location = new System.Drawing.Point(17, 194);
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(139, 27);
this.label4.TabIndex = 10;
this.label4.Text = "总成名称:";
//
// txtMaterialCode
//
this.txtMaterialCode.Location = new System.Drawing.Point(158, 141);
this.txtMaterialCode.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txtMaterialCode.Name = "txtMaterialCode";
this.txtMaterialCode.ReadOnly = true;
this.txtMaterialCode.Size = new System.Drawing.Size(574, 38);
this.txtMaterialCode.TabIndex = 9;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label3.Location = new System.Drawing.Point(45, 144);
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(111, 27);
this.label3.TabIndex = 8;
this.label3.Text = "总成号:";
//
// infolabel
//
this.infolabel.AutoSize = true;
this.infolabel.Font = new System.Drawing.Font("微软雅黑", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.infolabel.ForeColor = System.Drawing.Color.Red;
this.infolabel.Location = new System.Drawing.Point(162, 95);
this.infolabel.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.infolabel.Name = "infolabel";
this.infolabel.Size = new System.Drawing.Size(0, 30);
this.infolabel.TabIndex = 12;
//
// txtNewSN
//
this.txtNewSN.Location = new System.Drawing.Point(158, 291);
this.txtNewSN.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txtNewSN.Name = "txtNewSN";
this.txtNewSN.ReadOnly = true;
this.txtNewSN.Size = new System.Drawing.Size(574, 38);
this.txtNewSN.TabIndex = 16;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(17, 294);
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(141, 27);
this.label2.TabIndex = 15;
this.label2.Text = "新产品SN:";
//
// txtSN
//
this.txtSN.Location = new System.Drawing.Point(158, 241);
this.txtSN.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
this.txtSN.Name = "txtSN";
this.txtSN.ReadOnly = true;
this.txtSN.Size = new System.Drawing.Size(574, 38);
this.txtSN.TabIndex = 14;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label5.Location = new System.Drawing.Point(15, 244);
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(141, 27);
this.label5.TabIndex = 13;
this.label5.Text = "原产品SN:";
//
// DPLabelRegenerate
//
this.AutoScaleDimensions = new System.Drawing.SizeF(14F, 27F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(766, 426);
this.Controls.Add(this.txtNewSN);
this.Controls.Add(this.label2);
this.Controls.Add(this.txtSN);
this.Controls.Add(this.label5);
this.Controls.Add(this.infolabel);
this.Controls.Add(this.txtMaterialName);
this.Controls.Add(this.label4);
this.Controls.Add(this.txtMaterialCode);
this.Controls.Add(this.label3);
this.Controls.Add(this.btnRegenerate);
this.Controls.Add(this.label1);
this.Controls.Add(this.txtPlanLabel);
this.Controls.Add(this.btnSubmit);
this.Font = new System.Drawing.Font("宋体", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.Margin = new System.Windows.Forms.Padding(7, 9, 7, 9);
this.Name = "DPLabelRegenerate";
this.Text = "门板标签替换";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnSubmit;
private System.Windows.Forms.TextBox txtPlanLabel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button btnRegenerate;
private System.Windows.Forms.TextBox txtMaterialName;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtMaterialCode;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label infolabel;
private System.Windows.Forms.TextBox txtNewSN;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSN;
private System.Windows.Forms.Label label5;
}
}