Source position: intuition.pas line 604
type TIBox = record
Left: SmallInt;
Top: SmallInt;
Width: SmallInt;
Height: SmallInt;
end;