📄 frmprocbar.frm
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmProcBar
BorderStyle = 3 'Fixed Dialog
ClientHeight = 1320
ClientLeft = 45
ClientTop = 45
ClientWidth = 4635
ControlBox = 0 'False
LinkTopic = "Form1"
LockControls = -1 'True
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 1320
ScaleWidth = 4635
ShowInTaskbar = 0 'False
StartUpPosition = 2 '屏幕中心
Begin MSComCtl2.Animation Animation1
Height = 540
Left = 210
TabIndex = 1
Top = 480
Width = 4215
_ExtentX = 7435
_ExtentY = 953
_Version = 393216
FullWidth = 281
FullHeight = 36
End
Begin VB.Label Label1
Caption = "程序正在运行,请稍候......"
BeginProperty Font
Name = "宋体"
Size = 10.5
Charset = 134
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
ForeColor = &H00FF0000&
Height = 270
Left = 195
TabIndex = 0
Top = 105
Width = 4080
End
End
Attribute VB_Name = "frmProcBar"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
'Public i As Integer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -