?? frmhelp.frm
字號:
VERSION 5.00
Begin VB.Form frmhelp
BorderStyle = 1 'Fixed Single
Caption = "系統(tǒng)使用介紹"
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.關(guān)于數(shù)據(jù)備份與打印:"
Height = 255
Left = 120
TabIndex = 9
Top = 3720
Width = 2415
End
Begin VB.Label Label6
BackColor = &H00C0FFFF&
Caption = " 工具欄上的內(nèi)容主要包括:用戶管理、司機(jī)管理、車輛管理、運(yùn)營管理等幾個(gè)經(jīng)常要使用的菜單欄的內(nèi)容,為方便用戶而放如工具欄中。"
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.系統(tǒng)用戶管理:"
Height = 255
Left = 120
TabIndex = 3
Top = 720
Width = 1455
End
Begin VB.Label Label1
Alignment = 2 'Center
BackColor = &H00C0FFFF&
Caption = "單位車輛管理系統(tǒng)使用及功能介紹"
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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -