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.

30 lines
744 B

  1. #define IDM_NEWGAME 1
  2. #define IDM_EXIT 2
  3. #define IDM_ABOUT 3
  4. #define IDM_OPTIONSUNDO 4
  5. #define IDM_OPTIONSERROR 5
  6. #define IDM_HELP 6
  7. #define IDM_GAMERECORD 8
  8. #define IDM_OPTIONSDECK 9
  9. #define IDD_OK 1
  10. #define IDD_CANCEL 0
  11. #define IDD_EDITWINDOW 100
  12. #define IDD_RECORD 101
  13. #define IDD_CLEARSCORES 102
  14. /* help menu item*/
  15. #define MENU_HOWTOPLAY 1000
  16. #define MENU_INDEX 1001
  17. #define MENU_USINGHELP 1003
  18. #define MENU_COMMANDS 1004
  19. /* String IDs */
  20. #define IDSOOM 1000
  21. #define IDSAppName 1001
  22. #define IDSNoCardOnKing 1002
  23. #define IDSNotAdjacent 1003
  24. #define IDSWinner 1004
  25. #define IDSGameOver 1005
  26. #define IDSGameOverS 1006
  27. #define IDSRecordTitle 1007