123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- namespace IntelligentControlForsx.ChildForms
- {
- partial class FingerCheck
- {
- /// <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()
- {
- 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.picFinger = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.picFinger)).BeginInit();
- 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(141, 3);
- 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);
- //
- // 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(2, 2);
- 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;
- //
- // FingerCheck
- //
- 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, 244);
- this.Controls.Add(this.lblClose);
- this.Controls.Add(this.panel1);
- this.Controls.Add(this.picFinger);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "FingerCheck";
- 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.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.PictureBox picFinger;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label lblInfo;
- private System.Windows.Forms.Label lblClose;
- private System.Windows.Forms.Timer timer1;
- }
- }
|