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.

44 lines
851 B

  1. #define IDNULL -1
  2. /* String table constants */
  3. #define IDSNAME 100
  4. #define IDSTITLE 300
  5. /* dialog box resource id's */
  6. #define ABOUTBOX 1
  7. #define SELECTGAME 2
  8. #define TILEHELP 3
  9. #define PEEK 4
  10. /* menu values */
  11. #define IDDNEWGAME 11
  12. #define IDDHINT 12
  13. #define IDDSTARTOVER 13
  14. #define IDDBACKUP 14
  15. #define IDDAUTOPLAY 15
  16. #define IDDSELECTGAME 16
  17. #define IDDHOWTOPLAY 21
  18. #define IDDTILES 22
  19. #define IDDSTRATEGY 23
  20. #define IDDCOLOR 24
  21. #define IDDSHADDUP 25
  22. #define IDDLIGHTEN 26
  23. #define IDDDARKEN 27
  24. #define IDDPEEK 28
  25. #define IDDBEGINNER 30
  26. #define IDDINTERMEDIATE 31
  27. #define IDDEXPERT 32
  28. #define IDDMASTER 33
  29. #define IDMABOUT 34
  30. #define IDGAMENUMBER 0
  31. /* TILEHELP dialog values */
  32. #define IDCRAKS 200
  33. #define IDDOTS 201
  34. #define IDBAMS 202
  35. #define IDDRAGONS 203
  36. #define IDSEASONS 204
  37. #define IDFLOWERS 205
  38. #define IDWINDS 206