📄 form8.frm
字号:
VERSION 5.00
Begin VB.Form Form8
BackColor = &H00C0C0FF&
Caption = "Form8"
ClientHeight = 11070
ClientLeft = 60
ClientTop = 390
ClientWidth = 15240
FillColor = &H00C0C0C0&
ForeColor = &H00C0C0FF&
LinkTopic = "Form8"
ScaleHeight = 11070
ScaleWidth = 15240
StartUpPosition = 3 '窗口缺省
Begin VB.Timer Timer2
Interval = 200
Left = 6840
Top = 10680
End
Begin VB.Timer Timer1
Interval = 100
Left = 5640
Top = 720
End
Begin VB.Image Image4
Height = 7545
Left = 10200
Picture = "Form8.frx":0000
Stretch = -1 'True
Top = 1080
Width = 5055
End
Begin VB.Image Image3
Height = 7545
Left = 5160
Picture = "Form8.frx":1B926
Stretch = -1 'True
Top = 1080
Width = 5055
End
Begin VB.Image Image2
Height = 7545
Left = 0
Picture = "Form8.frx":39F5B
Stretch = -1 'True
Top = 1080
Width = 5175
End
Begin VB.Image Image1
Height = 7500
Left = 5160
Picture = "Form8.frx":4EEE6
Stretch = -1 'True
Top = 1080
Width = 5025
End
Begin VB.Label Label2
BackColor = &H00C0C0FF&
Caption = "结 束"
BeginProperty Font
Name = "华文彩云"
Size = 24
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 13200
TabIndex = 1
Top = 10200
Width = 1695
End
Begin VB.Label Label1
BackColor = &H00C0C0FF&
Caption = "明天会更好!加油!!"
BeginProperty Font
Name = "黑体"
Size = 72
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H000000FF&
Height = 1455
Left = 120
TabIndex = 0
Top = 8880
Width = 15255
End
End
Attribute VB_Name = "Form8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Label2_Click()
Form9.Show
Unload Me
End Sub
Private Sub Timer1_Timer()
iStep = 50
Image2.Top = Image2.Top - iStep
Image3.Top = Image3.Top - iStep
Image4.Top = Image4.Top - iStep
End Sub
Private Sub Timer2_Timer()
Label1.ForeColor = RGB(255 * Rnd, 255 * Rnd, 255 * Rnd)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -