home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv3_1 / saywhat / sw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-02  |  746 b   |  41 lines

  1. /*
  2.  
  3. Figure 5w
  4. =========
  5.  
  6. */
  7.  
  8. /* SW.H - C header file for SAYWHAT (Windows version) */
  9.  
  10. /* String table constants */
  11.  
  12. #define STR_NAME        101
  13. #define STR_TITLE       102
  14. #define STR_WHAT        103
  15.  
  16. /* Menu command IDs */
  17.  
  18. #define CMD_ABOUT       201
  19. #define CMD_EXIT        202
  20. #define CMD_WHAT        203
  21.  
  22. /* Dialog box resource IDs */
  23.  
  24. #define DLG_ABOUT       301
  25. #define DLG_WHAT        302
  26.  
  27. /* 'What...' dialog box item IDs */
  28.  
  29. #define ITEM_WHAT       401
  30. #define ITEM_INTBAR     402
  31. #define ITEM_INTERVAL   403
  32. #define ITEM_DISTBAR    404
  33. #define ITEM_DISTANCE   405
  34. #define ITEM_CLEAN      406
  35. #define ITEM_FLICKER    407
  36.  
  37. /* Timer IDs */
  38.  
  39. #define TIMER_MOVE      501
  40. #define TIMER_CHAR      502
  41.