object shend: Tshend Left = 108 Top = 83 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog Caption = 'Installation Complete!' ClientHeight = 178 ClientWidth = 354 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 4 Top = 4 Width = 341 Height = 125 Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Lines.Strings = ( 'Utility Belt (Shareware Evaluation Version) has been ' 'successfully installed on your system.' 'To run, simply click the OK button below.' 'To use the software on a later date, run the "UtilBelt.exe"' 'file in the installed directory.' '' 'Thank you for trying Utility Belt!') ParentFont = False ReadOnly = True TabOrder = 0 end object Button1: TButton Left = 32 Top = 144 Width = 105 Height = 25 Caption = 'OK' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 200 Top = 144 Width = 105 Height = 25 Caption = 'Exit - I'#39'll try it later' TabOrder = 2 OnClick = Button2Click end end