jw项目windows环境软件安装
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.3 KiB

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