📄 studentinfoform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class StudentInfoForm
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.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.Label4 = New System.Windows.Forms.Label
Me.Label5 = New System.Windows.Forms.Label
Me.Label6 = New System.Windows.Forms.Label
Me.Label7 = New System.Windows.Forms.Label
Me.TextUser = New System.Windows.Forms.TextBox
Me.TextName = New System.Windows.Forms.TextBox
Me.TextEmail = New System.Windows.Forms.TextBox
Me.TextDirection = New System.Windows.Forms.TextBox
Me.TextQq = New System.Windows.Forms.TextBox
Me.TextQqgroup = New System.Windows.Forms.TextBox
Me.TextTask = New System.Windows.Forms.TextBox
Me.ButtonOK = New System.Windows.Forms.Button
Me.ButtonCancel = New System.Windows.Forms.Button
Me.Label8 = New System.Windows.Forms.Label
Me.Label9 = New System.Windows.Forms.Label
Me.Label10 = New System.Windows.Forms.Label
Me.Label11 = New System.Windows.Forms.Label
Me.Label12 = New System.Windows.Forms.Label
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(38, 31)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(41, 12)
Me.Label1.TabIndex = 0
Me.Label1.Text = "学号:"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(248, 31)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(41, 12)
Me.Label2.TabIndex = 1
Me.Label2.Text = "姓名:"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(38, 81)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(41, 12)
Me.Label3.TabIndex = 2
Me.Label3.Text = "邮箱:"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(224, 81)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(65, 12)
Me.Label4.TabIndex = 3
Me.Label4.Text = "专业方向:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Location = New System.Drawing.Point(38, 131)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(41, 12)
Me.Label5.TabIndex = 4
Me.Label5.Text = "QQ号:"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(236, 131)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(53, 12)
Me.Label6.TabIndex = 5
Me.Label6.Text = "QQ群号:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(26, 192)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(113, 12)
Me.Label7.TabIndex = 6
Me.Label7.Text = "毕业设计课题名称:"
'
'TextUser
'
Me.TextUser.Enabled = False
Me.TextUser.Location = New System.Drawing.Point(85, 28)
Me.TextUser.Name = "TextUser"
Me.TextUser.Size = New System.Drawing.Size(130, 21)
Me.TextUser.TabIndex = 7
'
'TextName
'
Me.TextName.Enabled = False
Me.TextName.Location = New System.Drawing.Point(295, 28)
Me.TextName.Name = "TextName"
Me.TextName.Size = New System.Drawing.Size(130, 21)
Me.TextName.TabIndex = 8
'
'TextEmail
'
Me.TextEmail.Location = New System.Drawing.Point(85, 78)
Me.TextEmail.MaxLength = 30
Me.TextEmail.Name = "TextEmail"
Me.TextEmail.Size = New System.Drawing.Size(130, 21)
Me.TextEmail.TabIndex = 9
'
'TextDirection
'
Me.TextDirection.Location = New System.Drawing.Point(295, 78)
Me.TextDirection.MaxLength = 16
Me.TextDirection.Name = "TextDirection"
Me.TextDirection.Size = New System.Drawing.Size(130, 21)
Me.TextDirection.TabIndex = 10
'
'TextQq
'
Me.TextQq.Location = New System.Drawing.Point(85, 128)
Me.TextQq.MaxLength = 10
Me.TextQq.Name = "TextQq"
Me.TextQq.Size = New System.Drawing.Size(130, 21)
Me.TextQq.TabIndex = 11
'
'TextQqgroup
'
Me.TextQqgroup.Location = New System.Drawing.Point(295, 128)
Me.TextQqgroup.MaxLength = 10
Me.TextQqgroup.Name = "TextQqgroup"
Me.TextQqgroup.Size = New System.Drawing.Size(130, 21)
Me.TextQqgroup.TabIndex = 12
'
'TextTask
'
Me.TextTask.Enabled = False
Me.TextTask.Location = New System.Drawing.Point(145, 189)
Me.TextTask.MaxLength = 30
Me.TextTask.Name = "TextTask"
Me.TextTask.Size = New System.Drawing.Size(280, 21)
Me.TextTask.TabIndex = 0
'
'ButtonOK
'
Me.ButtonOK.Location = New System.Drawing.Point(214, 233)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(75, 23)
Me.ButtonOK.TabIndex = 13
Me.ButtonOK.Text = "确定"
Me.ButtonOK.UseVisualStyleBackColor = True
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(326, 233)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
Me.ButtonCancel.TabIndex = 14
Me.ButtonCancel.Text = "取消"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label8.Location = New System.Drawing.Point(126, 152)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(89, 12)
Me.Label8.TabIndex = 15
Me.Label8.Text = "(5~9位数字)"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label9.Location = New System.Drawing.Point(336, 152)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(89, 12)
Me.Label9.TabIndex = 16
Me.Label9.Text = "(7~9位数字)"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("宋体", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(134, Byte))
Me.Label10.Location = New System.Drawing.Point(114, 102)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(101, 12)
Me.Label10.TabIndex = 17
Me.Label10.Text = "(您的常用邮箱)"
'
'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(336, 102)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(89, 12)
Me.Label11.TabIndex = 18
Me.Label11.Text = "(您的专业名)"
'
'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(324, 52)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(101, 12)
Me.Label12.TabIndex = 19
Me.Label12.Text = "(您的真实姓名)"
'
'StudentInfoForm
'
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(462, 286)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.ButtonOK)
Me.Controls.Add(Me.TextTask)
Me.Controls.Add(Me.TextQqgroup)
Me.Controls.Add(Me.TextQq)
Me.Controls.Add(Me.TextDirection)
Me.Controls.Add(Me.TextEmail)
Me.Controls.Add(Me.TextName)
Me.Controls.Add(Me.TextUser)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label1)
Me.Name = "StudentInfoForm"
Me.Text = "个人信息"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents TextUser As System.Windows.Forms.TextBox
Friend WithEvents TextName As System.Windows.Forms.TextBox
Friend WithEvents TextEmail As System.Windows.Forms.TextBox
Friend WithEvents TextDirection As System.Windows.Forms.TextBox
Friend WithEvents TextQq As System.Windows.Forms.TextBox
Friend WithEvents TextQqgroup As System.Windows.Forms.TextBox
Friend WithEvents TextTask As System.Windows.Forms.TextBox
Friend WithEvents ButtonOK As System.Windows.Forms.Button
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Label9 As System.Windows.Forms.Label
Friend WithEvents Label10 As System.Windows.Forms.Label
Friend WithEvents Label11 As System.Windows.Forms.Label
Friend WithEvents Label12 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -