TTrackBarScalePos - enumerated type denoting position of the scale for a track bar.
Source position: comctrls.pp line 2696
type TTrackBarScalePos = (
trLeft,
trRight,
trTop,
trBottom
);