📄 form1.frm
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "swflash.ocx"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3660
ClientLeft = 60
ClientTop = 345
ClientWidth = 4575
LinkTopic = "Form1"
ScaleHeight = 3660
ScaleWidth = 4575
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton Command2
Caption = "pause"
Height = 375
Left = 2520
TabIndex = 2
Top = 3120
Width = 1215
End
Begin VB.CommandButton Command1
Caption = "play"
Height = 375
Left = 360
TabIndex = 1
Top = 3120
Width = 1215
End
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 2655
Left = 240
TabIndex = 0
Top = 240
Width = 4095
_cx = 7223
_cy = 4683
Movie = "c:/example.swf"
Src = "c:/example.swf"
WMode = "Window"
Play = -1 'True
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
Scale = "ShowAll"
DeviceFont = 0 'False
EmbedMovie = 0 'False
BGColor = ""
SWRemote = ""
End
End
Attribute VB_Name = "Form1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
ShockwaveFlash1.Playing = True
End Sub
Private Sub Command2_Click()
ShockwaveFlash1.Playing = False
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -