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