home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / PMVIEW5C.ZIP / PMVIEW.H < prev    next >
Text File  |  1990-11-20  |  2KB  |  99 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. //START IPF
  16.  
  17. #define ID_RESOURCE     20001
  18. #define ID_TEXTBOX      20001
  19.  
  20. #define IDM_FILE        1  // Top level menu
  21. #define IDM_EDIT        2
  22. #define IDM_SEARCH      3
  23. #define IDM_DISPLAY     4
  24. #define IDM_HELP        5
  25.  
  26. #define IDM_OPEN        10 // File menu
  27. #define IDM_NEW         11
  28. #define IDM_EXIT        12
  29.  
  30. #define IDM_FIND           30 // Search menu
  31. #define IDM_REPFIND        31
  32. #define IDM_GOTO           32
  33.  
  34. #define IDM_CONFIGURE      41 // Display menu
  35. #define IDM_DISPLAYASCII   42
  36. #define IDM_DISPLAYHEXASC  43
  37. #define IDM_DISPLAYHEXEBC  44
  38. #define IDM_DISPFILEPOS    45
  39. #define IDM_DISPSCROLLBARS 46
  40. #define IDM_FONTSIZE       47
  41.  
  42. #define IDM_ABOUT          50 // Help menu
  43.  
  44. #define IDD_ABOUT       100
  45.  
  46. #define IDD_OPEN        200
  47. #define IDD_DRIVELIST   201
  48. #define IDD_DIRLIST     202
  49. #define IDD_FILELIST    203
  50. #define IDD_FILEEDIT    204
  51. #define IDD_INCHIDDEN   205
  52. #define IDD_FILEFILTER  206
  53.  
  54. #define IDD_CONFIGURE   300
  55. #define IDD_FCOLOR      301
  56. #define IDD_BCOLOR      302
  57. #define IDD_CELLSIZE    303
  58. #define IDD_DEFASCII    305
  59. #define IDD_DEFHEXASC   306
  60. #define IDD_DEFHEXEBC   307
  61. #define IDD_DEFFILEPOS  308
  62. #define IDD_DEFSCROLL   309
  63. #define IDD_SAVEWINPOS  310
  64. #define IDD_LINES       311
  65. #define IDD_LINELEN     312
  66. #define IDD_DEFTABS     313
  67. #define IDD_SAVE        314
  68.  
  69. #define IDD_GOTO        400
  70. #define IDD_NEWOFFSET   401
  71. #define IDD_HEXGOTO     402
  72. #define IDD_LINEGOTO    403
  73. #define IDD_DECGOTO     404
  74.  
  75. #define IDD_SEARCH      500
  76. #define IDD_SRCHSTR     501
  77. #define IDD_CHKCASE     502
  78. #define IDD_TOPSEARCH   504
  79. #define IDD_HEXSTRING   505
  80.  
  81. #define IDD_PICKFONT    600
  82. #define IDD_FONTS       601
  83.  
  84. #define IDD_SRCHMSG    1001
  85.  
  86. #define IDW_ABOUT       100
  87. #define IDW_OPEN        200
  88. #define IDW_CONFIGURE   300
  89. #define IDW_GOTO        400
  90. #define IDW_SEARCH      500
  91. #define IDW_PICKFONT    600
  92.  
  93. #define   IDM_HELPFORHELP       30001
  94. #define   IDM_EXTENDEDHELP      30002
  95. #define   IDM_KEYSHELP          30003
  96. #define   IDM_HELPINDEX         30004
  97.  
  98. //END IPF
  99.