📄 main_splash.frm
字号:
VERSION 5.00
Begin VB.Form Main_Splash
BorderStyle = 1 'Fixed Single
ClientHeight = 3705
ClientLeft = 15
ClientTop = -90
ClientWidth = 6405
ControlBox = 0 'False
Icon = "Main_Splash.frx":0000
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "Main_Splash.frx":000C
ScaleHeight = 3705
ScaleWidth = 6405
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 1200
Left = 195
Top = 1995
End
End
Attribute VB_Name = "Main_Splash"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Load Frm_Main
Frm_Main.Show
Unload Me
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -