📄 帮助.frm
字号:
VERSION 5.00
Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
Begin VB.Form 帮助
Caption = "帮助"
ClientHeight = 5790
ClientLeft = 60
ClientTop = 450
ClientWidth = 9915
LinkTopic = "Form1"
ScaleHeight = 5790
ScaleWidth = 9915
StartUpPosition = 3 '窗口缺省
Begin TabDlg.SSTab SSTab1
Height = 5415
Left = 840
TabIndex = 0
Top = 120
Width = 8535
_ExtentX = 15055
_ExtentY = 9551
_Version = 393216
Tabs = 2
TabsPerRow = 2
TabHeight = 520
BackColor = 33023
TabCaption(0) = "授权"
TabPicture(0) = "帮助.frx":0000
Tab(0).ControlEnabled= -1 'True
Tab(0).Control(0)= "Frame1"
Tab(0).Control(0).Enabled= 0 'False
Tab(0).ControlCount= 1
TabCaption(1) = "说明"
TabPicture(1) = "帮助.frx":001C
Tab(1).ControlEnabled= 0 'False
Tab(1).Control(0)= "Frame2"
Tab(1).ControlCount= 1
Begin VB.Frame Frame2
BackColor = &H00C0FFFF&
Height = 4935
Left = -74880
TabIndex = 3
Top = 360
Width = 8175
Begin VB.Label Label2
Caption = $"帮助.frx":0038
Height = 4575
Left = 120
TabIndex = 4
Top = 240
Width = 7935
End
End
Begin VB.Frame Frame1
BackColor = &H0080FFFF&
Height = 4935
Left = 120
TabIndex = 1
Top = 360
Width = 8295
Begin VB.Label Label1
Caption = $"帮助.frx":01B7
Height = 4575
Left = 120
TabIndex = 2
Top = 240
Width = 8055
End
End
End
End
Attribute VB_Name = "帮助"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -