📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
Appearance = 0 'Flat
BackColor = &H80000005&
BorderStyle = 0 'None
Caption = "使用帮助"
ClientHeight = 3855
ClientLeft = 5220
ClientTop = 3450
ClientWidth = 5490
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 257
ScaleMode = 3 'Pixel
ScaleWidth = 366
ShowInTaskbar = 0 'False
Begin Project1.xp_canvas xp_canvas1
Height = 3855
Left = 0
TabIndex = 0
Top = 0
Width = 5415
_ExtentX = 9551
_ExtentY = 6800
Caption = "使用帮助"
Icon = "Form6.frx":0000
Begin VB.Frame Frame1
Caption = "说明"
BeginProperty Font
Name = "新宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 3015
Left = 240
TabIndex = 1
Top = 600
Width = 4935
Begin VB.Label Label1
Caption = "用户权限说明:"
BeginProperty Font
Name = "新宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 360
TabIndex = 7
Top = 360
Width = 1455
End
Begin VB.Label Label2
Caption = "1:数据浏览者;"
BeginProperty Font
Name = "新宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 960
TabIndex = 6
Top = 840
Width = 1455
End
Begin VB.Label Label3
Caption = "2:借书管理员;"
BeginProperty Font
Name = "新宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 960
TabIndex = 5
Top = 1320
Width = 1455
End
Begin VB.Label Label4
Caption = "3:还书管理员;"
BeginProperty Font
Name = "新宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 960
TabIndex = 4
Top = 1800
Width = 1455
End
Begin VB.Label Label5
Caption = "4:系统管理员"
BeginProperty Font
Name = "新宋体"
Size = 9.75
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 960
TabIndex = 3
Top = 2280
Width = 1455
End
Begin VB.Label Label6
Caption = "图书管理系统V2.1版"
BeginProperty Font
Name = "新宋体"
Size = 9.75
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00404040&
Height = 255
Left = 2520
TabIndex = 2
ToolTipText = "点击退出"
Top = 2640
Width = 2175
End
End
Begin Project1.xptopbuttons xptopbuttons2
Height = 315
Left = 4680
Top = 120
Width = 315
_ExtentX = 556
_ExtentY = 556
Value = 2
End
Begin Project1.xptopbuttons xptopbuttons1
Height = 315
Left = 5040
Top = 120
Width = 315
_ExtentX = 556
_ExtentY = 556
End
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label6_Click()
Unload Me
End Sub
Private Sub xptopbuttons1_Click()
Unload Me
End Sub
Private Sub xptopbuttons2_Click()
Me.WindowState = 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -