📄 form6.frm
字号:
VERSION 5.00
Object = "{D27CDB6B-AE6D-11CF-96B8-444553540000}#1.0#0"; "Flash9f.ocx"
Begin VB.Form Form6
Caption = "Form6"
ClientHeight = 10215
ClientLeft = 60
ClientTop = 390
ClientWidth = 15240
LinkTopic = "Form6"
ScaleHeight = 10215
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "中国加油!"
BeginProperty Font
Name = "宋体"
Size = 14.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 1695
Left = 480
Picture = "Form6.frx":0000
Style = 1 'Graphical
TabIndex = 2
Top = 8160
Width = 1695
End
Begin ShockwaveFlashObjectsCtl.ShockwaveFlash ShockwaveFlash1
Height = 5415
Left = 7440
TabIndex = 0
Top = 4200
Width = 6735
_cx = 11880
_cy = 9551
FlashVars = ""
Movie = "E:\地震公益广告\孩子.swf"
Src = "E:\地震公益广告\孩子.swf"
WMode = "Window"
Play = 0 'False
Loop = -1 'True
Quality = "High"
SAlign = ""
Menu = -1 'True
Base = ""
AllowScriptAccess= ""
Scale = "ShowAll"
DeviceFont = 0 'False
EmbedMovie = 0 'False
BGColor = ""
SWRemote = ""
MovieData = ""
SeamlessTabbing = -1 'True
Profile = 0 'False
ProfileAddress = ""
ProfilePort = 0
AllowNetworking = "all"
AllowFullScreen = "false"
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "返 回"
BeginProperty Font
Name = "华文彩云"
Size = 26.25
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 1095
Left = 1320
TabIndex = 1
Top = 1320
Width = 1815
End
Begin VB.Image Image1
Height = 11055
Left = -480
Picture = "Form6.frx":313F
Stretch = -1 'True
Top = 0
Width = 15465
End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form8.Show
Unload Me
End Sub
Private Sub Label1_Click()
Form4.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -