📄 loading.frm
字号:
VERSION 5.00
Begin VB.Form Loading
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3165
ClientLeft = 60
ClientTop = 450
ClientWidth = 4710
LinkTopic = "Form1"
Picture = "Loading.frx":0000
ScaleHeight = 3165
ScaleWidth = 4710
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin VB.PictureBox Picture1
Height = 375
Left = 720
Picture = "Loading.frx":4879
ScaleHeight = 315
ScaleWidth = 3315
TabIndex = 0
Top = 2640
Width = 3375
End
Begin VB.Label Label2
BackStyle = 0 'Transparent
Caption = "正在载入登陆器,请稍候......"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H0000FFFF&
Height = 375
Left = 855
TabIndex = 2
Top = 1420
Width = 3375
End
Begin VB.Label Label1
BackStyle = 0 'Transparent
Caption = "正在载入登陆器,请稍候......"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00000000&
Height = 375
Left = 840
TabIndex = 1
Top = 1440
Width = 3375
End
End
Attribute VB_Name = "Loading"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -