(form "vertical_road_table" (size 43 6) (heading "Design Vertical Curve") (field "output_string" (position 10 0) (display_length 16) (input allowed) (format integer_4) (max_length 16) ( null disallowed) (low_bound 1) (high_bound 32000) ) (field "chainage" (position 10 3 ) ( display_length 6 ) ( input allowed) ( max_length 30) (null disallowed) (format real_8) (low_bound 0.1 ) ( decimals 2)) (scroll_block "curve_table" (position 5 4) (size 65 5) (extra 0 1) (scroll_size 80 100) (repeat (grow 0 1) (instances 1 (min 1) (max 60) )) (top (label (position 1 1) (text "ROAD_IP_CHAINAGE")) (label (position 2 1) (text "ROAD_GRADE_IN")) (label (position 3 1) (text "ROAD_GRADE_OUT")) (label (position 4 1) (text "Type")) (label (position 5 1) (text "Status")) (label (position 6 1) (text "Locked")) (label (position 7 1) (text "ROAD_CURVE_LENGTH")) ) (main (field "ip_chainage" (position 0 0) (display_length 6) (format real_8) (input disallowed) (max_length 30) (decimals 2) (null disallowed) ) (field "grade_in" (position 26 0) (display_length 7) (format real_8) (input disallowed) (max_length 30) (decimals 2) (null disallowed) ) (field "grade_out" (position 26 0) (display_length 7) (format real_8) (input disallowed) (max_length 30) (decimals 2) (null disallowed) ) (field "type" (position 26 0) (display_length 7) (input disallowed) (max_length 30) (null disallowed) ) (field "status" (position 3 0) (display_length 7) (input disallowed) (max_length 30) (null disallowed) ) (field "length" (position 15 0) (display_length 6) (format real_8) (input allowed) (max_length 30) (low_bound 0 ) (null disallowed) ) ) ) (default_buttons) )