📄 封面.frm
字号:
VERSION 5.00
Begin VB.Form 封面
BorderStyle = 0 'None
Caption = "封面"
ClientHeight = 5100
ClientLeft = 0
ClientTop = 0
ClientWidth = 7455
LinkTopic = "Form1"
Picture = "封面.frx":0000
ScaleHeight = 5100
ScaleWidth = 7455
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.Timer Timer1
Interval = 1000
Left = 3840
Top = 4080
End
Begin VB.Label Label1
Appearance = 0 'Flat
BackColor = &H80000005&
BackStyle = 0 'Transparent
Caption = "1.0.0"
BeginProperty Font
Name = "隶书"
Size = 14.25
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000C0C0&
Height = 375
Left = 1440
TabIndex = 0
Top = 4560
Width = 1095
End
End
Attribute VB_Name = "封面"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Timer1_Timer()
Timer1.Enabled = False
密码.Show
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -