📄 form6.frm
字号:
VERSION 5.00
Begin VB.Form Form6
BorderStyle = 1 'Fixed Single
Caption = "Choose the extension!"
ClientHeight = 2100
ClientLeft = 45
ClientTop = 360
ClientWidth = 4695
Icon = "Form6.frx":0000
LinkTopic = "Form6"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 2100
ScaleWidth = 4695
StartUpPosition = 2 'CenterScreen
Begin VB.CommandButton Command2
Caption = "*.htm"
Height = 375
Left = 120
TabIndex = 1
Top = 600
Width = 1935
End
Begin VB.CommandButton Command1
Caption = "*.html"
Height = 375
Left = 120
TabIndex = 0
Top = 120
Width = 1935
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "Not available!"
Height = 255
Left = 2520
TabIndex = 2
Top = 480
Width = 1215
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Me.BackColor = &H8000000F
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -