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

  1. object SetupForm: TSetupForm
  2.   Left = 201
  3.   Top = 109
  4.   BorderStyle = bsDialog
  5.   Caption = 'Installation Progress'
  6.   ClientHeight = 173
  7.   ClientWidth = 432
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Process: TNewGauge
  20.     Left = 5
  21.     Top = 60
  22.     Width = 421
  23.     Height = 21
  24.     MinValue = 0
  25.     MaxValue = 100
  26.     Progress = 0
  27.   end
  28.   object Status: TNewPathLabel
  29.     Left = 10
  30.     Top = 40
  31.     Width = 411
  32.     Height = 17
  33.   end
  34.   object MsgLabel: TLabel
  35.     Left = 10
  36.     Top = 5
  37.     Width = 411
  38.     Height = 13
  39.     AutoSize = False
  40.   end
  41.   object GroupLabel: TLabel
  42.     Left = 20
  43.     Top = 20
  44.     Width = 404
  45.     Height = 16
  46.     AutoSize = False
  47.   end
  48.   object L_Info: TLabel
  49.     Left = 335
  50.     Top = 125
  51.     Width = 86
  52.     Height = 31
  53.     Alignment = taCenter
  54.     AutoSize = False
  55.     Caption = 'ThunderSetup www.cmware.de'
  56.     WordWrap = True
  57.   end
  58.   object Cancel: TButton
  59.     Left = 170
  60.     Top = 130
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = '&Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 0
  67.     OnClick = CancelClick
  68.   end
  69.   object MinorProgress: TProgressBar
  70.     Left = 5
  71.     Top = 95
  72.     Width = 421
  73.     Height = 16
  74.     Min = 0
  75.     Max = 100
  76.     TabOrder = 1
  77.   end
  78.   object FileSplitter: TFileSplitter
  79.     SplittedFileName = 'A:\splitted'
  80.     FirstDiskSize = 0
  81.     OnChangeDisk = FileSplitterChangeDisk
  82.     OnProgress = FileSplitterProgress
  83.     Left = 25
  84.     Top = 135
  85.   end
  86.   object Zipper: TZLBArchive
  87.     CheckCRC = True
  88.     OnProgress = ZipperProgress
  89.     Left = 55
  90.     Top = 133
  91.   end
  92.   object VersionInfo: TVersionInfo
  93.     ComponentVersion = '1.0.0.0'
  94.     About = 'TVersionInfo Component. ∩┐╜ 1999 by Christoph M∩┐╜ssel'
  95.     Left = 85
  96.     Top = 135
  97.   end
  98.   object Exec: TsfAppExec
  99.     ShowType = sstShowNormal
  100.     Wait = True
  101.     Left = 110
  102.     Top = 135
  103.   end
  104.   object Shell: TShellLink
  105.     HotKey = 0
  106.     ShowCmd = 0
  107.     IconNumber = 0
  108.     Update = False
  109.     Left = 140
  110.     Top = 135
  111.   end
  112. end
  113.