(form "00534" (size 40 9) (help "00534_TIP_0") (heading "LABEL LAYER 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") ) (default_buttons) )