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.
203 lines
10 KiB
203 lines
10 KiB
namespace QMAPP.WinForm.Forms.Mend
|
|
{
|
|
partial class ReplaceForm
|
|
{
|
|
/// <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.label2 = new System.Windows.Forms.Label();
|
|
this.txtProcessCode = new System.Windows.Forms.TextBox();
|
|
this.infolabel = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.txtReplaceCode = new System.Windows.Forms.TextBox();
|
|
this.butReplace = new System.Windows.Forms.Button();
|
|
this.btnReset = new System.Windows.Forms.Button();
|
|
this.lblMainMaterialName = new System.Windows.Forms.Label();
|
|
this.lblMainMaterialCode = new System.Windows.Forms.Label();
|
|
this.lblPartMaterialName = new System.Windows.Forms.Label();
|
|
this.lblPartMaterialCode = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 27.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(251, 13);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(169, 37);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "返修替换";
|
|
//
|
|
// 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(51, 68);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(106, 24);
|
|
this.label2.TabIndex = 1;
|
|
this.label2.Text = "主体条码";
|
|
//
|
|
// txtProcessCode
|
|
//
|
|
this.txtProcessCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtProcessCode.Location = new System.Drawing.Point(173, 63);
|
|
this.txtProcessCode.Name = "txtProcessCode";
|
|
this.txtProcessCode.Size = new System.Drawing.Size(341, 35);
|
|
this.txtProcessCode.TabIndex = 3;
|
|
this.txtProcessCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtProcessCode_KeyDown);
|
|
//
|
|
// infolabel
|
|
//
|
|
this.infolabel.AutoSize = true;
|
|
this.infolabel.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.infolabel.ForeColor = System.Drawing.Color.Red;
|
|
this.infolabel.Location = new System.Drawing.Point(49, 345);
|
|
this.infolabel.Name = "infolabel";
|
|
this.infolabel.Size = new System.Drawing.Size(0, 31);
|
|
this.infolabel.TabIndex = 6;
|
|
//
|
|
// 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(51, 189);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(106, 24);
|
|
this.label5.TabIndex = 2;
|
|
this.label5.Text = "替换条码";
|
|
//
|
|
// txtReplaceCode
|
|
//
|
|
this.txtReplaceCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.txtReplaceCode.Location = new System.Drawing.Point(173, 186);
|
|
this.txtReplaceCode.Name = "txtReplaceCode";
|
|
this.txtReplaceCode.Size = new System.Drawing.Size(341, 35);
|
|
this.txtReplaceCode.TabIndex = 4;
|
|
this.txtReplaceCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtReplaceCode_KeyDown);
|
|
//
|
|
// butReplace
|
|
//
|
|
this.butReplace.Enabled = false;
|
|
this.butReplace.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.butReplace.Location = new System.Drawing.Point(173, 288);
|
|
this.butReplace.Name = "butReplace";
|
|
this.butReplace.Size = new System.Drawing.Size(123, 35);
|
|
this.butReplace.TabIndex = 8;
|
|
this.butReplace.Text = "替换";
|
|
this.butReplace.UseVisualStyleBackColor = true;
|
|
this.butReplace.Click += new System.EventHandler(this.butReplace_Click);
|
|
//
|
|
// btnReset
|
|
//
|
|
this.btnReset.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold);
|
|
this.btnReset.Location = new System.Drawing.Point(334, 288);
|
|
this.btnReset.Name = "btnReset";
|
|
this.btnReset.Size = new System.Drawing.Size(116, 35);
|
|
this.btnReset.TabIndex = 9;
|
|
this.btnReset.Text = "重置";
|
|
this.btnReset.UseVisualStyleBackColor = true;
|
|
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
|
|
//
|
|
// lblMainMaterialName
|
|
//
|
|
this.lblMainMaterialName.AutoSize = true;
|
|
this.lblMainMaterialName.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblMainMaterialName.Location = new System.Drawing.Point(177, 107);
|
|
this.lblMainMaterialName.Name = "lblMainMaterialName";
|
|
this.lblMainMaterialName.Size = new System.Drawing.Size(0, 19);
|
|
this.lblMainMaterialName.TabIndex = 10;
|
|
//
|
|
// lblMainMaterialCode
|
|
//
|
|
this.lblMainMaterialCode.AutoSize = true;
|
|
this.lblMainMaterialCode.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblMainMaterialCode.Location = new System.Drawing.Point(177, 138);
|
|
this.lblMainMaterialCode.Name = "lblMainMaterialCode";
|
|
this.lblMainMaterialCode.Size = new System.Drawing.Size(0, 19);
|
|
this.lblMainMaterialCode.TabIndex = 10;
|
|
//
|
|
// lblPartMaterialName
|
|
//
|
|
this.lblPartMaterialName.AutoSize = true;
|
|
this.lblPartMaterialName.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblPartMaterialName.Location = new System.Drawing.Point(177, 228);
|
|
this.lblPartMaterialName.Name = "lblPartMaterialName";
|
|
this.lblPartMaterialName.Size = new System.Drawing.Size(0, 19);
|
|
this.lblPartMaterialName.TabIndex = 10;
|
|
//
|
|
// lblPartMaterialCode
|
|
//
|
|
this.lblPartMaterialCode.AutoSize = true;
|
|
this.lblPartMaterialCode.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblPartMaterialCode.Location = new System.Drawing.Point(177, 259);
|
|
this.lblPartMaterialCode.Name = "lblPartMaterialCode";
|
|
this.lblPartMaterialCode.Size = new System.Drawing.Size(0, 19);
|
|
this.lblPartMaterialCode.TabIndex = 10;
|
|
//
|
|
// ReplaceForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(665, 399);
|
|
this.Controls.Add(this.lblPartMaterialCode);
|
|
this.Controls.Add(this.lblPartMaterialName);
|
|
this.Controls.Add(this.lblMainMaterialCode);
|
|
this.Controls.Add(this.lblMainMaterialName);
|
|
this.Controls.Add(this.btnReset);
|
|
this.Controls.Add(this.butReplace);
|
|
this.Controls.Add(this.infolabel);
|
|
this.Controls.Add(this.txtReplaceCode);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.txtProcessCode);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "ReplaceForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "替换";
|
|
this.Load += new System.EventHandler(this.ReplaceForm_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox txtProcessCode;
|
|
private System.Windows.Forms.Label infolabel;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox txtReplaceCode;
|
|
private System.Windows.Forms.Button butReplace;
|
|
private System.Windows.Forms.Button btnReset;
|
|
private System.Windows.Forms.Label lblMainMaterialName;
|
|
private System.Windows.Forms.Label lblMainMaterialCode;
|
|
private System.Windows.Forms.Label lblPartMaterialName;
|
|
private System.Windows.Forms.Label lblPartMaterialCode;
|
|
}
|
|
}
|