home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / Audio-video / musicollection / musiccollection.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  2008-01-22  |  997 b   |  52 lines

  1. object Form1: TForm1
  2.   Left = 296
  3.   Top = 362
  4.   BorderStyle = bsDialog
  5.   Caption = 'SetupStream Package Extractor'
  6.   ClientHeight = 96
  7.   ClientWidth = 274
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label3: TLabel
  20.     Left = 8
  21.     Top = 72
  22.     Width = 105
  23.     Height = 13
  24.     Caption = 'Extracting File 0 of 0...'
  25.   end
  26.   object Button1: TButton
  27.     Left = 192
  28.     Top = 69
  29.     Width = 75
  30.     Height = 22
  31.     Caption = '&Cancel'
  32.     TabOrder = 0
  33.     OnClick = Button1Click
  34.   end
  35.   object Animation: TAnimate
  36.     Left = 0
  37.     Top = 0
  38.     Width = 274
  39.     Height = 60
  40.     Align = alTop
  41.     CommonAVI = aviCopyFiles
  42.     StopFrame = 31
  43.   end
  44.   object CoThread: TTimer
  45.     Enabled = False
  46.     Interval = 10
  47.     OnTimer = CoThreadTimer
  48.     Left = 232
  49.     Top = 32
  50.   end
  51. end
  52.