TCStrings.rgs 604 B

1234567891011121314151617181920212223242526
  1. HKCR
  2. {
  3. TCObj.Strings.1 = s 'Strings collection'
  4. {
  5. CLSID = s '{8962E245-CD81-11d2-9646-00C04F68DEB0}'
  6. }
  7. TCObj.Strings = s 'Strings collection'
  8. {
  9. CLSID = s '{8962E245-CD81-11d2-9646-00C04F68DEB0}'
  10. CurVer = s 'TCObj.Strings.1'
  11. }
  12. NoRemove CLSID
  13. {
  14. ForceRemove {8962E245-CD81-11d2-9646-00C04F68DEB0} = s 'Strings collection'
  15. {
  16. TypeLib = s '{8962E243-CD81-11d2-9646-00C04F68DEB0}'
  17. ProgID = s 'TCObj.Strings.1'
  18. VersionIndependentProgID = s 'TCObj.Strings'
  19. InprocServer32 = s '%MODULE%'
  20. {
  21. val ThreadingModel = s 'Both'
  22. }
  23. }
  24. }
  25. }