(form "00280" (size 50 11) (help "00280_TIP_0") (heading "CONVERT TEXT FILES TO .STR FILES") (label (position 5 3) (text "FIELDS SEPARATED BY A CHARACTER")) (label (position 5 5) (text "Define the order of the fields")) (label (position 5 6) (text "String number")) (label (position 5 7) (text "Y value")) (label (position 5 8) (text "X value")) (label (position 5 9) (text "Z value")) (field "iord_str" (position 20 6) (display_length 3) (input allowed) (low_bound 0) (high_bound 100) (format integer_4) (null disallowed) (max_length 3)) (field "iord_y" (position 20 7) (display_length 3) (input allowed) (low_bound 0) (high_bound 100) (format integer_4) (null disallowed) (max_length 3)) (field "iord_x" (position 20 8) (display_length 3) (input allowed) (low_bound 0) (high_bound 100) (format integer_4) (null disallowed) (max_length 3)) (field "iord_z" (position 20 9) (display_length 3) (input allowed) (low_bound 0) (high_bound 100) (format integer_4) (null disallowed) (max_length 3)) (default_buttons) )