📄 frmlogo.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.Form frmLogo
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 5160
ClientLeft = 0
ClientTop = 0
ClientWidth = 7380
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
Picture = "frmLogo.frx":0000
ScaleHeight = 5654.794
ScaleMode = 0 'User
ScaleWidth = 7380
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 300
Left = 2520
Top = 4560
End
Begin MSComctlLib.ProgressBar prbLogo
Height = 135
Left = 4000
TabIndex = 0
Top = 3240
Width = 3015
_ExtentX = 5318
_ExtentY = 238
_Version = 393216
Appearance = 1
End
End
Attribute VB_Name = "frmLogo"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
prbLogo.Value = prbLogo.Value + 10
If prbLogo.Value = 100 Then
frmLogin.Show
Unload Me
End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -