home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / FontFind / fontfind.exe / %MAINDIR% / FontFinder.exe / 0 / RCDATA / TFRMREPORTPROGRESS / TFRMREPORTPROGRESS.txt
Encoding:
Text File  |  1999-07-21  |  622 b   |  31 lines

  1. object frmReportProgress: TfrmReportProgress
  2.   Left = 281
  3.   Top = 338
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Preparing Report...'
  7.   ClientHeight = 50
  8.   ClientWidth = 235
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ProgressBar1: TProgressBar
  22.     Left = 8
  23.     Top = 16
  24.     Width = 217
  25.     Height = 16
  26.     Min = 0
  27.     Max = 100
  28.     TabOrder = 0
  29.   end
  30. end
  31.