123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- namespace Welling_Motor_Debug_Tool
- {
- partial class Login
- {
- /// <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()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login));
- this.comboBox_User = new System.Windows.Forms.ComboBox();
- this.button_keyboard = new System.Windows.Forms.Button();
- this.label2 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.textBox_Passwd = new System.Windows.Forms.TextBox();
- this.button_Login = new System.Windows.Forms.Button();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // comboBox_User
- //
- this.comboBox_User.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox_User.Font = new System.Drawing.Font("微软雅黑", 15F, 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(89, 65);
- this.comboBox_User.Name = "comboBox_User";
- this.comboBox_User.Size = new System.Drawing.Size(171, 35);
- this.comboBox_User.TabIndex = 43;
- this.comboBox_User.SelectedIndexChanged += new System.EventHandler(this.comboBox_User_SelectedIndexChanged);
- //
- // 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(280, 206);
- this.button_keyboard.Name = "button_keyboard";
- this.button_keyboard.Size = new System.Drawing.Size(91, 43);
- this.button_keyboard.TabIndex = 42;
- this.button_keyboard.Text = "屏幕键盘";
- this.button_keyboard.UseVisualStyleBackColor = false;
- this.button_keyboard.Click += new System.EventHandler(this.button_keyboard_Click);
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label2.Location = new System.Drawing.Point(21, 121);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(52, 27);
- this.label2.TabIndex = 38;
- this.label2.Text = "密码";
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.label1.Location = new System.Drawing.Point(21, 68);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(52, 27);
- this.label1.TabIndex = 39;
- this.label1.Text = "账户";
- this.label1.Click += new System.EventHandler(this.label1_Click);
- //
- // textBox_Passwd
- //
- this.textBox_Passwd.Font = new System.Drawing.Font("微软雅黑", 15F, 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(89, 118);
- this.textBox_Passwd.Name = "textBox_Passwd";
- this.textBox_Passwd.Size = new System.Drawing.Size(171, 34);
- this.textBox_Passwd.TabIndex = 37;
- this.textBox_Passwd.UseSystemPasswordChar = true;
- this.textBox_Passwd.KeyUp += new System.Windows.Forms.KeyEventHandler(this.textBox_Passwd_KeyUp);
- //
- // button_Login
- //
- this.button_Login.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
- this.button_Login.Font = new System.Drawing.Font("微软雅黑", 15F);
- this.button_Login.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(113)))), ((int)(((byte)(185)))));
- this.button_Login.Location = new System.Drawing.Point(280, 65);
- this.button_Login.Name = "button_Login";
- this.button_Login.Size = new System.Drawing.Size(91, 87);
- this.button_Login.TabIndex = 36;
- this.button_Login.Text = "进入";
- this.button_Login.UseVisualStyleBackColor = false;
- this.button_Login.Click += new System.EventHandler(this.button_Login_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Welling_Motor_Debug_Tool.Properties.Resources.about;
- this.pictureBox1.Location = new System.Drawing.Point(12, 216);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(136, 33);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 40;
- this.pictureBox1.TabStop = false;
- //
- // Login
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
- this.ClientSize = new System.Drawing.Size(384, 261);
- this.Controls.Add(this.comboBox_User);
- this.Controls.Add(this.button_keyboard);
- 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.button_Login);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "Login";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Login";
- this.Load += new System.EventHandler(this.Login_Load);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- public System.Windows.Forms.ComboBox comboBox_User;
- private System.Windows.Forms.Button button_keyboard;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label1;
- public System.Windows.Forms.TextBox textBox_Passwd;
- private System.Windows.Forms.Button button_Login;
- }
- }
|