📄 teacheredugradeform.designer.vb
字号:
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class TeacherEduGradeForm
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.ButtonOK = New System.Windows.Forms.Button
Me.ButtonCancel = New System.Windows.Forms.Button
Me.Label1 = New System.Windows.Forms.Label
Me.Label2 = New System.Windows.Forms.Label
Me.Label3 = New System.Windows.Forms.Label
Me.TextGoalT = New System.Windows.Forms.TextBox
Me.TextGoalP = New System.Windows.Forms.TextBox
Me.TextGoalD = New System.Windows.Forms.TextBox
Me.Label4 = New System.Windows.Forms.Label
Me.TextGoal = New System.Windows.Forms.TextBox
Me.GroupBoxL = New System.Windows.Forms.GroupBox
Me.ListStudentName = New System.Windows.Forms.ListBox
Me.GroupBoxG = New System.Windows.Forms.GroupBox
Me.Label13 = New System.Windows.Forms.Label
Me.GroupBoxL.SuspendLayout()
Me.GroupBoxG.SuspendLayout()
Me.SuspendLayout()
'
'ButtonOK
'
Me.ButtonOK.Location = New System.Drawing.Point(100, 181)
Me.ButtonOK.Name = "ButtonOK"
Me.ButtonOK.Size = New System.Drawing.Size(75, 23)
Me.ButtonOK.TabIndex = 0
Me.ButtonOK.Text = "确定"
Me.ButtonOK.UseVisualStyleBackColor = True
'
'ButtonCancel
'
Me.ButtonCancel.Location = New System.Drawing.Point(205, 181)
Me.ButtonCancel.Name = "ButtonCancel"
Me.ButtonCancel.Size = New System.Drawing.Size(75, 23)
Me.ButtonCancel.TabIndex = 1
Me.ButtonCancel.Text = "取消"
Me.ButtonCancel.UseVisualStyleBackColor = True
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(21, 23)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(77, 12)
Me.Label1.TabIndex = 2
Me.Label1.Text = "指导老师评分"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(34, 57)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(65, 12)
Me.Label2.TabIndex = 3
Me.Label2.Text = "评阅人评分"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(46, 91)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(53, 12)
Me.Label3.TabIndex = 4
Me.Label3.Text = "答辩成绩"
'
'TextGoalT
'
Me.TextGoalT.Enabled = False
Me.TextGoalT.Location = New System.Drawing.Point(105, 20)
Me.TextGoalT.MaxLength = 6
Me.TextGoalT.Name = "TextGoalT"
Me.TextGoalT.Size = New System.Drawing.Size(50, 21)
Me.TextGoalT.TabIndex = 5
'
'TextGoalP
'
Me.TextGoalP.Enabled = False
Me.TextGoalP.Location = New System.Drawing.Point(105, 54)
Me.TextGoalP.MaxLength = 6
Me.TextGoalP.Name = "TextGoalP"
Me.TextGoalP.Size = New System.Drawing.Size(50, 21)
Me.TextGoalP.TabIndex = 6
'
'TextGoalD
'
Me.TextGoalD.Enabled = False
Me.TextGoalD.Location = New System.Drawing.Point(105, 88)
Me.TextGoalD.MaxLength = 6
Me.TextGoalD.Name = "TextGoalD"
Me.TextGoalD.Size = New System.Drawing.Size(50, 21)
Me.TextGoalD.TabIndex = 7
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Location = New System.Drawing.Point(45, 125)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(53, 12)
Me.Label4.TabIndex = 8
Me.Label4.Text = "总评成绩"
'
'TextGoal
'
Me.TextGoal.Enabled = False
Me.TextGoal.Location = New System.Drawing.Point(104, 122)
Me.TextGoal.MaxLength = 6
Me.TextGoal.Name = "TextGoal"
Me.TextGoal.Size = New System.Drawing.Size(50, 21)
Me.TextGoal.TabIndex = 9
'
'GroupBoxL
'
Me.GroupBoxL.Controls.Add(Me.ListStudentName)
Me.GroupBoxL.Location = New System.Drawing.Point(5, 7)
Me.GroupBoxL.Name = "GroupBoxL"
Me.GroupBoxL.Size = New System.Drawing.Size(82, 197)
Me.GroupBoxL.TabIndex = 32
Me.GroupBoxL.TabStop = False
Me.GroupBoxL.Text = "学生列表"
'
'ListStudentName
'
Me.ListStudentName.FormattingEnabled = True
Me.ListStudentName.ItemHeight = 12
Me.ListStudentName.Location = New System.Drawing.Point(6, 19)
Me.ListStudentName.Name = "ListStudentName"
Me.ListStudentName.Size = New System.Drawing.Size(70, 172)
Me.ListStudentName.TabIndex = 0
'
'GroupBoxG
'
Me.GroupBoxG.Controls.Add(Me.Label13)
Me.GroupBoxG.Controls.Add(Me.TextGoal)
Me.GroupBoxG.Controls.Add(Me.Label4)
Me.GroupBoxG.Controls.Add(Me.TextGoalD)
Me.GroupBoxG.Controls.Add(Me.TextGoalP)
Me.GroupBoxG.Controls.Add(Me.TextGoalT)
Me.GroupBoxG.Controls.Add(Me.Label3)
Me.GroupBoxG.Controls.Add(Me.Label2)
Me.GroupBoxG.Controls.Add(Me.Label1)
Me.GroupBoxG.Location = New System.Drawing.Point(100, 7)
Me.GroupBoxG.Name = "GroupBoxG"
Me.GroupBoxG.Size = New System.Drawing.Size(179, 168)
Me.GroupBoxG.TabIndex = 33
Me.GroupBoxG.TabStop = False
Me.GroupBoxG.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(21, 153)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(149, 12)
Me.Label13.TabIndex = 39
Me.Label13.Text = "(请正确输入数字0~100)"
'
'TeacherEduGradeForm
'
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(292, 216)
Me.Controls.Add(Me.GroupBoxG)
Me.Controls.Add(Me.GroupBoxL)
Me.Controls.Add(Me.ButtonCancel)
Me.Controls.Add(Me.ButtonOK)
Me.Name = "TeacherEduGradeForm"
Me.Text = "评分系统"
Me.GroupBoxL.ResumeLayout(False)
Me.GroupBoxG.ResumeLayout(False)
Me.GroupBoxG.PerformLayout()
Me.ResumeLayout(False)
End Sub
Friend WithEvents ButtonOK As System.Windows.Forms.Button
Friend WithEvents ButtonCancel As System.Windows.Forms.Button
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 TextGoalT As System.Windows.Forms.TextBox
Friend WithEvents TextGoalP As System.Windows.Forms.TextBox
Friend WithEvents TextGoalD As System.Windows.Forms.TextBox
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents TextGoal As System.Windows.Forms.TextBox
Friend WithEvents GroupBoxL As System.Windows.Forms.GroupBox
Friend WithEvents ListStudentName As System.Windows.Forms.ListBox
Friend WithEvents GroupBoxG As System.Windows.Forms.GroupBox
Friend WithEvents Label13 As System.Windows.Forms.Label
End Class
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -