📄 frmwait.frm
字号:
VERSION 5.00
Begin VB.Form frmwait
ClientHeight = 915
ClientLeft = 60
ClientTop = 450
ClientWidth = 4440
LinkTopic = "Form1"
MDIChild = -1 'True
ScaleHeight = 915
ScaleWidth = 4440
Begin VB.Label Label1
Caption = "正在统计数据,请稍等。。。"
BeginProperty Font
Name = "MS Sans Serif"
Size = 13.5
Charset = 0
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 495
Left = 120
TabIndex = 0
Top = 240
Width = 4095
End
End
Attribute VB_Name = "frmwait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
frmwait.Width = 4560
frmwait.Height = 1400
frmwait.Top = 1500
frmwait.Left = 2000
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -