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


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

' Alignment (Check Box)
Global Const SSCB_TEXT_RIGHT = 0         ' 0 - Text to the right
Global Const SSCB_TEXT_LEFT  = 1         ' 1 - Text to the left

' Alignment (Option Button)
Global Const SSOB_TEXT_RIGHT = 0         ' 0 - Text to the right
Global Const SSOB_TEXT_LEFT  = 1         ' 1 - Text to the left

' Alignment (Frame)
Global Const SSFR_LEFT_JUSTIFY  = 0      ' 0 - Left justify text
Global Const SSFR_RIGHT_JUSTIFY = 1      ' 1 - Right justify text
Global Const SSFR_CENTER        = 2      ' 2 - Center text

' Alignment (Panel)
Global Const SSPN_LEFT_TOP      = 0      ' 0 - Text to left and top
Global Const SSPN_LEFT_MIDDLE   = 1      ' 1 - Text to left and middle
Global Const SSPN_LEFT_BOTTOM   = 2      ' 2 - Text to left and bottom
Global Const SSPN_RIGHT_TOP     = 3      ' 3 - Text to right and top
Global Const SSPN_RIGHT_MIDDLE  = 4      ' 4 - Text to right and middle
Global Const SSPN_RIGHT_BOTTOM  = 5      ' 5 - Text to right and bottom
Global Const SSPN_CENTER_TOP    = 6      ' 6 - Text to center and top
Global Const SSPN_CENTER_MIDDLE = 7      ' 7 - Text to center and middle
Global Const SSPN_CENTER_BOTTOM = 8      ' 8 - Text to center and bottom

' Autosize (Command Button)
Global Const SS_AUTOSIZE_NONE       = 0  ' 0 - No Autosizing
Global Const SSPB_AUTOSIZE_PICTOBUT = 1  ' 0 - Autosize Picture to Button
Global Const SSPB_AUTOSIZE_BUTTOPIC = 2  ' 0 - Autosize Button to Picture

' Autosize (Ribbon Button)
'Global Const SS_AUTOSIZE_NONE      = 0  ' 0 - No Autosizing
Global Const SSRI_AUTOSIZE_PICTOBUT = 1  ' 0 - Autosize Picture to Button
Global Const SSRI_AUTOSIZE_BUTTOPIC = 2  ' 0 - Autosize Button to Picture

' Autosize (Panel)
'Global Const SS_AUTOSIZE_NONE    = 0    ' 0 - No Autosizing
Global Const SSPN_AUTOSIZE_WIDTH  = 1    ' 1 - Autosize Panel width to Caption
Global Const SSPN_AUTOSIZE_HEIGHT = 2    ' 2 - Autosize Panel height to Caption
Global Const SSPN_AUTOSIZE_CHILD  = 3    ' 3 - Autosize Child to Panel

' BevelInner (Panel)
Global Const SS_BEVELINNER_NONE   = 0    ' 0 - No Inner Bevel
Global Const SS_BEVELINNER_INSET  = 1    ' 1 - Inset Inner Bevel
Global Const SS_BEVELINNER_RAISED = 2    ' 2 - Raised Inner Bevel

' BevelOuter (Panel)
Global Const SS_BEVELOUTER_NONE   = 0    ' 0 - No Outer Bevel
Global Const SS_BEVELOUTER_INSET  = 1    ' 1 - Inset Outer Bevel
Global Const SS_BEVELOUTER_RAISED = 2    ' 2 - Raised Outer Bevel

' FloodType (Panel)
Global Const SS_FLOODTYPE_NONE    = 0    ' 0 - No flood
Global Const SS_FLOODTYPE_L_TO_R  = 1    ' 1 - Left to light
Global Const SS_FLOODTYPE_R_TO_L  = 2    ' 2 - Right to left
Global Const SS_FLOODTYPE_T_TO_B  = 3    ' 3 - Top to bottom
Global Const SS_FLOODTYPE_B_TO_T  = 4    ' 4 - Bottom to top
Global Const SS_FLOODTYPE_CIRCLE  = 5    ' 5 - Widening circle

' Font3D (Panel, Command Button, Option Button, Check Box, Frame)
Global Const SS_FONT3D_NONE         = 0  ' 0 - No 3-D text
Global Const SS_FONT3D_RAISED_LIGHT = 1  ' 1 - Raised with light shading
Global Const SS_FONT3D_RAISED_HEAVY = 2  ' 2 - Raised with heavy shading
Global Const SS_FONT3D_INSET_LIGHT  = 3  ' 3 - Inset with light shading
Global Const SS_FONT3D_INSET_HEAVY  = 4  ' 4 - Inset with heavy shading

' PictureDnChange (Ribbon Button)
Global Const SS_PICDN_NOCHANGE = 0       ' 0 - Use 'Up' bitmap with no change
Global Const SS_PICDN_DITHER   = 1       ' 1 - Dither 'Up' bitmap 
Global Const SS_PICDN_INVERT   = 2       ' 2 - Invert 'Up' bitmap

' ShadowColor (Panel, Frame)
Global Const SS_SHADOW_DARKGREY = 0      ' 0 - Dark grey shadow
Global Const SS_SHADOW_BLACK    = 1      ' 1 - Black shadow

' ShadowStyle (Frame)
Global Const SS_SHADOW_INSET  = 0        ' 0 - Shadow inset
Global Const SS_SHADOW_RAISED = 1        ' 1 - Shadow raised
