object dlgDeleteOldStuff: TdlgDeleteOldStuff Left = 95 Top = 102 BorderIcons = [] BorderStyle = bsDialog Caption = 'ATTENTION' ClientHeight = 284 ClientWidth = 274 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] FormStyle = fsStayOnTop PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 274 Height = 284 Align = alClient Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 object Memo1: TMemo Left = 8 Top = 8 Width = 257 Height = 217 Lines.Strings = ( 'Before you Install these components' 'into your Delphi VCL Library,' 'you must delete all the previous' 'versions of TInstall, TReportManager,' 'and TModifiedReport. Specifically,' 'you must delete the files, remove' 'them from your VCL library, and make' 'sure they are off of your library search' 'path... Otherwise, you will get an ' 'error saying "Duplicate Resource' 'Identifier, youseful.dcr" or some other' 'kind of error message.' '' '') TabOrder = 0 end object BitBtn1: TBitBtn Left = 43 Top = 240 Width = 89 Height = 33 Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 143 Top = 240 Width = 89 Height = 33 Font.Color = clBlack Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 2 Kind = bkCancel end end end