📄 frmhelp.frm
字号:
VERSION 5.00
Begin VB.Form Frmhelp
Caption = "帮助"
ClientHeight = 5475
ClientLeft = 60
ClientTop = 345
ClientWidth = 7170
LinkTopic = "Form1"
Picture = "Frmhelp.frx":0000
ScaleHeight = 5475
ScaleWidth = 7170
StartUpPosition = 2 '屏幕中心
Begin VB.CommandButton Command1
Caption = "退出"
BeginProperty Font
Name = "华文行楷"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 2400
TabIndex = 6
Top = 4920
Width = 1335
End
Begin VB.Frame Frame2
BackColor = &H8000000D&
Caption = "详细说明"
Height = 4335
Left = 3240
TabIndex = 1
Top = 240
Width = 3495
Begin VB.TextBox Text1
Height = 3735
Left = 240
TabIndex = 7
Top = 360
Width = 3135
End
End
Begin VB.Frame Frame1
BackColor = &H8000000D&
Caption = "问题"
Height = 4095
Left = 240
TabIndex = 0
Top = 360
Width = 2415
Begin VB.Label Label4
BackColor = &H80000005&
Caption = "如何进行打印"
BeginProperty Font
Name = "华文行楷"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
MouseIcon = "Frmhelp.frx":4D7B
MousePointer = 99 'Custom
TabIndex = 5
Top = 3000
Width = 1695
End
Begin VB.Label Label3
BackColor = &H80000005&
Caption = "会员如何打折扣"
BeginProperty Font
Name = "华文行楷"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
MouseIcon = "Frmhelp.frx":5085
MousePointer = 99 'Custom
TabIndex = 4
Top = 2040
Width = 1695
End
Begin VB.Label Label2
BackColor = &H80000005&
Caption = "出租后必须审核"
BeginProperty Font
Name = "华文行楷"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 240
MouseIcon = "Frmhelp.frx":538F
MousePointer = 99 'Custom
TabIndex = 3
Top = 1200
Width = 1815
End
Begin VB.Label Label1
BackColor = &H80000005&
Caption = "添加车辆时注意事项"
BeginProperty Font
Name = "华文行楷"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 240
MouseIcon = "Frmhelp.frx":5699
MousePointer = 99 'Custom
TabIndex = 2
Top = 360
Width = 2055
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 Command1_Click()
Unload Me
End Sub
Private Sub Label1_Click()
Text1.Text = "在车辆基本信息的添加时,"
End Sub
Private Sub Label2_Click()
Text1.Text = "审核信息后不可再修改相当于确定 "
End Sub
Private Sub Label3_Click()
Text1.Text = "出租费用可打折,但其他费用不打折"
End Sub
Private Sub Label4_Click()
Text1.Text = "打印时调用WORD文档contract并自动更新文档中的内容 "
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -