📄 frmwait.frm
字号:
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "Mscomctl.ocx"
Begin VB.Form Frmwait
BorderStyle = 4 'Fixed ToolWindow
Caption = "请稍候..."
ClientHeight = 870
ClientLeft = 45
ClientTop = 315
ClientWidth = 4560
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 870
ScaleWidth = 4560
ShowInTaskbar = 0 'False
StartUpPosition = 3 '窗口缺省
Begin MSComctlLib.ProgressBar ProgressBar1
Height = 255
Left = 120
TabIndex = 0
Top = 120
Width = 4215
_ExtentX = 7435
_ExtentY = 450
_Version = 393216
Appearance = 1
End
Begin VB.Label Label1
BeginProperty Font
Name = "宋体"
Size = 9
Charset = 134
Weight = 700
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 225
Left = 360
TabIndex = 1
Top = 480
Width = 1695
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()
ProgressBar1.Min = 0
ProgressBar1.Value = 0
Move (Screen.Height - Me.Height) / 2, (Screen.width - Me.width) / 2
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -