(form "12013" (size 69 15) (heading "EXTRACT SECTIONS FOR GRADE CALCULATIONS") (label (position 2 2) (foreground (user_option "form_text_highlight")) (text "Define the section files to create")) (label (position 2 3) (text "Location")) (label (position 2 4) (text "Section range")) (label (position 5 6) (foreground (user_option "form_text_highlight")) (text "Define the section orientation")) (label (position 41 6) (foreground (user_option "form_text_highlight")) (text "Define the section extents")) (label (position 5 7) (text "Left end")) (label (position 20 7) (text "Right end")) (label (position 41 7) (text "Z extent")) (label (position 58 7) (text "Widths")) (label (position 2 8) (text "Y1")) (label (position 16 8) (text "Y2")) (label (position 2 9) (text "X1")) (label (position 16 9) (text "X2")) (label (position 36 8) (text "Z min")) (label (position 36 9) (text "Z max")) (label (position 52 8) (text "Dist 1")) (label (position 52 9) (text "Dist 2")) (label (position 2 11) (text "Real world coords for oblique sections")) (label (position 2 13) (text "Sample table")) (field "loc" (position 16 3) (display_length 26) (input allowed) (translate lower) (null allowed) (max_length 26) (file output (link "secrange") (extension "*.str")) ) (field "secrange" (position 16 4) (display_length 26) (input allowed) (max_length 32) (format range) (null disallowed) ) (field "nor1" (position 5 8) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "eas1" (position 5 9) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "nor2" (position 20 8) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "eas2" (position 20 9) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "elemin" (position 41 8) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "elemax" (position 41 9) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "dis1" (position 58 8) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "dis2" (position 58 9) (display_length 8) (input allowed) (max_length 16) (translate upper) (format real_8) (null disallowed) ) (field "rworld" (position 36 11) (display_length 1) (input allowed) (value_in "Y" "N") (translate upper) (null allowed) (max_length 1) ) (field "samptable" (position 16 13) (display_length 10) (input allowed) (max_length 18) (null disallowed) ) (default_buttons) )