ucprogressbar.ctl
来自「VB远程操作Sql Server 2000数据库的工具 主要功能就是远程(局域」· CTL 代码 · 共 28 行
CTL
28 行
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 + =
减小字号Ctrl + -
显示快捷键?