(form "00390" (size 50 16) (heading "SEGMENT COPY TRANSFORM - TRANSFORMATION PARAMETERS") (field "rotation_angle_units" (position 30 9) (display_length 17) (input allowed) (default "(decimal degrees)")) (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) (format integer_4)) (label (position 2 5) (text "Segment")) (field "segment_num" (position 18 5) (display_length 5) (input disallowed) (format integer_4)) (label (position 2 7) (text "To Layer")) (field "new_layer_name" (position 18 7) (display_length 20) (max_length "APP_MAX_LAYER_NAME_LENGTH") (input allowed)) (label (position 2 8) (text "New String")) (field "new_string_num" (position 18 8) (display_length 5) (input allowed) (translate upper) (low_bound 1) (high_bound 32000) (format integer_4) (null disallowed) ) (label (position 2 9) (text "Scale")) (field "scale" (position 18 9) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 10) (text "Rotation")) (field "rotation_angle" (position 18 10) (display_length 16) (input allowed) (translate upper) (format decimal_angle) (null disallowed) (max_length 16) (decimals 4) (high_bound 6.283185307) (low_bound -6.283185307) ) (label (position 2 11) (text "Shift Y")) (field "delta_y" (position 18 11) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 12) (text "Shift X")) (field "delta_x" (position 18 12) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 13) (text "Shift Z")) (field "delta_z" (position 18 13) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (default_buttons) )