| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- namespace UAS_MES_Tools
- {
- partial class Login
- {
- /// <summary>
- /// 必需的设计器变量。
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// 清理所有正在使用的资源。
- /// </summary>
- /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
- /// <summary>
- /// 设计器支持所需的方法 - 不要修改
- /// 使用代码编辑器修改此方法的内容。
- /// </summary>
- private void InitializeComponent()
- {
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.Account = new System.Windows.Forms.TextBox();
- this.Password = new System.Windows.Forms.TextBox();
- this.LoginIN = new System.Windows.Forms.Button();
- this.showMsg = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label1.Location = new System.Drawing.Point(46, 37);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(82, 24);
- this.label1.TabIndex = 0;
- this.label1.Text = "登录账户";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(45, 96);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(82, 24);
- this.label2.TabIndex = 1;
- this.label2.Text = "登录密码";
- //
- // Account
- //
- this.Account.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Account.Location = new System.Drawing.Point(122, 34);
- this.Account.Name = "Account";
- this.Account.Size = new System.Drawing.Size(200, 31);
- this.Account.TabIndex = 2;
- this.Account.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Account_KeyDown);
- //
- // Password
- //
- this.Password.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Password.Location = new System.Drawing.Point(122, 93);
- this.Password.Name = "Password";
- this.Password.PasswordChar = '*';
- this.Password.Size = new System.Drawing.Size(200, 31);
- this.Password.TabIndex = 3;
- this.Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Password_KeyDown);
- //
- // LoginIN
- //
- this.LoginIN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LoginIN.Cursor = System.Windows.Forms.Cursors.Hand;
- this.LoginIN.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.LoginIN.Location = new System.Drawing.Point(146, 199);
- this.LoginIN.Name = "LoginIN";
- this.LoginIN.Size = new System.Drawing.Size(75, 30);
- this.LoginIN.TabIndex = 4;
- this.LoginIN.Text = "登录";
- this.LoginIN.UseVisualStyleBackColor = true;
- this.LoginIN.Click += new System.EventHandler(this.LoginIN_Click);
- //
- // showMsg
- //
- this.showMsg.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
- this.showMsg.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.showMsg.ForeColor = System.Drawing.Color.YellowGreen;
- this.showMsg.Location = new System.Drawing.Point(50, 130);
- this.showMsg.Name = "showMsg";
- this.showMsg.Size = new System.Drawing.Size(272, 51);
- this.showMsg.TabIndex = 5;
- this.showMsg.Text = "提示信息";
- this.showMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // Login
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(359, 241);
- this.Controls.Add(this.showMsg);
- this.Controls.Add(this.LoginIN);
- this.Controls.Add(this.Password);
- this.Controls.Add(this.Account);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Margin = new System.Windows.Forms.Padding(4);
- this.Name = "Login";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "UAS_MES 工具";
- this.Load += new System.EventHandler(this.Login_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox Account;
- private System.Windows.Forms.TextBox Password;
- private System.Windows.Forms.Button LoginIN;
- private System.Windows.Forms.Label showMsg;
- }
- }
|