(form "70010" (size 40 6) (help "70010_TIP_0") (heading "ROTATE MAST BY ANGLE") (label (position 5 3) (text "Angle")) (field "angle" (position 12 3) (display_length 10) (input allowed) (low_bound -6.28318530718) (high_bound 6.28318530718) (max_length 16) (decimals 3) (translate upper) (format decimal_angle) (null disallowed) ) (field "units" (position 24 3) (display_length 8) (foreground (user_option "form_foreground")) (background) (input disallowed) (max_length 16) (translate upper) (default "DEGREES") ) (default_buttons) )