home *** CD-ROM | disk | FTP | other *** search
- object Extract: TExtract
- Left = 410
- Top = 265
- HelpContext = 1
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Extrahuje se soubor...'
- ClientHeight = 88
- ClientWidth = 267
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object lblFileName: TLabel
- Left = 8
- Top = 8
- Width = 251
- Height = 13
- AutoSize = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object pbFile: TProgressBar
- Left = 8
- Top = 24
- Width = 251
- Height = 13
- Enabled = False
- Min = 0
- Max = 100
- TabOrder = 1
- end
- object pbAll: TProgressBar
- Left = 8
- Top = 40
- Width = 251
- Height = 13
- Enabled = False
- Min = 0
- Max = 100
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 97
- Top = 60
- Width = 73
- Height = 23
- Anchors = [akBottom]
- Cancel = True
- Caption = 'Zru�it'
- Default = True
- ModalResult = 2
- TabOrder = 0
- OnClick = btnCancelClick
- end
- end
-