📄 a教师阅卷.frm
字号:
VERSION 5.00
Begin VB.Form A教师阅卷
Caption = "教师阅卷"
ClientHeight = 6255
ClientLeft = 60
ClientTop = 450
ClientWidth = 7980
LinkTopic = "Form1"
ScaleHeight = 6255
ScaleWidth = 7980
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton CmdExit
BackColor = &H00C0C0C0&
Caption = "退出"
Height = 360
Left = 6840
Style = 1 'Graphical
TabIndex = 24
Top = 5760
Width = 800
End
Begin VB.CommandButton CmdEnd
BackColor = &H00C0C0C0&
Caption = "完成"
Height = 360
Left = 5880
Style = 1 'Graphical
TabIndex = 12
Top = 5760
Width = 800
End
Begin VB.Frame Frame2
Caption = "主观题题目和答案"
Height = 4095
Left = 120
TabIndex = 5
Top = 1440
Width = 7695
Begin VB.CommandButton CboOk
Caption = "确定"
Height = 375
Left = 4080
TabIndex = 23
Top = 3600
Width = 975
End
Begin VB.ComboBox CboZGT
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Index = 1
Left = 4800
Style = 2 'Dropdown List
TabIndex = 21
Top = 360
Width = 1815
End
Begin VB.TextBox txtRecord
Appearance = 0 'Flat
BackColor = &H8000000E&
Height = 375
Left = 1080
TabIndex = 19
Top = 3600
Width = 975
End
Begin VB.ComboBox CboZGT
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Index = 0
Left = 1320
Style = 2 'Dropdown List
TabIndex = 13
Top = 360
Width = 1815
End
Begin VB.TextBox txtSelf
Appearance = 0 'Flat
BackColor = &H8000000F&
Height = 855
Left = 1080
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 11
Text = "A教师阅卷.frx":0000
Top = 2520
Width = 6495
End
Begin VB.TextBox txtAnswer
Appearance = 0 'Flat
BackColor = &H8000000F&
Height = 735
Left = 1080
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 9
Text = "A教师阅卷.frx":0006
Top = 1680
Width = 6495
End
Begin VB.TextBox txtQuestion
Appearance = 0 'Flat
BackColor = &H8000000F&
Height = 735
Left = 1080
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 7
Text = "A教师阅卷.frx":000C
Top = 840
Width = 6495
End
Begin VB.Label Label1
Caption = "已阅主观题:"
Height = 255
Index = 4
Left = 3600
TabIndex = 22
Top = 480
Width = 1095
End
Begin VB.Label Label1
Caption = "评分:"
Height = 255
Index = 3
Left = 360
TabIndex = 20
Top = 3720
Width = 615
End
Begin VB.Label Label1
Caption = "未阅主观题:"
Height = 255
Index = 2
Left = 120
TabIndex = 14
Top = 480
Width = 1095
End
Begin VB.Label Label4
Caption = "考生答案:"
Height = 255
Left = 240
TabIndex = 10
Top = 1920
Width = 975
End
Begin VB.Label Label3
Caption = "标准答案:"
Height = 255
Left = 240
TabIndex = 8
Top = 2880
Width = 1095
End
Begin VB.Label Label2
Caption = "题目:"
Height = 255
Left = 480
TabIndex = 6
Top = 1080
Width = 615
End
End
Begin VB.Frame Frame1
Caption = "选择考生"
Height = 1335
Left = 120
TabIndex = 0
Top = 0
Width = 7695
Begin VB.ComboBox CboStu
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 5520
Style = 2 'Dropdown List
TabIndex = 4
Top = 240
Width = 1695
End
Begin VB.ComboBox CboKaoShi
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 360
Left = 1320
Style = 2 'Dropdown List
TabIndex = 2
Top = 240
Width = 1695
End
Begin VB.Label Label8
Alignment = 2 'Center
BorderStyle = 1 'Fixed Single
Caption = "0 分"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 375
Left = 4560
TabIndex = 18
Top = 720
Width = 1095
End
Begin VB.Label Label7
Caption = "主观题分数:"
Height = 375
Left = 3480
TabIndex = 17
Top = 840
Width = 1095
End
Begin VB.Label Label6
Alignment = 2 'Center
BorderStyle = 1 'Fixed Single
Caption = "0 分"
BeginProperty Font
Name = "MS Sans Serif"
Size = 9.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -