source: AE/Setup/Windows/JRE/lib/images/cursors/cursors.properties

Last change on this file was 818, checked in by alloc, 12 years ago

AEI2 Setup Win

File size: 1.3 KB
Line 
1#
2# @(#)cursors.properties 1.5 99/07/12
3#
4# Cursors Properties file
5#
6# Names GIF89 sources for Custom Cursors and their associated HotSpots
7#
8# Note: the syntax of the property name is significant and is parsed
9# by java.awt.Cursor
10#
11# The syntax is: Cursor.<name>.<geom>.File=win32_<filename>
12# Cursor.<name>.<geom>.HotSpot=<x>,<y>
13# Cursor.<name>.<geom>.Name=<localized name>
14#
15Cursor.CopyDrop.32x32.File=win32_CopyDrop32x32.gif
16Cursor.CopyDrop.32x32.HotSpot=0,0
17Cursor.CopyDrop.32x32.Name=CopyDrop32x32
18#
19Cursor.MoveDrop.32x32.File=win32_MoveDrop32x32.gif
20Cursor.MoveDrop.32x32.HotSpot=0,0
21Cursor.MoveDrop.32x32.Name=MoveDrop32x32
22#
23Cursor.LinkDrop.32x32.File=win32_LinkDrop32x32.gif
24Cursor.LinkDrop.32x32.HotSpot=0,0
25Cursor.LinkDrop.32x32.Name=LinkDrop32x32
26#
27Cursor.CopyNoDrop.32x32.File=win32_CopyNoDrop32x32.gif
28Cursor.CopyNoDrop.32x32.HotSpot=6,2
29Cursor.CopyNoDrop.32x32.Name=CopyNoDrop32x32
30#
31Cursor.MoveNoDrop.32x32.File=win32_MoveNoDrop32x32.gif
32Cursor.MoveNoDrop.32x32.HotSpot=6,2
33Cursor.MoveNoDrop.32x32.Name=MoveNoDrop32x32
34#
35Cursor.LinkNoDrop.32x32.File=win32_LinkNoDrop32x32.gif
36Cursor.LinkNoDrop.32x32.HotSpot=6,2
37Cursor.LinkNoDrop.32x32.Name=LinkNoDrop32x32
38#
39Cursor.Invalid.32x32.File=invalid32x32.gif
40Cursor.Invalid.32x32.HotSpot=6,2
41Cursor.Invalid.32x32.Name=Invalid32x32
Note: See TracBrowser for help on using the repository browser.