(form "01310" (size 50 17) (heading "STAGGERED DESIGN GRID PARAMETERS" ) (label (position 2 4) (text "Grid layer name" ) ) (field "name" (position 20 4) (display_length 20) (input allowed) (null disallowed) (translate upper) (max_length 32) ) (label (position 2 3) (text "Grid string number" ) ) (field "string_no" (position 20 3) (display_length 5) (input allowed) (null disallowed) (format integer_4) (max_length 5) (low_bound 1) (high_bound 32000) ) (label (position 2 6) (foreground (user_option "form_text_highlight")) (text "Define the Origin of the grid" ) ) (label (position 2 7) (text "Y" ) ) (field "Y" (position 4 7) (display_length 10) (input allowed) (null disallowed) (format real_8) (max_length 16) ) (label (position 17 7) (text "X" ) ) (field "X" (position 19 7) (display_length 10) (input allowed) (null disallowed) (format real_8) (max_length 16) ) (label (position 32 7) (text "Z" ) ) (field "Z" (position 34 7) (display_length 10) (input allowed) (null disallowed) (format real_8) (max_length 16) ) (label (position 20 9) (text "Y" ) ) (label (position 34 9) (text "X" ) ) (label (position 2 10) (foreground (user_option "form_text_highlight")) (text "Grid Step Size" ) ) (label (position 2 11) (foreground (user_option "form_text_highlight")) (text "Staggered Grid Offsets" ) ) (label (position 2 12) (foreground (user_option "form_text_highlight")) (text "Number of Nodes" ) ) (label (position 2 13) (foreground (user_option "form_text_highlight")) (text "Dimensions of the grid" ) ) (field "step_width" (position 20 10) (display_length 10) (input allowed) (null disallowed) (translate upper) (format real_8) (low_bound 0.001) (max_length 16) ) (field "step_length" (position 34 10) (display_length 10) (input allowed) (null disallowed) (translate upper) (format real_8) (low_bound 0.001) (max_length 16) ) (field "width_offset" (position 20 11) (display_length 10) (input allowed) (null allowed) (format real_8) (low_bound 0.001) (max_length 16) ) (field "length_offset" (position 34 11) (display_length 10) (input allowed) (null disallowed) (format real_8) (low_bound 0.001) (max_length 16) ) (field "node_width" (position 20 12) (display_length 10) (input allowed) (null disallowed) (format integer_4) (low_bound 1) (max_length 16) ) (field "node_length" (position 34 12) (display_length 10) (input allowed) (null disallowed) (format integer_4) (low_bound 1) (max_length 16) ) (field "width" (position 20 13) (display_length 10) (input disallowed) (null disallowed) (format real_8) (low_bound 0.001) (max_length 16) ) (field "length" (position 34 13) (display_length 10) (input disallowed) (null disallowed) (format real_8) (low_bound 0.001) (max_length 16) ) (label (position 20 14) (text "Dimension = Step Size * Number of Nodes" ) ) (default_buttons) )