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

  1. object shstart: Tshstart
  2.   Left = 115
  3.   Top = 63
  4.   BorderStyle = bsDialog
  5.   Caption = 'Utility Belt Installation'
  6.   ClientHeight = 216
  7.   ClientWidth = 286
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 60
  17.     Top = 96
  18.     Width = 42
  19.     Height = 13
  20.     Caption = 'Install to:'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 60
  24.     Top = 136
  25.     Width = 76
  26.     Height = 13
  27.     Caption = 'Directory Name:'
  28.   end
  29.   object Memo1: TMemo
  30.     Left = 4
  31.     Top = 4
  32.     Width = 277
  33.     Height = 85
  34.     BorderStyle = bsNone
  35.     Color = clBtnFace
  36.     Lines.Strings = (
  37.       'This will install Utility Belt (Shareware Evaluation Version) '
  38.       'to your hard disk drive. '
  39.       'You will need around 20Mb free on the selected drive.'
  40.       'Please follow the on-screen prompts during installation.'
  41.       'It is recommended that you close any other applications'
  42.       'before installation begins.')
  43.     ReadOnly = True
  44.     TabOrder = 0
  45.   end
  46.   object DriveComboBox1: TDriveComboBox
  47.     Left = 60
  48.     Top = 112
  49.     Width = 145
  50.     Height = 19
  51.     TabOrder = 1
  52.   end
  53.   object Edit1: TEdit
  54.     Left = 60
  55.     Top = 152
  56.     Width = 145
  57.     Height = 21
  58.     TabOrder = 2
  59.     Text = 'Utility Belt (Shareware)'
  60.   end
  61.   object Button1: TButton
  62.     Left = 12
  63.     Top = 184
  64.     Width = 75
  65.     Height = 25
  66.     Caption = 'OK'
  67.     TabOrder = 3
  68.     OnClick = Button1Click
  69.   end
  70.   object Button2: TButton
  71.     Left = 180
  72.     Top = 184
  73.     Width = 75
  74.     Height = 25
  75.     Caption = 'Cancel'
  76.     TabOrder = 4
  77.     OnClick = Button2Click
  78.   end
  79. end
  80.