home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / TOOLS / FPE602 / DATA1.CAB / Program_Executable_Files / SPE.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Encoding:
Text File  |  1998-04-22  |  507 b   |  27 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 317
  3.   Top = 348
  4.   BorderStyle = bsDialog
  5.   Caption = 'Progress'
  6.   ClientHeight = 47
  7.   ClientWidth = 471
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -18
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 20
  17.   object Gauge1: TGauge
  18.     Left = 0
  19.     Top = 0
  20.     Width = 471
  21.     Height = 47
  22.     Align = alClient
  23.     ForeColor = clBlue
  24.     Progress = 0
  25.   end
  26. end
  27.