(form "00083" (size 48 12) (heading "DIGITISER STRING ATTRIBUTES") (label (position 2 3) (text "String #")) (label (position 2 4) (text "Z")) (label (position 2 5) (text "Desc")) (label (position 2 6) (text "Define the Point attribute values")) (label (position 2 7) (text "1 = Use Z and Desc of selected point")) (label (position 2 8) (text "2 = User entered Z and Desc of selected point ")) (label (position 2 9) (text "3 = Z of selected point and user entered Desc")) (label (position 2 10) (text "4 = User entered Z and Desc values")) (field "string" (position 11 3) (display_length 5) (input allowed) (low_bound 1) (high_bound 32000) (format integer_4) (null disallowed) (max_length 5) ) (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 "snaptoplane" (position 11 12) (display_length 1) (input allowed) (translate upper) (max_length 6) ) (field "retain" (position 36 6) (display_length 1) (input allowed) (value_in "1" "2" "3" "4") (null allowed) (max_length 1) ) (field "section_mode_retain" (position 36 6) (display_length 1) (input allowed) (value_in "5" "6") (null allowed) (max_length 1) ) (default_buttons) )