home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / Chip_2002-02_cd2.bin / sw / 5295 / SetupCloneCD.exe / Texts / CCDTrayStrings.h < prev    next >
C/C++ Source or Header  |  2001-11-13  |  405b  |  24 lines

  1. #ifndef CCDTRAYSTRINGS_H
  2. #define CCDTRAYSTRINGS_H
  3.  
  4. #define IDS_TABLE_START 1
  5.  
  6. #define IDS_START_CLONECD 1
  7. #define IDS_CLOAK_CDR 2
  8. #define IDS_HELP 3
  9. #define IDS_AUTOSTART 4
  10. #define IDS_EXIT 5
  11. #define IDS_HOMEPAGE 6
  12.  
  13. #define IDS_ASK_AUTOSTART 7
  14. #define IDS_ASK_EXIT 8
  15.  
  16. #define IDS_TABLE_END 8
  17.  
  18.  
  19.  
  20. #define IDS_TABLE_SIZE (IDS_TABLE_END-IDS_TABLE_START+1)
  21.  
  22.  
  23. #endif /* CCDTRAYSTRINGS */
  24.