home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / EPA / run.exe / 0 / RCDATA / TLMMAINSETUPFORM / TLMMAINSETUPFORM.txt
Text File  |  2000-02-24  |  1KB  |  64 lines

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