Newer
Older
ICS / ICS / FingerPrintForm.Designer.cs
TAN YUE on 14 Mar 2023 3 KB 20230314 注册服务增加指纹
namespace ICS
{
    partial class FingerPrintForm
    {
        /// <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(FingerPrintForm));
            this.picFingerPrint = new System.Windows.Forms.PictureBox();
            this.labelTips = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.picFingerPrint)).BeginInit();
            this.SuspendLayout();
            // 
            // picFingerPrint
            // 
            this.picFingerPrint.Image = ((System.Drawing.Image)(resources.GetObject("picFingerPrint.Image")));
            this.picFingerPrint.Location = new System.Drawing.Point(0, 0);
            this.picFingerPrint.Margin = new System.Windows.Forms.Padding(10);
            this.picFingerPrint.Name = "picFingerPrint";
            this.picFingerPrint.Size = new System.Drawing.Size(180, 240);
            this.picFingerPrint.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
            this.picFingerPrint.TabIndex = 0;
            this.picFingerPrint.TabStop = false;
            // 
            // labelTips
            // 
            this.labelTips.Location = new System.Drawing.Point(0, 246);
            this.labelTips.Name = "labelTips";
            this.labelTips.Size = new System.Drawing.Size(180, 30);
            this.labelTips.TabIndex = 1;
            this.labelTips.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // FingerPrintForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(180, 281);
            this.ControlBox = false;
            this.Controls.Add(this.labelTips);
            this.Controls.Add(this.picFingerPrint);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FingerPrintForm";
            this.ShowInTaskbar = false;
            this.Text = "指纹采集";
            this.TopMost = true;
            this.Load += new System.EventHandler(this.FingerPrintForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.picFingerPrint)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox picFingerPrint;
        private System.Windows.Forms.Label labelTips;
    }
}