''''''''''''''''''''''''''''
' Visual Basic constant file for meter bar. Load this file
' into a code module.
''''''''''''''''''''''''''''

'BorderStyle values
Global Const MBAR_BORDER_NONE = 0
Global Const MBAR_BORDER_FIXED = 1
Global Const MBAR_BORDER_THREED = 2

'Orientation values
Global Const MBAR_ORIENT_HORIZ = 0
Global Const MBAR_ORIENT_VERTI = 1

'Error Constants
Global Const ERR_POSRANGE = 20000
