📄 frmflash.frm
字号:
VERSION 5.00
Object = "{0BA686C6-F7D3-101A-993E-0000C0EF6F5E}#2.0#0"; "THREED20.OCX"
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 'CenterScreen
Begin Threed.SSPanel SSPanel1
Height = 4365
Left = 0
TabIndex = 0
Top = 0
Width = 5775
_ExtentX = 10186
_ExtentY = 7699
_Version = 131073
PictureFrames = 1
Picture = "Frmflash.frx":0000
BorderWidth = 1
BevelInner = 2
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 + -