(form "11118" (size 51 9) (heading "Edit customised firing sequence parameters") (field "row_number" (position 15 7) (display_length 16) (input allowed) (format integer_4) (low_bound 1) (null disallowed) (max_length 32)) (field "delay_name" (position 15 7) (display_length 16) (input allowed) (max_length 32) (null disallowed)) (field "tolerance" (position 15 7) (display_length 16) (input allowed) (null disallowed) (format real_8) (low_bound 0.01) (max_length 32) ) (field "reset_rowtime" (position 12 13) (display_length 3) (input allowed) (null disallowed) (value_in "Yes" "No") (default "No")) (field "cumulative_delaytime" (position 15 7) (display_length 16) (input allowed) (dependency(value "reset_rowtime") == "Yes")(null disallowed) (format real_8) (low_bound 0) (max_length 32) ) (field "current_cumulative_delaytime" (position 15 7) (display_length 16) (input disallowed) (format real_8) (max_length 32) ) (default_buttons) )