Additional Information
Open VI Reference converts the file location to a VI reference that the Property Node can read. Any VI can be referenced (though the property change will not have an effect unless the selected VI is open), including the referencing VI itself. The property used to resize the front panel is FP.PanelBounds, which accepts a cluster of four integers controlling the left, top, right, and bottom bounds of the front panel (in pixels from the top left of the primary monitor).
If you plan to create an executable program based on this VI, you will need to replace the Open VI Reference with the VI Server Reference. This function simply references the application it is located in. This is necessary for executables since there is no VI to reference.
There are a number of other VI attributes that can be changed using property nodes, and more information on each can be found in the LabVIEW help. Note that the property node is dynamic; the available properties will change depending on what type of reference is wired to it.