📄 loginform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class LoginForm
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 LogoFormPictureBox As System.Windows.Forms.PictureBox
Friend WithEvents UsernameLabel As System.Windows.Forms.Label
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
Friend WithEvents LoginFormPasswordTextBox As System.Windows.Forms.TextBox
Friend WithEvents LoginFormOKButton As System.Windows.Forms.Button
Friend WithEvents LoginFormCancelButton 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(LoginForm))
Me.UsernameLabel = New System.Windows.Forms.Label
Me.PasswordLabel = New System.Windows.Forms.Label
Me.LoginFormPasswordTextBox = New System.Windows.Forms.TextBox
Me.LoginFormOKButton = New System.Windows.Forms.Button
Me.LoginFormCancelButton = New System.Windows.Forms.Button
Me.LoginFormnameComboBox = New System.Windows.Forms.ComboBox
Me.LogoFormPictureBox = New System.Windows.Forms.PictureBox
CType(Me.LogoFormPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'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
'
'LoginFormPasswordTextBox
'
Me.LoginFormPasswordTextBox.Location = New System.Drawing.Point(174, 101)
Me.LoginFormPasswordTextBox.Name = "LoginFormPasswordTextBox"
Me.LoginFormPasswordTextBox.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.LoginFormPasswordTextBox.Size = New System.Drawing.Size(220, 21)
Me.LoginFormPasswordTextBox.TabIndex = 1
'
'LoginFormOKButton
'
Me.LoginFormOKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.LoginFormOKButton.Location = New System.Drawing.Point(238, 157)
Me.LoginFormOKButton.Name = "LoginFormOKButton"
Me.LoginFormOKButton.Size = New System.Drawing.Size(75, 27)
Me.LoginFormOKButton.TabIndex = 2
Me.LoginFormOKButton.Text = "确定(&O)"
'
'LoginFormCancelButton
'
Me.LoginFormCancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.LoginFormCancelButton.Location = New System.Drawing.Point(319, 157)
Me.LoginFormCancelButton.Name = "LoginFormCancelButton"
Me.LoginFormCancelButton.Size = New System.Drawing.Size(75, 27)
Me.LoginFormCancelButton.TabIndex = 3
Me.LoginFormCancelButton.Text = "取消(&C)"
'
'LoginFormnameComboBox
'
Me.LoginFormnameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.LoginFormnameComboBox.FormattingEnabled = True
Me.LoginFormnameComboBox.Location = New System.Drawing.Point(174, 45)
Me.LoginFormnameComboBox.Name = "LoginFormnameComboBox"
Me.LoginFormnameComboBox.Size = New System.Drawing.Size(220, 20)
Me.LoginFormnameComboBox.TabIndex = 0
'
'LogoFormPictureBox
'
Me.LogoFormPictureBox.Image = CType(resources.GetObject("LogoFormPictureBox.Image"), System.Drawing.Image)
Me.LogoFormPictureBox.Location = New System.Drawing.Point(0, 0)
Me.LogoFormPictureBox.Name = "LogoFormPictureBox"
Me.LogoFormPictureBox.Size = New System.Drawing.Size(165, 193)
Me.LogoFormPictureBox.TabIndex = 0
Me.LogoFormPictureBox.TabStop = False
'
'LoginForm
'
Me.AcceptButton = Me.LoginFormOKButton
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.FromArgb(CType(CType(219, Byte), Integer), CType(CType(237, Byte), Integer), CType(CType(253, Byte), Integer))
Me.CancelButton = Me.LoginFormCancelButton
Me.ClientSize = New System.Drawing.Size(401, 192)
Me.Controls.Add(Me.LoginFormnameComboBox)
Me.Controls.Add(Me.LoginFormCancelButton)
Me.Controls.Add(Me.LoginFormOKButton)
Me.Controls.Add(Me.LoginFormPasswordTextBox)
Me.Controls.Add(Me.PasswordLabel)
Me.Controls.Add(Me.UsernameLabel)
Me.Controls.Add(Me.LogoFormPictureBox)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "LoginForm"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "千寻销售系统"
CType(Me.LogoFormPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents LoginFormnameComboBox As System.Windows.Forms.ComboBox
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -