📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form frmhelpshow
Caption = "帮助"
ClientHeight = 3330
ClientLeft = 60
ClientTop = 420
ClientWidth = 6060
Icon = "frmhelp.frx":0000
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3330
ScaleWidth = 6060
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton cmdexit
Caption = "退出"
Height = 375
Left = 3600
TabIndex = 1
Top = 2880
Width = 1095
End
Begin VB.CommandButton cmdshow
Caption = "显示"
Height = 375
Left = 1320
TabIndex = 0
Top = 2880
Width = 1095
End
End
Attribute VB_Name = "frmhelpshow"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub cmdexit_Click()
frmhelpshow.Hide
frmmain.Show
End Sub
Private Sub cmdshow_Click()
Print ""
Print ""
Print Tab(20); "***************************"
Print Tab(20); Spc(1); "谢谢使用图书馆管理系统!"
Print Tab(20); Spc(1); "初始用户Admin密码123456"
Print Tab(20); "***************************"
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -