📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form frmhelp
BorderStyle = 1 'Fixed Single
Caption = "系统使用介绍"
ClientHeight = 5760
ClientLeft = 3540
ClientTop = 2025
ClientWidth = 7830
LinkTopic = "Form1"
MaxButton = 0 'False
MDIChild = -1 'True
MinButton = 0 'False
ScaleHeight = 5760
ScaleWidth = 7830
Begin VB.PictureBox Picture1
BackColor = &H00C0FFFF&
Height = 7695
Left = 0
ScaleHeight = 7635
ScaleWidth = 7755
TabIndex = 0
Top = 0
Width = 7815
Begin VB.TextBox Text1
BackColor = &H00C0FFFF&
BorderStyle = 0 'None
Height = 180
Left = 0
TabIndex = 5
Text = " 2.各模块主要功能介绍: "
Top = 1680
Width = 6735
End
Begin VB.CommandButton Command1
Height = 105
Left = 0
TabIndex = 1
Top = 480
Width = 7815
End
Begin VB.Label Label8
BackColor = &H00C0FFFF&
Caption = $"frmhelp.frx":0000
Height = 1575
Left = 720
TabIndex = 10
Top = 3960
Width = 6135
End
Begin VB.Label Label7
BackColor = &H00C0FFFF&
Caption = "4.关于数据备份与打印:"
Height = 255
Left = 120
TabIndex = 9
Top = 3720
Width = 2415
End
Begin VB.Label Label6
BackColor = &H00C0FFFF&
Caption = " 工具栏上的内容主要包括:用户管理、司机管理、车辆管理、运营管理等几个经常要使用的菜单栏的内容,为方便用户而放如工具栏中。"
Height = 375
Left = 600
TabIndex = 8
Top = 3120
Width = 6375
End
Begin VB.Label Label5
BackColor = &H00C0FFFF&
Caption = "3.工具栏介绍:"
Height = 255
Left = 120
TabIndex = 7
Top = 2880
Width = 2055
End
Begin VB.Label Label4
BackColor = &H00C0FFFF&
Caption = $"frmhelp.frx":011A
Height = 855
Left = 720
TabIndex = 6
Top = 1920
Width = 6135
End
Begin VB.Label Label3
BackColor = &H00C0FFFF&
Caption = $"frmhelp.frx":01FE
Height = 615
Left = 720
TabIndex = 4
Top = 960
Width = 6015
End
Begin VB.Label Label2
BackColor = &H00C0FFFF&
Caption = "1.系统用户管理:"
Height = 255
Left = 120
TabIndex = 3
Top = 720
Width = 1455
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00C0FFFF&
Caption = "单位车辆管理系统使用及功能介绍"
BeginProperty Font
Name = "宋体"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 1080
TabIndex = 2
Top = 120
Width = 5415
End
End
End
Attribute VB_Name = "frmhelp"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.Left = 3495
Me.Top = 1695
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -