(form "00075" (size 45 10) (help "00075_TIP_0") (heading "DIGITISER COMMUNICATIONS") (label (position 4 3) (text "Port")) (label (position 4 4) (text "Baud")) (label (position 4 5) (text "Parity")) (label (position 4 6) (text "# Data bits")) (label (position 4 7) (text "# Stop bits")) (label (position 4 8) (text "Beep")) (field "port" (position 20 3) (display_length 20) (input allowed) (null allowed) (max_length 20)) (field "baud" (position 20 4) (display_length 6) (input allowed) (value_in "50" "75" "110" "134" "150" "200" "300" "600" "1200" "1800" "2400" "4800" "9600" "19200" "38400") (translate lower) (null allowed) (max_length 6) (dependency (value "port") != "WINTAB")) (field "parity" (position 20 5) (display_length 6) (input allowed) (max_length 8) (value_in "none" "odd" "even") (translate lower) (null allowed) (max_length 4) (dependency (value "port") != "WINTAB")) (field "no_data_bits" (position 20 6) (display_length 1) (input allowed) (value_in "7" "8") (translate lower) (null allowed) (max_length 1) (dependency (value "port") != "WINTAB")) (field "no_stop_bits" (position 20 7) (display_length 1) (input allowed) (value_in "1" "2") (translate lower) (null allowed) (max_length 1) (dependency (value "port") != "WINTAB")) (field "beep" (position 20 8) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1)) (default_buttons) )