(form "00279" (size 51 17) (heading "IMPORT COORDINATES FROM TEXT FILES") (label (position 3 3) (text "Define files to be converted")) (label (position 3 4) (text "Location")) (label (position 3 5) (text "ID range")) (label (position 3 6) (text "Extension")) (label (position 3 7) (text "Use descriptions")) (label (position 3 9) (text "Define files to be created")) (label (position 3 10) (text "Location")) (label (position 3 11) (text "Fields separated by a character")) (label (position 3 13) (text "Does file have header record")) (label (position 3 14) (text "Does file have axis record")) (label (position 3 15) (text "Number of description fields")) (field "inloc" (position 15 4) (display_length 26) (input allowed) (null allowed) (max_length 26) (file (link "inrange" "iext") (extension "*")) ) (field "inrange" (position 15 5) (display_length 32) (input allowed) (format range) (null allowed) (max_length 32) (help (field "inloc"))) (field "iext" (position 15 6) (display_length 4) (input allowed) (null allowed) (max_length 4) ) (field "swa_desc" (position 22 7) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) ) (field "newloc" (position 15 10) (display_length 26) (input allowed) (null disallowed) (max_length 26) (file output (link "newid") (extension "*.str")) ) (field "newid" (position 35 8) (display_length 1) (background) (foreground (user_option "form_background")) (input disallowed) (null allowed) (max_length 16) (format real_8)) (field "komma" (position 35 11) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) ) (field "sepchar" (position 4 12) (display_length 32) (foreground (user_option "form_foreground")) (background) (input disallowed) (dependency (value "komma") == "Y") (value_in " Character separator") (default " Character separator") ) (field "sep" (position 35 12) (display_length 1) (input allowed) (dependency (value "komma") == "Y") (null disallowed) (max_length 1) (help (field "sepchar"))) (field "hd_rec" (position 35 13) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) ) (field "ax_rec" (position 35 14) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) (help (field "hd_rec"))) (field "numdesc" (position 35 15) (display_length 3) (input allowed) (low_bound 0) (high_bound 100) (format integer_4) (null disallowed) (max_length 3) ) (default_buttons) )