📄 tv.frm
字号:
VERSION 5.00
Begin VB.Form tv
BorderStyle = 0 'None
Caption = "Form3"
ClientHeight = 7200
ClientLeft = 4500
ClientTop = 3750
ClientWidth = 9600
LinkTopic = "Form3"
ScaleHeight = 7200
ScaleWidth = 9600
ShowInTaskbar = 0 'False
Begin VB.PictureBox Picture1
BorderStyle = 0 'None
Height = 7380
Left = -75
ScaleHeight = 7380
ScaleWidth = 9600
TabIndex = 0
Top = -30
Width = 9600
End
End
Attribute VB_Name = "tv"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
'Picture1.Width = tv.Width
'Picture1.Height = Me.Height
'Picture1.Top = 0
'Picture1.Left = 0
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -