Source position: mui.pas line 1401
type tMUI_MinMax = record
MinWidth: SmallInt;
MinHeight: SmallInt;
MaxWidth: SmallInt;
MaxHeight: SmallInt;
DefWidth: SmallInt;
DefHeight: SmallInt;
end;