home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / flist.zip / res.h < prev    next >
Text File  |  1996-09-03  |  990b  |  39 lines

  1. #ifndef INCL_RES
  2.  #define INCL_RES
  3.  
  4.  /* Resource IDs */
  5.  #define ID_FINDDLG      100
  6.  #define ID_FINDENTRY    101
  7.  #define ID_FINDCHECK    102
  8.  #define ID_ABOUTDLG     200
  9.  #define ID_ABOUTBUTTON  201
  10.  #define ID_LINES        202
  11.  #define ID_MARKED       203
  12.  #define ID_MAXLINES     204
  13.  #define ID_MAXLENGTH    205
  14.  #define ID_MARKED_ICON  300
  15.  #define ID_ACCEL        400
  16.  #define ID_POPUP        500
  17.  #define ID_NULL         600
  18.  
  19.  /* Menu and keyboard commands */
  20.  #define  CMD_APPEND    505
  21.  #define  CMD_SAVE      510
  22.  #define  CMD_COPY      515
  23.  #define  CMD_PASTE     520
  24.  #define  CMD_ABOUT     525
  25.  #define  CMD_ACCUM     530
  26.  #define  CMD_UNMARK    535
  27.  #define  CMD_REARRANGE 540
  28.  #define  CMD_FIND      545
  29.  #define  CMD_MARKFIND  550
  30.  #define  CMD_FINDNEXT  555
  31.  #define  CMD_FINDPREV  560
  32.  #define  CMD_NEXTMARK  565
  33.  #define  CMD_PREVMARK  570
  34.  #define  CMD_MATE      575
  35.  #define  CMD_SPAWN     580
  36.  #define  CMD_QUIT      585
  37.  
  38. #endif
  39.