?? flash.frm
字號:
VERSION 5.00
Begin VB.Form Flash
ClientHeight = 5205
ClientLeft = 2010
ClientTop = 1275
ClientWidth = 6705
ControlBox = 0 'False
LinkTopic = "Form1"
ScaleHeight = 5205
ScaleWidth = 6705
StartUpPosition = 1 '所有者中心
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 100
Left = 1695
Top = 1905
End
Begin VB.TextBox Text1
Height = 225
Left = 2070
TabIndex = 0
Top = 3255
Visible = 0 'False
Width = 1005
End
Begin VB.Image Image1
Height = 5355
Left = -15
Picture = "Flash.frx":0000
Top = -75
Width = 6735
End
End
Attribute VB_Name = "Flash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
Load frm_load
frm_load.Show
Unload Me
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -