📄 frmclient.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class FrmClient
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 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()
Me.components = New System.ComponentModel.Container
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmClient))
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
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
Me.Label1 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'UsernameLabel
'
Me.UsernameLabel.Location = New System.Drawing.Point(114, 147)
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(124, 202)
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(185, 147)
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(185, 204)
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.BackColor = System.Drawing.SystemColors.ButtonHighlight
Me.BtLogin.Location = New System.Drawing.Point(196, 245)
Me.BtLogin.Name = "BtLogin"
Me.BtLogin.Size = New System.Drawing.Size(78, 23)
Me.BtLogin.TabIndex = 4
Me.BtLogin.Text = "登录(&L)"
Me.BtLogin.UseVisualStyleBackColor = False
'
'BtLogoff
'
Me.BtLogoff.BackColor = System.Drawing.SystemColors.Window
Me.BtLogoff.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.BtLogoff.Location = New System.Drawing.Point(320, 245)
Me.BtLogoff.Name = "BtLogoff"
Me.BtLogoff.Size = New System.Drawing.Size(75, 23)
Me.BtLogoff.TabIndex = 5
Me.BtLogoff.Text = "下机(&O)"
Me.BtLogoff.UseVisualStyleBackColor = False
'
'BtSet
'
Me.BtSet.BackColor = System.Drawing.SystemColors.Window
Me.BtSet.Location = New System.Drawing.Point(196, 286)
Me.BtSet.Name = "BtSet"
Me.BtSet.Size = New System.Drawing.Size(78, 24)
Me.BtSet.TabIndex = 6
Me.BtSet.Text = "设置(&S)"
Me.BtSet.UseVisualStyleBackColor = False
'
'BtExit
'
Me.BtExit.BackColor = System.Drawing.SystemColors.Window
Me.BtExit.Location = New System.Drawing.Point(320, 286)
Me.BtExit.Name = "BtExit"
Me.BtExit.Size = New System.Drawing.Size(75, 24)
Me.BtExit.TabIndex = 7
Me.BtExit.Text = "退出(&E)"
Me.BtExit.UseVisualStyleBackColor = False
'
'NotifyIcon1
'
Me.NotifyIcon1.Icon = CType(resources.GetObject("NotifyIcon1.Icon"), System.Drawing.Icon)
Me.NotifyIcon1.Text = "网吧计费管理系统客户端"
Me.NotifyIcon1.Visible = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("隶书", 42.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label1.ForeColor = System.Drawing.Color.Yellow
Me.Label1.Location = New System.Drawing.Point(56, 47)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(472, 56)
Me.Label1.TabIndex = 8
Me.Label1.Text = "东方网吧欢迎您!"
'
'FrmClient
'
Me.AcceptButton = Me.BtLogin
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.ActiveCaption
Me.CancelButton = Me.BtLogoff
Me.ClientSize = New System.Drawing.Size(557, 407)
Me.Controls.Add(Me.Label1)
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.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "FrmClient"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "FrmClient"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents BtSet As System.Windows.Forms.Button
Friend WithEvents BtExit As System.Windows.Forms.Button
Friend WithEvents NotifyIcon1 As System.Windows.Forms.NotifyIcon
Friend WithEvents Label1 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -