(form "00498" (size 50 11) (heading "STRING MOVE TRANSFORM - TRANSFORMATION PARAMETERS") (field "rotation_angle_units" (position 30 9) (display_length 17) (input allowed) (default "(decimal degrees)")) (label (position 2 3) (text "String")) (field "string_num" (position 18 3) (display_length 5) (input disallowed) (translate upper) (format integer_4)) (label (position 2 4) (text "Scale")) (field "scale" (position 18 4) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 5) (text "Rotation")) (field "rotation_angle" (position 18 5) (display_length 16) (input allowed) (translate upper) (format decimal_angle) (null disallowed) (max_length 16) (low_bound 0) (high_bound 6.28318530718) (decimals 4) ) (label (position 2 6) (text "Shift Y")) (field "delta_y" (position 18 6) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 7) (text "Shift X")) (field "delta_x" (position 18 7) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (label (position 2 8) (text "Shift Z")) (field "delta_z" (position 18 8) (display_length 16) (input allowed) (translate upper) (format real_8) (null disallowed) (max_length 16) ) (default_buttons) )