📄 form6.frm
字号:
VERSION 5.00
Object = "{65E121D4-0C60-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCHRT20.OCX"
Begin VB.Form Form4
AutoRedraw = -1 'True
Caption = "成绩统计与试卷评估"
ClientHeight = 6945
ClientLeft = 60
ClientTop = 450
ClientWidth = 9180
LinkTopic = "Form4"
ScaleHeight = 6945
ScaleWidth = 9180
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Caption = "成绩统计与试卷评估"
Height = 6495
Left = 120
TabIndex = 0
Top = 120
Width = 7935
Begin MSChart20Lib.MSChart MSChart1
Height = 1455
Left = 240
OleObjectBlob = "Form6.frx":0000
TabIndex = 26
Top = 360
Width = 7335
End
Begin VB.Frame Frame2
Caption = "考生成绩信息列表"
Height = 3255
Left = 120
TabIndex = 1
Top = 1800
Width = 7695
Begin VB.Frame Frame3
Caption = "统计信息"
Height = 2175
Left = 480
TabIndex = 5
Top = 840
Width = 6975
Begin VB.TextBox Text1
Height = 270
Index = 9
Left = 2160
TabIndex = 25
Text = "Text1"
Top = 1800
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 8
Left = 2160
TabIndex = 24
Text = "Text1"
Top = 1410
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 7
Left = 2160
TabIndex = 23
Text = "Text1"
Top = 1020
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 6
Left = 2160
TabIndex = 22
Text = "Text1"
Top = 630
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 5
Left = 2160
TabIndex = 21
Text = "Text1"
Top = 240
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 4
Left = 5400
TabIndex = 20
Text = "Text1"
Top = 1800
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 3
Left = 5400
TabIndex = 19
Text = "Text1"
Top = 1410
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 2
Left = 5400
TabIndex = 18
Text = "Text1"
Top = 1020
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 1
Left = 5400
TabIndex = 17
Text = "Text1"
Top = 630
Width = 975
End
Begin VB.TextBox Text1
Height = 270
Index = 0
Left = 5400
TabIndex = 16
Text = "Text1"
Top = 240
Width = 975
End
Begin VB.Label Label6
Caption = "试卷评估:"
Height = 255
Index = 1
Left = 3600
TabIndex = 15
Top = 1800
Width = 1095
End
Begin VB.Label Label5
Caption = "及格率:"
Height = 255
Index = 1
Left = 3600
TabIndex = 14
Top = 1410
Width = 615
End
Begin VB.Label Label4
Caption = "90分以上人数:"
Height = 255
Index = 1
Left = 3600
TabIndex = 13
Top = 1020
Width = 1575
End
Begin VB.Label Label3
Caption = "60~75分人数:"
Height = 255
Index = 1
Left = 3600
TabIndex = 12
Top = 630
Width = 1455
End
Begin VB.Label Label2
Caption = "最低分:"
Height = 255
Index = 1
Left = 3600
TabIndex = 11
Top = 240
Width = 975
End
Begin VB.Label Label6
Caption = "考试人数:"
Height = 255
Index = 0
Left = 240
TabIndex = 10
Top = 1920
Width = 1095
End
Begin VB.Label Label5
Caption = "平均分:"
Height = 255
Index = 0
Left = 240
TabIndex = 9
Top = 1530
Width = 1215
End
Begin VB.Label Label4
Caption = "75~90分人数:"
Height = 255
Index = 0
Left = 240
TabIndex = 8
Top = 1140
Width = 1215
End
Begin VB.Label Label3
Caption = "60分以下人数"
Height = 255
Index = 0
Left = 240
TabIndex = 7
Top = 750
Width = 1455
End
Begin VB.Label Label2
Caption = "最高分:"
Height = 255
Index = 0
Left = 240
TabIndex = 6
Top = 360
Width = 975
End
End
Begin VB.CommandButton Command1
Caption = "退出"
Height = 255
Left = 4080
TabIndex = 4
Top = 360
Width = 2055
End
Begin VB.ComboBox Combo1
Height = 300
Left = 2040
TabIndex = 3
Text = "Combo1"
Top = 360
Width = 1575
End
Begin VB.Label Label1
Caption = "选择考次代码"
Height = 375
Left = 240
TabIndex = 2
Top = 360
Width = 1095
End
End
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -