home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / desktop / gifexpl / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1997-01-25  |  3KB  |  130 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'GIF for Explorer'
  6.   ClientHeight = 336
  7.   ClientWidth = 426
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Button1: TButton
  17.     Left = 32
  18.     Top = 249
  19.     Width = 161
  20.     Height = 25
  21.     Caption = '&Install'
  22.     Default = True
  23.     TabOrder = 0
  24.     OnClick = Button1Click
  25.   end
  26.   object Button2: TButton
  27.     Left = 232
  28.     Top = 249
  29.     Width = 161
  30.     Height = 25
  31.     Caption = '&Uninstall'
  32.     TabOrder = 1
  33.     OnClick = Button2Click
  34.   end
  35.   object Memo1: TMemo
  36.     Left = 17
  37.     Top = 9
  38.     Width = 392
  39.     Height = 216
  40.     Color = clBtnFace
  41.     Lines.Strings = (
  42.       'GIF for Explorer Version 1.0'
  43.       ''
  44.       
  45.         'This installs the GIF-Viewer for Microsoft Windows 95 or Windows' +
  46.         ' NT '
  47.       'Explorer.'
  48.       
  49.         'After installation Explorer should show a small image instead of' +
  50.         ' a meaningless '
  51.       'icon for each GIF-File on your harddisk.'
  52.       ''
  53.       
  54.         'This program is FREEWARE. That means you do not have to pay anyt' +
  55.         'hing to '
  56.       
  57.         'use it. However I always love to receive picture postcards from ' +
  58.         'all over the '
  59.       
  60.         'world. If you like this program, please send me one, but it is n' +
  61.         'ot required.'
  62.       ''
  63.       'Meikel Weber'
  64.       'Ostwaldstr. 8'
  65.       '53115 Bonn'
  66.       'Germany'
  67.       ''
  68.       
  69.         'Only the single file GIF-EXP.DLL is required for this program to' +
  70.         ' work. When '
  71.       
  72.         'you choose a directory for this DLL during installation, conside' +
  73.         'r copying it to '
  74.       
  75.         'your WINDOWS directory. It is not recommened to create a separat' +
  76.         'e directory '
  77.       
  78.         'just for this DLL, so this option is not offered during installa' +
  79.         'tion. If you want to '
  80.       
  81.         'have a separate directory for it, create it before you proceed w' +
  82.         'ith installation. '
  83.       
  84.         'To install the program please press the "Install" button below. ' +
  85.         'To uninstall it, '
  86.       'please press the "Uninstall" button below. '
  87.       ''
  88.       'You can send me any comments you have as E-Mail to:'
  89.       'm.weber@public.ndh.com'
  90.       ''
  91.       'DISCLAIMER:'
  92.       
  93.         'This program is delivered AS IS. There is no warranty of any kin' +
  94.         'd either implied '
  95.       
  96.         'or expressed. In short words: The author is not responsible for ' +
  97.         'anything '
  98.       
  99.         'happening to you or your computer system or anybody or anything ' +
  100.         'else.'
  101.       ''
  102.       'Special thanks to:'
  103.       
  104.         'Sean Wenzel, Richard Dominell and Richard Shotbolt for their GIF' +
  105.         '-Algorithms'
  106.       'John Howe for his Triplex++ package which I use heavily'
  107.       'Borland for their Delphi 2 which I used to program this')
  108.     ReadOnly = True
  109.     ScrollBars = ssVertical
  110.     TabOrder = 2
  111.     WantReturns = False
  112.   end
  113.   object Button3: TButton
  114.     Left = 136
  115.     Top = 291
  116.     Width = 161
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = '&Close this setup program'
  120.     TabOrder = 3
  121.     OnClick = Button3Click
  122.   end
  123.   object DirDlg: TBrowseDirectoryDlg
  124.     Title = 'Where to copy GIF-EXP.DLL to?'
  125.     Options = [bfDirectoriesOnly]
  126.     Left = 199
  127.     Top = 154
  128.   end
  129. end
  130.