home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 August / Chip_1999-08_cd.bin / EPA / run.exe / 0 / RCDATA / TLMMAINSETUPFORM / TLMMAINSETUPFORM.txt
Text File  |  1999-07-01  |  1KB  |  60 lines

  1. object LMMainSetupForm: TLMMainSetupForm
  2.   Left = 377
  3.   Top = 186
  4.   Width = 283
  5.   Height = 151
  6.   BorderIcons = []
  7.   Caption = 'Installer'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ProgressMsg: TLabel
  20.     Left = 5
  21.     Top = 32
  22.     Width = 260
  23.     Height = 13
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'Updating files...'
  27.   end
  28.   object CopiedFName: TLabel
  29.     Left = 6
  30.     Top = 48
  31.     Width = 265
  32.     Height = 13
  33.     Alignment = taCenter
  34.     AutoSize = False
  35.   end
  36.   object TotalLab: TLabel
  37.     Left = 16
  38.     Top = 96
  39.     Width = 27
  40.     Height = 13
  41.     Caption = 'Total:'
  42.   end
  43.   object CopiedLab: TLabel
  44.     Left = 136
  45.     Top = 96
  46.     Width = 36
  47.     Height = 13
  48.     Caption = 'Copied:'
  49.   end
  50.   object ProgressBar: TProgressBar
  51.     Left = 16
  52.     Top = 72
  53.     Width = 241
  54.     Height = 16
  55.     Min = 0
  56.     Max = 100
  57.     TabOrder = 0
  58.   end
  59. end
  60.