home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / pcmag / vol9n13.zip / PMVIEW.H < prev    next >
Text File  |  1990-06-07  |  2KB  |  70 lines

  1. UTILITIES
  2. DOUGLAS BOLING
  3. Vol. 9, No.  13
  4. PMVIEW.H
  5.  
  6. //=======================================================================
  7. // PMVIEW.H -- Header file for PMVIEW.C
  8. //
  9. // Copyright (c) 1990 Ziff Communications Co.
  10. //
  11. // Written by Douglas Boling
  12. //=======================================================================
  13.  
  14. #define ID_RESOURCE    1
  15. #define ID_TEXTBOX    2
  16.  
  17. #define IDM_FILE    1  // Top level menu
  18. #define IDM_EDIT    2
  19. #define IDM_SEARCH    3
  20. #define IDM_DISPLAY    4
  21. #define IDM_HELP    5
  22.  
  23. #define IDM_OPEN    10 // File menu
  24. #define IDM_NEW     11
  25. #define IDM_EXIT    12
  26.  
  27. #define IDM_FIND       30 // Search menu
  28. #define IDM_REPFIND       31
  29. #define IDM_GOTO       32
  30.  
  31. #define IDM_CONFIGURE       41 // Display menu
  32. #define IDM_DISPLAYASCII   42
  33. #define IDM_DISPLAYHEX       43
  34. #define IDM_DISPSCROLLBARS 44
  35. #define IDM_FONTSIZE       45
  36.  
  37. #define IDM_ABOUT       50 // Help menu
  38.  
  39. #define IDD_ABOUT    100
  40.  
  41. #define IDD_OPEN    200
  42. #define IDD_DRIVELIST    201
  43. #define IDD_DIRLIST    202
  44. #define IDD_FILELIST    203
  45. #define IDD_FILEEDIT    204
  46. #define IDD_INCHIDDEN    205
  47.  
  48. #define IDD_CONFIGURE    300
  49. #define IDD_FCOLOR    301
  50. #define IDD_BCOLOR    302
  51. #define IDD_CELLSIZE    303
  52. #define IDD_DEFASCII    305
  53. #define IDD_DEFHEX    306
  54. #define IDD_DEFSCROLL    307
  55. #define IDD_SAVEWINPOS    308
  56. #define IDD_DEFTABS    309
  57. #define IDD_SAVE    310
  58.  
  59. #define IDD_GOTO    400
  60. #define IDD_NEWOFFSET    401
  61.  
  62. #define IDD_SEARCH    500
  63. #define IDD_SRCHSTR    501
  64. #define IDD_CHKCASE    502
  65. #define IDD_TOPSEARCH    504
  66.  
  67. #define IDD_PICKFONT    600
  68. #define IDD_FONTS    601
  69.  
  70.