📄 form5.frm
字号:
VERSION 5.00
Begin VB.Form Form5
BackColor = &H00E0E0E0&
BorderStyle = 1 'Fixed Single
Caption = "帮助"
ClientHeight = 5745
ClientLeft = 45
ClientTop = 435
ClientWidth = 6780
LinkTopic = "Form5"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5745
ScaleWidth = 6780
StartUpPosition = 3 '窗口缺省
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label1_Click()
Form5.Hide
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -