'
'   Constant for CheckListBox custom control
'
'   Copyright (c) 1996-98 Hai Li, Zeal SoftStudio.
'   http://members.tripod.com/~zealsoft/
'   http://www.nease.net/~zealsoft/
'   E-mail: haili@public.bta.net.cn
'
' Constant for Style property
Global Const clsAutoDetect = 0
Global Const clsWin3 = 1
Global Const clsWin95 = 2
Global Const clsBorland = 3
Global Const clsCTL3D = 4
Global Const clsDiamond3D = 5
Global Const clsDiamond2D = 6
Global Const clsTrueFalse = 7
Global Const clsPlusMinus = 8
Global Const clsCircle = 9
Global Const clsCustom = 10

