On your forms set AutoSize to False and Scaled to True. This is the default for versions above D2005 I think. Previously AutoSize = True was the default. You may have to change the widths of some controls that don't autosize (ie. checkbox) but very managable. > Form.scaleby > Or using align and margins, > Or by using anchors and constraints