📄 form1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
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()
Me.groupBox1 = New System.Windows.Forms.GroupBox
Me.labelResult = New System.Windows.Forms.Label
Me.label3 = New System.Windows.Forms.Label
Me.button1 = New System.Windows.Forms.Button
Me.textBoxFilePath = New System.Windows.Forms.TextBox
Me.label2 = New System.Windows.Forms.Label
Me.textBoxPublicKey = New System.Windows.Forms.TextBox
Me.label1 = New System.Windows.Forms.Label
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog
Me.groupBox1.SuspendLayout()
Me.SuspendLayout()
'
'groupBox1
'
Me.groupBox1.Controls.Add(Me.labelResult)
Me.groupBox1.Controls.Add(Me.label3)
Me.groupBox1.Controls.Add(Me.button1)
Me.groupBox1.Controls.Add(Me.textBoxFilePath)
Me.groupBox1.Controls.Add(Me.label2)
Me.groupBox1.Location = New System.Drawing.Point(17, 217)
Me.groupBox1.Name = "groupBox1"
Me.groupBox1.Size = New System.Drawing.Size(480, 81)
Me.groupBox1.TabIndex = 5
Me.groupBox1.TabStop = False
Me.groupBox1.Text = "Reveal Password"
'
'labelResult
'
Me.labelResult.AutoSize = True
Me.labelResult.Location = New System.Drawing.Point(73, 48)
Me.labelResult.Name = "labelResult"
Me.labelResult.Size = New System.Drawing.Size(0, 13)
Me.labelResult.TabIndex = 4
'
'label3
'
Me.label3.AutoSize = True
Me.label3.Location = New System.Drawing.Point(10, 48)
Me.label3.Name = "label3"
Me.label3.Size = New System.Drawing.Size(56, 13)
Me.label3.TabIndex = 3
Me.label3.Text = "Password:"
'
'button1
'
Me.button1.Location = New System.Drawing.Point(384, 15)
Me.button1.Name = "button1"
Me.button1.Size = New System.Drawing.Size(25, 23)
Me.button1.TabIndex = 2
Me.button1.Text = "..."
Me.button1.UseVisualStyleBackColor = True
'
'textBoxFilePath
'
Me.textBoxFilePath.Location = New System.Drawing.Point(57, 17)
Me.textBoxFilePath.Name = "textBoxFilePath"
Me.textBoxFilePath.Size = New System.Drawing.Size(326, 20)
Me.textBoxFilePath.TabIndex = 1
'
'label2
'
Me.label2.AutoSize = True
Me.label2.Location = New System.Drawing.Point(7, 20)
Me.label2.Name = "label2"
Me.label2.Size = New System.Drawing.Size(44, 13)
Me.label2.TabIndex = 0
Me.label2.Text = "Key file:"
'
'textBoxPublicKey
'
Me.textBoxPublicKey.BackColor = System.Drawing.SystemColors.Window
Me.textBoxPublicKey.Location = New System.Drawing.Point(17, 48)
Me.textBoxPublicKey.Multiline = True
Me.textBoxPublicKey.Name = "textBoxPublicKey"
Me.textBoxPublicKey.ReadOnly = True
Me.textBoxPublicKey.Size = New System.Drawing.Size(480, 152)
Me.textBoxPublicKey.TabIndex = 4
'
'label1
'
Me.label1.AutoSize = True
Me.label1.Location = New System.Drawing.Point(14, 31)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(60, 13)
Me.label1.TabIndex = 3
Me.label1.Text = "Public Key:"
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(511, 329)
Me.Controls.Add(Me.groupBox1)
Me.Controls.Add(Me.textBoxPublicKey)
Me.Controls.Add(Me.label1)
Me.Name = "Form1"
Me.Text = "Reveal Key Admin Tool"
Me.groupBox1.ResumeLayout(False)
Me.groupBox1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents groupBox1 As System.Windows.Forms.GroupBox
Private WithEvents labelResult As System.Windows.Forms.Label
Private WithEvents label3 As System.Windows.Forms.Label
Private WithEvents button1 As System.Windows.Forms.Button
Private WithEvents textBoxFilePath As System.Windows.Forms.TextBox
Private WithEvents label2 As System.Windows.Forms.Label
Private WithEvents textBoxPublicKey As System.Windows.Forms.TextBox
Private WithEvents label1 As System.Windows.Forms.Label
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -