home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 July / PCWorld_2001-07_cd.bin / Software / Vyzkuste / imenh / ImageEnhance.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  2000-11-22  |  566b  |  29 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 258
  3.   Top = 168
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Progress..'
  6.   ClientHeight = 41
  7.   ClientWidth = 257
  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 = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object ProgressBar: TProgressBar
  20.     Left = 8
  21.     Top = 8
  22.     Width = 241
  23.     Height = 25
  24.     Min = 0
  25.     Max = 100
  26.     TabOrder = 0
  27.   end
  28. end
  29.