home *** CD-ROM | disk | FTP | other *** search
- object NotAvailable: TNotAvailable
- Left = 423
- Top = 274
- HelpContext = 1
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Chyba'
- ClientHeight = 235
- ClientWidth = 298
- 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 = 275
- Height = 26
- Caption =
- 'Uveden� soubory nejsou dostupn� a nelze je prohled�vat.'#13'M� se po' +
- 'kra�ovat v prohled�v�n� ostatn�ch soubor�?'
- end
- object lbFiles: TListBox
- Left = 8
- Top = 48
- Width = 281
- Height = 147
- IntegralHeight = True
- ItemHeight = 13
- TabOrder = 2
- end
- object btnYes: TButton
- Left = 136
- Top = 202
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Ano'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- object btnNo: TButton
- Left = 216
- Top = 202
- Width = 73
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = '&Ne'
- ModalResult = 7
- TabOrder = 1
- end
- end
-