home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_2 / WIN_BTR / SAMPLE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1980-12-31  |  514 b   |  18 lines

  1. #define NUMFUN    8
  2. #define GET_FIRST 6
  3. #define NUMLINES  10
  4. #define MAXWIDTH  80
  5. #define NUMKEYS (sizeof (keyScroll) / sizeof (keyScroll [0]))
  6.  
  7.  
  8. #define SAMPLE_NULL         0x0000
  9. #define SAMPLE_OTHER        0x1000
  10. #define SAMPLE_HELP         0x1001
  11. #define SAMPLE_ABOUT        0x1002
  12. #define SAMPLE_ICON         0x1003
  13. #define SAMPLE_EXECUTE      0x2000
  14. #define SAMPLE_OPENFILE     0x3000
  15. #define SAMPLE_FILENAME     0x3001
  16. #define SAMPLE_OPLIST       0x4000
  17. #define SAMPLE_OPCLOSE      0x4001
  18.