(form "00084" (size 48 7) (help "00084_TIP_0") (heading "DIGITISER STRING ATTRIBUTES") (label (position 2 3) (text "String #")) (label (position 2 4) (text "Z")) (label (position 2 5) (text "Desc")) (field "zval" (position 11 4) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "desc" (position 11 5) (display_length 32) (input allowed) (null allowed) (max_length 512)) (field "string" (position 11 3) (display_length 5) (input allowed) (low_bound 1) (high_bound 32000) (format integer_4) (null disallowed) (max_length 5)) (default_buttons) )