home *** CD-ROM | disk | FTP | other *** search
- object ExtractDir: TExtractDir
- Left = 325
- Top = 276
- HelpContext = 1
- BorderStyle = bsDialog
- Caption = 'Potvrdit extrahov�n� soubor�'
- ClientHeight = 89
- ClientWidth = 321
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 143
- Height = 13
- Caption = '&Adres�� pro ukl�d�n� soubor�:'
- FocusControl = edtDirName
- end
- object btnSelectDir: TSpeedButton
- Left = 274
- Top = 24
- Width = 39
- Height = 21
- Caption = 'V&ybrat'
- Flat = True
- OnClick = btnSelectDirClick
- end
- object edtDirName: TEdit
- Left = 8
- Top = 24
- Width = 265
- Height = 21
- TabOrder = 0
- end
- object btnOk: TButton
- Left = 160
- Top = 56
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 240
- Top = 56
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Zru�it'
- ModalResult = 2
- TabOrder = 2
- end
- end
-