📄 frmlogin.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmLogin
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.tbuserName = New System.Windows.Forms.TextBox
Me.tbPass = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.pic = New System.Windows.Forms.PictureBox
Me.bLogin = New System.Windows.Forms.Button
Me.gbLogin2 = New System.Windows.Forms.GroupBox
Me.bExit = New System.Windows.Forms.Button
Me.Label4 = New System.Windows.Forms.Label
Me.llLosePass = New System.Windows.Forms.LinkLabel
Me.llRegNew = New System.Windows.Forms.LinkLabel
Me.llRefImg = New System.Windows.Forms.LinkLabel
Me.Label3 = New System.Windows.Forms.Label
Me.tbCode = New System.Windows.Forms.TextBox
Me.llCheckLogin = New System.Windows.Forms.LinkLabel
Me.llDelSelected = New System.Windows.Forms.LinkLabel
Me.llSetDefault = New System.Windows.Forms.LinkLabel
Me.lv = New System.Windows.Forms.ListView
Me.状态 = New System.Windows.Forms.ColumnHeader
Me.用户名 = New System.Windows.Forms.ColumnHeader
Me.密码 = New System.Windows.Forms.ColumnHeader
Me.默认 = New System.Windows.Forms.ColumnHeader
Me.gbLogin = New System.Windows.Forms.GroupBox
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.gbLogin2.SuspendLayout()
Me.gbLogin.SuspendLayout()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 22)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(53, 12)
Me.Label1.TabIndex = 4
Me.Label1.Text = "用户名:"
'
'tbuserName
'
Me.tbuserName.Location = New System.Drawing.Point(74, 22)
Me.tbuserName.Name = "tbuserName"
Me.tbuserName.Size = New System.Drawing.Size(149, 21)
Me.tbuserName.TabIndex = 4
'
'tbPass
'
Me.tbPass.Location = New System.Drawing.Point(74, 49)
Me.tbPass.Name = "tbPass"
Me.tbPass.Size = New System.Drawing.Size(149, 21)
Me.tbPass.TabIndex = 5
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(14, 49)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(53, 12)
Me.Label2.TabIndex = 2
Me.Label2.Text = "密 码:"
'
'pic
'
Me.pic.Location = New System.Drawing.Point(74, 103)
Me.pic.Name = "pic"
Me.pic.Size = New System.Drawing.Size(155, 52)
Me.pic.TabIndex = 5
Me.pic.TabStop = False
'
'bLogin
'
Me.bLogin.Location = New System.Drawing.Point(74, 161)
Me.bLogin.Name = "bLogin"
Me.bLogin.Size = New System.Drawing.Size(75, 23)
Me.bLogin.TabIndex = 7
Me.bLogin.Text = "登陆"
Me.bLogin.UseVisualStyleBackColor = True
'
'gbLogin2
'
Me.gbLogin2.Controls.Add(Me.bExit)
Me.gbLogin2.Controls.Add(Me.Label4)
Me.gbLogin2.Controls.Add(Me.llLosePass)
Me.gbLogin2.Controls.Add(Me.llRegNew)
Me.gbLogin2.Controls.Add(Me.llRefImg)
Me.gbLogin2.Controls.Add(Me.Label3)
Me.gbLogin2.Controls.Add(Me.tbCode)
Me.gbLogin2.Controls.Add(Me.bLogin)
Me.gbLogin2.Controls.Add(Me.Label1)
Me.gbLogin2.Controls.Add(Me.pic)
Me.gbLogin2.Controls.Add(Me.tbuserName)
Me.gbLogin2.Controls.Add(Me.Label2)
Me.gbLogin2.Controls.Add(Me.tbPass)
Me.gbLogin2.Location = New System.Drawing.Point(2, 125)
Me.gbLogin2.Name = "gbLogin2"
Me.gbLogin2.Size = New System.Drawing.Size(308, 189)
Me.gbLogin2.TabIndex = 0
Me.gbLogin2.TabStop = False
Me.gbLogin2.Text = "登陆"
'
'bExit
'
Me.bExit.Location = New System.Drawing.Point(166, 161)
Me.bExit.Name = "bExit"
Me.bExit.Size = New System.Drawing.Size(75, 23)
Me.bExit.TabIndex = 11
Me.bExit.Text = "关闭"
Me.bExit.UseVisualStyleBackColor = True
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(164, 85)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(77, 12)
Me.Label4.TabIndex = 9
Me.Label4.Text = "(按下图填写)"
'
'llLosePass
'
Me.llLosePass.AutoSize = True
Me.llLosePass.Location = New System.Drawing.Point(229, 58)
Me.llLosePass.Name = "llLosePass"
Me.llLosePass.Size = New System.Drawing.Size(65, 12)
Me.llLosePass.TabIndex = 1
Me.llLosePass.TabStop = True
Me.llLosePass.Text = "忘记密码?"
'
'llRegNew
'
Me.llRegNew.AutoSize = True
Me.llRegNew.Location = New System.Drawing.Point(229, 31)
Me.llRegNew.Name = "llRegNew"
Me.llRegNew.Size = New System.Drawing.Size(65, 12)
Me.llRegNew.TabIndex = 0
Me.llRegNew.TabStop = True
Me.llRegNew.Text = "新用户注册"
'
'llRefImg
'
Me.llRefImg.AutoSize = True
Me.llRefImg.Location = New System.Drawing.Point(241, 143)
Me.llRefImg.Name = "llRefImg"
Me.llRefImg.Size = New System.Drawing.Size(29, 12)
Me.llRefImg.TabIndex = 10
Me.llRefImg.TabStop = True
Me.llRefImg.Text = "刷新"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(14, 76)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(53, 12)
Me.Label3.TabIndex = 6
Me.Label3.Text = "验证码:"
'
'tbCode
'
Me.tbCode.Location = New System.Drawing.Point(74, 76)
Me.tbCode.Name = "tbCode"
Me.tbCode.Size = New System.Drawing.Size(83, 21)
Me.tbCode.TabIndex = 6
'
'llCheckLogin
'
Me.llCheckLogin.AutoSize = True
Me.llCheckLogin.Location = New System.Drawing.Point(12, 99)
Me.llCheckLogin.Name = "llCheckLogin"
Me.llCheckLogin.Size = New System.Drawing.Size(53, 12)
Me.llCheckLogin.TabIndex = 2
Me.llCheckLogin.TabStop = True
Me.llCheckLogin.Text = "检查登陆"
'
'llDelSelected
'
Me.llDelSelected.AutoSize = True
Me.llDelSelected.Location = New System.Drawing.Point(72, 99)
Me.llDelSelected.Name = "llDelSelected"
Me.llDelSelected.Size = New System.Drawing.Size(53, 12)
Me.llDelSelected.TabIndex = 3
Me.llDelSelected.TabStop = True
Me.llDelSelected.Text = "删除选中"
'
'llSetDefault
'
Me.llSetDefault.AutoSize = True
Me.llSetDefault.Location = New System.Drawing.Point(131, 99)
Me.llSetDefault.Name = "llSetDefault"
Me.llSetDefault.Size = New System.Drawing.Size(89, 12)
Me.llSetDefault.TabIndex = 0
Me.llSetDefault.TabStop = True
Me.llSetDefault.Text = "设置为默认登陆"
'
'lv
'
Me.lv.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.状态, Me.用户名, Me.密码, Me.默认})
Me.lv.FullRowSelect = True
Me.lv.GridLines = True
Me.lv.Location = New System.Drawing.Point(4, 14)
Me.lv.MultiSelect = False
Me.lv.Name = "lv"
Me.lv.Size = New System.Drawing.Size(298, 82)
Me.lv.TabIndex = 1
Me.lv.UseCompatibleStateImageBehavior = False
Me.lv.View = System.Windows.Forms.View.Details
'
'状态
'
Me.状态.Text = "状态"
'
'用户名
'
Me.用户名.Text = "用户名"
Me.用户名.Width = 112
'
'密码
'
Me.密码.Text = "密码"
'
'默认
'
Me.默认.Text = "默认"
'
'gbLogin
'
Me.gbLogin.Controls.Add(Me.lv)
Me.gbLogin.Controls.Add(Me.llSetDefault)
Me.gbLogin.Controls.Add(Me.llDelSelected)
Me.gbLogin.Controls.Add(Me.llCheckLogin)
Me.gbLogin.Location = New System.Drawing.Point(2, 2)
Me.gbLogin.Name = "gbLogin"
Me.gbLogin.Size = New System.Drawing.Size(308, 117)
Me.gbLogin.TabIndex = 0
Me.gbLogin.TabStop = False
Me.gbLogin.Text = "已登陆用户"
'
'frmLogin
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(311, 316)
Me.Controls.Add(Me.gbLogin)
Me.Controls.Add(Me.gbLogin2)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmLogin"
Me.ShowInTaskbar = False
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "用户登陆"
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
Me.gbLogin2.ResumeLayout(False)
Me.gbLogin2.PerformLayout()
Me.gbLogin.ResumeLayout(False)
Me.gbLogin.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents tbuserName As System.Windows.Forms.TextBox
Friend WithEvents tbPass As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents pic As System.Windows.Forms.PictureBox
Friend WithEvents bLogin As System.Windows.Forms.Button
Friend WithEvents gbLogin2 As System.Windows.Forms.GroupBox
Friend WithEvents llLosePass As System.Windows.Forms.LinkLabel
Friend WithEvents llRegNew As System.Windows.Forms.LinkLabel
Friend WithEvents llRefImg As System.Windows.Forms.LinkLabel
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents tbCode As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents bExit As System.Windows.Forms.Button
Friend WithEvents llCheckLogin As System.Windows.Forms.LinkLabel
Friend WithEvents llDelSelected As System.Windows.Forms.LinkLabel
Friend WithEvents llSetDefault As System.Windows.Forms.LinkLabel
Friend WithEvents lv As System.Windows.Forms.ListView
Friend WithEvents 状态 As System.Windows.Forms.ColumnHeader
Friend WithEvents 用户名 As System.Windows.Forms.ColumnHeader
Friend WithEvents 密码 As System.Windows.Forms.ColumnHeader
Friend WithEvents 默认 As System.Windows.Forms.ColumnHeader
Friend WithEvents gbLogin As System.Windows.Forms.GroupBox
Private Sub New()
' This call is required by the Windows Form Designer.
InitializeComponent()
' Add any initialization after the InitializeComponent() call.
End Sub
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -