Contains the coordinates of the rectangle
TCSRect = record Left: integer; Top: integer; Right: integer; Bottom: integer; end;