namespace IntelligentControlForsx.ChildForms { partial class FingerCheck2 { /// /// 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() { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); this.lblInfo = new System.Windows.Forms.Label(); this.lblClose = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.btnPut = new System.Windows.Forms.Button(); this.picFinger = new System.Windows.Forms.PictureBox(); this.txtPassWord = new System.Windows.Forms.TextBox(); this.btnLogin = new System.Windows.Forms.Button(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.cbUser = new System.Windows.Forms.ComboBox(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picFinger)).BeginInit(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // panel1 // this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(200)))), ((int)(((byte)(187))))); this.panel1.Controls.Add(this.lblInfo); this.panel1.Location = new System.Drawing.Point(2, 211); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(156, 31); this.panel1.TabIndex = 2; // // lblInfo // this.lblInfo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblInfo.ForeColor = System.Drawing.Color.Firebrick; this.lblInfo.Location = new System.Drawing.Point(2, 7); this.lblInfo.Name = "lblInfo"; this.lblInfo.Size = new System.Drawing.Size(154, 17); this.lblInfo.TabIndex = 0; this.lblInfo.Text = "请验证指纹"; this.lblInfo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblClose // this.lblClose.BackColor = System.Drawing.Color.White; this.lblClose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblClose.ForeColor = System.Drawing.Color.OrangeRed; this.lblClose.Location = new System.Drawing.Point(142, 2); this.lblClose.Margin = new System.Windows.Forms.Padding(0); this.lblClose.Name = "lblClose"; this.lblClose.Size = new System.Drawing.Size(15, 15); this.lblClose.TabIndex = 3; this.lblClose.Text = "X"; this.lblClose.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblClose.Click += new System.EventHandler(this.lblClose_Click); // // timer1 // this.timer1.Enabled = true; this.timer1.Interval = 1000; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // btnPut // this.btnPut.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnPut.Location = new System.Drawing.Point(43, 247); this.btnPut.Name = "btnPut"; this.btnPut.Size = new System.Drawing.Size(75, 23); this.btnPut.TabIndex = 4; this.btnPut.Text = "密码验证"; this.btnPut.UseVisualStyleBackColor = true; this.btnPut.Click += new System.EventHandler(this.btnPut_Click); // // picFinger // this.picFinger.BackColor = System.Drawing.Color.White; this.picFinger.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picFinger.Image = global::IntelligentControlForsx.Properties.Resources.finger; this.picFinger.Location = new System.Drawing.Point(1, 1); this.picFinger.Name = "picFinger"; this.picFinger.Size = new System.Drawing.Size(156, 209); this.picFinger.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picFinger.TabIndex = 1; this.picFinger.TabStop = false; // // txtPassWord // this.txtPassWord.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.txtPassWord.ForeColor = System.Drawing.Color.DimGray; this.txtPassWord.Location = new System.Drawing.Point(20, 93); this.txtPassWord.Name = "txtPassWord"; this.txtPassWord.Size = new System.Drawing.Size(124, 26); this.txtPassWord.TabIndex = 6; this.txtPassWord.Text = "请输入密码"; this.txtPassWord.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtPassWord_MouseClick); // // btnLogin // this.btnLogin.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnLogin.Location = new System.Drawing.Point(41, 157); this.btnLogin.Name = "btnLogin"; this.btnLogin.Size = new System.Drawing.Size(75, 23); this.btnLogin.TabIndex = 7; this.btnLogin.Text = "确 定"; this.btnLogin.UseVisualStyleBackColor = true; this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click); // // panel2 // this.panel2.BackColor = System.Drawing.Color.DimGray; this.panel2.Location = new System.Drawing.Point(0, 241); this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(160, 1); this.panel2.TabIndex = 8; // // groupBox1 // this.groupBox1.Controls.Add(this.cbUser); this.groupBox1.Controls.Add(this.txtPassWord); this.groupBox1.Controls.Add(this.btnLogin); this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.groupBox1.ForeColor = System.Drawing.Color.Black; this.groupBox1.Location = new System.Drawing.Point(2, 31); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(156, 184); this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; // // cbUser // this.cbUser.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.cbUser.ForeColor = System.Drawing.Color.DimGray; this.cbUser.FormattingEnabled = true; this.cbUser.Location = new System.Drawing.Point(20, 35); this.cbUser.Name = "cbUser"; this.cbUser.Size = new System.Drawing.Size(124, 28); this.cbUser.TabIndex = 8; this.cbUser.SelectedIndexChanged += new System.EventHandler(this.cbUser_SelectedIndexChanged); // // FingerCheck2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(34)))), ((int)(((byte)(200)))), ((int)(((byte)(187))))); this.ClientSize = new System.Drawing.Size(160, 274); this.Controls.Add(this.groupBox1); this.Controls.Add(this.panel2); this.Controls.Add(this.picFinger); this.Controls.Add(this.btnPut); this.Controls.Add(this.lblClose); this.Controls.Add(this.panel1); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "FingerCheck2"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FingerCheck"; this.Load += new System.EventHandler(this.FingerCheck_Load); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.picFinger)).EndInit(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblInfo; private System.Windows.Forms.Label lblClose; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Button btnPut; private System.Windows.Forms.PictureBox picFinger; private System.Windows.Forms.TextBox txtPassWord; private System.Windows.Forms.Button btnLogin; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox cbUser; } }