Title: How to scale a form manuallyprocedure TForm1.Button1Click(Sender: TObject);begin ScaleBy(150, 100);end;