const IEPanZoomEffectNames : array[0 .. MAX_PAN_ZOOM_EFFECT_COUNT - 1] of string = ( 'Pan from Top Left to Bottom Right', 'Pan from Top Right to Bottom Left', 'Pan from Bottom Left to Top Right', 'Pan from Bottom Right to Top Left',
'Pan from Top Left to Center', 'Pan from Top Right to Center', 'Pan from Bottom Left to Center', 'Pan from Bottom Right to Center',
'Pan from Center to Top Left', 'Pan from Center to Top Right', 'Pan from Center to Bottom Left', 'Pan from Center to Bottom Right',
'Pan from Left to Right/Top to Bottom', 'Pan from Left to Center/Top to Center', 'Pan from Right to Center/Bottom to Center',
'Pan from Right to Left/Bottom to Top', 'Pan from Center to Left/Center to Top', 'Pan from Center to Right/Center to Bottom',
'Zoom in to Top Left', 'Zoom in to Top Right', 'Zoom in to Center', 'Zoom in to Bottom Left', 'Zoom in to Bottom Right',
'Zoom out from Top Left', 'Zoom out from Top Right', 'Zoom out from Center', 'Zoom out from Bottom Left', 'Zoom out from Bottom Right',
'Full Zoom in to Top Left', 'Full Zoom in to Top', 'Full Zoom in to Top Right',
'Full Zoom in to Left', 'Full Zoom in to Center', 'Full Zoom in to Right',
'Full Zoom in to Bottom Left', 'Full Zoom in to Bottom', 'Full Zoom in to Bottom Right',
'Full Zoom out from Top Left', 'Full Zoom out from Top', 'Full Zoom out from Top Right',
'Full Zoom out from Left', 'Full Zoom out from Center', 'Full Zoom out from Right',
'Full Zoom out from Bottom Left', 'Full Zoom out from Bottom', 'Full Zoom out from Bottom Right');