aeroscrollbar.ctl
来自「AeroSuite--一组非常漂亮的VISTA控件集」· CTL 代码 · 共 37 行
CTL
37 行
VERSION 5.00
Begin VB.UserControl AeroScrollbar
Alignable = -1 'True
BackColor = &H80000005&
CanGetFocus = 0 'False
ClientHeight = 2655
ClientLeft = 0
ClientTop = 0
ClientWidth = 255
ClipControls = 0 'False
FillStyle = 0 'Solid
BeginProperty Font
Name = "Segoe UI"
Size = 9
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
FontTransparent = 0 'False
ForeColor = &H8000000F&
ScaleHeight = 177
ScaleMode = 3 'Pixel
ScaleWidth = 17
ToolboxBitmap = "AeroScrollbar.ctx":0000
End
Attribute VB_Name = "AeroScrollbar"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
'--------------------------------------------------------------------------
' AeroScrollbar ActiveX Control
' Based on ucScrollbar v1.0.4 by Carles P.V. [CodeId=63046]
'--------------------------------------------------------------------------
' Copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?