📄 form8.frm
字号:
VERSION 5.00
Begin VB.Form Form5
Caption = "成绩单生成"
ClientHeight = 5610
ClientLeft = 60
ClientTop = 450
ClientWidth = 8460
LinkTopic = "Form5"
ScaleHeight = 5610
ScaleWidth = 8460
StartUpPosition = 2 '屏幕中心
Begin VB.Frame Frame1
Caption = "成绩单生成"
Height = 5415
Left = 120
TabIndex = 0
Top = 120
Width = 8175
Begin VB.TextBox Text1
Height = 4935
Left = 3840
TabIndex = 11
Text = "Text1"
Top = 600
Width = 3615
End
Begin VB.CommandButton Command2
Caption = "退出"
Height = 735
Left = 840
TabIndex = 10
Top = 4200
Width = 1935
End
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 615
Left = 720
TabIndex = 9
Top = 3240
Width = 2055
End
Begin VB.ComboBox Combo1
Height = 300
Index = 3
Left = 1320
TabIndex = 8
Text = "Combo1"
Top = 2400
Width = 2295
End
Begin VB.ComboBox Combo1
Height = 300
Index = 2
Left = 1320
TabIndex = 7
Text = "Combo1"
Top = 1200
Width = 2295
End
Begin VB.ComboBox Combo1
Height = 300
Index = 1
Left = 1320
TabIndex = 6
Text = "Combo1"
Top = 1800
Width = 2295
End
Begin VB.ComboBox Combo1
Height = 300
Index = 0
Left = 1320
TabIndex = 5
Text = "Combo1"
Top = 600
Width = 2295
End
Begin VB.Label Label1
Caption = "Label1"
Height = 495
Index = 3
Left = 360
TabIndex = 4
Top = 2400
Width = 2055
End
Begin VB.Label Label1
Caption = "Label1"
Height = 495
Index = 2
Left = 360
TabIndex = 3
Top = 1800
Width = 2055
End
Begin VB.Label Label1
Caption = "Label1"
Height = 495
Index = 1
Left = 360
TabIndex = 2
Top = 1200
Width = 2055
End
Begin VB.Label Label1
Caption = "Label1"
Height = 495
Index = 0
Left = 360
TabIndex = 1
Top = 600
Width = 2055
End
End
End
Attribute VB_Name = "Form5"
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 + -