📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
Caption = "学生成绩统计"
ClientHeight = 3000
ClientLeft = 3615
ClientTop = 2835
ClientWidth = 8250
DrawStyle = 1 'Dash
LinkTopic = "Form4"
ScaleHeight = 3000
ScaleWidth = 8250
Begin VB.CommandButton com1
Caption = "确 认"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 6240
TabIndex = 7
Top = 1920
Width = 1695
End
Begin VB.TextBox Text2
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 4320
TabIndex = 5
Top = 1680
Width = 975
End
Begin VB.TextBox Text1
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1440
TabIndex = 2
Top = 1680
Width = 975
End
Begin VB.Label Label5
AutoSize = -1 'True
Caption = "人"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 5400
TabIndex = 6
Top = 1800
Width = 225
End
Begin VB.Label Label4
AutoSize = -1 'True
Caption = "实考人数"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 3360
TabIndex = 4
Top = 1800
Width = 900
End
Begin VB.Label Label3
AutoSize = -1 'True
Caption = "人"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 2520
TabIndex = 3
Top = 1800
Width = 225
End
Begin VB.Label Label2
AutoSize = -1 'True
Caption = "应考人数"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 210
Left = 480
TabIndex = 1
Top = 1800
Width = 900
End
Begin VB.Label Label1
Alignment = 2 'Center
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 615
Left = 480
TabIndex = 0
Top = 360
Width = 7335
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub com1_Click()
Form4.Visible = False
Form5.Visible = True
End Sub
Private Sub Form_Load()
Form4.Move 1500, 1500
Label1.Caption = Form3.Text1.Text + "班" + "《" + Form3.Text2.Text + "》(" + Form3.Text3.Text + "学分)考试成绩"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -