home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 August / Chip_2001-08_cd2.bin / vyuka / mobydict / mobydict161cz.exe / MobyDict.exe / 0 / RCDATA / TFZKOUSENI / TFZKOUSENI.txt
Text File  |  2001-01-11  |  3KB  |  169 lines

  1. object fZkouseni: TfZkouseni
  2.   Left = 265
  3.   Top = 226
  4.   BorderStyle = bsDialog
  5.   Caption = 'Zkou∩┐╜en∩┐╜'
  6.   ClientHeight = 262
  7.   ClientWidth = 603
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object cOrig: TLabel
  18.     Left = 8
  19.     Top = 45
  20.     Width = 37
  21.     Height = 13
  22.     Caption = 'Ot∩┐╜zka:'
  23.   end
  24.   object cPrekl: TLabel
  25.     Left = 8
  26.     Top = 109
  27.     Width = 49
  28.     Height = 13
  29.     Caption = 'Odpov∩┐╜∩┐╜:'
  30.   end
  31.   object lbZprava: TLabel
  32.     Left = 0
  33.     Top = 144
  34.     Width = 593
  35.     Height = 33
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'AHOJ'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clNavy
  41.     Font.Height = -13
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Layout = tlCenter
  46.     WordWrap = True
  47.   end
  48.   object lbKolo: TLabel
  49.     Left = 16
  50.     Top = 17
  51.     Width = 30
  52.     Height = 13
  53.     Caption = 'Kolo:0'
  54.   end
  55.   object lbNazev: TLabel
  56.     Left = 168
  57.     Top = 0
  58.     Width = 89
  59.     Height = 13
  60.     Caption = 'N∩┐╜zev slovn∩┐╜ku'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clWindowText
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     ParentFont = False
  67.   end
  68.   object edtPrekl: TEdit
  69.     Left = 56
  70.     Top = 104
  71.     Width = 537
  72.     Height = 24
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -13
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 0
  80.     Text = 'edtPrekl'
  81.   end
  82.   object edtOrig: TEdit
  83.     Left = 56
  84.     Top = 40
  85.     Width = 537
  86.     Height = 24
  87.     TabStop = False
  88.     Font.Charset = DEFAULT_CHARSET
  89.     Font.Color = clWindowText
  90.     Font.Height = -13
  91.     Font.Name = 'MS Sans Serif'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.     ReadOnly = True
  95.     TabOrder = 1
  96.     Text = 'edtOrig'
  97.   end
  98.   object btnZobraz: TButton
  99.     Left = 257
  100.     Top = 184
  101.     Width = 89
  102.     Height = 25
  103.     Action = actZobraz
  104.     TabOrder = 2
  105.   end
  106.   object btnZnam: TButton
  107.     Left = 144
  108.     Top = 208
  109.     Width = 89
  110.     Height = 25
  111.     Action = actZnam
  112.     TabOrder = 3
  113.   end
  114.   object btnNeznam: TButton
  115.     Left = 368
  116.     Top = 208
  117.     Width = 89
  118.     Height = 25
  119.     Action = actNeznam
  120.     TabOrder = 4
  121.   end
  122.   object btnVyhodnot: TButton
  123.     Left = 257
  124.     Top = 224
  125.     Width = 89
  126.     Height = 25
  127.     Caption = 'Vyhodno∩┐╜'
  128.     Default = True
  129.     TabOrder = 5
  130.     OnClick = btnVyhodnotClick
  131.   end
  132.   object AKCE: TActionList
  133.     Left = 64
  134.     object actZobraz: TAction
  135.       Caption = 'Zobrazit (I)'
  136.       Enabled = False
  137.       ShortCut = 73
  138.       OnExecute = actZobrazExecute
  139.     end
  140.     object Konec: TAction
  141.       Caption = 'Konec'
  142.       ShortCut = 27
  143.       OnExecute = KonecExecute
  144.     end
  145.     object actZnam: TAction
  146.       Caption = 'Zn∩┐╜m (J)'
  147.       Enabled = False
  148.       ShortCut = 74
  149.       OnExecute = actZnamExecute
  150.     end
  151.     object actNeznam: TAction
  152.       Caption = 'Nezn∩┐╜m (L)'
  153.       Enabled = False
  154.       ShortCut = 76
  155.       OnExecute = actNeznamExecute
  156.     end
  157.     object actHelp: TAction
  158.       Caption = 'actHelp'
  159.       OnExecute = actZobrazExecute
  160.     end
  161.   end
  162.   object Budik: TTimer
  163.     Enabled = False
  164.     Interval = 180
  165.     OnTimer = BudikTimer
  166.     Left = 504
  167.   end
  168. end
  169.