📄 help.frm
字号:
VERSION 5.00
Begin VB.Form Help
BorderStyle = 0 'None
Caption = "帮助"
ClientHeight = 3960
ClientLeft = 0
ClientTop = 0
ClientWidth = 5805
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Help.frx":0000
ScaleHeight = 3960
ScaleWidth = 5805
ShowInTaskbar = 0 'False
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command1
Caption = "确定"
Height = 375
Left = 1440
TabIndex = 4
Top = 3240
Width = 855
End
Begin VB.Label Label4
BackStyle = 0 'Transparent
Caption = "2005年12月15日"
Height = 375
Left = 3600
TabIndex = 3
Top = 3360
Width = 2295
End
Begin VB.Label Label3
BackStyle = 0 'Transparent
Caption = "Email:w30fly@163.com"
Height = 375
Left = 3600
TabIndex = 2
Top = 2880
Width = 2655
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "作者:02计算机5班 王磊"
Height = 255
Left = 3600
TabIndex = 1
Top = 2400
Width = 2535
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "本系统为银行储蓄管理系统的演示软件,简单模拟了此系统的各项基本功能,已经过了初步的调试,部分模块有待完善。"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 855
Left = 720
TabIndex = 0
Top = 480
Width = 3975
End
End
Attribute VB_Name = "Help"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
Main.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -