The resize field statement changes the size of a window field.
resize field field_name to h-size, v-size
• field_name – The name of the field to be resized.
• h-size – An integer specifying the new horizontal width of the field, measured in pixels.
• v-size – An integer specifying the new vertical height of the field, measured in pixels.
This statement doesn’t change the top, left position of the field, only the overall horizontal or vertical size. If one of the dimensions is to remain unchanged, use -1 as the parameter.