home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 March / Chip_2000-03_cd.bin / tema / EPstudio / cm311f.exe / ConMet.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1999-11-29  |  410b  |  24 lines

  1. object ProgressForm: TProgressForm
  2.   Left = 11
  3.   Top = 8
  4.   Width = 275
  5.   Height = 157
  6.   Caption = 'Progress'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Gauge1: TGauge
  14.     Left = 0
  15.     Top = 0
  16.     Width = 267
  17.     Height = 130
  18.     Align = alClient
  19.     Kind = gkNeedle
  20.     ForeColor = clBlue
  21.     Progress = 0
  22.   end
  23. end
  24.