📄 formwait.frm
字号:
VERSION 5.00
Begin VB.Form FormWait
BackColor = &H80000001&
BorderStyle = 3 'Fixed Dialog
ClientHeight = 684
ClientLeft = 48
ClientTop = 48
ClientWidth = 5664
ControlBox = 0 'False
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
MousePointer = 11 'Hourglass
ScaleHeight = 57
ScaleMode = 3 'Pixel
ScaleWidth = 472
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Visible = 0 'False
Begin VB.PictureBox BarWait
Align = 2 'Align Bottom
BackColor = &H8000000B&
FillColor = &H00FF80FF&
FillStyle = 0 'Solid
ForeColor = &H00FF80FF&
Height = 252
Left = 0
MousePointer = 11 'Hourglass
ScaleHeight = 17
ScaleMode = 0 'User
ScaleWidth = 10
TabIndex = 1
Top = 432
Width = 5664
End
Begin VB.Label LabelWait
Alignment = 2 'Center
BackColor = &H80000001&
Caption = "正在计算,请稍候!"
BeginProperty Font
Name = "宋体"
Size = 11.4
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 0
TabIndex = 0
Top = 120
Width = 5655
End
End
Attribute VB_Name = "FormWait"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
SetWindowPos Me.hwnd, -1, 0, 0, 0, 0, &H2 Or &H1
End Sub
Private Sub LabelWait_Click()
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -