This control automatically resizes and repositons the controls on the form that it is place on when the form itself is resized.

Properties

LimitFormSize (Boolean) When set to true, limit the form resizing to the limit set by the MaxFormHeight, MaxFormWidth, MinFormHeight, and MinFormWidth property.

MaxFormHeight (Integer) The maximum height a form can be resized to if the LimitFormSize is set to true.
MaxFormWidth (Integer) The maximum width a form can be resized to if the LimitFormSize is set to true.
MinFormHeight (Integer) The minimum height a form can be resized to if the LimitFormSize is set to true.
MinFormWidth (Integer) The minimum width a form can be resized to if the LimitFormSize is set to true.

ResizeEnabled (Boolean) 
By default, controls will be resized at runtime. To turn off this behavior, set the "ResizeEnabled" property to "False". 
To turn off resizing to individual controls, add without the quotes ""ControlResize=False"" to the control's Tag property.
 
ResizeFont  
Setting the ResizeFont property to ""False"" turns off the resizing of all fonts on the form. To restrict font resizing for individual controls, set that controls Tag property to "FontResize=False" (without the quotes).