📄 adminmanagestudentform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class AdminManageStudentForm
Inherits System.Windows.Forms.Form
'Form 重写 Dispose,以清理组件列表。
<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
'Windows 窗体设计器所必需的
Private components As System.ComponentModel.IContainer
'注意: 以下过程是 Windows 窗体设计器所必需的
'可以使用 Windows 窗体设计器修改它。
'不要使用代码编辑器修改它。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.TextDirection = New System.Windows.Forms.TextBox
Me.TextEmail = New System.Windows.Forms.TextBox
Me.TextName = New System.Windows.Forms.TextBox
Me.TextUser = New System.Windows.Forms.TextBox
Me.TextQqgroup = New System.Windows.Forms.TextBox
Me.ListStudentName = New System.Windows.Forms.ListBox
Me.TextQq = New System.Windows.Forms.TextBox
Me.GroupBoxL = New System.Windows.Forms.GroupBox
Me.GroupBoxS = New System.Windows.Forms.GroupBox
Me.Label13 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.Label14 = New System.Windows.Forms.Label
Me.Label11 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.ComboTeacherName = New System.Windows.Forms.ComboBox
Me.TextKey = New System.Windows.Forms.TextBox
Me.Label8 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label1 = New System.Windows.Forms.Label
Me.ButtonCancel = New System.Windows.Forms.Button
Me.ButtonInsert = New System.Windows.Forms.Button
Me.ButtonUpdate = New System.Windows.Forms.Button
Me.ButtonDelete = New System.Windows.Forms.Button
Me.GroupBoxL.SuspendLayout()
Me.GroupBoxS.SuspendLayout()
Me.SuspendLayout()
'
'TextDirection
'
Me.TextDirection.Cursor = System.Windows.Forms.Cursors.IBeam
Me.TextDirection.Location = New System.Drawing.Point(270, 128)
Me.TextDirection.MaxLength = 16
Me.TextDirection.Name = "TextDirection"
Me.TextDirection.Size = New System.Drawing.Size(130, 21)
Me.TextDirection.TabIndex = 26
'
'TextEmail
'
Me.TextEmail.Location = New System.Drawing.Point(63, 128)
Me.TextEmail.Name = "TextEmail"
Me.TextEmail.Size = New System.Drawing.Size(130, 21)
Me.TextEmail.TabIndex = 25
'
'TextName
'
Me.TextName.Location = New System.Drawing.Point(63, 77)
Me.TextName.MaxLength = 16
Me.TextName.Name = "TextName"
Me.TextName.Size = New System.Drawing.Size(130, 21)
Me.TextName.TabIndex = 24
'
'TextUser
'
Me.TextUser.Location = New System.Drawing.Point(63, 25)
Me.TextUser.MaxLength = 16
Me.TextUser.Name = "TextUser"
Me.TextUser.Size = New System.Drawing.Size(130, 21)
Me.TextUser.TabIndex = 23
'
'TextQqgroup
'
Me.TextQqgroup.Location = New System.Drawing.Point(270, 180)
Me.TextQqgroup.MaxLength = 10
Me.TextQqgroup.Name = "TextQqgroup"
Me.TextQqgroup.Size = New System.Drawing.Size(130, 21)
Me.TextQqgroup.TabIndex = 28
'
'ListStudentName
'
Me.ListStudentName.FormattingEnabled = True
Me.ListStudentName.ItemHeight = 12
Me.ListStudentName.Location = New System.Drawing.Point(6, 18)
Me.ListStudentName.Name = "ListStudentName"
Me.ListStudentName.Size = New System.Drawing.Size(80, 208)
Me.ListStudentName.TabIndex = 0
'
'TextQq
'
Me.TextQq.Location = New System.Drawing.Point(63, 180)
Me.TextQq.MaxLength = 10
Me.TextQq.Name = "TextQq"
Me.TextQq.Size = New System.Drawing.Size(130, 21)
Me.TextQq.TabIndex = 27
'
'GroupBoxL
'
Me.GroupBoxL.Controls.Add(Me.ListStudentName)
Me.GroupBoxL.Location = New System.Drawing.Point(14, 17)
Me.GroupBoxL.Name = "GroupBoxL"
Me.GroupBoxL.Size = New System.Drawing.Size(91, 230)
Me.GroupBoxL.TabIndex = 34
Me.GroupBoxL.TabStop = False
Me.GroupBoxL.Text = "学生列表"
'
'GroupBoxS
'
Me.GroupBoxS.Controls.Add(Me.Label13)
Me.GroupBoxS.Controls.Add(Me.Label12)
Me.GroupBoxS.Controls.Add(Me.Label14)
Me.GroupBoxS.Controls.Add(Me.Label11)
Me.GroupBoxS.Controls.Add(Me.Label10)
Me.GroupBoxS.Controls.Add(Me.Label9)
Me.GroupBoxS.Controls.Add(Me.ComboTeacherName)
Me.GroupBoxS.Controls.Add(Me.TextKey)
Me.GroupBoxS.Controls.Add(Me.Label8)
Me.GroupBoxS.Controls.Add(Me.Label7)
Me.GroupBoxS.Controls.Add(Me.TextQqgroup)
Me.GroupBoxS.Controls.Add(Me.TextQq)
Me.GroupBoxS.Controls.Add(Me.TextDirection)
Me.GroupBoxS.Controls.Add(Me.TextEmail)
Me.GroupBoxS.Controls.Add(Me.TextName)
Me.GroupBoxS.Controls.Add(Me.TextUser)
Me.GroupBoxS.Controls.Add(Me.Label6)
Me.GroupBoxS.Controls.Add(Me.Label5)
Me.GroupBoxS.Controls.Add(Me.Label4)
Me.GroupBoxS.Controls.Add(Me.Label3)
Me.GroupBoxS.Controls.Add(Me.Label2)
Me.GroupBoxS.Controls.Add(Me.Label1)
Me.GroupBoxS.Location = New System.Drawing.Point(111, 17)
Me.GroupBoxS.Name = "GroupBoxS"
Me.GroupBoxS.Size = New System.Drawing.Size(418, 230)
Me.GroupBoxS.TabIndex = 33
Me.GroupBoxS.TabStop = False
Me.GroupBoxS.Text = "学生信息"
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label13.Location = New System.Drawing.Point(311, 204)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(89, 12)
Me.Label13.TabIndex = 39
Me.Label13.Text = "(7~9位数字)"
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label12.Location = New System.Drawing.Point(116, 49)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(77, 12)
Me.Label12.TabIndex = 42
Me.Label12.Text = "(必须唯一)"
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label14.Location = New System.Drawing.Point(104, 204)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(89, 12)
Me.Label14.TabIndex = 38
Me.Label14.Text = "(5~9位数字)"
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label11.Location = New System.Drawing.Point(80, 101)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(113, 12)
Me.Label11.TabIndex = 41
Me.Label11.Text = "(请使用真实姓名)"
'
'Label10
'
Me.Label10.AutoSize = True
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -