📄 form2.frm
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "SWFLASH.OCX"
Begin VB.Form Form2
Caption = "Form2"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form2"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer1
Interval = 20
Left = 330
Top = 2220
End
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 1365
Left = 0
TabIndex = 0
Top = 0
Width = 1365
_cx = 2408
_cy = 2408
Movie = ""
Src = ""
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 = ""
Stacking = "below"
End
Begin VB.Label Label3
Caption = "Label3"
Height = 735
Left = 1710
TabIndex = 3
Top = 1920
Width = 2505
End
Begin VB.Label Label2
Caption = "Label2"
Height = 585
Left = 1710
TabIndex = 2
Top = 930
Width = 2685
End
Begin VB.Label Label1
Caption = "Label1"
Height = 465
Left = 2070
TabIndex = 1
Top = 120
Width = 2415
End
End
Attribute VB_Name = "Form2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'第二步: 在Form2的代码窗口中添加以下代码:
Private Sub Form_Resize()
': 将ShockwaveFlash1控件的大小设置为Form2的大小。
ShockwaveFlash1.Top = Form2.ScaleTop
ShockwaveFlash1.Left = Form2.ScaleLeft
ShockwaveFlash1.Width = Form2.ScaleWidth
ShockwaveFlash1.Height = Form2.ScaleHeight
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -