📄 frmlogin.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmLogin
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
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.Cancel = New System.Windows.Forms.Button
Me.OK = New System.Windows.Forms.Button
Me.PasswordTextBox = New System.Windows.Forms.TextBox
Me.UsernameTextBox = New System.Windows.Forms.TextBox
Me.PasswordLabel = New System.Windows.Forms.Label
Me.UsernameLabel = New System.Windows.Forms.Label
Me.TxtAttachCode = New System.Windows.Forms.TextBox
Me.Label1 = New System.Windows.Forms.Label
Me.Label = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Cancel
'
Me.Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.Cancel.Location = New System.Drawing.Point(247, 220)
Me.Cancel.Name = "Cancel"
Me.Cancel.Size = New System.Drawing.Size(94, 23)
Me.Cancel.TabIndex = 12
Me.Cancel.Text = "取消(&C)"
'
'OK
'
Me.OK.Location = New System.Drawing.Point(95, 220)
Me.OK.Name = "OK"
Me.OK.Size = New System.Drawing.Size(94, 23)
Me.OK.TabIndex = 11
Me.OK.Text = "确定(&O)"
'
'PasswordTextBox
'
Me.PasswordTextBox.Location = New System.Drawing.Point(133, 123)
Me.PasswordTextBox.Name = "PasswordTextBox"
Me.PasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.PasswordTextBox.Size = New System.Drawing.Size(220, 21)
Me.PasswordTextBox.TabIndex = 10
'
'UsernameTextBox
'
Me.UsernameTextBox.Location = New System.Drawing.Point(132, 74)
Me.UsernameTextBox.Name = "UsernameTextBox"
Me.UsernameTextBox.Size = New System.Drawing.Size(220, 21)
Me.UsernameTextBox.TabIndex = 8
'
'PasswordLabel
'
Me.PasswordLabel.Location = New System.Drawing.Point(56, 123)
Me.PasswordLabel.Name = "PasswordLabel"
Me.PasswordLabel.Size = New System.Drawing.Size(70, 23)
Me.PasswordLabel.TabIndex = 9
Me.PasswordLabel.Text = "密码(&P)"
Me.PasswordLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'UsernameLabel
'
Me.UsernameLabel.Location = New System.Drawing.Point(43, 72)
Me.UsernameLabel.Name = "UsernameLabel"
Me.UsernameLabel.Size = New System.Drawing.Size(220, 23)
Me.UsernameLabel.TabIndex = 6
Me.UsernameLabel.Text = "用户名(&U)"
Me.UsernameLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'TxtAttachCode
'
Me.TxtAttachCode.Location = New System.Drawing.Point(134, 173)
Me.TxtAttachCode.Name = "TxtAttachCode"
Me.TxtAttachCode.Size = New System.Drawing.Size(149, 21)
Me.TxtAttachCode.TabIndex = 14
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(21, 171)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(99, 23)
Me.Label1.TabIndex = 13
Me.Label1.Text = "附加验证码(&P)"
Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
'
'Label
'
Me.Label.AutoSize = True
Me.Label.BackColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label.Font = New System.Drawing.Font("宋体", 10.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label.Location = New System.Drawing.Point(304, 176)
Me.Label.Name = "Label"
Me.Label.Size = New System.Drawing.Size(49, 14)
Me.Label.TabIndex = 15
Me.Label.Text = "Label2"
'
'Label2
'
Me.Label2.BackColor = System.Drawing.SystemColors.Control
Me.Label2.Cursor = System.Windows.Forms.Cursors.Default
Me.Label2.Font = New System.Drawing.Font("华文彩云", 24.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label2.ForeColor = System.Drawing.SystemColors.ActiveCaption
Me.Label2.Location = New System.Drawing.Point(96, 14)
Me.Label2.Name = "Label2"
Me.Label2.RightToLeft = System.Windows.Forms.RightToLeft.No
Me.Label2.Size = New System.Drawing.Size(228, 39)
Me.Label2.TabIndex = 16
Me.Label2.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(392, 261)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label)
Me.Controls.Add(Me.TxtAttachCode)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.Cancel)
Me.Controls.Add(Me.OK)
Me.Controls.Add(Me.PasswordTextBox)
Me.Controls.Add(Me.UsernameTextBox)
Me.Controls.Add(Me.PasswordLabel)
Me.Controls.Add(Me.UsernameLabel)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmLogin"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "登录"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Cancel As System.Windows.Forms.Button
Friend WithEvents OK As System.Windows.Forms.Button
Friend WithEvents PasswordTextBox As System.Windows.Forms.TextBox
Friend WithEvents UsernameTextBox As System.Windows.Forms.TextBox
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
Friend WithEvents UsernameLabel As System.Windows.Forms.Label
Friend WithEvents TxtAttachCode As System.Windows.Forms.TextBox
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label As System.Windows.Forms.Label
Public WithEvents Label2 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -