📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
BorderStyle = 4 'Fixed ToolWindow
Caption = "Ayuda"
ClientHeight = 6405
ClientLeft = 45
ClientTop = 315
ClientWidth = 8100
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6405
ScaleWidth = 8100
ShowInTaskbar = 0 'False
StartUpPosition = 3 'Windows Default
Begin VB.TextBox Text1
Height = 6375
Left = 2160
MultiLine = -1 'True
ScrollBars = 2 'Vertical
TabIndex = 1
Top = 0
Width = 5895
End
Begin VB.FileListBox File1
Height = 6330
Left = 0
Pattern = "*.hlp*"
TabIndex = 0
Top = 0
Width = 2175
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private v1
Private Sub File1_Click()
Open (File1.Path & "\" & File1.FileName) For Input As #1
Input #1, v1
Text1.Text = v1
Close #1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -