(form "00840" (size 30 12) (heading "SYMBOL PROPERTIES") (label (position 2 3) (text "X position")) (field "xpos" (position 15 3) (display_length 5) (input allowed) (max_length 10) (null disallowed) (format real_8) (default "0") (decimals 2) ) (label (position 2 4) (text "Y position")) (field "ypos" (position 15 4) (display_length 5) (input allowed) (max_length 10) (null disallowed) (format real_8) (default "0") (decimals 2) ) (label (position 2 5) (text "Symbol")) (field "symbol" (position 15 5) (display_length 10) (input allowed) (max_length 32) (null disallowed) ) (label (position 2 6) (text "Pen")) (field "pen" (position 15 6) (display_length 5) (input allowed) (max_length 10) (null disallowed) (format integer_4) (default "1") (low_bound 1) (high_bound 999) ) (label (position 2 7) (text "Priority")) (field "priority" (position 15 7) (display_length 5) (input allowed) (max_length 10) (null disallowed) (format integer_4) (default "1") (low_bound 0) (high_bound 125) ) (label (position 2 8) (text "Symbol height")) (field "height" (position 15 8) (display_length 5) (input allowed) (max_length 10) (null disallowed) (format real_8) (default "0.2") (low_bound 0.05) (decimals 2) ) (label (position 2 9) (text "Symbol angle")) (field "angle" (position 15 9) (display_length 5) (input allowed) (max_length 10) (null disallowed) (format real_8) (default "0.0") (value_in "0" "90") ) (default_buttons) )