📄 主页.frm
字号:
VERSION 5.00
Begin VB.Form 主页
Caption = "选择"
ClientHeight = 4665
ClientLeft = 4020
ClientTop = 3480
ClientWidth = 6960
LinkTopic = "Form1"
ScaleHeight = 4665
ScaleWidth = 6960
Begin VB.Frame Frame1
Caption = "查看"
Height = 2535
Left = 480
TabIndex = 0
Top = 480
Width = 3255
Begin VB.OptionButton Option1
Caption = "第一次"
Height = 375
Left = 240
TabIndex = 6
Top = 480
Width = 1095
End
Begin VB.OptionButton Option2
Caption = "第二次"
Height = 375
Left = 1680
TabIndex = 5
Top = 480
Width = 1215
End
Begin VB.OptionButton Option3
Caption = "第三次"
Height = 375
Left = 240
TabIndex = 4
Top = 1200
Width = 1095
End
Begin VB.OptionButton Option4
Caption = "第四次"
Height = 375
Left = 1680
TabIndex = 3
Top = 1200
Width = 1095
End
Begin VB.OptionButton Option5
Caption = "第五次"
Height = 375
Left = 240
TabIndex = 2
Top = 1920
Width = 1095
End
Begin VB.OptionButton Option6
Caption = "第六次"
Height = 375
Left = 1680
TabIndex = 1
Top = 1920
Width = 1095
End
End
Begin VB.Menu help
Caption = "帮助(&H)"
Index = 1
End
Begin VB.Menu about
Caption = "关于(&A)"
End
Begin VB.Menu others
Caption = "其他(&O)"
Begin VB.Menu cai
Caption = "小学计算cai软件"
End
End
End
Attribute VB_Name = "主页"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Option1_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -