/***************************************************************************/
/**                  Microsoft Windows                                    **/
/**            Copyright(c) Microsoft Corp., 1991, 1992                   **/
/***************************************************************************/


#define IDM_ABOUT       101
#define IDM_NEWGAME     102
#define IDM_EXIT        103
#define IDM_HELP        106
#define IDM_SEARCH      110
#define IDM_HELPONHELP  112
#define IDM_BOSSKEY     114
#define IDM_BUTTON      115
#define IDM_SHOWBUTTON  116
#define IDM_HIDEBUTTON  117
#define IDM_STATUS      118
#define IDM_REPAINTMSG  119
#define IDM_ALLPASSED   120
#define IDM_CHEAT       121
#define IDM_MENU        122
#define IDM_REF         123
#define IDM_SOUND       124
#define IDM_SCORE       125
#define IDM_WELCOME     126
#define IDM_QUOTE       127
#define IDM_OPTIONS     128

#define IDC_YOURNAME    201
#define IDC_JOIN        202
#define IDC_MEISTER     203
#define IDC_SERVERNAME  204
#define IDC_WELCOMEHELP 205
#define IDC_BLOOD       208
#define IDC_SCORE       209
#define IDC_PLAYER1     210
#define IDC_PLAYER2     211
#define IDC_PLAYER3     212
#define IDC_OPHELP      213
#define IDC_GROUP       214
#define IDC_SLOW        215
#define IDC_NORMAL      216
#define IDC_FAST        217
#define IDC_NAME1       218
#define IDC_NAME2       219
#define IDC_NAME3       220
#define IDC_AUTO        221
#define IDC_AUTOGROUP   222
#define IDC_BROWSE      223
#define IDC_LOCATEHELP  224

#define IDS_MEMORY      301
#define IDS_APPNAME     AFX_IDS_APP_TITLE
#define IDS_P1NAME      303             // P1, P2, & P3NAME must be consecutive
#define IDS_P2NAME      304
#define IDS_P3NAME      305
#define IDS_INTRO       306
#define IDS_SELECT      307
#define IDS_CONNECTING  308
#define IDS_PASSWAIT    309
#define IDS_WAIT        310
#define IDS_GO          311
#define IDS_BADMOVE     312
#define IDS_LEADHEARTS  313
#define IDS_LEAD2C      314
#define IDS_ACCEPT      315
#define IDS_OK          316
#define IDS_SCORE       317
#define IDS_SCORESHEET  318
#define IDS_PLACE1      319
#define IDS_PLACE2      320
#define IDS_PLACE3      321
#define IDS_PLACE4      322

#define IDS_DISCONNECT  323
#define IDS_NOSERVER    324
#define IDS_SERVERFAIL  325
#define IDS_CARDSDLL    326
#define IDS_VERSION     327
#define IDS_PWAIT       328
#define IDS_GMWAIT      329
#define IDS_BUSY        330
#define IDS_TIMEOUT     331
#define IDS_UNKNOWNERR  332
#define IDS_GAMEOVER    333
#define IDS_GAMEOVERWIN 334
#define IDS_NETWORK     335
#define IDS_NOTREADY    336
#define IDS_AGAIN       337
#define IDS_BADBLOOD    338
#define IDS_UNKNOWN     339
#define IDS_DEALER      340

#define IDS_CREDITS     399

#define IDS_SUIT0       401             // these MUST be consecutive values!
#define IDS_SUIT1       402
#define IDS_SUIT2       403
#define IDS_SUIT3       404

#define IDS_PASSLEFT    405             // these MUST be consecutive values!
#define IDS_PASSRIGHT   406
#define IDS_PASSACROSS  407

#define IDS_FONTFACE 	410
#define IDS_CHARSET     411
#define IDS_FONTSIZE    412
#define IDS_STARTMENUNAME 413
#define IDS_INFOTIP     414

#define SND_BREAK       401
#define SND_QUEEN       402
#define SND_QUOTE       403

#define DLG_QUOTE       501
#define DLG_SCORE       502
#define DLG_WELCOME     503
#define DLG_OPTIONS     505
#define DLG_LOCATE      506
