home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / ysfl12.zip / FILES1.ZIP / unit3.dfm / unit3.txt
Text File  |  1995-07-17  |  2KB  |  79 lines

  1. object dlgDeleteOldStuff: TdlgDeleteOldStuff
  2.   Left = 95
  3.   Top = 102
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'ATTENTION'
  7.   ClientHeight = 284
  8.   ClientWidth = 274
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 274
  21.     Height = 284
  22.     Align = alClient
  23.     Font.Color = clBlack
  24.     Font.Height = -15
  25.     Font.Name = 'Arial'
  26.     Font.Style = []
  27.     ParentFont = False
  28.     TabOrder = 0
  29.     object Memo1: TMemo
  30.       Left = 8
  31.       Top = 8
  32.       Width = 257
  33.       Height = 217
  34.       Lines.Strings = (
  35.         'Before you Install these components'
  36.         'into your Delphi VCL Library,'
  37.         'you must delete all the previous'
  38.         'versions of TInstall, TReportManager,'
  39.         'and TModifiedReport.  Specifically,'
  40.         'you must delete the files, remove'
  41.         'them from your VCL library, and make'
  42.         'sure they are off of your library search'
  43.         'path... Otherwise, you will get an '
  44.         'error saying "Duplicate Resource'
  45.         'Identifier, youseful.dcr" or some other'
  46.         'kind of error message.'
  47.         ''
  48.         '')
  49.       TabOrder = 0
  50.     end
  51.     object BitBtn1: TBitBtn
  52.       Left = 43
  53.       Top = 240
  54.       Width = 89
  55.       Height = 33
  56.       Font.Color = clBlack
  57.       Font.Height = -15
  58.       Font.Name = 'Arial'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       TabOrder = 1
  62.       Kind = bkOK
  63.     end
  64.     object BitBtn2: TBitBtn
  65.       Left = 143
  66.       Top = 240
  67.       Width = 89
  68.       Height = 33
  69.       Font.Color = clBlack
  70.       Font.Height = -15
  71.       Font.Name = 'Arial'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       TabOrder = 2
  75.       Kind = bkCancel
  76.     end
  77.   end
  78. end
  79.