📄 loginform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Public Class LoginForm
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
Private mainMenu1 As System.Windows.Forms.MainMenu
'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.mainMenu1 = New System.Windows.Forms.MainMenu
Me.menuSubmitMenuItem = New System.Windows.Forms.MenuItem
Me.labelIncorrect = New System.Windows.Forms.Label
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.SuspendLayout()
'
'mainMenu1
'
Me.mainMenu1.MenuItems.Add(Me.menuSubmitMenuItem)
'
'menuSubmitMenuItem
'
Me.menuSubmitMenuItem.Text = "Submit"
'
'labelIncorrect
'
Me.labelIncorrect.Font = New System.Drawing.Font("Segoe Condensed", 9.0!, System.Drawing.FontStyle.Regular)
Me.labelIncorrect.ForeColor = System.Drawing.Color.Red
Me.labelIncorrect.Location = New System.Drawing.Point(45, 169)
Me.labelIncorrect.Name = "labelIncorrect"
Me.labelIncorrect.Size = New System.Drawing.Size(152, 37)
Me.labelIncorrect.Text = "Username and/or password incorrect. Please retry."
Me.labelIncorrect.Visible = False
'
'textBoxPassword
'
Me.textBoxPassword.Location = New System.Drawing.Point(45, 131)
Me.textBoxPassword.Name = "textBoxPassword"
Me.textBoxPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.textBoxPassword.Size = New System.Drawing.Size(152, 21)
Me.textBoxPassword.TabIndex = 8
'
'label2
'
Me.label2.Location = New System.Drawing.Point(45, 117)
Me.label2.Name = "label2"
Me.label2.Size = New System.Drawing.Size(152, 22)
Me.label2.Text = "Password:"
'
'textBoxUsername
'
Me.textBoxUsername.Location = New System.Drawing.Point(45, 78)
Me.textBoxUsername.Name = "textBoxUsername"
Me.textBoxUsername.Size = New System.Drawing.Size(152, 21)
Me.textBoxUsername.TabIndex = 7
'
'label1
'
Me.label1.Location = New System.Drawing.Point(44, 63)
Me.label1.Name = "label1"
Me.label1.Size = New System.Drawing.Size(152, 22)
Me.label1.Text = "Username:"
'
'LoginForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(96.0!, 96.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi
Me.AutoScroll = True
Me.ClientSize = New System.Drawing.Size(240, 268)
Me.ControlBox = False
Me.Controls.Add(Me.labelIncorrect)
Me.Controls.Add(Me.textBoxPassword)
Me.Controls.Add(Me.label2)
Me.Controls.Add(Me.textBoxUsername)
Me.Controls.Add(Me.label1)
Me.Menu = Me.mainMenu1
Me.Name = "LoginForm"
Me.Text = "Login"
Me.ResumeLayout(False)
End Sub
Friend WithEvents menuSubmitMenuItem As System.Windows.Forms.MenuItem
Private WithEvents labelIncorrect As System.Windows.Forms.Label
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
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -