Create a branch for console restructuration work.
[reactos.git] / base / applications / games / solitaire / resource.h
1 #pragma once
2
3 /* Icon */
4 #define IDI_SOLITAIRE 100
5
6 #define IDR_MENU1 102
7 #define IDR_ACCELERATOR1 103
8
9 /* Menu */
10 #define IDM_GAME_NEW 1001
11 #define IDM_GAME_DECK 1002
12 #define IDM_GAME_OPTIONS 1003
13 #define IDM_GAME_EXIT 1004
14 #define IDM_HELP_CONTENTS 1005
15 #define IDM_HELP_ABOUT 1006
16
17 /* Dialogs */
18 #define IDD_OPTIONS 1200
19 #define IDC_OPT_DRAWONE 1201
20 #define IDC_OPT_DRAWTHREE 1202
21 #define IDC_OPT_SHOWTIME 1203
22 #define IDC_OPT_STATUSBAR 1204
23 #define IDC_OPT_STANDARD 1205
24 #define IDC_OPT_VEGAS 1206
25 #define IDC_OPT_NOSCORE 1207
26 #define IDC_OPT_KEEPSCORE 1208
27 #define IDD_CARDBACK 1250
28 #define IDC_CARDBACK1 1251
29 #define IDC_CARDBACK2 1252
30 #define IDC_CARDBACK3 1253
31 #define IDC_CARDBACK4 1254
32 #define IDC_CARDBACK5 1255
33 #define IDC_CARDBACK6 1256
34 #define IDC_CARDBACK7 1257
35 #define IDC_CARDBACK8 1258
36 #define IDC_CARDBACK9 1259
37 #define IDC_CARDBACK10 1260
38 #define IDC_CARDBACK11 1261
39 #define IDC_CARDBACK12 1262
40
41 /* Strings */
42 #define IDS_SOL_NAME 1300
43 #define IDS_SOL_ABOUT 1301
44 #define IDS_SOL_QUIT 1302
45 #define IDS_SOL_WIN 1303
46 #define IDS_SOL_DEAL 1304
47 #define IDS_SOL_SCORE 1305
48 #define IDS_SOL_TIME 1306