📄 学生信息查询.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class 学生信息查询
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.学号 = New System.Windows.Forms.Label
Me.性别 = New System.Windows.Forms.Label
Me.院系姓名 = New System.Windows.Forms.Label
Me.出生地 = New System.Windows.Forms.Label
Me.出生日期 = New System.Windows.Forms.Label
Me.姓名 = New System.Windows.Forms.Label
Me.面貌 = New System.Windows.Forms.Label
Me.入学时间 = New System.Windows.Forms.Label
Me.TextBox1 = New System.Windows.Forms.TextBox
Me.TextBox3 = New System.Windows.Forms.TextBox
Me.TextBox4 = New System.Windows.Forms.TextBox
Me.TextBox5 = New System.Windows.Forms.TextBox
Me.TextBox6 = New System.Windows.Forms.TextBox
Me.TextBox7 = New System.Windows.Forms.TextBox
Me.TextBox8 = New System.Windows.Forms.TextBox
Me.TextBox9 = New System.Windows.Forms.TextBox
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.Button1 = New System.Windows.Forms.Button
Me.Button2 = New System.Windows.Forms.Button
Me.Button3 = New System.Windows.Forms.Button
Me.Button4 = New System.Windows.Forms.Button
Me.SuspendLayout()
'
'学号
'
Me.学号.AutoSize = True
Me.学号.Location = New System.Drawing.Point(41, 41)
Me.学号.Name = "学号"
Me.学号.Size = New System.Drawing.Size(29, 12)
Me.学号.TabIndex = 0
Me.学号.Text = "学号"
'
'性别
'
Me.性别.AutoSize = True
Me.性别.Location = New System.Drawing.Point(41, 87)
Me.性别.Name = "性别"
Me.性别.Size = New System.Drawing.Size(29, 12)
Me.性别.TabIndex = 1
Me.性别.Text = "性别"
'
'院系姓名
'
Me.院系姓名.AutoSize = True
Me.院系姓名.Location = New System.Drawing.Point(41, 129)
Me.院系姓名.Name = "院系姓名"
Me.院系姓名.Size = New System.Drawing.Size(53, 12)
Me.院系姓名.TabIndex = 2
Me.院系姓名.Text = "院系名称"
'
'出生地
'
Me.出生地.AutoSize = True
Me.出生地.Location = New System.Drawing.Point(41, 171)
Me.出生地.Name = "出生地"
Me.出生地.Size = New System.Drawing.Size(41, 12)
Me.出生地.TabIndex = 3
Me.出生地.Text = "出生地"
'
'出生日期
'
Me.出生日期.AutoSize = True
Me.出生日期.Location = New System.Drawing.Point(350, 87)
Me.出生日期.Name = "出生日期"
Me.出生日期.Size = New System.Drawing.Size(53, 12)
Me.出生日期.TabIndex = 4
Me.出生日期.Text = "出生日期"
'
'姓名
'
Me.姓名.AutoSize = True
Me.姓名.Location = New System.Drawing.Point(350, 41)
Me.姓名.Name = "姓名"
Me.姓名.Size = New System.Drawing.Size(29, 12)
Me.姓名.TabIndex = 5
Me.姓名.Text = "姓名"
'
'面貌
'
Me.面貌.AutoSize = True
Me.面貌.Location = New System.Drawing.Point(350, 171)
Me.面貌.Name = "面貌"
Me.面貌.Size = New System.Drawing.Size(29, 12)
Me.面貌.TabIndex = 6
Me.面貌.Text = "面貌"
'
'入学时间
'
Me.入学时间.AutoSize = True
Me.入学时间.Location = New System.Drawing.Point(350, 129)
Me.入学时间.Name = "入学时间"
Me.入学时间.Size = New System.Drawing.Size(53, 12)
Me.入学时间.TabIndex = 7
Me.入学时间.Text = "入学时间"
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(132, 38)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(100, 21)
Me.TextBox1.TabIndex = 8
'
'TextBox3
'
Me.TextBox3.Location = New System.Drawing.Point(397, 171)
Me.TextBox3.Name = "TextBox3"
Me.TextBox3.Size = New System.Drawing.Size(100, 21)
Me.TextBox3.TabIndex = 10
'
'TextBox4
'
Me.TextBox4.Location = New System.Drawing.Point(132, 168)
Me.TextBox4.Name = "TextBox4"
Me.TextBox4.Size = New System.Drawing.Size(100, 21)
Me.TextBox4.TabIndex = 11
'
'TextBox5
'
Me.TextBox5.Location = New System.Drawing.Point(132, 129)
Me.TextBox5.Name = "TextBox5"
Me.TextBox5.Size = New System.Drawing.Size(100, 21)
Me.TextBox5.TabIndex = 12
'
'TextBox6
'
Me.TextBox6.Location = New System.Drawing.Point(397, 126)
Me.TextBox6.Name = "TextBox6"
Me.TextBox6.Size = New System.Drawing.Size(100, 21)
Me.TextBox6.TabIndex = 13
'
'TextBox7
'
Me.TextBox7.Location = New System.Drawing.Point(397, 84)
Me.TextBox7.Name = "TextBox7"
Me.TextBox7.Size = New System.Drawing.Size(100, 21)
Me.TextBox7.TabIndex = 14
'
'TextBox8
'
Me.TextBox8.Location = New System.Drawing.Point(132, 87)
Me.TextBox8.Name = "TextBox8"
Me.TextBox8.Size = New System.Drawing.Size(100, 21)
Me.TextBox8.TabIndex = 15
'
'TextBox9
'
Me.TextBox9.Location = New System.Drawing.Point(397, 38)
Me.TextBox9.Name = "TextBox9"
Me.TextBox9.Size = New System.Drawing.Size(100, 21)
Me.TextBox9.TabIndex = 16
'
'GroupBox1
'
Me.GroupBox1.Location = New System.Drawing.Point(142, 264)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(431, 133)
Me.GroupBox1.TabIndex = 17
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "备注"
'
'Button1
'
Me.Button1.Location = New System.Drawing.Point(93, 444)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(75, 25)
Me.Button1.TabIndex = 18
Me.Button1.Text = "Button1"
Me.Button1.UseVisualStyleBackColor = True
'
'Button2
'
Me.Button2.Location = New System.Drawing.Point(224, 444)
Me.Button2.Name = "Button2"
Me.Button2.Size = New System.Drawing.Size(75, 25)
Me.Button2.TabIndex = 19
Me.Button2.Text = "Button2"
Me.Button2.UseVisualStyleBackColor = True
'
'Button3
'
Me.Button3.Location = New System.Drawing.Point(362, 444)
Me.Button3.Name = "Button3"
Me.Button3.Size = New System.Drawing.Size(75, 25)
Me.Button3.TabIndex = 20
Me.Button3.Text = "Button3"
Me.Button3.UseVisualStyleBackColor = True
'
'Button4
'
Me.Button4.Location = New System.Drawing.Point(524, 444)
Me.Button4.Name = "Button4"
Me.Button4.Size = New System.Drawing.Size(75, 25)
Me.Button4.TabIndex = 21
Me.Button4.Text = "Button4"
Me.Button4.UseVisualStyleBackColor = True
'
'学生信息查询
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(692, 490)
Me.Controls.Add(Me.Button4)
Me.Controls.Add(Me.Button3)
Me.Controls.Add(Me.Button2)
Me.Controls.Add(Me.Button1)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.TextBox9)
Me.Controls.Add(Me.TextBox8)
Me.Controls.Add(Me.TextBox7)
Me.Controls.Add(Me.TextBox6)
Me.Controls.Add(Me.TextBox5)
Me.Controls.Add(Me.TextBox4)
Me.Controls.Add(Me.TextBox3)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.入学时间)
Me.Controls.Add(Me.面貌)
Me.Controls.Add(Me.姓名)
Me.Controls.Add(Me.出生日期)
Me.Controls.Add(Me.出生地)
Me.Controls.Add(Me.院系姓名)
Me.Controls.Add(Me.性别)
Me.Controls.Add(Me.学号)
Me.Name = "学生信息查询"
Me.Text = "学生信息查询"
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents 学号 As System.Windows.Forms.Label
Friend WithEvents 性别 As System.Windows.Forms.Label
Friend WithEvents 院系姓名 As System.Windows.Forms.Label
Friend WithEvents 出生地 As System.Windows.Forms.Label
Friend WithEvents 出生日期 As System.Windows.Forms.Label
Friend WithEvents 姓名 As System.Windows.Forms.Label
Friend WithEvents 面貌 As System.Windows.Forms.Label
Friend WithEvents 入学时间 As System.Windows.Forms.Label
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
Friend WithEvents TextBox7 As System.Windows.Forms.TextBox
Friend WithEvents TextBox8 As System.Windows.Forms.TextBox
Friend WithEvents TextBox9 As System.Windows.Forms.TextBox
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents Button1 As System.Windows.Forms.Button
Friend WithEvents Button2 As System.Windows.Forms.Button
Friend WithEvents Button3 As System.Windows.Forms.Button
Friend WithEvents Button4 As System.Windows.Forms.Button
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -