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
2.1 KiB

  1. /***************************************************************************/
  2. /** Microsoft Windows **/
  3. /** Copyright(c) Microsoft Corp., 1991, 1992, 1993 **/
  4. /***************************************************************************/
  5. // Defined constants for FreeCell
  6. #define IDM_ABOUT 101
  7. #define IDM_NEWGAME 102
  8. #define IDM_SELECT 103
  9. #define IDM_MOVECARD 104
  10. #define IDM_STATS 105
  11. #define IDM_HELP 106
  12. #define IDM_RESTART 107
  13. #define IDM_EXIT 108
  14. #define IDM_OPTIONS 109
  15. #define IDM_HOWTOPLAY 110
  16. #define IDM_HELPONHELP 111
  17. #define IDM_FAKETIMER 112
  18. #define IDM_CHEAT 114
  19. #define IDM_UNDO 115
  20. #define IDC_MOVECOL 201
  21. #define IDC_SINGLE 202
  22. #define IDC_GAMENUM 203
  23. #define IDC_YLSAME 205
  24. #define IDC_STEXT 206
  25. #define IDC_CLEAR 207
  26. #define IDC_YWSELECT 208
  27. #define IDC_MESSAGES 209
  28. #define IDC_QUICK 210
  29. #define IDC_DBLCLICK 211
  30. #define IDC_STEXT1 212
  31. #define IDC_STEXT2 213
  32. #define IDC_STEXT3 214
  33. #define IDS_APPNAME 301
  34. #define IDS_CREDITS 302
  35. #define IDS_APPNAME2 303
  36. #define IDS_MEMORY 304
  37. #define IDS_RESIGN 305
  38. #define IDS_ILLEGAL 306
  39. #define IDS_TOOFEWFREE 307
  40. #define IDS_CARDSLEFT 308
  41. #define IDS_RU_SURE 309
  42. #define IDS_1WIN 310
  43. #define IDS_1LOSS 311
  44. #define IDS_WINS 312
  45. #define IDS_LOSSES 313
  46. #define IDS_HELP1 314
  47. #define IDS_HELP2 315
  48. #define IDS_STREAK 316
  49. #define IDS_STYPE 317
  50. #define IDS_FULLNAME 318
  51. #define IDS_STATS1 319
  52. #define IDS_STATS2 320
  53. #define IDS_STATS3 321
  54. #define DLG_MOVECOL 500
  55. #define DLG_GAMENUM 501
  56. #define DLG_YOULOSE 502
  57. #define DLG_YOUWIN 503
  58. #define DLG_STATS 504
  59. #define DLG_OPTIONS 505
  60. #define ID_ICON_MAIN 601
  61. #define IDH_OPTIONS_MESSAGES 1001
  62. #define IDH_OPTIONS_QUICK 1002
  63. #define IDH_OPTIONS_DBLCLICK 1003
  64. #define IDH_GAMENUM 1004
  65. #define IDH_CLEAR 1005
  66. #define IDH_STEXT1 1006
  67. #define IDH_STEXT2 1007
  68. #define IDH_STEXT3 1008