(form "00388" (size 50 15) (heading "STRING COPY TRANSFORM - TRANSFORMATION PARAMETERS") (label (position 2 3) (text "From Layer")) (field "layer_name" (position 18 3) (display_length 20) (max_length "APP_MAX_LAYER_NAME_LENGTH")(input allowed)) (label (position 2 4) (text "String")) (field "string_num" (position 18 4) (display_length 5) (input allowed) (translate upper) (format integer_4)) (label (position 2 6) (text "To Layer")) (field "new_layer_name" (position 18 6) (display_length 20) (max_length "APP_MAX_LAYER_NAME_LENGTH") (input allowed)) (label (position 2 7) (text "New String")) (field "new_string_num" (position 18 7) (display_length 5) (input allowed) (translate upper) (low_bound 1) (high_bound 32000) (format integer_4) (null disallowed) ) (label (position 2 8) (text "Scale")) (field "scale" (position 18 8) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 9) (text "Rotation")) (field "rotation_angle" (position 18 9) (display_length 16) (input allowed) (translate upper) (format decimal_angle) (null disallowed) (max_length 16) (low_bound 0) (high_bound 6.28318530718) (decimals 4) ) (field "rotation_angle_units" (position 30 9) (display_length 17) (input allowed) (default "(decimal degrees)")) (label (position 2 10) (text "Shift Y")) (field "delta_y" (position 18 10) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 11) (text "Shift X")) (field "delta_x" (position 18 11) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 12) (text "Shift Z")) (field "delta_z" (position 18 12) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (default_buttons) )