object CreditsForm: TCreditsForm Left = 250 Top = 171 BorderStyle = bsDialog Caption = 'Credits' ClientHeight = 276 ClientWidth = 369 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 9 Top = 14 Width = 352 Height = 211 Lines.Strings = ( 'read readme.txt for more info' 'read resource.txt for description of files and more information ' + 'about' 'understanding this whole program.' '' '' 'credits:' 'i would like to thank:' '' ' Mark Nelson, who with his wonderful book,' '' ' Michael Burrows and David J. Wheeler for the block sorting' 'algorithm.' '' ' Peter Fenwick'#39's for his tuned structured arithmetic encoder' '' ' Kunihiko Sadakane'#39's Suffix sort, which rocks, and imho is th' + 'e' 'best' ' general purpose sorter for the block sorting algorithm.' '' ' Angus Johnson, Anders Melander & Graham Wideman for their' 'wonderful, totally incredible drag and drop package. I had' 'managed to incorporate the older version of their package into' 'resource and it turned instantly totally drag and drop to and fr' + 'om' 'explorer.. simply amazing.' '' ' Julian Seward, author of BZip. BZip really inspired me to wri' + 'te on,' 'although i didn'#39't really understand much of the '#39'c'#39' implementati' + 'on of' 'the BWT algorithm... ;-)' '' '' ' the author(s) of the delphi superpage and delphi deli, withou' + 't' 'which i may not even have been able to have finished.' '' '' ' and of course Inprise for creating Delphi, which is totally r' + 'adical!' ' (and Inprise: when are we gonna have inline functions? it wil' + 'l' 'surely' 'speed up delphi apps alot!)' '' ' loop guru for excellent groove and inspirational music. if yo' + 'u' 'haven'#39't listened to them, you don'#39't know what real cross cultura' + 'l,' #39'no' 'barriers'#39' is...') ScrollBars = ssVertical TabOrder = 0 end object Button1: TButton Left = 288 Top = 240 Width = 75 Height = 25 Cancel = True Caption = 'Close' ModalResult = 1 TabOrder = 1 end end