home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / Butonz / _SETUP.1 / buttonz.exe / 0 / RCDATA / TPROGRESSFORM / TPROGRESSFORM.txt
Text File  |  1998-09-11  |  470b  |  26 lines

  1. object progressform: Tprogressform
  2.   Left = 344
  3.   Top = 145
  4.   BorderStyle = bsDialog
  5.   Caption = 'Rendering...'
  6.   ClientHeight = 41
  7.   ClientWidth = 226
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Visible = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 14
  16.   object ProgressBar1: TProgressBar
  17.     Left = 8
  18.     Top = 8
  19.     Width = 209
  20.     Height = 25
  21.     Min = 0
  22.     Max = 100
  23.     TabOrder = 0
  24.   end
  25. end
  26.