home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / winnc / setup.exe / 0 / RCDATA / TSTEP2 / TSTEP2.txt < prev   
Text File  |  1997-04-30  |  959b  |  48 lines

  1. object Step2: TStep2
  2.   Left = 269
  3.   Top = 147
  4.   Cursor = crHourGlass
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Setup'
  8.   ClientHeight = 56
  9.   ClientWidth = 417
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 417
  22.     Height = 56
  23.     Align = alClient
  24.     Caption = 'Setup is checking for neccessary diskspace'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     object Image1: TImage
  32.       Left = 15
  33.       Top = 10
  34.       Width = 32
  35.       Height = 32
  36.       AutoSize = True
  37.       Picture.Data = {<image000.ico>}
  38.     end
  39.   end
  40.   object Timer1: TTimer
  41.     Enabled = False
  42.     Interval = 1500
  43.     OnTimer = Timer1Timer
  44.     Left = 300
  45.     Top = 5
  46.   end
  47. end
  48.