home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / windows / spy / tpwspy.h < prev    next >
Text File  |  1991-07-25  |  634b  |  23 lines

  1. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  2.  
  3. /* TPWSPY.H */
  4.  
  5. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  6.  
  7. /* Menu command definitions */
  8.  
  9. #define CMD_SPY                  101
  10. #define CMD_EXPAND               102
  11. #define CMD_OEM_FIXED_FONT       103
  12. #define CMD_SYSTEM_FIXED_FONT    104
  13. #define CMD_SYSTEM_FONT          105
  14.  
  15. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  16.  
  17. /* String table ID numbers */
  18.  
  19. #define IDS_CLASS    1
  20. #define IDS_TITLE    2
  21.  
  22. /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  23.