(form "00241" (size 58 16) (heading "RESHAPING") (label (position 7 3) (text "Define the section file")) (label (position 7 4) (text "Location")) (label (position 7 5) (text "ID number")) (label (position 7 6) (text "Section spacing")) (label (position 7 7) (text "Balance test value")) (label (position 7 9) (text "Define the slope file")) (label (position 7 10) (text "Location")) (label (position 7 11) (text "ID number")) (label (position 7 13) (text "Define the output file")) (label (position 7 14) (text "Location")) (field "loc" (position 27 4) (display_length 26) (input allowed) (null allowed) (max_length 26) (file (link "id") (extension "*.str"))) (field "id" (position 27 5) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "width" (position 27 6) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "balance" (position 27 7) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "slope" (position 27 10) (display_length 16) (input allowed) (null allowed) (max_length 16) (file (link "slope_id") (extension "*.str"))) (field "slope_id" (position 27 11) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16)) (field "out" (position 27 14) (display_length 26) (input allowed) (null allowed) (max_length "FIO_MAX_LOCATION_LENGTH")) (default_buttons) )