egroups / ScaleObjects

Scale your Delphi Application forms and form components automatically. This is an example project for ScaleForm function which helps you to re-scale your form and inner components of your form with the ratio and dimention you wished.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScaleObjects

Scale your Delphi Application forms and form components automatically. This is an example project for ScaleForm function which helps you to re-scale your form and inner components of your form with the ratio and dimention you wished.

It calculates your form x and y values and scales it larger or smaller easily.

Screenshots

Original Form

Original Form

Smaller Form

Smaller Form

  ScaleForm(MyForm,TScaleScreen.TSmaller);

Larger Form

Larger Form

  ScaleForm(MyForm,TScaleScreen.TLarger);

About

Scale your Delphi Application forms and form components automatically. This is an example project for ScaleForm function which helps you to re-scale your form and inner components of your form with the ratio and dimention you wished.

License:Apache License 2.0


Languages

Language:Pascal 100.0%