CoderSpeed.dfm 860 B

1234567891011121314151617181920212223242526272829
  1. object dmCoderSpeed: TdmCoderSpeed
  2. OldCreateOrder = False
  3. Left = 267
  4. Top = 114
  5. Height = 254
  6. Width = 380
  7. object bublMime: TBXBubble
  8. Category = 'Coders'
  9. Description = 'Decode Speed - MIME'
  10. Details.Strings = (
  11. 'This test measures the raw speed of the decode routines'
  12. 'by calling them in a realistic manner with a lot of data in a'
  13. 'series simulating a large file decode.')
  14. OnTest = bublMimeTest
  15. Left = 40
  16. Top = 24
  17. end
  18. object bublUUE: TBXBubble
  19. Category = 'Coders'
  20. Description = 'Decode Speed - UUE'
  21. Details.Strings = (
  22. 'This test measures the raw speed of the decode routines'
  23. 'by calling them in a realistic manner with a lot of data in a'
  24. 'series simulating a large file decode.')
  25. OnTest = bublUUETest
  26. Left = 40
  27. Top = 80
  28. end
  29. end