📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form frmhelp
BackColor = &H00FFFFFF&
BorderStyle = 3 'Fixed Dialog
Caption = "帮助"
ClientHeight = 6660
ClientLeft = 3780
ClientTop = 1995
ClientWidth = 9315
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmhelp.frx":0000
ScaleHeight = 6660
ScaleWidth = 9315
ShowInTaskbar = 0 'False
Begin VB.TextBox Text1
Appearance = 0 'Flat
BackColor = &H80000018&
BorderStyle = 0 'None
BeginProperty Font
Name = "楷体_GB2312"
Size = 12
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3015
Left = 720
MultiLine = -1 'True
TabIndex = 3
Text = "frmhelp.frx":58A3
Top = 2520
Width = 7935
End
Begin VB.CommandButton Command1
Caption = "关于"
Height = 375
Left = 7440
TabIndex = 2
Top = 5880
Width = 1095
End
Begin VB.PictureBox Picture1
Appearance = 0 'Flat
AutoSize = -1 'True
BackColor = &H00FFFFFF&
BorderStyle = 0 'None
ForeColor = &H80000008&
Height = 720
Left = 360
Picture = "frmhelp.frx":5ADE
ScaleHeight = 720
ScaleWidth = 720
TabIndex = 0
Top = 240
Width = 720
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H80000018&
BackStyle = 0 'Transparent
Caption = $"frmhelp.frx":BD68
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 1620
Left = 1080
TabIndex = 4
Top = 960
Width = 6780
End
Begin VB.Label Label5
Alignment = 2 'Center
BackColor = &H00FFFFFF&
BackStyle = 0 'Transparent
Caption = "课程设计 中小型图书管理系统"
BeginProperty Font
Name = "黑体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2160
TabIndex = 1
Top = 360
Width = 4815
End
End
Attribute VB_Name = "frmhelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
frmAbout.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -