(form "00627" (size 44 10) (heading "INSERT SPECIAL SYMBOL") (label (position 2 3) (text "Symbol")) (label (position 2 4) (text "Colour")) (label (position 2 5) (text "Size (cm)")) (label (position 2 6) (text "Angle (degrees)")) (label (position 2 7) (text "Fill Symbol ?")) (field "symbol_name" (position 16 3) (display_length 25) (max_length 40) (input allowed) ) (field "pen_colour" (position 16 4) (display_length 25) (max_length 40) (input allowed) (null disallowed) ) (field "height" (position 16 5) (display_length 10) (low_bound 0.01) (max_length 10) (input allowed) (format real_8) (decimals 2) ) (field "angle" (position 16 6) (display_length 10) (max_length 10) (input allowed) (format real_8) (decimals 1) (low_bound 0) (high_bound 360) ) (field "fill" (position 16 7) (display_length 3) (max_length 4) (input allowed) (value_in "Yes" "No") (default "No") ) (default_buttons) )