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.7 KiB
128 lines
5.7 KiB
namespace QMAPP.WinForm.Forms.Injection
|
|
{
|
|
partial class InjectionMoldingPasswordForm
|
|
{
|
|
/// <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.label3 = new System.Windows.Forms.Label();
|
|
this.txtMainCode = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.infolabel = new System.Windows.Forms.Label();
|
|
this.label2 = 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(126, 33);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(397, 37);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "批次号变更或消除报警";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(27, 127);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(106, 24);
|
|
this.label3.TabIndex = 2;
|
|
this.label3.Text = "输入密码";
|
|
//
|
|
// txtMainCode
|
|
//
|
|
this.txtMainCode.BackColor = System.Drawing.SystemColors.Window;
|
|
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(153, 122);
|
|
this.txtMainCode.Name = "txtMainCode";
|
|
this.txtMainCode.PasswordChar = '*';
|
|
this.txtMainCode.Size = new System.Drawing.Size(341, 35);
|
|
this.txtMainCode.TabIndex = 4;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Font = new System.Drawing.Font("宋体", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.button1.Location = new System.Drawing.Point(520, 122);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(123, 35);
|
|
this.button1.TabIndex = 5;
|
|
this.button1.Text = "确认";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// 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(157, 170);
|
|
this.infolabel.Name = "infolabel";
|
|
this.infolabel.Size = new System.Drawing.Size(0, 31);
|
|
this.infolabel.TabIndex = 6;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(246, 11);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(75, 18);
|
|
this.label2.TabIndex = 0;
|
|
//
|
|
// InjectionMoldingPasswordForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(665, 235);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.infolabel);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.txtMainCode);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label1);
|
|
this.Name = "InjectionMoldingPasswordForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "消除报警";
|
|
this.Load += new System.EventHandler(this.InjectionMoldingPasswordForm_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox txtMainCode;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label infolabel;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
}
|