(form "70009" (size 40 7) (help "70009_TIP_0") (heading "MOVE MAST BY DISTANCE") (label (position 5 3) (text "X movement")) (label (position 5 4) (text "Y movement")) (field "x_coord" (position 20 3) (display_length 10) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) (decimals 3) (help "70009_TIP_1") ) (field "y_coord" (position 20 4) (display_length 10) (input allowed) (max_length 16) (decimals 3) (translate upper) (format real_8) (null disallowed) (help "70009_TIP_2") ) (default_buttons) )