📄 成功提示.frm
字号:
VERSION 5.00
Begin VB.Form Form9
BorderStyle = 0 'None
Caption = "Form9"
ClientHeight = 3000
ClientLeft = 195
ClientTop = 0
ClientWidth = 4005
LinkTopic = "Form9"
Picture = "成功提示.frx":0000
ScaleHeight = 3000
ScaleWidth = 4005
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 2000
Left = 120
Top = 2280
End
Begin VB.Label Label1
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 = 2055
Left = 360
TabIndex = 0
Top = 480
Width = 3015
End
Begin VB.Image Image1
Height = 1200
Left = 2640
Picture = "成功提示.frx":0A2C
Top = 240
Width = 1200
End
End
Attribute VB_Name = "Form9"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Click()
Unload Form9
End Sub
Private Sub Label1_Click()
Unload Form9
End Sub
Private Sub Timer1_Timer()
Unload Form9
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -