📄 出错提示.frm
字号:
VERSION 5.00
Begin VB.Form Form3
BorderStyle = 0 'None
Caption = "Form3"
ClientHeight = 3000
ClientLeft = 195
ClientTop = 0
ClientWidth = 4005
LinkTopic = "Form3"
MaxButton = 0 'False
MinButton = 0 'False
Picture = "出错提示.frx":0000
ScaleHeight = 3000
ScaleMode = 0 'User
ScaleWidth = 4005
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 5000
Left = 240
Top = 2280
End
Begin VB.Image Image1
Height = 990
Left = 2880
Picture = "出错提示.frx":0A2C
Top = 120
Width = 1200
End
Begin VB.Label Label1
Alignment = 2 'Center
BackStyle = 0 'Transparent
Caption = "Label1"
BeginProperty Font
Name = "Monotype Corsiva"
Size = 15.75
Charset = 0
Weight = 700
Underline = 0 'False
Italic = -1 'True
Strikethrough = 0 'False
EndProperty
Height = 1755
Left = 840
TabIndex = 0
Top = 960
Width = 2085
End
End
Attribute VB_Name = "Form3"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Unload Form3
End Sub
Private Sub Label1_Click()
Unload Form3
End Sub
Private Sub Timer1_Timer()
Unload Form3
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -