'============================================================================'
'                                                                            '
' Visual Basic constant file for 3-D Widgets/2 from Sheridan Software.       '
' This file can be loaded into the Global Module.                            '
'                                                                            '
'============================================================================'


'================='
'                 '
' Property values '
'                 '
'================='

' BorderStyle
Global Const SS3D2_BORDER_NONE             = 0   ' 0 - None
Global Const SS3D2_BORDER_SINGLE           = 1   ' 1 - Fixed Single
Global Const SS3D2_BORDER_SIZABLE          = 2   ' 2 - Sizable
Global Const SS3D2_BORDER_SINGLE_CAPTION   = 3   ' 3 - Fixed Single with Caption
Global Const SS3D2_BORDER_SIZABLE_CAPTION  = 4   ' 4 - Sizable with Caption

' Case
Global Const SS3D2_CASE_UNCHANGED          = 0   ' 0 - None
Global Const SS3D2_CASE_LOWER              = 1   ' 1 - Lowercase
Global Const SS3D2_CASE_UPPER              = 2   ' 2 - Uppercase

' DividerStyle
Global Const SS3D2_NO_DIVIDER              = 0   ' 0 - None
Global Const SS3D2_DIV_BLACK_LINE          = 1   ' 1 - Black Line
Global Const SS3D2_DIV_GREY_LINE           = 2   ' 2 - Dark Grey Line
Global Const SS3D2_DIV_RAISED_LINE         = 3   ' 3 - Raised Line
Global Const SS3D2_DIV_INSET_LINE          = 4   ' 4 - Inset Line

' FileTypePictures
Global Const SS3D2_FILETYPEPICS_NONE       = 0   ' 0 - None
Global Const SS3D2_FILETYPEPICS_SELECTED   = 1   ' 1 - For selected files only
Global Const SS3D2_FILETYPEPICS_UNSELECTED = 2   ' 2 - For Unselected files only
Global Const SS3D2_FILETYPEPICS_ALL        = 3   ' 3 - For all files

' Font3D
Global Const SS3D2_FONT3D_NONE         	   = 0  ' 0 - No 3-D text
Global Const SS3D2_FONT3D_RAISED_LIGHT     = 1  ' 1 - Raised with light shading
Global Const SS3D2_FONT3D_RAISED_HEAVY     = 2  ' 2 - Raised with heavy shading
Global Const SS3D2_FONT3D_INSET_LIGHT      = 3  ' 3 - Inset with light shading
Global Const SS3D2_FONT3D_INSET_HEAVY      = 4  ' 4 - Inset with heavy shading

' ListStyle
Global Const SS3D2_LISTSTYLE_2D            = 0   ' 0 - 2D - BackColor used
Global Const SS3D2_LISTSTYLE_3D            = 1   ' 1 - 3D - BackColor ignored

' SelectionType
Global Const SS3D2_SEL_SINGLE              = 0   ' 0 - Single selection
Global Const SS3D2_SEL_MULTIPLE            = 1   ' 1 - Multiple selection
Global Const SS3D2_SEL_EXTENDED_MULTIPLE   = 2   ' 2 - Extended Multiple selection

' ShadowColor
Global Const SS3D2_SHADOW_DARKGREY         = 0   ' 0 - Dark grey shadow
Global Const SS3D2_SHADOW_BLACK            = 1   ' 1 - Black shadow

' TabScale
Global Const SS3D2_TABSCALE_NONE           = 0   ' 0 - No Tabs
Global Const SS3D2_TABSCALE_AVG_CHAR       = 1   ' 1 - Average Character Width
Global Const SS3D2_TABSCALE_PIXELS         = 2   ' 2 - Pixels
Global Const SS3D2_TABSCALE_TWIPS          = 3   ' 3 - Twips

' TabType
Global Const SS3D2_TABTYPE_SOFT            = 0   ' 0 - Soft Tabs
Global Const SS3D2_TABTYPE_HARD            = 1   ' 1 - Hard Tabs
