You can change the screen size in the IDE on the desktop.
But this change is valid only on the desktop !
On the device the Forms have always the full screen size, whatever size you set in the IDE !
The AutoScale option for compiling is only useful for devices with VGA screens. You set the screen size, in the IDE, to QVGA and design your forms in this size, after autoscale compiling the program will run on both, QVGA and VGA devices. On VGA devices the program detects the screen size and adapts the control positons and dimensions by doubling their value.
Advantage: one source file for bouth screen resolutions.
Disadvantage: you dont take advantage of the bigger screen resolution dues to the 'pixel doubling'. The display looks like a QVGA display !
Autoscale compiling does not adap the form layout to different screen sizes other than above.
Best regards.