namespace UserSettings { partial class Form_UserLogin { /// /// 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(Form_UserLogin)); this.cbb_UserName = new System.Windows.Forms.ComboBox(); this.txt_Password = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.bt_Exit = new System.Windows.Forms.Button(); this.bt_Login = new System.Windows.Forms.Button(); this.lab_Err = new System.Windows.Forms.Label(); this.SuspendLayout(); // // cbb_UserName // this.cbb_UserName.BackColor = System.Drawing.Color.WhiteSmoke; this.cbb_UserName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbb_UserName.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.cbb_UserName.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbb_UserName.FormattingEnabled = true; this.cbb_UserName.Items.AddRange(new object[] { "操作员", "管理员", "超级管理员"}); this.cbb_UserName.Location = new System.Drawing.Point(299, 98); this.cbb_UserName.MaxDropDownItems = 15; this.cbb_UserName.Name = "cbb_UserName"; this.cbb_UserName.Size = new System.Drawing.Size(131, 22); this.cbb_UserName.TabIndex = 9; // // txt_Password // this.txt_Password.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_Password.Location = new System.Drawing.Point(299, 139); this.txt_Password.Name = "txt_Password"; this.txt_Password.PasswordChar = '*'; this.txt_Password.Size = new System.Drawing.Size(131, 23); this.txt_Password.TabIndex = 0; this.txt_Password.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txt_Password_KeyDown); // // label1 // this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label1.ForeColor = System.Drawing.Color.OrangeRed; this.label1.Location = new System.Drawing.Point(235, 98); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(58, 22); this.label1.TabIndex = 11; this.label1.Text = "用户:"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label2 // this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.ForeColor = System.Drawing.Color.OrangeRed; this.label2.Location = new System.Drawing.Point(235, 139); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(58, 23); this.label2.TabIndex = 12; this.label2.Text = "密码:"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // label7 // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.Font = new System.Drawing.Font("宋体", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label7.ForeColor = System.Drawing.Color.LightSalmon; this.label7.Location = new System.Drawing.Point(294, 33); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(129, 29); this.label7.TabIndex = 28; this.label7.Text = "用户登录"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // bt_Exit // this.bt_Exit.BackColor = System.Drawing.Color.WhiteSmoke; this.bt_Exit.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bt_Exit.Image = ((System.Drawing.Image)(resources.GetObject("bt_Exit.Image"))); this.bt_Exit.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bt_Exit.Location = new System.Drawing.Point(321, 258); this.bt_Exit.Name = "bt_Exit"; this.bt_Exit.Size = new System.Drawing.Size(109, 40); this.bt_Exit.TabIndex = 2; this.bt_Exit.Text = "Exit"; this.bt_Exit.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bt_Exit.UseVisualStyleBackColor = false; this.bt_Exit.Click += new System.EventHandler(this.bt_Exit_Click); // // bt_Login // this.bt_Login.BackColor = System.Drawing.Color.WhiteSmoke; this.bt_Login.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.bt_Login.Image = ((System.Drawing.Image)(resources.GetObject("bt_Login.Image"))); this.bt_Login.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.bt_Login.Location = new System.Drawing.Point(197, 258); this.bt_Login.Name = "bt_Login"; this.bt_Login.Size = new System.Drawing.Size(109, 40); this.bt_Login.TabIndex = 1; this.bt_Login.Text = "Login"; this.bt_Login.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.bt_Login.UseVisualStyleBackColor = false; this.bt_Login.Click += new System.EventHandler(this.bt_Login_Click); // // lab_Err // this.lab_Err.AutoSize = true; this.lab_Err.BackColor = System.Drawing.Color.Transparent; this.lab_Err.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lab_Err.ForeColor = System.Drawing.Color.Red; this.lab_Err.Location = new System.Drawing.Point(297, 176); this.lab_Err.Name = "lab_Err"; this.lab_Err.Size = new System.Drawing.Size(143, 12); this.lab_Err.TabIndex = 32; this.lab_Err.Text = "密码错误,请重新输入..."; this.lab_Err.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lab_Err.Visible = false; // // Form_UserLogin // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage"))); this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom; this.ClientSize = new System.Drawing.Size(459, 310); this.Controls.Add(this.lab_Err); this.Controls.Add(this.bt_Exit); this.Controls.Add(this.bt_Login); this.Controls.Add(this.label7); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.txt_Password); this.Controls.Add(this.cbb_UserName); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "Form_UserLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "用户登录"; this.Load += new System.EventHandler(this.Form_UserLogin_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ComboBox cbb_UserName; private System.Windows.Forms.TextBox txt_Password; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label7; private System.Windows.Forms.Button bt_Exit; private System.Windows.Forms.Button bt_Login; private System.Windows.Forms.Label lab_Err; } }