There is also one associated IDC_StopStep button which will stop any Step Movement currently in progress.
=====Performing an action Immediately within Screen Script=====
Normally when processing a Screen Script, the "Script" Parameter defines for a Push Button Control what should happen when the Push Button is pushed. However when a "Script" Parameter is specified for a static Label the Action will occur immediately after the Screen Script is processed.
For example: when loading a screen intended for Simulation we might want to have the Simulation mode automatically selected on. So the Script for the IDC_SimulateStatic Label might be set to check the simulate checkbox with:
WinMsg:DlgName;IDC_Simulate;BM_SETCHECK;BST_CHECKED
=====Scaling an Entire Screen or Portion of a Screen=====