(form "00080" (size 41 8) (help "00080_TIP_0") (heading "DIGITISER FORMAT") (label (position 2 3) (text "Number format")) (label (position 2 4) (text "Message length")) (label (position 2 5) (text "X Offset")) (label (position 20 5) (text "X Length")) (label (position 2 6) (text "Y Offset")) (label (position 20 6) (text "Y Length")) (field "num_format" (position 15 3) (display_length 7) (input allowed) (help "00080_TIP_1") (value_in "HEX" "REAL" "UNKNOWN") (translate upper) (null allowed) (max_length 7)) (field "message_len" (position 15 4) (display_length 2) (input allowed) (low_bound 0) (high_bound 99) (format integer_4) (null disallowed) (max_length 2)) (field "xstart" (position 15 5) (display_length 2) (input allowed) (low_bound 0) (high_bound 99) (format integer_4) (null disallowed) (max_length 2)) (field "xlength" (position 30 5) (display_length 2) (input allowed) (low_bound 0) (high_bound 99) (format integer_4) (null disallowed) (max_length 2)) (field "ystart" (position 15 6) (display_length 2) (input allowed) (low_bound 0) (high_bound 99) (format integer_4) (null disallowed) (max_length 2)) (field "ylength" (position 30 6) (display_length 2) (input allowed) (low_bound 0) (high_bound 99) (format integer_4) (null disallowed) (max_length 2)) (default_buttons) )