📄 help.frm
字号:
VERSION 5.00
Begin VB.Form 帮助
Caption = "帮助"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3090
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = $"help.frx":0000
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 1335
Left = 360
TabIndex = 2
Top = 840
Width = 3855
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "制作者:朱治德 学 号:49 "
BeginProperty Font
Name = "华文中宋"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00008000&
Height = 615
Left = 3000
TabIndex = 1
Top = 2400
Width = 1695
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "图书馆管理系统1.0版"
BeginProperty Font
Name = "楷体_GB2312"
Size = 21.75
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF00FF&
Height = 975
Left = 120
TabIndex = 0
Top = 120
Width = 4455
End
End
Attribute VB_Name = "帮助"
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 + -