home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / HTMLed / EDITOR.EXE / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1998-10-11  |  552b  |  29 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 200
  3.   Top = 106
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   ClientHeight = 38
  7.   ClientWidth = 298
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PB: TProgressBar
  20.     Left = 18
  21.     Top = 13
  22.     Width = 264
  23.     Height = 16
  24.     Min = 0
  25.     Max = 100
  26.     TabOrder = 0
  27.   end
  28. end
  29.