Changing the Size of a form object

The Size of an custom form object is defined as Width and Height.

In the example form below, the size of the Enter More Information object will be updated to allow a longer text string to be entered by the user.

Click on the Enter More Information object in the main form panel to show its Display Properties.
Update the Size property from Width=100, Height=23 to Width=300, Height=100.

The size of the object has been changed as shown on the custom form below.