This enumeration allows a form's size to be coarsely controlled. See images below.
enum tsc_WindowSizeMode {
Size_Normal,
Size_Wide,
Size_High,
Size_Full,
Size_Tiled
};
Size_Wide
Uses the full width but the softkey area and title bar are still visible.
As of version 4.00 this value is deprecated. Version 4.00 forms consume the full width by default, meaning Size_Wide is the same as Size_Normal.
This uses the entire window size except for the top title bar.
Uses the full height with the title moved up to be displayed in the status panel area (the status bar is not displayed).
The "usual" form area is used; the status panel, title bar, and softkey area are visible.
Behaves much the same as Size_Normal, but narrower, and will be displayed alongside the map or video as appropriate.