📄 frm_login.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frm_login
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()
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.userIdtxt = New System.Windows.Forms.TextBox
Me.passwordtxt = New System.Windows.Forms.TextBox
Me.okbt = New System.Windows.Forms.Button
Me.exitbt = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(34, 58)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "User Id"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(34, 117)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(53, 13)
Me.Label2.TabIndex = 1
Me.Label2.Text = "Password"
'
'userIdtxt
'
Me.userIdtxt.Location = New System.Drawing.Point(138, 58)
Me.userIdtxt.Name = "userIdtxt"
Me.userIdtxt.Size = New System.Drawing.Size(112, 20)
Me.userIdtxt.TabIndex = 2
'
'passwordtxt
'
Me.passwordtxt.Location = New System.Drawing.Point(138, 117)
Me.passwordtxt.Name = "passwordtxt"
Me.passwordtxt.Size = New System.Drawing.Size(112, 20)
Me.passwordtxt.TabIndex = 3
'
'okbt
'
Me.okbt.Location = New System.Drawing.Point(48, 185)
Me.okbt.Name = "okbt"
Me.okbt.Size = New System.Drawing.Size(62, 25)
Me.okbt.TabIndex = 4
Me.okbt.Text = "Ok"
Me.okbt.UseVisualStyleBackColor = True
'
'exitbt
'
Me.exitbt.Location = New System.Drawing.Point(176, 185)
Me.exitbt.Name = "exitbt"
Me.exitbt.Size = New System.Drawing.Size(62, 25)
Me.exitbt.TabIndex = 6
Me.exitbt.Text = "Exit"
Me.exitbt.UseVisualStyleBackColor = True
'
'frm_login
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(292, 266)
Me.Controls.Add(Me.exitbt)
Me.Controls.Add(Me.okbt)
Me.Controls.Add(Me.passwordtxt)
Me.Controls.Add(Me.userIdtxt)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "frm_login"
Me.Text = "frm_login"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents userIdtxt As System.Windows.Forms.TextBox
Friend WithEvents passwordtxt As System.Windows.Forms.TextBox
Friend WithEvents okbt As System.Windows.Forms.Button
Friend WithEvents exitbt As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -