home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 June / Chip_1999-06_cd.bin / tema / Diadema / Demo / setup.exe / pantheon.exe / 0 / RCDATA / TOVERSEZNAMFORM / TOVERSEZNAMFORM.txt < prev   
Encoding:
Text File  |  1999-04-22  |  2.8 KB  |  119 lines

  1. object OverSeznamForm: TOverSeznamForm
  2.   Left = 260
  3.   Top = 198
  4.   BorderStyle = bsDialog
  5.   Caption = 'Kontrola seznamu ozna∩┐╜en∩┐╜ch zak∩┐╜zek'
  6.   ClientHeight = 70
  7.   ClientWidth = 271
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Notebook: TNotebook
  19.     Left = 0
  20.     Top = 0
  21.     Width = 271
  22.     Height = 70
  23.     Align = alClient
  24.     TabOrder = 0
  25.     object TPage
  26.       Left = 0
  27.       Top = 0
  28.       Caption = 'Progress'
  29.       object ProgressLabel: TLabel
  30.         Left = 16
  31.         Top = 8
  32.         Width = 143
  33.         Height = 13
  34.         Caption = 'Ov∩┐╜∩┐╜uje se seznam zak∩┐╜zek...'
  35.       end
  36.       object ProgressBar: TProgressBar
  37.         Left = 16
  38.         Top = 32
  39.         Width = 241
  40.         Height = 16
  41.         Min = 0
  42.         Max = 100
  43.         TabOrder = 0
  44.       end
  45.     end
  46.     object TPage
  47.       Left = 0
  48.       Top = 0
  49.       Caption = 'Results'
  50.       object WarnLabel: TLabel
  51.         Left = 48
  52.         Top = 8
  53.         Width = 217
  54.         Height = 33
  55.         AutoSize = False
  56.         Caption = 
  57.           'N∩┐╜sleduj∩┐╜c∩┐╜ ∩┐╜∩┐╜sla zak∩┐╜zek byla vypu∩┐╜t∩┐╜na ze seznamu, proto∩┐╜e je ' +
  58.           'nelze naj∩┐╜t v datab∩┐╜zi.'
  59.         WordWrap = True
  60.       end
  61.       object WarnIcon: TImage
  62.         Left = 8
  63.         Top = 8
  64.         Width = 32
  65.         Height = 32
  66.         Picture.Data = {<image000.ico>}
  67.       end
  68.       object PricinyLabel: TLabel
  69.         Left = 8
  70.         Top = 144
  71.         Width = 70
  72.         Height = 13
  73.         Caption = 'Mo∩┐╜n∩┐╜ p∩┐╜∩┐╜∩┐╜iny:'
  74.       end
  75.       object NevyhovujiciListBox: TListBox
  76.         Left = 48
  77.         Top = 48
  78.         Width = 209
  79.         Height = 81
  80.         ItemHeight = 13
  81.         Sorted = True
  82.         TabOrder = 0
  83.       end
  84.       object SuggMemo: TMemo
  85.         Left = 8
  86.         Top = 160
  87.         Width = 257
  88.         Height = 65
  89.         Color = clBtnFace
  90.         Ctl3D = True
  91.         Lines.Strings = (
  92.           'P∩┐╜∩┐╜∩┐╜ina : M∩┐╜te aktivn∩┐╜ takov∩┐╜ filtr, ∩┐╜e pro jeho'
  93.           '              omezen∩┐╜ nejsou tyto zak∩┐╜zky dostupn∩┐╜.'
  94.           '∩┐╜e∩┐╜en∩┐╜ : Zkontrolujte nastaven∩┐╜ filtru, p∩┐╜∩┐╜padn∩┐╜'
  95.           '              filtr zru∩┐╜te.'
  96.           ''
  97.           'P∩┐╜∩┐╜∩┐╜ina : Zak∩┐╜zky byly p∩┐╜esunuty do arch∩┐╜vu.'
  98.           '∩┐╜e∩┐╜en∩┐╜ : Prohl∩┐╜dn∩┐╜te arch∩┐╜v a pot∩┐╜ebn∩┐╜ zak∩┐╜zky'
  99.           '              obnovte.')
  100.         ParentCtl3D = False
  101.         ReadOnly = True
  102.         ScrollBars = ssVertical
  103.         TabOrder = 1
  104.         WordWrap = False
  105.       end
  106.       object OKBtn: TButton
  107.         Left = 98
  108.         Top = 236
  109.         Width = 75
  110.         Height = 25
  111.         Caption = 'OK'
  112.         Default = True
  113.         ModalResult = 1
  114.         TabOrder = 2
  115.       end
  116.     end
  117.   end
  118. end
  119.