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


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

' BevelDropdown, BevelSelection, BevelTopMenu
Global Const SS3D3_THIN_BEVEL  = 0       ' 0 - Thin Bevel (1 pixel)
Global Const SS3D3_THICK_BEVEL = 1       ' 1 - Thick Bevel (2 pixels)

' DividerStyle
Global Const SS3D3_NO_DIVIDER      = 0   ' 0 - None
Global Const SS3D3_DIV_BLACK_LINE  = 1   ' 1 - Black Line
Global Const SS3D3_DIV_GREY_LINE   = 2   ' 2 - Dark Grey Line
Global Const SS3D3_DIV_RAISED_LINE = 3   ' 3 - Raised Line
Global Const SS3D3_DIV_INSET_LINE  = 4   ' 4 - Inset Line

' Font3D
Global Const SS3D3_FONT3D_NONE  = 0      ' 0 - No 3-D text
Global Const SS3D3_FONT3D_LIGHT = 1      ' 1 - Light shading
Global Const SS3D3_FONT3D_HEAVY = 2      ' 2 - Heavy shading

' SelectionStyle
Global Const SS3D3_SEL_RAISED_PANEL  = 0 ' 0 - Raised Panel
Global Const SS3D3_SEL_INSET_PANEL   = 1 ' 1 - Inset Panel
Global Const SS3D3_SEL_RAISED_BORDER = 2 ' 2 - Raised Border
Global Const SS3D3_SEL_INSET_BORDER  = 3 ' 3 - Inset Border

' ShadowColor
Global Const SS3D3_SHADOW_DARKGREY = 0   ' 0 - Dark grey shadow
Global Const SS3D3_SHADOW_BLACK    = 1   ' 1 - Black shadow

' TopMenuStyle
Global Const SS3D3_TOPMENU_2D        = 0 ' 0 - Standard 2-dimensional
Global Const SS3D3_TOPMENU_BUTTONS   = 1 ' 1 - MenuButtons
Global Const SS3D3_TOPMENU_RAISED_PN = 2 ' 2 - Raised Panel
Global Const SS3D3_TOPMENU_INSET_PN  = 3 ' 3 - Inset Panel
Global Const SS3D3_TOPMENU_RAISED_BO = 4 ' 4 - Raised Border
Global Const SS3D3_TOPMENU_INSET_BO  = 5 ' 5 - Inset Border
Global Const SS3D3_TOPMENU_RAISED_LN = 6 ' 6 - Raised Line
Global Const SS3D3_TOPMENU_INSET_LN  = 7 ' 7 - Inset Line

' TopPicAlignment
Global Const SS3D3_TOPALIGN_PICOVER  = 0 ' 0 - Picture Over Text
Global Const SS3D3_TOPALIGN_PICUNDER = 1 ' 1 - Picture Under Text
Global Const SS3D3_TOPALIGN_PICLEFT  = 2 ' 2 - Picture Left of Text
Global Const SS3D3_TOPALIGN_PICRIGHT = 3 ' 3 - Picture Right of Text
Global Const SS3D3_TOPALIGN_PICONLY  = 4 ' 4 - Picture Only (no text)

' FunctionKeyPressed Event
Global Const SS3D3_F1                = 1  ' Function Key 1
Global Const SS3D3_F2                = 2  ' Function Key 2
Global Const SS3D3_F3                = 3  ' Function Key 3
Global Const SS3D3_F4                = 4  ' Function Key 4
Global Const SS3D3_F5                = 5  ' Function Key 5
Global Const SS3D3_F6                = 6  ' Function Key 6
Global Const SS3D3_F7                = 7  ' Function Key 7
Global Const SS3D3_F8                = 8  ' Function Key 8
Global Const SS3D3_F9                = 9  ' Function Key 9
Global Const SS3D3_F10               = 10 ' Function Key 10
Global Const SS3D3_F11               = 11 ' Function Key 11
Global Const SS3D3_F12               = 12 ' Function Key 12
Global Const SS3D3_F13               = 13 ' Function Key 13
Global Const SS3D3_F14               = 14 ' Function Key 14
Global Const SS3D3_F15               = 15 ' Function Key 15
Global Const SS3D3_F16               = 16 ' Function Key 16
