(form "00535" (size 50 10) (help "00535_TIP_0") (heading "LABEL STRING POINTS") (label (position 2 3) (text "Description field")) (label (position 2 4) (text "Prefix")) (label (position 2 5) (text "Start number")) (label (position 2 6) (text "Leading zeros")) (label (position 2 7) (text "Number width")) (field "desc_field_num" (position 16 3) (display_length 3) (input allowed) (format integer_4) (low_bound 1) (high_bound 100) (help "00534_TIP_1")) (field "prefix" (position 16 4) (display_length 5) (input allowed) (translate upper) (help "00534_TIP_2")) (field "label_num" (position 16 5) (display_length 5) (input allowed) (max_length 10) (format integer_4) (help "00534_TIP_3")) (field "leading_zeros" (position 16 6) (display_length 1) (input allowed) (translate upper) (value_in "Y" "N") (help "00534_TIP_4")) (field "num_width" (position 16 7) (display_length 2) (input allowed) (format integer_4) (low_bound 1) (high_bound 10) (dependency (value "leading_zeros") == "Y") (help "00534_TIP_5")) (scroll_block "main" (position 30 4) (size 11 5) (extra 0 1) (scroll_size 11 100) (repeat interactive (grow 0 1) (instances 1 (min 1) (max 100))) (top (label (position 1 0) (text "String")) ) (main (field "string" (position 1 0) (display_length 5) (input allowed) (format integer_4) (low_bound 1) (high_bound 32000) (help "00535_TIP_6")) ) ) (default_buttons) )