1 #ifndef _MAIN_MENU_H_
2 #define _MAIN_MENU_H_
3 
4 #define ID_FILE						101
5 #define   ID_RUN_ATARI_PROGRAM		102
6 #define   ID_RESET					103
7 #define   ID_REBOOT					104
8 #define   ID_CONFIGURATION		    105
9 #define   ID_SAVE_CONFIG            106
10 #define   ID_BACK                   107
11 #define   ID_EXIT 					108
12 #define ID_MANAGE					201
13 #define   ID_DISK_MANAGEMENT		202
14 #define   ID_CART_MANAGEMENT		203
15 #define   ID_TAPE_MANAGEMENT		204
16 #define   ID_EMULATOR_BIOS			205
17 #define ID_SYSTEM   				301
18 #define   ID_NTSC					302
19 #define   ID_PAL					303
20 #define   ID_SELECT_MACHINE         304
21 #define   ID_SOUND                  305
22 #define   ID_CONTROLLERS			306
23 #define ID_DISPLAY					401
24 #define   ID_FULLSCREEN				402
25 #define   ID_WINDOW_SIZE_UP         403
26 #define   ID_WINDOW_SIZE_DOWN       404
27 #define   ID_ATARI_DISPLAY          405
28 #define   ID_WINDOWS_DISPLAY        406
29 #define ID_HELP                     901
30 #define   ID_ABOUT_ATARI800         902
31 #define   ID_FUNCTION_KEY_HELP      903
32 #define   ID_HOT_KEY_HELP           904
33 
34 #endif /* _MENU_H_ */
35