home *** CD-ROM | disk | FTP | other *** search
- /* FSMenu.h */
- /* 09 Dec 1995 12:14:13 */
-
- #define V(x) ((void *) (x))
-
- /* Menu-IDs */
-
- #define MENU_PROJECT 9000
- #define MENU_NEW 9001
- #define MENU_LOADSETTINGS 9002
- #define MENU_SAVESETTINGS 9003
- #define MENU_SAVESETTINGSAS 9004
- #define MENU_DISKSPACE 9005
- #define MENU_ABOUT 9006
- #define MENU_QUIT 9007
-
- #define MENU_VIEW 9100
- #define MENU_DIRECTORIES 9110
- #define MENU_DIRSFIRST 9111
- #define MENU_DIRSLAST 9112
- #define MENU_DIRSBETWEEN 9113
- #define MENU_SORTING 9120
- #define MENU_SORTNAME 9121
- #define MENU_SORTDATE 9122
- #define MENU_SORTSIZE 9123
- #define MENU_NEWLISTFONT 9124
-
- #define MENU_OPTIONS 9200
- #define MENU_WILDCARDS 9210
- #define MENU_SIMPLEWILD 9211
- #define MENU_DOSWILD 9212
- #define MENU_CREATEICONS 9220
-
-
- #define MENU_TAPE 9300
- #define MENU_SETUPTAPE 9301
- #define MENU_TAPEREWIND 9302
- #define MENU_TAPERETENSION 9303
- #define MENU_TAPEERASE 9304
- #define MENU_TAPEUNLOAD 9305
- #define MENU_TAPELOAD 9306
-
-
-
-