T xtcStatusBar : Enhanced status bar with hottrackin, Hints, plus additional events added.
Author: Alan Rose  alan.jr@xtra.co.nz
Date:  10/4/2000
Freeware. Comments welcomed.

 I have purposely kept it simple by descending from TStatusbar else Hints could have been added to TStatusPanel descendant
 To use set form showhint to true. Setup hints in hints property
 Hottracking requires panel property style be set to psOwnerdraw. this is done automatically on setting hottrack to True
 XTC stands for either a popular band from the eighties or eXtra Tough Components. Doesnt matter really.

 New Properties \ Events
    HotTrack:      Turn this on to activate hottracking over panels
    HotTrackColor: Colour of font on Hottrack
    HotTrackBrush: Colour of brush on HotTrack
    Hints:         StringList of Hints to use with panels
    MouseEnter:    Event Added for programer to utilize
    MouseLeave:    Event Added for programer to utilize
    CurrentPanel:  Runtime access to current panel. i.e could be used in onclick event
          e.g 
             Onclick Event
             case xtcstatusbar1.CurrentPanel of
                 0: CallURL;
                 1: RunProcess;
            end;

  Verion 1.0 10/4/2000
  - Released
