⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 verificationform.designer.cs

📁 DigitalPersona.rar
💻 CS
字号:
namespace UI_Support
{
    partial class VerificationForm
    {
        /// <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.Windows.Forms.Button CloseButton;
			System.Windows.Forms.Label lblPrompt;
			this.VerificationControl = new DPFP.Gui.Verification.VerificationControl();
			CloseButton = new System.Windows.Forms.Button();
			lblPrompt = new System.Windows.Forms.Label();
			this.SuspendLayout();
			// 
			// CloseButton
			// 
			CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			CloseButton.DialogResult = System.Windows.Forms.DialogResult.OK;
			CloseButton.Location = new System.Drawing.Point(220, 75);
			CloseButton.Name = "CloseButton";
			CloseButton.Size = new System.Drawing.Size(75, 23);
			CloseButton.TabIndex = 2;
			CloseButton.Text = "Close";
			CloseButton.UseVisualStyleBackColor = true;
			// 
			// lblPrompt
			// 
			lblPrompt.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			lblPrompt.Location = new System.Drawing.Point(67, 13);
			lblPrompt.Name = "lblPrompt";
			lblPrompt.Size = new System.Drawing.Size(228, 43);
			lblPrompt.TabIndex = 3;
			lblPrompt.Text = "To verify your identity, touch fingerprint reader with any enrolled finger.";
			// 
			// VerificationControl
			// 
			this.VerificationControl.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
			this.VerificationControl.Location = new System.Drawing.Point(13, 13);
			this.VerificationControl.Name = "VerificationControl";
			this.VerificationControl.ReaderSerialNumber = "00000000-0000-0000-0000-000000000000";
			this.VerificationControl.Size = new System.Drawing.Size(48, 47);
			this.VerificationControl.TabIndex = 4;
			this.VerificationControl.OnComplete += new DPFP.Gui.Verification.VerificationControl._OnComplete(this.OnComplete);
			// 
			// VerificationForm
			// 
			this.AcceptButton = CloseButton;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = CloseButton;
			this.ClientSize = new System.Drawing.Size(307, 110);
			this.Controls.Add(this.VerificationControl);
			this.Controls.Add(lblPrompt);
			this.Controls.Add(CloseButton);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "VerificationForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Verify Your Identity";
			this.ResumeLayout(false);

        }

        #endregion

		private DPFP.Gui.Verification.VerificationControl VerificationControl;

	}
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -