📄 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 UsernameLabel As System.Windows.Forms.Label
Friend WithEvents PasswordLabel As System.Windows.Forms.Label
Friend WithEvents TextUser As System.Windows.Forms.TextBox
Friend WithEvents TextKey As System.Windows.Forms.TextBox
Friend WithEvents ButtonOK As System.Windows.Forms.Button
Friend WithEvents ButtonCancel 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.TextUser = New System.Windows.Forms.TextBox
Me.TextKey = New System.Windows.Forms.TextBox
Me.ButtonOK = New System.Windows.Forms.Button
Me.ButtonCancel = New System.Windows.Forms.Button
Me.StudentRadioButton = New System.Windows.Forms.RadioButton
Me.TeacherRadioButton = New System.Windows.Forms.RadioButton
Me.LogoPictureBox = New System.Windows.Forms.PictureBox
Me.EduRadioButton = New System.Windows.Forms.RadioButton
Me.AdminRadioButton = New System.Windows.Forms.RadioButton
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'UsernameLabel
'
Me.UsernameLabel.Location = New System.Drawing.Point(169, 15)
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(169, 65)
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
'
'TextUser
'
Me.TextUser.Location = New System.Drawing.Point(169, 41)
Me.TextUser.Name = "TextUser"
Me.TextUser.Size = New System.Drawing.Size(220, 21)
Me.TextUser.TabIndex = 1
'
'TextKey
'
Me.TextKey.Location = New System.Drawing.Point(169, 91)
Me.TextKey.Name = "TextKey"
Me.TextKey.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
Me.TextKey.Size = New System.Drawing.Size(220, 21)
Me.TextKey.TabIndex = 3
'
'ButtonOK
'
Me.ButtonOK.Location = New System.Drawing.Point(189, 170)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(94, 23)
Me.ButtonOK.TabIndex = 4
Me.ButtonOK.Text = "确定(&O)"
'
'ButtonCancel
'
Me.ButtonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.ButtonCancel.Location = New System.Drawing.Point(305, 170)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(94, 23)
Me.ButtonCancel.TabIndex = 5
Me.ButtonCancel.Text = "取消(&C)"
'
'StudentRadioButton
'
Me.StudentRadioButton.AutoSize = True
Me.StudentRadioButton.Checked = True
Me.StudentRadioButton.Location = New System.Drawing.Point(152, 139)
Me.StudentRadioButton.Name = "StudentRadioButton"
Me.StudentRadioButton.Size = New System.Drawing.Size(47, 16)
Me.StudentRadioButton.TabIndex = 6
Me.StudentRadioButton.TabStop = True
Me.StudentRadioButton.Text = "学生"
Me.StudentRadioButton.UseVisualStyleBackColor = True
'
'TeacherRadioButton
'
Me.TeacherRadioButton.AutoSize = True
Me.TeacherRadioButton.Location = New System.Drawing.Point(205, 139)
Me.TeacherRadioButton.Name = "TeacherRadioButton"
Me.TeacherRadioButton.Size = New System.Drawing.Size(71, 16)
Me.TeacherRadioButton.TabIndex = 7
Me.TeacherRadioButton.Text = "指导老师"
Me.TeacherRadioButton.UseVisualStyleBackColor = True
'
'LogoPictureBox
'
Me.LogoPictureBox.Image = CType(resources.GetObject("LogoPictureBox.Image"), System.Drawing.Image)
Me.LogoPictureBox.Location = New System.Drawing.Point(0, 0)
Me.LogoPictureBox.Name = "LogoPictureBox"
Me.LogoPictureBox.Size = New System.Drawing.Size(133, 193)
Me.LogoPictureBox.TabIndex = 0
Me.LogoPictureBox.TabStop = False
'
'EduRadioButton
'
Me.EduRadioButton.AutoSize = True
Me.EduRadioButton.Location = New System.Drawing.Point(282, 139)
Me.EduRadioButton.Name = "EduRadioButton"
Me.EduRadioButton.Size = New System.Drawing.Size(71, 16)
Me.EduRadioButton.TabIndex = 8
Me.EduRadioButton.TabStop = True
Me.EduRadioButton.Text = "教务人员"
Me.EduRadioButton.UseVisualStyleBackColor = True
'
'AdminRadioButton
'
Me.AdminRadioButton.AutoSize = True
Me.AdminRadioButton.Location = New System.Drawing.Point(359, 139)
Me.AdminRadioButton.Name = "AdminRadioButton"
Me.AdminRadioButton.Size = New System.Drawing.Size(59, 16)
Me.AdminRadioButton.TabIndex = 9
Me.AdminRadioButton.TabStop = True
Me.AdminRadioButton.Text = "管理员"
Me.AdminRadioButton.UseVisualStyleBackColor = True
'
'LoginForm
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.SkyBlue
Me.ClientSize = New System.Drawing.Size(449, 220)
Me.Controls.Add(Me.AdminRadioButton)
Me.Controls.Add(Me.EduRadioButton)
Me.Controls.Add(Me.TeacherRadioButton)
Me.Controls.Add(Me.StudentRadioButton)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.ButtonOK)
Me.Controls.Add(Me.TextKey)
Me.Controls.Add(Me.TextUser)
Me.Controls.Add(Me.PasswordLabel)
Me.Controls.Add(Me.UsernameLabel)
Me.Controls.Add(Me.LogoPictureBox)
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "LoginForm"
Me.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "毕业设计管理系统"
CType(Me.LogoPictureBox, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents StudentRadioButton As System.Windows.Forms.RadioButton
Friend WithEvents TeacherRadioButton As System.Windows.Forms.RadioButton
Friend WithEvents LogoPictureBox As System.Windows.Forms.PictureBox
Friend WithEvents EduRadioButton As System.Windows.Forms.RadioButton
Friend WithEvents AdminRadioButton As System.Windows.Forms.RadioButton
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -