?? mdtvd.frm
字號:
VERSION 5.00
Object = "{05589FA0-C356-11CE-BF01-00AA0055595A}#2.0#0"; "amovie.ocx"
Begin VB.Form Form5
BorderStyle = 1 'Fixed Single
Caption = "Form5"
ClientHeight = 4140
ClientLeft = 45
ClientTop = 330
ClientWidth = 5325
Icon = "MdTvd.frx":0000
LinkTopic = "Form5"
MaxButton = 0 'False
ScaleHeight = 4140
ScaleWidth = 5325
StartUpPosition = 2 '屏幕中心
Begin AMovieCtl.ActiveMovie Amv
Height = 420
Left = 0
TabIndex = 0
Top = 0
Width = 3990
_ExtentX = 7038
_ExtentY = 741
EnableContextMenu= 0 'False
ShowDisplay = 0 'False
AutoStart = -1 'True
AutoRewind = 0 'False
End
End
Attribute VB_Name = "Form5"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Amv_OpenComplete()
On Error Resume Next
Me.Width = Amv.Width + 90
Me.Height = Amv.Height + 330
Me.Left = (Screen.Width - Me.Width) \ 2
Me.Top = (Screen.Height - Me.Height) \ 2
End Sub
Private Sub Form_Load()
Me.BackColor = QBColor(0)
Me.Width = 0
Me.Height = 0
Amv.Width = 0
Amv.Height = 0
SetFormTop Form5, True
End Sub
Private Sub Form_QueryUnload(Cancel As Integer, UnloadMode As Integer)
On Error Resume Next
Amv.stop
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -