📄 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.components = New System.ComponentModel.Container
Me.textBoxToken = New System.Windows.Forms.TextBox
Me.buttonShowToken = New System.Windows.Forms.Button
Me.textBoxPassword = New System.Windows.Forms.TextBox
Me.label2 = New System.Windows.Forms.Label
Me.textBoxUsername = New System.Windows.Forms.TextBox
Me.label1 = New System.Windows.Forms.Label
Me.ErrorProvider1 = New System.Windows.Forms.ErrorProvider(Me.components)
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'textBoxToken
'
Me.textBoxToken.Location = New System.Drawing.Point(8, 185)
Me.textBoxToken.Name = "textBoxToken"
Me.textBoxToken.ReadOnly = True
Me.textBoxToken.Size = New System.Drawing.Size(268, 20)
Me.textBoxToken.TabIndex = 11
'
'buttonShowToken
'
Me.buttonShowToken.Location = New System.Drawing.Point(98, 142)
Me.buttonShowToken.Name = "buttonShowToken"
Me.buttonShowToken.Size = New System.Drawing.Size(75, 23)
Me.buttonShowToken.TabIndex = 10
Me.buttonShowToken.Text = "Show Token"
Me.buttonShowToken.UseVisualStyleBackColor = True
'
'textBoxPassword
'
Me.textBoxPassword.Location = New System.Drawing.Point(110, 100)
Me.textBoxPassword.Name = "textBoxPassword"
Me.textBoxPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.textBoxPassword.Size = New System.Drawing.Size(144, 20)
Me.textBoxPassword.TabIndex = 9
'
'label2
'
Me.label2.AutoSize = True
Me.label2.Location = New System.Drawing.Point(23, 100)
Me.label2.Name = "label2"
Me.label2.Size = New System.Drawing.Size(56, 13)
Me.label2.TabIndex = 8
Me.label2.Text = "Password:"
'
'textBoxUsername
'
Me.textBoxUsername.Location = New System.Drawing.Point(110, 60)
Me.textBoxUsername.Name = "textBoxUsername"
Me.textBoxUsername.Size = New System.Drawing.Size(144, 20)
Me.textBoxUsername.TabIndex = 7
'
'label1
'
Me.label1.AutoSize = True
Me.label1.Location = New System.Drawing.Point(20, 60)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(58, 13)
Me.label1.TabIndex = 6
Me.label1.Text = "Username:"
'
'ErrorProvider1
'
Me.ErrorProvider1.ContainerControl = Me
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(284, 264)
Me.Controls.Add(Me.textBoxToken)
Me.Controls.Add(Me.buttonShowToken)
Me.Controls.Add(Me.textBoxPassword)
Me.Controls.Add(Me.label2)
Me.Controls.Add(Me.textBoxUsername)
Me.Controls.Add(Me.label1)
Me.Name = "Form1"
Me.Text = "Form1"
CType(Me.ErrorProvider1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Private WithEvents textBoxToken As System.Windows.Forms.TextBox
Private WithEvents buttonShowToken As System.Windows.Forms.Button
Private WithEvents textBoxPassword As System.Windows.Forms.TextBox
Private WithEvents label2 As System.Windows.Forms.Label
Private WithEvents textBoxUsername As System.Windows.Forms.TextBox
Private WithEvents label1 As System.Windows.Forms.Label
Friend WithEvents ErrorProvider1 As System.Windows.Forms.ErrorProvider
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -