home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 296
- Top = 362
- BorderStyle = bsDialog
- Caption = 'SetupStream Package Extractor'
- ClientHeight = 96
- ClientWidth = 274
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 72
- Width = 105
- Height = 13
- Caption = 'Extracting File 0 of 0...'
- end
- object Button1: TButton
- Left = 192
- Top = 69
- Width = 75
- Height = 22
- Caption = '&Cancel'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Animation: TAnimate
- Left = 0
- Top = 0
- Width = 274
- Height = 60
- Align = alTop
- CommonAVI = aviCopyFiles
- StopFrame = 31
- end
- object CoThread: TTimer
- Enabled = False
- Interval = 10
- OnTimer = CoThreadTimer
- Left = 232
- Top = 32
- end
- end
-