object Form1: TForm1 Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'GIF for Explorer' ClientHeight = 336 ClientWidth = 426 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Visible = True PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 32 Top = 249 Width = 161 Height = 25 Caption = '&Install' Default = True TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 232 Top = 249 Width = 161 Height = 25 Caption = '&Uninstall' TabOrder = 1 OnClick = Button2Click end object Memo1: TMemo Left = 17 Top = 9 Width = 392 Height = 216 Color = clBtnFace Lines.Strings = ( 'GIF for Explorer Version 1.0' '' 'This installs the GIF-Viewer for Microsoft Windows 95 or Windows' + ' NT ' 'Explorer.' 'After installation Explorer should show a small image instead of' + ' a meaningless ' 'icon for each GIF-File on your harddisk.' '' 'This program is FREEWARE. That means you do not have to pay anyt' + 'hing to ' 'use it. However I always love to receive picture postcards from ' + 'all over the ' 'world. If you like this program, please send me one, but it is n' + 'ot required.' '' 'Meikel Weber' 'Ostwaldstr. 8' '53115 Bonn' 'Germany' '' 'Only the single file GIF-EXP.DLL is required for this program to' + ' work. When ' 'you choose a directory for this DLL during installation, conside' + 'r copying it to ' 'your WINDOWS directory. It is not recommened to create a separat' + 'e directory ' 'just for this DLL, so this option is not offered during installa' + 'tion. If you want to ' 'have a separate directory for it, create it before you proceed w' + 'ith installation. ' 'To install the program please press the "Install" button below. ' + 'To uninstall it, ' 'please press the "Uninstall" button below. ' '' 'You can send me any comments you have as E-Mail to:' 'm.weber@public.ndh.com' '' 'DISCLAIMER:' 'This program is delivered AS IS. There is no warranty of any kin' + 'd either implied ' 'or expressed. In short words: The author is not responsible for ' + 'anything ' 'happening to you or your computer system or anybody or anything ' + 'else.' '' 'Special thanks to:' 'Sean Wenzel, Richard Dominell and Richard Shotbolt for their GIF' + '-Algorithms' 'John Howe for his Triplex++ package which I use heavily' 'Borland for their Delphi 2 which I used to program this') ReadOnly = True ScrollBars = ssVertical TabOrder = 2 WantReturns = False end object Button3: TButton Left = 136 Top = 291 Width = 161 Height = 25 Cancel = True Caption = '&Close this setup program' TabOrder = 3 OnClick = Button3Click end object DirDlg: TBrowseDirectoryDlg Title = 'Where to copy GIF-EXP.DLL to?' Options = [bfDirectoriesOnly] Left = 199 Top = 154 end end