home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / ctenari / Kucera / setup.ex_ / setup.ex / 0 / RCDATA / TPREPAREFORM / TPREPAREFORM.txt < prev   
Text File  |  2002-02-06  |  1KB  |  55 lines

  1. object PrepareForm: TPrepareForm
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsNone
  5.   Caption = 'PrepareForm'
  6.   ClientHeight = 65
  7.   ClientWidth = 257
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object BorderPanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 257
  20.     Height = 65
  21.     Align = alClient
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 70
  25.       Top = 15
  26.       Width = 154
  27.       Height = 13
  28.       Caption = 'Reading installation data...'
  29.       Font.Charset = DEFAULT_CHARSET
  30.       Font.Color = clWindowText
  31.       Font.Height = -11
  32.       Font.Name = 'MS Sans Serif'
  33.       Font.Style = [fsBold]
  34.       ParentFont = False
  35.     end
  36.     object Image1: TImage
  37.       Left = 20
  38.       Top = 15
  39.       Width = 32
  40.       Height = 32
  41.       AutoSize = True
  42.       Picture.Data = {<image000.ico>}
  43.     end
  44.     object Process: TNewGauge
  45.       Left = 70
  46.       Top = 35
  47.       Width = 176
  48.       Height = 15
  49.       MinValue = 0
  50.       MaxValue = 100
  51.       Progress = 0
  52.     end
  53.   end
  54. end
  55.