home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / OS2 / PMVIEW3.ZIP / PMVIEW.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-28  |  1.9 KB  |  78 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. // Modified by Ken Singer
  13. //=======================================================================
  14.  
  15. #define ID_RESOURCE     1
  16. #define ID_TEXTBOX      2
  17.  
  18. #define IDM_FILE        1  // Top level menu
  19. #define IDM_EDIT        2
  20. #define IDM_SEARCH      3
  21. #define IDM_DISPLAY     4
  22. #define IDM_HELP        5
  23.  
  24. #define IDM_OPEN        10 // File menu
  25. #define IDM_NEW         11
  26. #define IDM_EXIT        12
  27.  
  28. #define IDM_FIND           30 // Search menu
  29. #define IDM_REPFIND        31
  30. #define IDM_GOTO           32
  31.  
  32. #define IDM_CONFIGURE      41 // Display menu
  33. #define IDM_DISPLAYASCII   42
  34. #define IDM_DISPLAYHEXASC  43
  35. #define IDM_DISPLAYHEXEBC  44
  36. #define IDM_DISPSCROLLBARS 45
  37. #define IDM_FONTSIZE       46
  38.  
  39. #define IDM_ABOUT          50 // Help menu
  40.  
  41. #define IDD_ABOUT       100
  42.  
  43. #define IDD_OPEN        200
  44. #define IDD_DRIVELIST   201
  45. #define IDD_DIRLIST     202
  46. #define IDD_FILELIST    203
  47. #define IDD_FILEEDIT    204
  48. #define IDD_INCHIDDEN   205
  49. #define IDD_FILEFILTER  206
  50.  
  51. #define IDD_CONFIGURE   300
  52. #define IDD_FCOLOR      301
  53. #define IDD_BCOLOR      302
  54. #define IDD_CELLSIZE    303
  55. #define IDD_DEFASCII    305
  56. #define IDD_DEFHEXASC   306
  57. #define IDD_DEFHEXEBC   307
  58. #define IDD_DEFSCROLL   308
  59. #define IDD_SAVEWINPOS  309
  60. #define IDD_DEFTABS     310
  61. #define IDD_SAVE        311
  62.  
  63. #define IDD_GOTO        400
  64. #define IDD_NEWOFFSET   401
  65. #define IDD_HEXGOTO     402
  66. #define IDD_LINEGOTO    403
  67. #define IDD_DECGOTO     404
  68.  
  69. #define IDD_SEARCH      500
  70. #define IDD_SRCHSTR     501
  71. #define IDD_CHKCASE     502
  72. #define IDD_TOPSEARCH   504
  73. #define IDD_HEXSTRING   505
  74.  
  75. #define IDD_PICKFONT    600
  76. #define IDD_FONTS       601
  77.  
  78.