123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- namespace UAS_MES_NEW
- {
- 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.UserName = new System.Windows.Forms.TextBox();
- this.PassWord = new System.Windows.Forms.TextBox();
- this.ForGetPwd = new System.Windows.Forms.LinkLabel();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.label4 = new System.Windows.Forms.Label();
- this.Source = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.LoginButton = new System.Windows.Forms.Button();
- this.panel2 = new System.Windows.Forms.Panel();
- this.label5 = new System.Windows.Forms.Label();
- this.DB = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
- this.panel1.SuspendLayout();
- this.panel2.SuspendLayout();
- this.SuspendLayout();
- //
- // UserName
- //
- this.UserName.Location = new System.Drawing.Point(94, 62);
- this.UserName.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.UserName.Name = "UserName";
- this.UserName.Size = new System.Drawing.Size(200, 23);
- this.UserName.TabIndex = 0;
- this.UserName.KeyDown += new System.Windows.Forms.KeyEventHandler(this.UserName_KeyDown);
- //
- // PassWord
- //
- this.PassWord.Location = new System.Drawing.Point(94, 107);
- this.PassWord.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.PassWord.Name = "PassWord";
- this.PassWord.PasswordChar = '*';
- this.PassWord.Size = new System.Drawing.Size(200, 23);
- this.PassWord.TabIndex = 1;
- this.PassWord.KeyDown += new System.Windows.Forms.KeyEventHandler(this.PassWord_KeyDown);
- //
- // ForGetPwd
- //
- this.ForGetPwd.AutoSize = true;
- this.ForGetPwd.Location = new System.Drawing.Point(295, 66);
- this.ForGetPwd.Name = "ForGetPwd";
- this.ForGetPwd.Size = new System.Drawing.Size(68, 17);
- this.ForGetPwd.TabIndex = 5;
- this.ForGetPwd.TabStop = true;
- this.ForGetPwd.Text = "忘记密码?";
- this.ForGetPwd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.ForGetPwd_LinkClicked);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(42, 66);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(44, 17);
- this.label1.TabIndex = 4;
- this.label1.Text = "用户名";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(42, 111);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(44, 17);
- this.label2.TabIndex = 5;
- this.label2.Text = "密 码";
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
- this.panel1.Controls.Add(this.label4);
- this.panel1.Controls.Add(this.Source);
- this.panel1.Controls.Add(this.DB);
- this.panel1.Controls.Add(this.label3);
- this.panel1.Controls.Add(this.LoginButton);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Controls.Add(this.UserName);
- this.panel1.Controls.Add(this.ForGetPwd);
- this.panel1.Controls.Add(this.PassWord);
- this.panel1.Controls.Add(this.label2);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Location = new System.Drawing.Point(164, 86);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(381, 297);
- this.panel1.TabIndex = 9;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(42, 160);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(44, 17);
- this.label4.TabIndex = 14;
- this.label4.Text = "资 源";
- //
- // Source
- //
- this.Source.Location = new System.Drawing.Point(94, 157);
- this.Source.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Source.Name = "Source";
- this.Source.Size = new System.Drawing.Size(200, 23);
- this.Source.TabIndex = 2;
- this.Source.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Source_KeyDown);
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(42, 209);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(44, 17);
- this.label3.TabIndex = 11;
- this.label3.Text = "数据库";
- //
- // LoginButton
- //
- this.LoginButton.BackColor = System.Drawing.Color.White;
- this.LoginButton.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("LoginButton.BackgroundImage")));
- this.LoginButton.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.LoginButton.Enabled = false;
- this.LoginButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.LoginButton.Location = new System.Drawing.Point(153, 250);
- this.LoginButton.Name = "LoginButton";
- this.LoginButton.Size = new System.Drawing.Size(75, 30);
- this.LoginButton.TabIndex = 4;
- this.LoginButton.Text = "登陆";
- this.LoginButton.UseVisualStyleBackColor = false;
- this.LoginButton.Click += new System.EventHandler(this.LoginButton_Click);
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.panel2.Controls.Add(this.label5);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(381, 33);
- this.panel2.TabIndex = 6;
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("微软雅黑", 14F);
- this.label5.ForeColor = System.Drawing.Color.White;
- this.label5.Location = new System.Drawing.Point(3, 5);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(164, 25);
- this.label5.TabIndex = 0;
- this.label5.Text = "UAS制造执行系统";
- //
- // DB
- //
- this.DB.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.DB.FormattingEnabled = true;
- this.DB.Location = new System.Drawing.Point(94, 204);
- this.DB.Name = "DB";
- this.DB.Size = new System.Drawing.Size(200, 25);
- this.DB.TabIndex = 3;
- //
- // Login
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.SystemColors.Control;
- this.BackgroundImage = global::UAS_MES_NEW.Properties.Resources.LoginBG;
- this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
- this.ClientSize = new System.Drawing.Size(705, 461);
- this.Controls.Add(this.panel1);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "Login";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Tag = "ShowDialogWindow";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Login_FormClosing);
- this.Load += new System.EventHandler(this.Login_Load);
- this.Paint += new System.Windows.Forms.PaintEventHandler(this.Login_Paint);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Login_MouseDown);
- this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Login_MouseMove);
- this.panel1.ResumeLayout(true);
- this.panel1.PerformLayout();
- this.panel2.ResumeLayout(true);
- this.panel2.PerformLayout();
- this.ResumeLayout(true);
- }
- #endregion
- private System.Windows.Forms.TextBox UserName;
- private System.Windows.Forms.TextBox PassWord;
- private System.Windows.Forms.LinkLabel ForGetPwd;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button LoginButton;
- private CustomControl.ComBoxWithFocus.ComBoxWithFocus DB;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox Source;
- private System.Windows.Forms.Label label5;
- }
- }
|