📄 zs.frm
字号:
VERSION 5.00
Begin VB.Form zs
BorderStyle = 0 'None
Caption = "展示窗口"
ClientHeight = 5160
ClientLeft = 2700
ClientTop = 1785
ClientWidth = 7185
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5160
ScaleWidth = 7185
ShowInTaskbar = 0 'False
Begin VB.PictureBox Picture1
Height = 5175
Left = 0
Picture = "zs.frx":0000
ScaleHeight = 5115
ScaleWidth = 7155
TabIndex = 0
Top = 0
Width = 7215
Begin VB.Timer Timer3
Interval = 1500
Left = 5760
Top = 3600
End
Begin VB.Timer Timer2
Interval = 30
Left = 5760
Top = 2880
End
Begin VB.Timer Timer1
Interval = 2000
Left = 5760
Top = 1800
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
ForeColor = &H00FFFF00&
Height = 180
Left = 3480
TabIndex = 2
Top = 3000
Width = 690
End
Begin VB.Label Label1
AutoSize = -1 'True
BackStyle = 0 'Transparent
Caption = "加载中………"
BeginProperty Font
Name = "华文中宋"
Size = 12
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FFFF80&
Height = 285
Left = 3120
TabIndex = 1
Top = 3240
Width = 1440
End
End
End
Attribute VB_Name = "zs"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Unload Me
denglu.Show
End Sub
Private Sub Timer2_Timer()
Me.Label1.ForeColor = QBColor(Int(Rnd * 15))
End Sub
Private Sub Timer3_Timer()
Dim i As Integer
While Not i = 101
Me.Label2.Caption = i & "%"
i = i + 1
Wend
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -