home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2002 #1 / K-CD_2002-01.iso / Delphi / INFO / Extras / RegCleanUtility / Source / Unit1.rc < prev    next >
Encoding:
Text File  |  2001-05-22  |  485 b   |  16 lines

  1. #define MSG_APPNOTFOUND 102
  2. #define MSG_NTONLY 103
  3. #define MSG_UNKNOWNOS 104
  4. #define MSG_WARNING 105
  5. #define TITLE_WARNING 106
  6.  
  7. STRINGTABLE
  8. {
  9. MSG_APPNOTFOUND, "Cannot detect Delphi 6.0"
  10. MSG_NTONLY, "This application works only on Windows NT or greater."
  11. MSG_UNKNOWNOS, "Cannot determine the version of Windows which is installed."
  12. MSG_WARNING, "This will permanently erase your user settings for Delphi 6.\nAre you sure you want to do this?"
  13. TITLE_WARNING, "Warning"
  14. }
  15.  
  16.