home *** CD-ROM | disk | FTP | other *** search
- //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
- // Modified by Ken Singer
- //=======================================================================
-
- //START IPF
-
- #define ID_RESOURCE 20001
- #define ID_TEXTBOX 20001
-
- #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_DISPLAYHEXASC 43
- #define IDM_DISPLAYHEXEBC 44
- #define IDM_DISPFILEPOS 45
- #define IDM_DISPSCROLLBARS 46
- #define IDM_FONTSIZE 47
-
- #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_FILEFILTER 206
-
- #define IDD_CONFIGURE 300
- #define IDD_FCOLOR 301
- #define IDD_BCOLOR 302
- #define IDD_CELLSIZE 303
- #define IDD_DEFASCII 305
- #define IDD_DEFHEXASC 306
- #define IDD_DEFHEXEBC 307
- #define IDD_DEFFILEPOS 308
- #define IDD_DEFSCROLL 309
- #define IDD_SAVEWINPOS 310
- #define IDD_LINES 311
- #define IDD_LINELEN 312
- #define IDD_DEFTABS 313
- #define IDD_SAVE 314
-
- #define IDD_GOTO 400
- #define IDD_NEWOFFSET 401
- #define IDD_HEXGOTO 402
- #define IDD_LINEGOTO 403
- #define IDD_DECGOTO 404
-
- #define IDD_SEARCH 500
- #define IDD_SRCHSTR 501
- #define IDD_CHKCASE 502
- #define IDD_TOPSEARCH 504
- #define IDD_HEXSTRING 505
-
- #define IDD_PICKFONT 600
- #define IDD_FONTS 601
-
- #define IDD_SRCHMSG 1001
-
- #define IDW_ABOUT 100
- #define IDW_OPEN 200
- #define IDW_CONFIGURE 300
- #define IDW_GOTO 400
- #define IDW_SEARCH 500
- #define IDW_PICKFONT 600
-
- #define IDM_HELPFORHELP 30001
- #define IDM_EXTENDEDHELP 30002
- #define IDM_KEYSHELP 30003
- #define IDM_HELPINDEX 30004
-
- //END IPF