📄 loginform1.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class LoginForm1
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
Friend WithEvents UsernameLabel As System.Windows.Forms.Label
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
Friend WithEvents TxtUsername As System.Windows.Forms.TextBox
Friend WithEvents TxtPassword As System.Windows.Forms.TextBox
Friend WithEvents BtLogin As System.Windows.Forms.Button
Friend WithEvents BtLogoff As System.Windows.Forms.Button
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(LoginForm1))
Me.LogoPictureBox = New System.Windows.Forms.PictureBox
Me.UsernameLabel = New System.Windows.Forms.Label
Me.PasswordLabel = New System.Windows.Forms.Label
Me.TxtUsername = New System.Windows.Forms.TextBox
Me.TxtPassword = New System.Windows.Forms.TextBox
Me.BtLogin = New System.Windows.Forms.Button
Me.BtLogoff = New System.Windows.Forms.Button
Me.BtSet = New System.Windows.Forms.Button
Me.BtExit = New System.Windows.Forms.Button
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'LogoPictureBox
'
Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image)
Me.LogoPictureBox.Location = New System.Drawing.Point(0, 0)
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.LogoPictureBox.Size = New System.Drawing.Size(165, 193)
Me.LogoPictureBox.TabIndex = 0
Me.LogoPictureBox.TabStop = False
'
'UsernameLabel
'
Me.UsernameLabel.Location = New System.Drawing.Point(172, 24)
Me.UsernameLabel.Name = "UsernameLabel"
Me.UsernameLabel.Size = New System.Drawing.Size(220, 23)
Me.UsernameLabel.TabIndex = 0
Me.UsernameLabel.Text = "用户名(&U)"
Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'PasswordLabel
'
Me.PasswordLabel.Location = New System.Drawing.Point(172, 81)
Me.PasswordLabel.Name = "PasswordLabel"
Me.PasswordLabel.Size = New System.Drawing.Size(220, 23)
Me.PasswordLabel.TabIndex = 2
Me.PasswordLabel.Text = "密码(&P)"
Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TxtUsername
'
Me.TxtUsername.Location = New System.Drawing.Point(174, 44)
Me.TxtUsername.Name = "TxtUsername"
Me.TxtUsername.Size = New System.Drawing.Size(220, 21)
Me.TxtUsername.TabIndex = 1
'
'TxtPassword
'
Me.TxtPassword.Location = New System.Drawing.Point(174, 101)
Me.TxtPassword.Name = "TxtPassword"
Me.TxtPassword.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.TxtPassword.Size = New System.Drawing.Size(220, 21)
Me.TxtPassword.TabIndex = 3
'
'BtLogin
'
Me.BtLogin.Location = New System.Drawing.Point(197, 161)
Me.BtLogin.Name = "BtLogin"
Me.BtLogin.Size = New System.Drawing.Size(94, 23)
Me.BtLogin.TabIndex = 4
Me.BtLogin.Text = "登录(&L)"
'
'BtLogoff
'
Me.BtLogoff.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.BtLogoff.Location = New System.Drawing.Point(300, 161)
Me.BtLogoff.Name = "BtLogoff"
Me.BtLogoff.Size = New System.Drawing.Size(94, 23)
Me.BtLogoff.TabIndex = 5
Me.BtLogoff.Text = "下机(&O)"
'
'BtSet
'
Me.BtSet.Location = New System.Drawing.Point(197, 206)
Me.BtSet.Name = "BtSet"
Me.BtSet.Size = New System.Drawing.Size(91, 26)
Me.BtSet.TabIndex = 6
Me.BtSet.Text = "设置(&S)"
Me.BtSet.UseVisualStyleBackColor = True
'
'BtExit
'
Me.BtExit.Location = New System.Drawing.Point(315, 208)
Me.BtExit.Name = "BtExit"
Me.BtExit.Size = New System.Drawing.Size(76, 23)
Me.BtExit.TabIndex = 7
Me.BtExit.Text = "退出(&E)"
Me.BtExit.UseVisualStyleBackColor = True
'
'LoginForm1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(576, 291)
Me.Controls.Add(Me.BtExit)
Me.Controls.Add(Me.BtSet)
Me.Controls.Add(Me.BtLogoff)
Me.Controls.Add(Me.BtLogin)
Me.Controls.Add(Me.TxtPassword)
Me.Controls.Add(Me.TxtUsername)
Me.Controls.Add(Me.PasswordLabel)
Me.Controls.Add(Me.UsernameLabel)
Me.Controls.Add(Me.LogoPictureBox)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "LoginForm1"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "LoginForm1"
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents BtSet As System.Windows.Forms.Button
Friend WithEvents BtExit As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -