home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / hooks / journal / app.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-02-22  |  320 b   |  16 lines

  1. /* String table constants */
  2. #define IDSNAME     100
  3. #define IDSABOUT    200
  4. #define IDSTITLE    300
  5.  
  6. /* 'About' dialog box resource id */
  7. #define ABOUTBOX    1
  8.  
  9. /* icon name */
  10. #define APPICON 1
  11.  
  12. /* Menu constants */
  13. #define IDRECORDON      1001
  14. #define IDRECORDOFF     1002
  15. #define IDPLAY          1003
  16.