UTILITIES DOUGLAS BOLING Vol. 9, No. 13 PMVIEW.H //======================================================================= // PMVIEW.H -- Header file for PMVIEW.C // // Copyright (c) 1990 Ziff Communications Co. // // Written by Douglas Boling //======================================================================= #define ID_RESOURCE 1 #define ID_TEXTBOX 2 #define IDM_FILE 1 // Top level menu #define IDM_EDIT 2 #define IDM_SEARCH 3 #define IDM_DISPLAY 4 #define IDM_HELP 5 #define IDM_OPEN 10 // File menu #define IDM_NEW 11 #define IDM_EXIT 12 #define IDM_FIND 30 // Search menu #define IDM_REPFIND 31 #define IDM_GOTO 32 #define IDM_CONFIGURE 41 // Display menu #define IDM_DISPLAYASCII 42 #define IDM_DISPLAYHEX 43 #define IDM_DISPSCROLLBARS 44 #define IDM_FONTSIZE 45 #define IDM_ABOUT 50 // Help menu #define IDD_ABOUT 100 #define IDD_OPEN 200 #define IDD_DRIVELIST 201 #define IDD_DIRLIST 202 #define IDD_FILELIST 203 #define IDD_FILEEDIT 204 #define IDD_INCHIDDEN 205 #define IDD_CONFIGURE 300 #define IDD_FCOLOR 301 #define IDD_BCOLOR 302 #define IDD_CELLSIZE 303 #define IDD_DEFASCII 305 #define IDD_DEFHEX 306 #define IDD_DEFSCROLL 307 #define IDD_SAVEWINPOS 308 #define IDD_DEFTABS 309 #define IDD_SAVE 310 #define IDD_GOTO 400 #define IDD_NEWOFFSET 401 #define IDD_SEARCH 500 #define IDD_SRCHSTR 501 #define IDD_CHKCASE 502 #define IDD_TOPSEARCH 504 #define IDD_PICKFONT 600 #define IDD_FONTS 601