frmsplash.frm
来自「在线网络电视(VB版)这个代码是使用微软的Media Player组件开发的一个」· FRM 代码 · 共 56 行
FRM
56 行
VERSION 5.00
Begin VB.Form frmSplash
BorderStyle = 0 'None
Caption = "Splash Online RTV"
ClientHeight = 1290
ClientLeft = 0
ClientTop = 0
ClientWidth = 3885
Icon = "frmSplash.frx":0000
LinkTopic = "Form1"
ScaleHeight = 1290
ScaleWidth = 3885
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer3
Interval = 1
Left = 1200
Top = 2400
End
Begin VB.Timer Trans
Enabled = 0 'False
Interval = 1
Left = 1200
Top = 1920
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 5000
Left = 1200
Top = 1440
End
Begin VB.Label Label1
Caption = "Load ..."
BeginProperty Font
Name = "宋体"
Size = 15
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 375
Left = 480
TabIndex = 0
Top = 480
Width = 3015
End
End
Attribute VB_Name = "frmSplash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'**********************************************
'** Program Name: Online RTV (
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?