Source code of Windows XP (NT5)
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.

76 lines
1.6 KiB

  1. /* TIC Resources */
  2. #define ID_BMP_BALL 100
  3. #define ID_BAW_BALL 101
  4. #define ID_MENU 101
  5. #define ID_MENU_ACCEL 102
  6. #define IDM_GAME 100
  7. #define IDM_NEW 101
  8. #define IDM_3x3 103
  9. #define IDM_3x3x3 104
  10. #define IDM_4x4x4 105
  11. #define IDM_EXIT 107
  12. #define IDM_OPTIONS 110
  13. #define IDM_RND 111
  14. #define IDM_RED 112
  15. #define IDM_BLUE 113
  16. #define IDM_SOUND 115
  17. #define IDM_COLOR 116
  18. #define IDM_BEGIN 117
  19. #define IDM_INTER 118
  20. #define IDM_EXPERT 119
  21. #define IDM_HELP 190
  22. #define IDM_INDEX 191
  23. #define IDM_HOW2PLAY 192
  24. #define IDM_COMMANDS 193
  25. #define IDM_HELP_HELP 195
  26. #define IDM_HELP_ABOUT 196
  27. #define ID_TIME_FLASH 507
  28. #define ID_ICON_MAIN ID_ICON_TIC2
  29. #define ID_ICON_TIC2 201
  30. #define ID_ICON_TIC3 202
  31. #define ID_ICON_TIC4 203
  32. #define ID_ICON_DUNCE 210
  33. #define ID_ICON_GENIUS 211
  34. /* Preferences */
  35. #define ID_DLG_PREF 500
  36. #define ID_BTN_OK 101
  37. #define ID_BTN_CANCEL 102
  38. #define ID_BTN_HELP 103
  39. #define ID_TXT_INTL 104
  40. #define ID_TXT_PREF 105
  41. #define ID_ICON_CURR 106
  42. #define ID_GRP_GAME 107
  43. #define ID_SRL_INTL 108
  44. #define ID_ICON_INTLMAX 109
  45. #define ID_ICON_INTLMIN 110
  46. #define ID_CHK_COMP 111
  47. #define ID_RAD_3X3 920
  48. #define ID_RAD_3X3X3 921
  49. #define ID_RAD_4X4X4 922
  50. #define ID_GAMENAME 1
  51. #define ID_ERR_TITLE 2
  52. #define ID_ERR_TIMER 3
  53. #define ID_ERR_UNKNOWN 4
  54. #define ID_ERR_MEM 5
  55. #define ID_MSG_VERSION 6
  56. #define ID_MSG_CREDIT 7
  57. #define ID_ERR_MAX 999