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.
128 lines
5.8 KiB
128 lines
5.8 KiB
4 years ago
|
namespace QMAPP.WinForm.Forms.Mend
|
||
|
{
|
||
|
partial class MainCodeChangeEditForm
|
||
|
{
|
||
|
/// <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.txtMainCode = new System.Windows.Forms.TextBox();
|
||
|
this.label3 = new System.Windows.Forms.Label();
|
||
|
this.btnSave = new System.Windows.Forms.Button();
|
||
|
this.btnBack = new System.Windows.Forms.Button();
|
||
|
this.labelError = new System.Windows.Forms.Label();
|
||
|
this.panel1 = new System.Windows.Forms.Panel();
|
||
|
this.panel1.SuspendLayout();
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// txtMainCode
|
||
|
//
|
||
|
this.txtMainCode.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.txtMainCode.Location = new System.Drawing.Point(248, 48);
|
||
|
this.txtMainCode.Name = "txtMainCode";
|
||
|
this.txtMainCode.Size = new System.Drawing.Size(255, 35);
|
||
|
this.txtMainCode.TabIndex = 5;
|
||
|
this.txtMainCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMainCode_KeyDown);
|
||
|
//
|
||
|
// label3
|
||
|
//
|
||
|
this.label3.AutoSize = true;
|
||
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.label3.Location = new System.Drawing.Point(12, 48);
|
||
|
this.label3.Name = "label3";
|
||
|
this.label3.Size = new System.Drawing.Size(230, 31);
|
||
|
this.label3.TabIndex = 6;
|
||
|
this.label3.Text = "原仪表板总成条码:";
|
||
|
//
|
||
|
// btnSave
|
||
|
//
|
||
|
this.btnSave.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnSave.Location = new System.Drawing.Point(146, 192);
|
||
|
this.btnSave.Name = "btnSave";
|
||
|
this.btnSave.Size = new System.Drawing.Size(88, 37);
|
||
|
this.btnSave.TabIndex = 7;
|
||
|
this.btnSave.Text = "确认";
|
||
|
this.btnSave.UseVisualStyleBackColor = true;
|
||
|
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
|
||
|
//
|
||
|
// btnBack
|
||
|
//
|
||
|
this.btnBack.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.btnBack.Location = new System.Drawing.Point(305, 192);
|
||
|
this.btnBack.Name = "btnBack";
|
||
|
this.btnBack.Size = new System.Drawing.Size(86, 37);
|
||
|
this.btnBack.TabIndex = 8;
|
||
|
this.btnBack.Text = "取消";
|
||
|
this.btnBack.UseVisualStyleBackColor = true;
|
||
|
this.btnBack.Click += new System.EventHandler(this.btnBack_Click);
|
||
|
//
|
||
|
// labelError
|
||
|
//
|
||
|
this.labelError.Font = new System.Drawing.Font("宋体", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
|
this.labelError.ForeColor = System.Drawing.Color.Red;
|
||
|
this.labelError.Location = new System.Drawing.Point(45, 103);
|
||
|
this.labelError.Name = "labelError";
|
||
|
this.labelError.Size = new System.Drawing.Size(441, 60);
|
||
|
this.labelError.TabIndex = 24;
|
||
|
this.labelError.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
|
//
|
||
|
// panel1
|
||
|
//
|
||
|
this.panel1.Controls.Add(this.labelError);
|
||
|
this.panel1.Controls.Add(this.txtMainCode);
|
||
|
this.panel1.Controls.Add(this.btnBack);
|
||
|
this.panel1.Controls.Add(this.btnSave);
|
||
|
this.panel1.Controls.Add(this.label3);
|
||
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
||
|
this.panel1.Name = "panel1";
|
||
|
this.panel1.Size = new System.Drawing.Size(544, 273);
|
||
|
this.panel1.TabIndex = 25;
|
||
|
//
|
||
|
// MainCodeChangeEditForm
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(544, 273);
|
||
|
this.Controls.Add(this.panel1);
|
||
|
this.Name = "MainCodeChangeEditForm";
|
||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||
|
this.Text = "替换总成条码操作";
|
||
|
this.panel1.ResumeLayout(false);
|
||
|
this.panel1.PerformLayout();
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.TextBox txtMainCode;
|
||
|
private System.Windows.Forms.Label label3;
|
||
|
private System.Windows.Forms.Button btnSave;
|
||
|
private System.Windows.Forms.Button btnBack;
|
||
|
private System.Windows.Forms.Label labelError;
|
||
|
private System.Windows.Forms.Panel panel1;
|
||
|
}
|
||
|
}
|