home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / ctenari / Vachtl / mobydict171.exe / MobyDict.exe / 0 / RCDATA / TFHLAVNI / TFHLAVNI.txt
Text File  |  2001-10-14  |  6KB  |  270 lines

  1. object fHlavni: TfHlavni
  2.   Left = 55
  3.   Top = 43
  4.   Anchors = [akLeft, akTop, akRight, akBottom]
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'MobyDict'
  8.   ClientHeight = 442
  9.   ClientWidth = 482
  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.   Menu = MainMenu1
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 32
  24.     Width = 91
  25.     Height = 13
  26.     Caption = 'Dostupn∩┐╜ slovn∩┐╜ky:'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label4: TLabel
  35.     Left = 8
  36.     Top = 8
  37.     Width = 37
  38.     Height = 13
  39.     Caption = 'Soubor:'
  40.   end
  41.   object btnKonec: TButton
  42.     Left = 384
  43.     Top = 408
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Konec'
  47.     TabOrder = 5
  48.     OnClick = btnKonecClick
  49.   end
  50.   object lbSlovniky: TListBox
  51.     Left = 8
  52.     Top = 48
  53.     Width = 169
  54.     Height = 353
  55.     ItemHeight = 13
  56.     TabOrder = 0
  57.     OnClick = lbSlovnikyClick
  58.     OnDblClick = ZkousejExecute
  59.   end
  60.   object GroupBox1: TGroupBox
  61.     Left = 184
  62.     Top = 40
  63.     Width = 289
  64.     Height = 337
  65.     Caption = 'P∩┐╜ezkou∩┐╜en∩┐╜'
  66.     TabOrder = 1
  67.     object LCelkemSlov: TLabel
  68.       Left = 75
  69.       Top = 64
  70.       Width = 6
  71.       Height = 13
  72.       Caption = '_'
  73.     end
  74.     object Label2: TLabel
  75.       Left = 8
  76.       Top = 64
  77.       Width = 65
  78.       Height = 13
  79.       Caption = 'Po∩┐╜et v∩┐╜raz∩┐╜:'
  80.     end
  81.     object Label3: TLabel
  82.       Left = 8
  83.       Top = 24
  84.       Width = 77
  85.       Height = 13
  86.       Caption = 'N∩┐╜zev slovn∩┐╜ku:'
  87.     end
  88.     object LNazev: TLabel
  89.       Left = 96
  90.       Top = 24
  91.       Width = 185
  92.       Height = 41
  93.       AutoSize = False
  94.       Caption = '_'
  95.       Font.Charset = DEFAULT_CHARSET
  96.       Font.Color = clWindowText
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = [fsBold]
  100.       ParentFont = False
  101.       WordWrap = True
  102.     end
  103.     object lUsek: TLabel
  104.       Left = 24
  105.       Top = 192
  106.       Width = 94
  107.       Height = 13
  108.       Caption = 'Po∩┐╜et slov na ∩┐╜sek:'
  109.     end
  110.     object Label5: TLabel
  111.       Left = 24
  112.       Top = 226
  113.       Width = 91
  114.       Height = 13
  115.       Caption = 'Nutno zodpov∩┐╜d∩┐╜t:'
  116.     end
  117.     object Label6: TLabel
  118.       Left = 158
  119.       Top = 226
  120.       Width = 21
  121.       Height = 13
  122.       Caption = 'kr∩┐╜t.'
  123.     end
  124.     object btnPrezkouset: TButton
  125.       Left = 190
  126.       Top = 288
  127.       Width = 75
  128.       Height = 25
  129.       Action = Zkousej
  130.       Caption = 'P∩┐╜ezkou∩┐╜et'
  131.       Default = True
  132.       TabOrder = 1
  133.     end
  134.     object rgPoradi: TRadioGroup
  135.       Left = 168
  136.       Top = 96
  137.       Width = 89
  138.       Height = 73
  139.       Caption = 'Po∩┐╜ad∩┐╜'
  140.       TabOrder = 0
  141.     end
  142.     object rbVzestupne: TRadioButton
  143.       Left = 176
  144.       Top = 130
  145.       Width = 73
  146.       Height = 17
  147.       Caption = 'Vzestupn∩┐╜'
  148.       TabOrder = 2
  149.     end
  150.     object rbSestupne: TRadioButton
  151.       Left = 176
  152.       Top = 148
  153.       Width = 73
  154.       Height = 17
  155.       Caption = 'Sestupn∩┐╜'
  156.       TabOrder = 3
  157.     end
  158.     object rbNahodne: TRadioButton
  159.       Left = 176
  160.       Top = 112
  161.       Width = 65
  162.       Height = 17
  163.       Caption = 'N∩┐╜hodn∩┐╜'
  164.       Checked = True
  165.       TabOrder = 4
  166.       TabStop = True
  167.     end
  168.     object cbPoUsecich: TCheckBox
  169.       Left = 16
  170.       Top = 168
  171.       Width = 129
  172.       Height = 17
  173.       Action = NastavUsek
  174.       Checked = True
  175.       State = cbChecked
  176.       TabOrder = 5
  177.     end
  178.     object edtDelkaUseku: TEdit
  179.       Left = 120
  180.       Top = 189
  181.       Width = 33
  182.       Height = 21
  183.       Hint = 'Po∩┐╜et slov, kter∩┐╜ budou opakov∩┐╜na dokud se je u∩┐╜ivatel nenau∩┐╜∩┐╜.'
  184.       ParentShowHint = False
  185.       ShowHint = True
  186.       TabOrder = 6
  187.       Text = '6'
  188.       OnChange = NastavUsekExecute
  189.     end
  190.     object rgRezimZkouseni: TRadioGroup
  191.       Left = 8
  192.       Top = 256
  193.       Width = 137
  194.       Height = 73
  195.       Caption = 'Re∩┐╜im zkou∩┐╜en∩┐╜'
  196.       Items.Strings = (
  197.         'Nutno vypisovat'
  198.         'Zobrazovat'
  199.         'Pln∩┐╜ automaticky')
  200.       TabOrder = 7
  201.     end
  202.     object edtPocetOprav: TEdit
  203.       Left = 120
  204.       Top = 224
  205.       Width = 33
  206.       Height = 21
  207.       Hint = 
  208.         'Kolikr∩┐╜t je nutno spr∩┐╜vn∩┐╜ zodpov∩┐╜d∩┐╜t v∩┐╜raz, ve kter∩┐╜m bylo chybo' +
  209.         'v∩┐╜no..'
  210.       ParentShowHint = False
  211.       ShowHint = True
  212.       TabOrder = 8
  213.       Text = '2'
  214.     end
  215.   end
  216.   object rgSmer: TRadioGroup
  217.     Left = 192
  218.     Top = 136
  219.     Width = 137
  220.     Height = 57
  221.     Caption = 'Sm∩┐╜r'
  222.     ItemIndex = 0
  223.     Items.Strings = (
  224.       'Zleva -> Doprava'
  225.       'Zprava -> Doleva')
  226.     TabOrder = 2
  227.   end
  228.   object brnZmenit: TButton
  229.     Left = 303
  230.     Top = 4
  231.     Width = 73
  232.     Height = 25
  233.     Caption = 'Zm∩┐╜nit'
  234.     TabOrder = 3
  235.     OnClick = Otevi1Click
  236.   end
  237.   object edtJmeno: TEdit
  238.     Left = 49
  239.     Top = 6
  240.     Width = 249
  241.     Height = 21
  242.     ReadOnly = True
  243.     TabOrder = 4
  244.     Text = 'edtJmeno'
  245.   end
  246.   object ActionList1: TActionList
  247.     Left = 400
  248.     object Zkousej: TAction
  249.       Caption = 'P∩┐╜ezkou∩┐╜ej'
  250.       OnExecute = ZkousejExecute
  251.     end
  252.     object NastavUsek: TAction
  253.       Caption = 'Zkou∩┐╜et po ∩┐╜sec∩┐╜ch'
  254.       OnExecute = NastavUsekExecute
  255.     end
  256.   end
  257.   object MainMenu1: TMainMenu
  258.     Left = 368
  259.     object info: TMenuItem
  260.       Caption = 'O Programu'
  261.       OnClick = infoClick
  262.     end
  263.   end
  264.   object FDSlovnik: TOpenDialog
  265.     Filter = 'Textov∩┐╜ soubory|*.txt|V∩┐╜echny soubory|*.*'
  266.     InitialDir = '.\slovniky'
  267.     Left = 336
  268.   end
  269. end
  270.