(form "00465" (size 55 9) (heading "SET TRIANGLE DIRECTIONS FOR TRISOLATIONS") (label (position 2 3) (text "Layer name")) (label (position 2 4) (text "Object number")) (label (position 2 5) (text "Trisol range")) (label (position 2 6) (text "Solid")) (label (position 2 7) (text "(Y=Solid : N=Void)")) (field "swa_name" (position 20 3) (display_length 32) (input disallowed)) (field "iobj" (position 20 4) (display_length 5) (input allowed) (low_bound 1) (high_bound 32000) (format integer_4) (null disallowed) (max_length 5)) (field "range" (position 20 5) (display_length 25) (input allowed) (null allowed) (max_length 32) (format range) ) (field "solid" (position 20 6) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1)) (default_buttons) )