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

  1. #define MSG_REMOVED 110
  2. #define MSG_FAILED 111
  3. #define MSG_NOTFOUND 112
  4. #define MSG_SUCCESS 113
  5. #define MSG_PARTSUCCESS 114
  6. #define MSG_COMPLETEFAILED 115
  7. #define MSG_REMOVEDBX 116
  8. #define TITLE_INFO 117
  9.  
  10. STRINGTABLE
  11. {
  12.  MSG_REMOVED, "Removed HKEY_CURRENT_USER"
  13.  MSG_FAILED, "FAILED to remove HKEY_CURRENT_USER"
  14.  MSG_NOTFOUND, "Key not found: HKEY_CURRENT_USER"
  15.  MSG_SUCCESS, "Cleanup completed successfully!"
  16.  MSG_PARTSUCCESS, "Not all items were found....Cleanup removed the entries that did exist."
  17.  MSG_COMPLETEFAILED, "Cleanup failed."
  18.  MSG_REMOVEDBX, "Cleanup has detected dbExpress registry settings for your user account.\nIf you are using other dbExpress applications, then these entries should be kept,\notherwise they should be removed.\n\nDo you want these settings deleted?"
  19.  TITLE_INFO, "Information"
  20. }
  21.  
  22.