📄 frmflash.frm
字号:
VERSION 5.00
Begin VB.Form Frmflash
BackColor = &H000000C0&
BorderStyle = 0 'None
ClientHeight = 4365
ClientLeft = 0
ClientTop = 0
ClientWidth = 5775
ClipControls = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
NegotiateMenus = 0 'False
ScaleHeight = 4365
ScaleWidth = 5775
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox SSPanel1
Height = 4365
Left = 0
ScaleHeight = 4305
ScaleWidth = 5715
TabIndex = 0
Top = 0
Width = 5775
End
Begin VB.Timer Timer1
Enabled = 0 'False
Interval = 1000
Left = 420
Top = 3540
End
End
Attribute VB_Name = "Frmflash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Activate()
Timer1.Interval = 1000
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
Unload Me
Frmstart.Show 1
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -