home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / multimedia / coverme / CoverMe.exe / 0 / RCDATA / TFORMPROGRESS / TFORMPROGRESS.txt
Text File  |  2007-07-27  |  720b  |  38 lines

  1. object FormProgress: TFormProgress
  2.   Left = 316
  3.   Top = 402
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Progress'
  7.   ClientHeight = 44
  8.   ClientWidth = 398
  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.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   DesignSize = (
  18.     398
  19.     44)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 4
  24.     Top = 4
  25.     Width = 109
  26.     Height = 13
  27.     Caption = 'Downloading pictures'
  28.   end
  29.   object ProgressBar1: TProgressBar
  30.     Left = 4
  31.     Top = 21
  32.     Width = 389
  33.     Height = 17
  34.     Anchors = [akLeft, akBottom]
  35.     TabOrder = 0
  36.   end
  37. end
  38.