chameleonbutton.ctl
来自「一款比较专业」· CTL 代码 · 共 36 行
CTL
36 行
VERSION 5.00
Begin VB.UserControl chameleonButton
AutoRedraw = -1 'True
ClientHeight = 3600
ClientLeft = 0
ClientTop = 0
ClientWidth = 4800
DefaultCancel = -1 'True
PropertyPages = "chameleonButton.ctx":0000
ScaleHeight = 240
ScaleMode = 3 'Pixel
ScaleWidth = 320
ToolboxBitmap = "chameleonButton.ctx":0035
Begin VB.Timer OverTimer
Enabled = 0 'False
Interval = 3
Left = 0
Top = 0
End
End
Attribute VB_Name = "chameleonButton"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = False
Option Explicit
#Const isOCX = False
Private Const cbVersion As String = "2.0.6"
'%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
'% <<< GONCHUKI SYSTEMS >>> %
'% %
'% CHAMELEON BUTTON %
'% copyright
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?