namespace IOM_cs { partial class FormLogin { /// <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(FormLogin)); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.panel1 = new System.Windows.Forms.Panel(); this.txt_password = new DevComponents.DotNetBar.Controls.TextBoxX(); this.txt_userId = new DevComponents.DotNetBar.Controls.TextBoxX(); this.btn_cancel = new IOM_cs.RoundButton(); this.btn_login = new IOM_cs.RoundButton(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.panel1.SuspendLayout(); this.SuspendLayout(); // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label3.Location = new System.Drawing.Point(109, 256); this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(37, 20); this.label3.TabIndex = 17; this.label3.Text = "密码"; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.label2.Location = new System.Drawing.Point(98, 193); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(42, 21); this.label2.TabIndex = 16; this.label2.Text = "账号"; // // pictureBox1 // this.pictureBox1.BackgroundImage = global::IOM_cs.Properties.Resources.loginbak; this.pictureBox1.Location = new System.Drawing.Point(0, 0); this.pictureBox1.Margin = new System.Windows.Forms.Padding(0); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(477, 154); this.pictureBox1.TabIndex = 13; this.pictureBox1.TabStop = false; // // panel1 // this.panel1.BackColor = System.Drawing.Color.Transparent; this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.panel1.Controls.Add(this.txt_password); this.panel1.Controls.Add(this.txt_userId); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.btn_cancel); this.panel1.Controls.Add(this.btn_login); this.panel1.Controls.Add(this.label1); this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; this.panel1.Location = new System.Drawing.Point(0, 0); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(477, 376); this.panel1.TabIndex = 20; // // txt_password // this.txt_password.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.txt_password.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.txt_password.Border.Class = "TextBoxBorder"; this.txt_password.Border.CornerDiameter = 5; this.txt_password.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.txt_password.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; 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(162, 252); this.txt_password.Name = "txt_password"; this.txt_password.PasswordChar = '●'; this.txt_password.PreventEnterBeep = true; this.txt_password.Size = new System.Drawing.Size(200, 30); this.txt_password.TabIndex = 306; this.txt_password.Text = "123456"; this.txt_password.UseSystemPasswordChar = true; // // txt_userId // this.txt_userId.BackColor = System.Drawing.SystemColors.ButtonHighlight; // // // this.txt_userId.Border.BorderColor = System.Drawing.SystemColors.ScrollBar; this.txt_userId.Border.Class = "TextBoxBorder"; this.txt_userId.Border.CornerDiameter = 5; this.txt_userId.Border.CornerType = DevComponents.DotNetBar.eCornerType.Rounded; this.txt_userId.DisabledBackColor = System.Drawing.SystemColors.ButtonFace; this.txt_userId.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txt_userId.Location = new System.Drawing.Point(162, 192); this.txt_userId.Name = "txt_userId"; this.txt_userId.PreventEnterBeep = true; this.txt_userId.Size = new System.Drawing.Size(200, 30); this.txt_userId.TabIndex = 305; this.txt_userId.Text = "admin"; // // btn_cancel // this.btn_cancel.EnterBackColor = System.Drawing.Color.Blue; this.btn_cancel.EnterForeColor = System.Drawing.Color.White; this.btn_cancel.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_cancel.FlatAppearance.BorderSize = 0; this.btn_cancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_cancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_cancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_cancel.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(86)))), ((int)(((byte)(163)))), ((int)(((byte)(242))))); this.btn_cancel.HoverForeColor = System.Drawing.Color.White; this.btn_cancel.Location = new System.Drawing.Point(243, 317); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.PressBackColor = System.Drawing.Color.DarkBlue; this.btn_cancel.PressForeColor = System.Drawing.Color.White; this.btn_cancel.Radius = 5; this.btn_cancel.Size = new System.Drawing.Size(120, 30); this.btn_cancel.TabIndex = 23; this.btn_cancel.Text = "取消"; this.btn_cancel.UseVisualStyleBackColor = true; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // btn_login // this.btn_login.EnterBackColor = System.Drawing.Color.Blue; this.btn_login.EnterForeColor = System.Drawing.Color.White; this.btn_login.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0))))); this.btn_login.FlatAppearance.BorderSize = 0; this.btn_login.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Transparent; this.btn_login.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Transparent; this.btn_login.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btn_login.HoverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(47)))), ((int)(((byte)(111)))), ((int)(((byte)(198))))); this.btn_login.HoverForeColor = System.Drawing.Color.White; this.btn_login.Location = new System.Drawing.Point(113, 317); this.btn_login.Name = "btn_login"; this.btn_login.PressBackColor = System.Drawing.Color.DarkBlue; this.btn_login.PressForeColor = System.Drawing.Color.White; this.btn_login.Radius = 5; this.btn_login.Size = new System.Drawing.Size(120, 30); this.btn_login.TabIndex = 22; this.btn_login.Text = "登录"; this.btn_login.UseVisualStyleBackColor = true; this.btn_login.Click += new System.EventHandler(this.btn_login_Click); // // label1 // this.label1.AutoSize = true; 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.Location = new System.Drawing.Point(109, 197); this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(37, 20); this.label1.TabIndex = 21; this.label1.Text = "账号"; // // FormLogin // this.AcceptButton = this.btn_login; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLightLight; this.ClientSize = new System.Drawing.Size(477, 376); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(2); this.MaximizeBox = false; this.Name = "FormLogin"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "虹膜身份核查系统"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label2; private System.Windows.Forms.Panel panel1; private RoundButton btn_login; private System.Windows.Forms.Label label1; private RoundButton btn_cancel; private DevComponents.DotNetBar.Controls.TextBoxX txt_password; private DevComponents.DotNetBar.Controls.TextBoxX txt_userId; } }