📄 frmwait.frm
字号:
VERSION 5.00
Begin VB.Form frmWait
AutoRedraw = -1 'True
BackColor = &H00FFFFFF&
BorderStyle = 5 'Sizable ToolWindow
ClientHeight = 1740
ClientLeft = 60
ClientTop = 60
ClientWidth = 4545
ClipControls = 0 'False
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1740
ScaleWidth = 4545
ShowInTaskbar = 0 'False
StartUpPosition = 1 '所有者中心
Begin VB.Label Label1
BackColor = &H00FFFFFF&
Caption = "系统正在进行中,请您稍候..."
ForeColor = &H00000000&
Height = 240
Left = 1110
TabIndex = 0
Top = 720
Width = 2700
End
Begin VB.Image Image1
Height = 1740
Left = 0
Picture = "frmWait.frx":0000
Stretch = -1 'True
Top = 0
Width = 915
End
End
Attribute VB_Name = "frmWait"
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 + -