home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / sharewar / extract / Extractor.exe / 0 / RCDATA / TNOTAVAILABLE / TNOTAVAILABLE.txt
Encoding:
Text File  |  2000-07-04  |  1.2 KB  |  61 lines

  1. object NotAvailable: TNotAvailable
  2.   Left = 423
  3.   Top = 274
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Chyba'
  8.   ClientHeight = 235
  9.   ClientWidth = 298
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 275
  24.     Height = 26
  25.     Caption = 
  26.       'Uveden∩┐╜ soubory nejsou dostupn∩┐╜ a nelze je prohled∩┐╜vat.'#13'M∩┐╜ se po' +
  27.       'kra∩┐╜ovat v prohled∩┐╜v∩┐╜n∩┐╜ ostatn∩┐╜ch soubor∩┐╜?'
  28.   end
  29.   object lbFiles: TListBox
  30.     Left = 8
  31.     Top = 48
  32.     Width = 281
  33.     Height = 147
  34.     IntegralHeight = True
  35.     ItemHeight = 13
  36.     TabOrder = 2
  37.   end
  38.   object btnYes: TButton
  39.     Left = 136
  40.     Top = 202
  41.     Width = 73
  42.     Height = 25
  43.     Anchors = [akRight, akBottom]
  44.     Caption = '&Ano'
  45.     Default = True
  46.     ModalResult = 6
  47.     TabOrder = 0
  48.   end
  49.   object btnNo: TButton
  50.     Left = 216
  51.     Top = 202
  52.     Width = 73
  53.     Height = 25
  54.     Anchors = [akRight, akBottom]
  55.     Cancel = True
  56.     Caption = '&Ne'
  57.     ModalResult = 7
  58.     TabOrder = 1
  59.   end
  60. end
  61.