home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sibdemo3.zip / SOURCE.DAT / SOURCE / SPCC / CURSORS.RC < prev    next >
Text File  |  1998-06-17  |  893b  |  43 lines

  1. /* default icon for all Sibyl applications */
  2.  
  3. #ifdef os2
  4. GROUPICON 2 bmp\default.ico
  5. #endif
  6. #ifdef win32
  7. GROUPICON 2 bmp\wdefault.ico
  8. #endif
  9.  
  10. #ifdef os2
  11. /* additional cursor shapes for OS/2 */
  12.  
  13. POINTER 3 bmp\multisel.ptr
  14. POINTER 4 bmp\insert.ptr
  15. POINTER 5 bmp\paste.ptr
  16.  
  17. POINTER 10  bmp\uparrow.ptr
  18. POINTER 14  bmp\hsplit.ptr
  19. POINTER 15  bmp\vsplit.ptr
  20. POINTER 17  bmp\sqlwait.ptr
  21. POINTER 19  bmp\appstart.ptr
  22. POINTER 20  bmp\help.ptr
  23. POINTER 21  bmp\cross.ptr
  24. #endif
  25.  
  26. #ifdef win32
  27. /* additional cursor shapes for Win32 */
  28.  
  29. POINTER 3 bmp\multisel.cur
  30. POINTER 4 bmp\insert.cur
  31. POINTER 5 bmp\paste.cur
  32.  
  33. POINTER 10  bmp\help.cur /* uparrow */
  34. POINTER 12  bmp\drag.cur
  35. POINTER 14  bmp\vsplit.cur 
  36. POINTER 15  bmp\hsplit.cur 
  37. POINTER 17  bmp\sqlwait.cur 
  38. POINTER 19  bmp\help.cur /* appstart */
  39. POINTER 20  bmp\help.cur
  40. POINTER 21  bmp\cross.cur 
  41. #endif
  42.  
  43.