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

  1. object shmess: Tshmess
  2.   Left = 80
  3.   Top = 105
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Installing...'
  7.   ClientHeight = 139
  8.   ClientWidth = 347
  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 Label1: TLabel
  16.     Left = 16
  17.     Top = 12
  18.     Width = 312
  19.     Height = 16
  20.     Caption = 'Please click on the "Extract" button in the next window'
  21.     Font.Color = clBlack
  22.     Font.Height = -13
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 136
  29.     Top = 32
  30.     Width = 73
  31.     Height = 16
  32.     Caption = 'to continue...'
  33.     Font.Color = clBlack
  34.     Font.Height = -13
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     ParentFont = False
  38.   end
  39.   object Label3: TLabel
  40.     Left = 36
  41.     Top = 56
  42.     Width = 259
  43.     Height = 13
  44.     Caption = '(Please ensure that the "drive" selection in this window'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 32
  48.     Top = 72
  49.     Width = 270
  50.     Height = 13
  51.     Caption = 'corresponds with the drive you have selected to install to)'
  52.   end
  53.   object Button1: TButton
  54.     Left = 120
  55.     Top = 108
  56.     Width = 113
  57.     Height = 25
  58.     Caption = 'OK'
  59.     TabOrder = 0
  60.     OnClick = Button1Click
  61.   end
  62. end
  63.