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

📄 captureform.designer.cs

📁 DigitalPersona.rar
💻 CS
字号:
namespace Enrollment
{
	partial class CaptureForm
	{
		/// <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.Label PromptLabel;
			System.Windows.Forms.Label StatusLabel;
			this.Picture = new System.Windows.Forms.PictureBox();
			this.Prompt = new System.Windows.Forms.TextBox();
			this.StatusText = new System.Windows.Forms.TextBox();
			this.StatusLine = new System.Windows.Forms.Label();
			this.CloseButton = new System.Windows.Forms.Button();
			PromptLabel = new System.Windows.Forms.Label();
			StatusLabel = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.Picture)).BeginInit();
			this.SuspendLayout();
			// 
			// PromptLabel
			// 
			PromptLabel.AutoSize = true;
			PromptLabel.Location = new System.Drawing.Point(266, 12);
			PromptLabel.Name = "PromptLabel";
			PromptLabel.Size = new System.Drawing.Size(43, 13);
			PromptLabel.TabIndex = 1;
			PromptLabel.Text = "Prompt:";
			// 
			// StatusLabel
			// 
			StatusLabel.AutoSize = true;
			StatusLabel.Location = new System.Drawing.Point(266, 65);
			StatusLabel.Name = "StatusLabel";
			StatusLabel.Size = new System.Drawing.Size(40, 13);
			StatusLabel.TabIndex = 3;
			StatusLabel.Text = "Status:";
			// 
			// Picture
			// 
			this.Picture.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
						| System.Windows.Forms.AnchorStyles.Left)));
			this.Picture.BackColor = System.Drawing.SystemColors.Window;
			this.Picture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
			this.Picture.Location = new System.Drawing.Point(12, 12);
			this.Picture.Name = "Picture";
			this.Picture.Size = new System.Drawing.Size(248, 288);
			this.Picture.TabIndex = 0;
			this.Picture.TabStop = false;
			// 
			// Prompt
			// 
			this.Prompt.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.Prompt.Location = new System.Drawing.Point(269, 28);
			this.Prompt.Name = "Prompt";
			this.Prompt.ReadOnly = true;
			this.Prompt.Size = new System.Drawing.Size(300, 20);
			this.Prompt.TabIndex = 2;
			// 
			// StatusText
			// 
			this.StatusText.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)));
			this.StatusText.BackColor = System.Drawing.SystemColors.Window;
			this.StatusText.Location = new System.Drawing.Point(269, 81);
			this.StatusText.Multiline = true;
			this.StatusText.Name = "StatusText";
			this.StatusText.ReadOnly = true;
			this.StatusText.ScrollBars = System.Windows.Forms.ScrollBars.Both;
			this.StatusText.Size = new System.Drawing.Size(300, 219);
			this.StatusText.TabIndex = 4;
			// 
			// StatusLine
			// 
			this.StatusLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
						| System.Windows.Forms.AnchorStyles.Right)));
			this.StatusLine.Location = new System.Drawing.Point(9, 303);
			this.StatusLine.Name = "StatusLine";
			this.StatusLine.Size = new System.Drawing.Size(479, 39);
			this.StatusLine.TabIndex = 5;
			this.StatusLine.Text = "[Status line]";
			// 
			// CloseButton
			// 
			this.CloseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
			this.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.CloseButton.Location = new System.Drawing.Point(494, 319);
			this.CloseButton.Name = "CloseButton";
			this.CloseButton.Size = new System.Drawing.Size(75, 23);
			this.CloseButton.TabIndex = 6;
			this.CloseButton.Text = "Close";
			this.CloseButton.UseVisualStyleBackColor = true;
			// 
			// CaptureForm
			// 
			this.AcceptButton = this.CloseButton;
			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.CloseButton;
			this.ClientSize = new System.Drawing.Size(581, 354);
			this.Controls.Add(this.CloseButton);
			this.Controls.Add(this.StatusLine);
			this.Controls.Add(this.StatusText);
			this.Controls.Add(StatusLabel);
			this.Controls.Add(this.Prompt);
			this.Controls.Add(PromptLabel);
			this.Controls.Add(this.Picture);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.MinimumSize = new System.Drawing.Size(400, 300);
			this.Name = "CaptureForm";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "Fingerprint Enrollment";
			this.Load += new System.EventHandler(this.CaptureForm_Load);
			this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CaptureForm_FormClosed);
			((System.ComponentModel.ISupportInitialize)(this.Picture)).EndInit();
			this.ResumeLayout(false);
			this.PerformLayout();

		}

		#endregion

		private System.Windows.Forms.PictureBox Picture;
		private System.Windows.Forms.TextBox Prompt;
		private System.Windows.Forms.TextBox StatusText;
		private System.Windows.Forms.Label StatusLine;
		private System.Windows.Forms.Button CloseButton;
	}
}

⌨️ 快捷键说明

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