namespace MOTINOVA_Motor_Factory_Set
{
partial class Enter
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Enter));
this.button1 = new System.Windows.Forms.Button();
this.textBox_Passwd = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button_keyboard = new System.Windows.Forms.Button();
this.comboBox_User = new System.Windows.Forms.ComboBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button1.Location = new System.Drawing.Point(281, 78);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(61, 72);
this.button1.TabIndex = 0;
this.button1.Text = "进入";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// textBox_Passwd
//
this.textBox_Passwd.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.textBox_Passwd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.textBox_Passwd.ImeMode = System.Windows.Forms.ImeMode.Disable;
this.textBox_Passwd.Location = new System.Drawing.Point(104, 117);
this.textBox_Passwd.Name = "textBox_Passwd";
this.textBox_Passwd.Size = new System.Drawing.Size(171, 33);
this.textBox_Passwd.TabIndex = 2;
this.textBox_Passwd.UseSystemPasswordChar = true;
this.textBox_Passwd.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_Passwd_KeyUp);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label1.Location = new System.Drawing.Point(35, 82);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(50, 25);
this.label1.TabIndex = 3;
this.label1.Text = "账户";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.label2.Location = new System.Drawing.Point(35, 121);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(50, 25);
this.label2.TabIndex = 3;
this.label2.Text = "密码";
//
// pictureBox2
//
this.pictureBox2.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources._836618239619717251;
this.pictureBox2.Location = new System.Drawing.Point(11, 207);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(83, 43);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox2.TabIndex = 33;
this.pictureBox2.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.Image = global::MOTINOVA_Motor_Factory_Set.Properties.Resources.title1;
this.pictureBox1.Location = new System.Drawing.Point(103, 217);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(136, 33);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 32;
this.pictureBox1.TabStop = false;
//
// button_keyboard
//
this.button_keyboard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.button_keyboard.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button_keyboard.ForeColor = System.Drawing.Color.White;
this.button_keyboard.Location = new System.Drawing.Point(281, 207);
this.button_keyboard.Name = "button_keyboard";
this.button_keyboard.Size = new System.Drawing.Size(91, 43);
this.button_keyboard.TabIndex = 34;
this.button_keyboard.Text = "屏幕键盘";
this.button_keyboard.UseVisualStyleBackColor = false;
this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click);
//
// comboBox_User
//
this.comboBox_User.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox_User.Font = new System.Drawing.Font("微软雅黑", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.comboBox_User.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.comboBox_User.FormattingEnabled = true;
this.comboBox_User.Location = new System.Drawing.Point(104, 78);
this.comboBox_User.Name = "comboBox_User";
this.comboBox_User.Size = new System.Drawing.Size(171, 33);
this.comboBox_User.TabIndex = 35;
//
// Enter
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 20F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(384, 262);
this.Controls.Add(this.comboBox_User);
this.Controls.Add(this.button_keyboard);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.textBox_Passwd);
this.Controls.Add(this.button1);
this.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Enter";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Enter";
this.Load += new System.EventHandler(this.Enter_Load);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
public System.Windows.Forms.TextBox textBox_Passwd;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button_keyboard;
public System.Windows.Forms.ComboBox comboBox_User;
}
}