home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / UBELT.ZIP / Install.exe / 0 / RCDATA / TSHEND / TSHEND.txt
Text File  |  1998-05-19  |  1KB  |  55 lines

  1. object shend: Tshend
  2.   Left = 108
  3.   Top = 83
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Installation Complete!'
  7.   ClientHeight = 178
  8.   ClientWidth = 354
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Memo1: TMemo
  16.     Left = 4
  17.     Top = 4
  18.     Width = 341
  19.     Height = 125
  20.     Font.Color = clBlack
  21.     Font.Height = -13
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = []
  24.     Lines.Strings = (
  25.       'Utility Belt (Shareware Evaluation Version) has been '
  26.       'successfully installed on your system.'
  27.       'To run, simply click the OK button below.'
  28.       'To use the software on a later date, run the "UtilBelt.exe"'
  29.       'file in the installed directory.'
  30.       ''
  31.       'Thank you for trying Utility Belt!')
  32.     ParentFont = False
  33.     ReadOnly = True
  34.     TabOrder = 0
  35.   end
  36.   object Button1: TButton
  37.     Left = 32
  38.     Top = 144
  39.     Width = 105
  40.     Height = 25
  41.     Caption = 'OK'
  42.     TabOrder = 1
  43.     OnClick = Button1Click
  44.   end
  45.   object Button2: TButton
  46.     Left = 200
  47.     Top = 144
  48.     Width = 105
  49.     Height = 25
  50.     Caption = 'Exit - I'#39'll try it later'
  51.     TabOrder = 2
  52.     OnClick = Button2Click
  53.   end
  54. end
  55.