Leaked source code of windows server 2003
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.

119 lines
3.4 KiB

  1. /***************************************************************************/
  2. /** Microsoft Windows **/
  3. /** Copyright(c) Microsoft Corp., 1991, 1992 **/
  4. /***************************************************************************/
  5. #define IDM_ABOUT 101
  6. #define IDM_NEWGAME 102
  7. #define IDM_EXIT 103
  8. #define IDM_HELP 106
  9. #define IDM_SEARCH 110
  10. #define IDM_HELPONHELP 112
  11. #define IDM_BOSSKEY 114
  12. #define IDM_BUTTON 115
  13. #define IDM_SHOWBUTTON 116
  14. #define IDM_HIDEBUTTON 117
  15. #define IDM_STATUS 118
  16. #define IDM_REPAINTMSG 119
  17. #define IDM_ALLPASSED 120
  18. #define IDM_CHEAT 121
  19. #define IDM_MENU 122
  20. #define IDM_REF 123
  21. #define IDM_SOUND 124
  22. #define IDM_SCORE 125
  23. #define IDM_WELCOME 126
  24. #define IDM_QUOTE 127
  25. #define IDM_OPTIONS 128
  26. #define IDC_YOURNAME 201
  27. #define IDC_JOIN 202
  28. #define IDC_MEISTER 203
  29. #define IDC_SERVERNAME 204
  30. #define IDC_WELCOMEHELP 205
  31. #define IDC_BLOOD 208
  32. #define IDC_SCORE 209
  33. #define IDC_PLAYER1 210
  34. #define IDC_PLAYER2 211
  35. #define IDC_PLAYER3 212
  36. #define IDC_OPHELP 213
  37. #define IDC_GROUP 214
  38. #define IDC_SLOW 215
  39. #define IDC_NORMAL 216
  40. #define IDC_FAST 217
  41. #define IDC_NAME1 218
  42. #define IDC_NAME2 219
  43. #define IDC_NAME3 220
  44. #define IDC_AUTO 221
  45. #define IDC_AUTOGROUP 222
  46. #define IDC_BROWSE 223
  47. #define IDC_LOCATEHELP 224
  48. #define IDS_MEMORY 301
  49. #define IDS_APPNAME AFX_IDS_APP_TITLE
  50. #define IDS_P1NAME 303 // P1, P2, & P3NAME must be consecutive
  51. #define IDS_P2NAME 304
  52. #define IDS_P3NAME 305
  53. #define IDS_INTRO 306
  54. #define IDS_SELECT 307
  55. #define IDS_CONNECTING 308
  56. #define IDS_PASSWAIT 309
  57. #define IDS_WAIT 310
  58. #define IDS_GO 311
  59. #define IDS_BADMOVE 312
  60. #define IDS_LEADHEARTS 313
  61. #define IDS_LEAD2C 314
  62. #define IDS_ACCEPT 315
  63. #define IDS_OK 316
  64. #define IDS_SCORE 317
  65. #define IDS_SCORESHEET 318
  66. #define IDS_PLACE1 319
  67. #define IDS_PLACE2 320
  68. #define IDS_PLACE3 321
  69. #define IDS_PLACE4 322
  70. #define IDS_DISCONNECT 323
  71. #define IDS_NOSERVER 324
  72. #define IDS_SERVERFAIL 325
  73. #define IDS_CARDSDLL 326
  74. #define IDS_VERSION 327
  75. #define IDS_PWAIT 328
  76. #define IDS_GMWAIT 329
  77. #define IDS_BUSY 330
  78. #define IDS_TIMEOUT 331
  79. #define IDS_UNKNOWNERR 332
  80. #define IDS_GAMEOVER 333
  81. #define IDS_GAMEOVERWIN 334
  82. #define IDS_NETWORK 335
  83. #define IDS_NOTREADY 336
  84. #define IDS_AGAIN 337
  85. #define IDS_BADBLOOD 338
  86. #define IDS_UNKNOWN 339
  87. #define IDS_DEALER 340
  88. #define IDS_CREDITS 399
  89. #define IDS_SUIT0 401 // these MUST be consecutive values!
  90. #define IDS_SUIT1 402
  91. #define IDS_SUIT2 403
  92. #define IDS_SUIT3 404
  93. #define IDS_PASSLEFT 405 // these MUST be consecutive values!
  94. #define IDS_PASSRIGHT 406
  95. #define IDS_PASSACROSS 407
  96. #define IDS_FONTFACE 410
  97. #define IDS_CHARSET 411
  98. #define IDS_FONTSIZE 412
  99. #define IDS_STARTMENUNAME 413
  100. #define IDS_INFOTIP 414
  101. #define SND_BREAK 401
  102. #define SND_QUEEN 402
  103. #define SND_QUOTE 403
  104. #define DLG_QUOTE 501
  105. #define DLG_SCORE 502
  106. #define DLG_WELCOME 503
  107. #define DLG_OPTIONS 505
  108. #define DLG_LOCATE 506