wxrsc.h 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /*
  2. // Pointer ID's
  3. */
  4. #define WXCURSOR_HAND 100
  5. #define WXCURSOR_BULLSEYE 101
  6. #define WXCURSOR_PENCIL 102
  7. #define WXCURSOR_MAGNIFIER 103
  8. #define WXCURSOR_NO_ENTRY 104
  9. #define WXCURSOR_SIZING 105
  10. #define WXCURSOR_ROLLER 106
  11. #define WXCURSOR_WATCH 107
  12. #define WXCURSOR_PBRUSH 108
  13. #define WXCURSOR_PLEFT 109
  14. #define WXCURSOR_PRIGHT 110
  15. #define WXCURSOR_QARROW 111
  16. #define WXCURSOR_BLANK 112
  17. /*
  18. // Icon Ids
  19. */
  20. #define wxICON_TIP 113
  21. #define wxICON_SMALL_CLOSED_FOLDER 114
  22. #define wxICON_SMALL_OPEN_FOLDER 115
  23. #define wxICON_SMALL_FILE 116
  24. #define wxICON_SMALL_COMPUTER 117
  25. #define wxICON_SMALL_DRIVE 118
  26. #define wxICON_SMALL_CDROM 119
  27. #define wxICON_SMALL_FLOPPY 120
  28. #define wxICON_SMALL_REMOVEABLE 121
  29. #define wxICON_SMALL_ERROR 122
  30. #define wxICON_SMALL_INFO 123
  31. #define wxICON_SMALL_WARNING 124
  32. /*
  33. // Bitmap Ids
  34. */
  35. #define wxDISABLE_BUTTON_BITMAP 125
  36. #define wxTICK_BITMAP 126
  37. #define wxCROSS_BITMAP 127
  38. #define wxCSQUERY_BITMAP 128
  39. #define wxBITMAP_STD_COLOURS 129
  40. /*
  41. // Dialog Ids -- must match enums in Toplevel.cpp
  42. */
  43. #define ID_RESIZEABLEDIALOG 130
  44. #define ID_CAPTIONDIALOG 131
  45. #define ID_NOCAPTIONDIALOG 132
  46. #define ID_WINDOW_MENU 133