Leaked source code of windows server 2003
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.

69 lines
2.1 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1991 **/
  4. /**********************************************************************/
  5. /*
  6. blt.rc
  7. BLT global resource file
  8. FILE HISTORY:
  9. terryk 8-Apr-1991 move from bltmsgp.dlg to blt.rc
  10. terryk 18-Nov-1991 add dlg\focusdlg.dlg
  11. beng 21-Feb-1992 Reference applibrc.h (for now)
  12. beng 05-Mar-1992 Name timed-cursor-components by number
  13. jonn 22-Oct-1993 Added splitter-bar cursor
  14. */
  15. #include <bltrc.h>
  16. #include <bltcons.h>
  17. #ifndef _BLT_RC_
  18. #define _BLT_RC_
  19. #if 0
  20. /* These cursors accompany the TIME_CURSOR class. */
  21. ID_CURS_BLT_TIME0 CURSOR "cursor\\bltcurs1.cur"
  22. ID_CURS_BLT_TIME1 CURSOR "cursor\\bltcurs2.cur"
  23. ID_CURS_BLT_TIME2 CURSOR "cursor\\bltcurs3.cur"
  24. ID_CURS_BLT_TIME3 CURSOR "cursor\\bltcurs4.cur"
  25. ID_CURS_BLT_TIME4 CURSOR "cursor\\bltcurs5.cur"
  26. ID_CURS_BLT_TIME5 CURSOR "cursor\\bltcurs6.cur"
  27. ID_CURS_BLT_TIME6 CURSOR "cursor\\bltcurs7.cur"
  28. ID_CURS_BLT_TIME7 CURSOR "cursor\\bltcurs8.cur"
  29. #endif
  30. #if 0
  31. /* Nobody uses these cursors */
  32. RESIZE_COLUMN CURSOR "cursor\\size.cur"
  33. SINGLE CURSOR "cursor\\single.cur"
  34. MULTIPLE CURSOR "cursor\\multiple.cur"
  35. CANNOTMOVE CURSOR "cursor\\cannot.cur"
  36. #endif
  37. ID_CURS_BLT_VSPLIT CURSOR "cursor\\vsplit.cur"
  38. // Up, down, left and right arrow bitmap
  39. BMID_UP BITMAP "bitmap\\nup.bmp"
  40. BMID_DOWN BITMAP "bitmap\\ndown.bmp"
  41. BMID_UP_DIS BITMAP "bitmap\\ndup.bmp"
  42. BMID_DOWN_DIS BITMAP "bitmap\\nddown.bmp"
  43. BMID_LEFT BITMAP "bitmap\\left.bmp"
  44. BMID_RIGHT BITMAP "bitmap\\right.bmp"
  45. // Up, down, left and right invert arrow bitmap
  46. BMID_UP_INV BITMAP "bitmap\\upi.bmp"
  47. BMID_DOWN_INV BITMAP "bitmap\\downi.bmp"
  48. BMID_LEFT_INV BITMAP "bitmap\\lefti.bmp"
  49. BMID_RIGHT_INV BITMAP "bitmap\\righti.bmp"
  50. #include <string\blt.str>
  51. #include <dlg\blt.dlg>
  52. #include <data\blt.dat>
  53. #endif