📄 form4.frm
字号:
VERSION 5.00
Begin VB.Form Form4
Caption = "总分"
ClientHeight = 5445
ClientLeft = 60
ClientTop = 450
ClientWidth = 8820
LinkTopic = "Form4"
ScaleHeight = 5445
ScaleWidth = 8820
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command2
Caption = "打印"
Height = 495
Left = 3120
TabIndex = 8
Top = 3480
Width = 1215
End
Begin VB.TextBox Text3
Height = 5175
Left = 4920
TabIndex = 7
Top = 120
Width = 3735
End
Begin VB.CommandButton Command1
Caption = "确定"
Height = 495
Left = 1080
TabIndex = 6
Top = 3480
Width = 1215
End
Begin VB.TextBox Text2
Height = 495
Left = 3480
TabIndex = 5
Top = 1920
Width = 1215
End
Begin VB.TextBox Text1
Height = 495
Left = 3480
TabIndex = 4
Top = 720
Width = 1215
End
Begin VB.ComboBox Combo2
Height = 300
ItemData = "Form4.frx":0000
Left = 1680
List = "Form4.frx":0013
Style = 2 'Dropdown List
TabIndex = 3
Top = 1920
Width = 1215
End
Begin VB.ComboBox Combo1
Height = 300
ItemData = "Form4.frx":0028
Left = 1680
List = "Form4.frx":0032
Style = 2 'Dropdown List
TabIndex = 2
Top = 840
Width = 1215
End
Begin VB.Label Label2
Caption = "平均分"
Height = 495
Left = 480
TabIndex = 1
Top = 840
Width = 1215
End
Begin VB.Label Label1
Caption = "最低分"
Height = 495
Left = 480
TabIndex = 0
Top = 1920
Width = 1215
End
End
Attribute VB_Name = "Form4"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -