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

//  Defined constants for FreeCell

#define IDM_ABOUT       101
#define IDM_NEWGAME     102
#define IDM_SELECT      103
#define IDM_MOVECARD    104
#define IDM_STATS       105
#define IDM_HELP        106
#define IDM_RESTART     107
#define IDM_EXIT        108
#define IDM_OPTIONS     109
#define IDM_HOWTOPLAY   110
#define IDM_HELPONHELP  111
#define IDM_FAKETIMER   112
#define IDM_CHEAT       114
#define IDM_UNDO        115

#define IDC_MOVECOL     201
#define IDC_SINGLE      202
#define IDC_GAMENUM     203
#define IDC_YLSAME      205
#define IDC_STEXT       206
#define IDC_CLEAR       207
#define IDC_YWSELECT    208
#define IDC_MESSAGES    209
#define IDC_QUICK       210
#define IDC_DBLCLICK    211
#define IDC_STEXT1      212
#define IDC_STEXT2      213
#define IDC_STEXT3      214

#define IDS_APPNAME     301
#define IDS_CREDITS     302
#define IDS_APPNAME2    303
#define IDS_MEMORY      304
#define IDS_RESIGN      305
#define IDS_ILLEGAL     306
#define IDS_TOOFEWFREE  307
#define IDS_CARDSLEFT   308
#define IDS_RU_SURE     309
#define IDS_1WIN        310
#define IDS_1LOSS       311
#define IDS_WINS        312
#define IDS_LOSSES      313
#define IDS_HELP1       314
#define IDS_HELP2       315
#define IDS_STREAK      316
#define IDS_STYPE       317
#define IDS_FULLNAME    318
#define IDS_STATS1      319
#define IDS_STATS2      320
#define IDS_STATS3      321

#define DLG_MOVECOL     500
#define DLG_GAMENUM     501
#define DLG_YOULOSE     502
#define DLG_YOUWIN      503
#define DLG_STATS       504
#define DLG_OPTIONS     505

#define ID_ICON_MAIN    601


#define IDH_OPTIONS_MESSAGES  1001   
#define IDH_OPTIONS_QUICK     1002
#define IDH_OPTIONS_DBLCLICK  1003
#define IDH_GAMENUM           1004
#define IDH_CLEAR             1005
#define IDH_STEXT1            1006
#define IDH_STEXT2            1007
#define IDH_STEXT3            1008
