home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 2002 April / 136cd2.img / Data / Joylist.exe / RCDATA / TPROGFORM / TPROGFORM.txt
Text File  |  1999-08-08  |  583b  |  33 lines

  1. object ProgForm: TProgForm
  2.   Left = 200
  3.   Top = 104
  4.   Width = 424
  5.   Height = 73
  6.   Caption = 'ProgForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object LFileName: TLabel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 401
  19.     Height = 13
  20.     AutoSize = False
  21.     Caption = 'LFileName'
  22.   end
  23.   object ProgressBar1: TProgressBar
  24.     Left = 8
  25.     Top = 24
  26.     Width = 401
  27.     Height = 17
  28.     Min = 0
  29.     Max = 100
  30.     TabOrder = 0
  31.   end
  32. end
  33.