📄 ucprogressbar.ctl
字号:
VERSION 5.00
Begin VB.UserControl ucProgressBar
AutoRedraw = -1 'True
CanGetFocus = 0 'False
ClientHeight = 855
ClientLeft = 0
ClientTop = 0
ClientWidth = 5595
ClipControls = 0 'False
FillStyle = 0 'Solid
ScaleHeight = 57
ScaleMode = 3 'Pixel
ScaleWidth = 373
End
Attribute VB_Name = "ucProgressBar"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Attribute VB_Ext_KEY = "PropPageWizardRun" ,"Yes"
Option Explicit
'-- Public enums.:
Public Enum pbCaptionFormats
[fNothing] = 0 '无标题
[fValue] 'Value
[f0%] 'Relative %
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -