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.
|
|
#define IDNULL -1
/* String table constants */ #define IDSNAME 100
#define IDSTITLE 300
/* dialog box resource id's */
#define ABOUTBOX 1
#define SELECTGAME 2
#define TILEHELP 3
#define PEEK 4
/* menu values */
#define IDDNEWGAME 11
#define IDDHINT 12
#define IDDSTARTOVER 13
#define IDDBACKUP 14
#define IDDAUTOPLAY 15
#define IDDSELECTGAME 16
#define IDDHOWTOPLAY 21
#define IDDTILES 22
#define IDDSTRATEGY 23
#define IDDCOLOR 24
#define IDDSHADDUP 25
#define IDDLIGHTEN 26
#define IDDDARKEN 27
#define IDDPEEK 28
#define IDDBEGINNER 30
#define IDDINTERMEDIATE 31
#define IDDEXPERT 32
#define IDDMASTER 33
#define IDMABOUT 34
#define IDGAMENUMBER 0
/* TILEHELP dialog values */ #define IDCRAKS 200
#define IDDOTS 201
#define IDBAMS 202
#define IDDRAGONS 203
#define IDSEASONS 204
#define IDFLOWERS 205
#define IDWINDS 206
|