📄 captureform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class CaptureForm
Inherits System.Windows.Forms.Form
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
MyBase.Dispose(disposing)
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim StatusLabel As System.Windows.Forms.Label
Dim PromptLabel As System.Windows.Forms.Label
Me.CloseButton = New System.Windows.Forms.Button
Me.StatusLine = New System.Windows.Forms.Label
Me.StatusText = New System.Windows.Forms.TextBox
Me.Prompt = New System.Windows.Forms.TextBox
Me.Picture = New System.Windows.Forms.PictureBox
StatusLabel = New System.Windows.Forms.Label
PromptLabel = New System.Windows.Forms.Label
CType(Me.Picture, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'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 = 10
StatusLabel.Text = "Status:"
'
'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 = 8
PromptLabel.Text = "Prompt:"
'
'CloseButton
'
Me.CloseButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.CloseButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.CloseButton.Location = New System.Drawing.Point(494, 319)
Me.CloseButton.Name = "CloseButton"
Me.CloseButton.Size = New System.Drawing.Size(75, 23)
Me.CloseButton.TabIndex = 13
Me.CloseButton.Text = "Close"
Me.CloseButton.UseVisualStyleBackColor = True
'
'StatusLine
'
Me.StatusLine.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.StatusLine.AutoSize = True
Me.StatusLine.Location = New System.Drawing.Point(12, 303)
Me.StatusLine.Name = "StatusLine"
Me.StatusLine.Size = New System.Drawing.Size(62, 13)
Me.StatusLine.TabIndex = 12
Me.StatusLine.Text = "[Status line]"
'
'StatusText
'
Me.StatusText.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.StatusText.BackColor = System.Drawing.SystemColors.Window
Me.StatusText.Location = New System.Drawing.Point(269, 81)
Me.StatusText.Multiline = True
Me.StatusText.Name = "StatusText"
Me.StatusText.ReadOnly = True
Me.StatusText.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.StatusText.Size = New System.Drawing.Size(300, 219)
Me.StatusText.TabIndex = 11
'
'Prompt
'
Me.Prompt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.Prompt.Location = New System.Drawing.Point(269, 28)
Me.Prompt.Name = "Prompt"
Me.Prompt.ReadOnly = True
Me.Prompt.Size = New System.Drawing.Size(300, 20)
Me.Prompt.TabIndex = 9
'
'Picture
'
Me.Picture.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
Me.Picture.BackColor = System.Drawing.SystemColors.Window
Me.Picture.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
Me.Picture.Location = New System.Drawing.Point(12, 12)
Me.Picture.Name = "Picture"
Me.Picture.Size = New System.Drawing.Size(248, 288)
Me.Picture.TabIndex = 7
Me.Picture.TabStop = False
'
'CaptureForm
'
Me.AcceptButton = Me.CloseButton
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.CloseButton
Me.ClientSize = New System.Drawing.Size(581, 354)
Me.Controls.Add(Me.CloseButton)
Me.Controls.Add(Me.StatusLine)
Me.Controls.Add(Me.StatusText)
Me.Controls.Add(StatusLabel)
Me.Controls.Add(Me.Prompt)
Me.Controls.Add(PromptLabel)
Me.Controls.Add(Me.Picture)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.MinimumSize = New System.Drawing.Size(400, 300)
Me.Name = "CaptureForm"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "Fingerprint Enrollment"
CType(Me.Picture, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents CloseButton As System.Windows.Forms.Button
Private WithEvents StatusLine As System.Windows.Forms.Label
Private WithEvents StatusText As System.Windows.Forms.TextBox
Private WithEvents Prompt As System.Windows.Forms.TextBox
Private WithEvents Picture As System.Windows.Forms.PictureBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -