home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / Globy / _SETUP.1 / Sazeni3D.exe / 0 / RCDATA / TDATAROZPIS / TDATAROZPIS.txt
Text File  |  1994-11-07  |  39KB  |  1,757 lines

  1. object DataRozpis: TDataRozpis
  2.   Left = 199
  3.   Top = 136
  4.   HelpContext = 210
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Pr∩┐╜ce s datab∩┐╜z∩┐╜ rozpis∩┐╜ - hra Sportka'
  8.   ClientHeight = 380
  9.   ClientWidth = 487
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 6
  21.     Top = 34
  22.     Width = 82
  23.     Height = 13
  24.     Caption = 'Po∩┐╜et sloupc∩┐╜'
  25.     Font.Color = clWindowText
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 6
  33.     Top = 8
  34.     Width = 81
  35.     Height = 13
  36.     Caption = 'N∩┐╜zev rozpisu'
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Label3: TLabel
  44.     Left = 240
  45.     Top = 34
  46.     Width = 65
  47.     Height = 13
  48.     Caption = 'Po∩┐╜et ∩┐╜∩┐╜sel'
  49.     Font.Color = clWindowText
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object Label4: TLabel
  56.     Left = 350
  57.     Top = 34
  58.     Width = 97
  59.     Height = 13
  60.     Caption = 'z toho je tutovek'
  61.     Font.Color = clWindowText
  62.     Font.Height = -11
  63.     Font.Name = 'MS Sans Serif'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label20: TLabel
  68.     Left = 6
  69.     Top = 243
  70.     Width = 85
  71.     Height = 13
  72.     Caption = 'Z∩┐╜ruka rozpisu'
  73.     Font.Color = clWindowText
  74.     Font.Height = -11
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = [fsBold]
  77.     ParentFont = False
  78.   end
  79.   object Label22: TLabel
  80.     Left = 148
  81.     Top = 34
  82.     Width = 30
  83.     Height = 13
  84.     Caption = 'Cena'
  85.     Font.Color = clWindowText
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = [fsBold]
  89.     ParentFont = False
  90.   end
  91.   object Button1: TButton
  92.     Left = 418
  93.     Top = 355
  94.     Width = 68
  95.     Height = 23
  96.     Cancel = True
  97.     Caption = '&Opustit'
  98.     TabOrder = 10
  99.     OnClick = Button1Click
  100.   end
  101.   object Button2: TButton
  102.     Left = 4
  103.     Top = 355
  104.     Width = 80
  105.     Height = 23
  106.     Caption = '&Nov∩┐╜ rozpis'
  107.     TabOrder = 5
  108.     OnClick = Button2Click
  109.   end
  110.   object Memo1: TMemo
  111.     Left = 3
  112.     Top = 259
  113.     Width = 482
  114.     Height = 92
  115.     MaxLength = 5000
  116.     ReadOnly = True
  117.     ScrollBars = ssVertical
  118.     TabOrder = 4
  119.     OnKeyPress = Memo1KeyPress
  120.   end
  121.   object Edit91: TEdit
  122.     Left = 93
  123.     Top = 31
  124.     Width = 35
  125.     Height = 21
  126.     MaxLength = 3
  127.     ReadOnly = True
  128.     TabOrder = 0
  129.     OnExit = Edit91Exit
  130.     OnKeyPress = Edit91KeyPress
  131.   end
  132.   object Edit92: TEdit
  133.     Left = 309
  134.     Top = 30
  135.     Width = 35
  136.     Height = 21
  137.     MaxLength = 2
  138.     ReadOnly = True
  139.     TabOrder = 1
  140.     OnExit = Edit92Exit
  141.     OnKeyPress = Edit92KeyPress
  142.   end
  143.   object Edit93: TEdit
  144.     Left = 450
  145.     Top = 30
  146.     Width = 35
  147.     Height = 21
  148.     MaxLength = 3
  149.     ReadOnly = True
  150.     TabOrder = 2
  151.     OnExit = Edit93Exit
  152.     OnKeyPress = Edit93KeyPress
  153.   end
  154.   object Button3: TButton
  155.     Left = 349
  156.     Top = 355
  157.     Width = 67
  158.     Height = 23
  159.     Caption = '&Vymazat'
  160.     TabOrder = 9
  161.     OnClick = Button3Click
  162.   end
  163.   object Edit94: TEdit
  164.     Left = 182
  165.     Top = 31
  166.     Width = 35
  167.     Height = 21
  168.     TabStop = False
  169.     DragCursor = crHourGlass
  170.     DragMode = dmAutomatic
  171.     MaxLength = 2
  172.     ReadOnly = True
  173.     TabOrder = 11
  174.     OnExit = Edit92Exit
  175.     OnKeyPress = Edit92KeyPress
  176.   end
  177.   object GroupBox1: TGroupBox
  178.     Left = 2
  179.     Top = 52
  180.     Width = 484
  181.     Height = 186
  182.     TabOrder = 3
  183.     object Label5: TLabel
  184.       Left = 8
  185.       Top = 9
  186.       Width = 22
  187.       Height = 13
  188.       Alignment = taCenter
  189.       AutoSize = False
  190.       Caption = '1'
  191.     end
  192.     object Label6: TLabel
  193.       Left = 40
  194.       Top = 9
  195.       Width = 22
  196.       Height = 13
  197.       Alignment = taCenter
  198.       AutoSize = False
  199.       Caption = '2'
  200.     end
  201.     object Label7: TLabel
  202.       Left = 72
  203.       Top = 9
  204.       Width = 22
  205.       Height = 13
  206.       Alignment = taCenter
  207.       AutoSize = False
  208.       Caption = '3'
  209.     end
  210.     object Label8: TLabel
  211.       Left = 104
  212.       Top = 9
  213.       Width = 22
  214.       Height = 13
  215.       Alignment = taCenter
  216.       AutoSize = False
  217.       Caption = '4'
  218.     end
  219.     object Label9: TLabel
  220.       Left = 136
  221.       Top = 9
  222.       Width = 22
  223.       Height = 13
  224.       Alignment = taCenter
  225.       AutoSize = False
  226.       Caption = '5'
  227.     end
  228.     object Label10: TLabel
  229.       Left = 168
  230.       Top = 9
  231.       Width = 22
  232.       Height = 13
  233.       Alignment = taCenter
  234.       AutoSize = False
  235.       Caption = '6'
  236.     end
  237.     object Label11: TLabel
  238.       Left = 200
  239.       Top = 9
  240.       Width = 22
  241.       Height = 13
  242.       Alignment = taCenter
  243.       AutoSize = False
  244.       Caption = '7'
  245.     end
  246.     object Label12: TLabel
  247.       Left = 232
  248.       Top = 9
  249.       Width = 22
  250.       Height = 13
  251.       Alignment = taCenter
  252.       AutoSize = False
  253.       Caption = '8'
  254.     end
  255.     object Label13: TLabel
  256.       Left = 264
  257.       Top = 9
  258.       Width = 22
  259.       Height = 13
  260.       Alignment = taCenter
  261.       AutoSize = False
  262.       Caption = '9'
  263.     end
  264.     object Label14: TLabel
  265.       Left = 296
  266.       Top = 9
  267.       Width = 22
  268.       Height = 13
  269.       Alignment = taCenter
  270.       AutoSize = False
  271.       Caption = '10'
  272.     end
  273.     object Label15: TLabel
  274.       Left = 328
  275.       Top = 9
  276.       Width = 22
  277.       Height = 13
  278.       Alignment = taCenter
  279.       AutoSize = False
  280.       Caption = '11'
  281.     end
  282.     object Label16: TLabel
  283.       Left = 360
  284.       Top = 9
  285.       Width = 22
  286.       Height = 13
  287.       Alignment = taCenter
  288.       AutoSize = False
  289.       Caption = '12'
  290.     end
  291.     object Label17: TLabel
  292.       Left = 392
  293.       Top = 9
  294.       Width = 22
  295.       Height = 13
  296.       Alignment = taCenter
  297.       AutoSize = False
  298.       Caption = '13'
  299.     end
  300.     object Label18: TLabel
  301.       Left = 424
  302.       Top = 9
  303.       Width = 22
  304.       Height = 13
  305.       Alignment = taCenter
  306.       AutoSize = False
  307.       Caption = '14'
  308.     end
  309.     object Label19: TLabel
  310.       Left = 456
  311.       Top = 9
  312.       Width = 22
  313.       Height = 13
  314.       Alignment = taCenter
  315.       AutoSize = False
  316.       Caption = '15'
  317.     end
  318.     object Label21: TLabel
  319.       Left = 6
  320.       Top = 164
  321.       Width = 61
  322.       Height = 13
  323.       AutoSize = False
  324.       Caption = 'Strana 1'
  325.       Font.Color = clWindowText
  326.       Font.Height = -11
  327.       Font.Name = 'MS Sans Serif'
  328.       Font.Style = [fsBold]
  329.       ParentFont = False
  330.     end
  331.     object Edit1: TEdit
  332.       Left = 5
  333.       Top = 26
  334.       Width = 27
  335.       Height = 21
  336.       Font.Color = clBlack
  337.       Font.Height = -11
  338.       Font.Name = 'MS Sans Serif'
  339.       Font.Style = [fsBold]
  340.       MaxLength = 2
  341.       ParentFont = False
  342.       TabOrder = 0
  343.       OnExit = Edit1Exit
  344.       OnKeyPress = Edit1KeyPress
  345.     end
  346.     object Edit2: TEdit
  347.       Left = 5
  348.       Top = 48
  349.       Width = 27
  350.       Height = 21
  351.       Font.Color = clBlack
  352.       Font.Height = -11
  353.       Font.Name = 'MS Sans Serif'
  354.       Font.Style = [fsBold]
  355.       MaxLength = 2
  356.       ParentFont = False
  357.       TabOrder = 1
  358.       OnExit = Edit2Exit
  359.       OnKeyPress = Edit2KeyPress
  360.     end
  361.     object Edit3: TEdit
  362.       Left = 5
  363.       Top = 70
  364.       Width = 27
  365.       Height = 21
  366.       Font.Color = clBlack
  367.       Font.Height = -11
  368.       Font.Name = 'MS Sans Serif'
  369.       Font.Style = [fsBold]
  370.       MaxLength = 2
  371.       ParentFont = False
  372.       TabOrder = 2
  373.       OnExit = Edit3Exit
  374.       OnKeyPress = Edit3KeyPress
  375.     end
  376.     object Edit4: TEdit
  377.       Left = 5
  378.       Top = 92
  379.       Width = 27
  380.       Height = 21
  381.       Font.Color = clBlack
  382.       Font.Height = -11
  383.       Font.Name = 'MS Sans Serif'
  384.       Font.Style = [fsBold]
  385.       MaxLength = 2
  386.       ParentFont = False
  387.       TabOrder = 3
  388.       OnExit = Edit4Exit
  389.       OnKeyPress = Edit4KeyPress
  390.     end
  391.     object Edit5: TEdit
  392.       Left = 5
  393.       Top = 114
  394.       Width = 27
  395.       Height = 21
  396.       Font.Color = clBlack
  397.       Font.Height = -11
  398.       Font.Name = 'MS Sans Serif'
  399.       Font.Style = [fsBold]
  400.       MaxLength = 2
  401.       ParentFont = False
  402.       TabOrder = 4
  403.       OnExit = Edit5Exit
  404.       OnKeyPress = Edit5KeyPress
  405.     end
  406.     object Edit6: TEdit
  407.       Left = 5
  408.       Top = 136
  409.       Width = 27
  410.       Height = 21
  411.       Font.Color = clBlack
  412.       Font.Height = -11
  413.       Font.Name = 'MS Sans Serif'
  414.       Font.Style = [fsBold]
  415.       MaxLength = 2
  416.       ParentFont = False
  417.       TabOrder = 5
  418.       OnExit = Edit6Exit
  419.       OnKeyPress = Edit6KeyPress
  420.     end
  421.     object Edit7: TEdit
  422.       Left = 37
  423.       Top = 26
  424.       Width = 27
  425.       Height = 21
  426.       Font.Color = clBlack
  427.       Font.Height = -11
  428.       Font.Name = 'MS Sans Serif'
  429.       Font.Style = [fsBold]
  430.       MaxLength = 2
  431.       ParentFont = False
  432.       TabOrder = 6
  433.       OnExit = Edit7Exit
  434.       OnKeyPress = Edit7KeyPress
  435.     end
  436.     object Edit8: TEdit
  437.       Left = 37
  438.       Top = 48
  439.       Width = 27
  440.       Height = 21
  441.       Font.Color = clBlack
  442.       Font.Height = -11
  443.       Font.Name = 'MS Sans Serif'
  444.       Font.Style = [fsBold]
  445.       MaxLength = 2
  446.       ParentFont = False
  447.       TabOrder = 7
  448.       OnExit = Edit8Exit
  449.       OnKeyPress = Edit8KeyPress
  450.     end
  451.     object Edit9: TEdit
  452.       Left = 37
  453.       Top = 70
  454.       Width = 27
  455.       Height = 21
  456.       Font.Color = clBlack
  457.       Font.Height = -11
  458.       Font.Name = 'MS Sans Serif'
  459.       Font.Style = [fsBold]
  460.       MaxLength = 2
  461.       ParentFont = False
  462.       TabOrder = 8
  463.       OnExit = Edit9Exit
  464.       OnKeyPress = Edit9KeyPress
  465.     end
  466.     object Edit10: TEdit
  467.       Left = 37
  468.       Top = 92
  469.       Width = 27
  470.       Height = 21
  471.       Font.Color = clBlack
  472.       Font.Height = -11
  473.       Font.Name = 'MS Sans Serif'
  474.       Font.Style = [fsBold]
  475.       MaxLength = 2
  476.       ParentFont = False
  477.       TabOrder = 9
  478.       OnExit = Edit10Exit
  479.       OnKeyPress = Edit10KeyPress
  480.     end
  481.     object Edit11: TEdit
  482.       Left = 37
  483.       Top = 114
  484.       Width = 27
  485.       Height = 21
  486.       Font.Color = clBlack
  487.       Font.Height = -11
  488.       Font.Name = 'MS Sans Serif'
  489.       Font.Style = [fsBold]
  490.       MaxLength = 2
  491.       ParentFont = False
  492.       TabOrder = 10
  493.       OnExit = Edit11Exit
  494.       OnKeyPress = Edit11KeyPress
  495.     end
  496.     object Edit12: TEdit
  497.       Left = 37
  498.       Top = 136
  499.       Width = 27
  500.       Height = 21
  501.       Font.Color = clBlack
  502.       Font.Height = -11
  503.       Font.Name = 'MS Sans Serif'
  504.       Font.Style = [fsBold]
  505.       MaxLength = 2
  506.       ParentFont = False
  507.       TabOrder = 11
  508.       OnExit = Edit12Exit
  509.       OnKeyPress = Edit12KeyPress
  510.     end
  511.     object Edit13: TEdit
  512.       Left = 69
  513.       Top = 26
  514.       Width = 27
  515.       Height = 21
  516.       Font.Color = clBlack
  517.       Font.Height = -11
  518.       Font.Name = 'MS Sans Serif'
  519.       Font.Style = [fsBold]
  520.       MaxLength = 2
  521.       ParentFont = False
  522.       TabOrder = 12
  523.       OnExit = Edit13Exit
  524.       OnKeyPress = Edit13KeyPress
  525.     end
  526.     object Edit14: TEdit
  527.       Left = 69
  528.       Top = 48
  529.       Width = 27
  530.       Height = 21
  531.       Font.Color = clBlack
  532.       Font.Height = -11
  533.       Font.Name = 'MS Sans Serif'
  534.       Font.Style = [fsBold]
  535.       MaxLength = 2
  536.       ParentFont = False
  537.       TabOrder = 13
  538.       OnExit = Edit14Exit
  539.       OnKeyPress = Edit14KeyPress
  540.     end
  541.     object Edit15: TEdit
  542.       Left = 69
  543.       Top = 70
  544.       Width = 27
  545.       Height = 21
  546.       Font.Color = clBlack
  547.       Font.Height = -11
  548.       Font.Name = 'MS Sans Serif'
  549.       Font.Style = [fsBold]
  550.       MaxLength = 2
  551.       ParentFont = False
  552.       TabOrder = 14
  553.       OnExit = Edit15Exit
  554.       OnKeyPress = Edit15KeyPress
  555.     end
  556.     object Edit16: TEdit
  557.       Left = 69
  558.       Top = 92
  559.       Width = 27
  560.       Height = 21
  561.       Font.Color = clBlack
  562.       Font.Height = -11
  563.       Font.Name = 'MS Sans Serif'
  564.       Font.Style = [fsBold]
  565.       MaxLength = 2
  566.       ParentFont = False
  567.       TabOrder = 15
  568.       OnExit = Edit16Exit
  569.       OnKeyPress = Edit16KeyPress
  570.     end
  571.     object Edit17: TEdit
  572.       Left = 69
  573.       Top = 114
  574.       Width = 27
  575.       Height = 21
  576.       Font.Color = clBlack
  577.       Font.Height = -11
  578.       Font.Name = 'MS Sans Serif'
  579.       Font.Style = [fsBold]
  580.       MaxLength = 2
  581.       ParentFont = False
  582.       TabOrder = 16
  583.       OnExit = Edit17Exit
  584.       OnKeyPress = Edit17KeyPress
  585.     end
  586.     object Edit18: TEdit
  587.       Left = 69
  588.       Top = 136
  589.       Width = 27
  590.       Height = 21
  591.       Font.Color = clBlack
  592.       Font.Height = -11
  593.       Font.Name = 'MS Sans Serif'
  594.       Font.Style = [fsBold]
  595.       MaxLength = 2
  596.       ParentFont = False
  597.       TabOrder = 17
  598.       OnExit = Edit18Exit
  599.       OnKeyPress = Edit18KeyPress
  600.     end
  601.     object Edit19: TEdit
  602.       Left = 101
  603.       Top = 26
  604.       Width = 27
  605.       Height = 21
  606.       Font.Color = clBlack
  607.       Font.Height = -11
  608.       Font.Name = 'MS Sans Serif'
  609.       Font.Style = [fsBold]
  610.       MaxLength = 2
  611.       ParentFont = False
  612.       TabOrder = 18
  613.       OnExit = Edit19Exit
  614.       OnKeyPress = Edit19KeyPress
  615.     end
  616.     object Edit20: TEdit
  617.       Left = 101
  618.       Top = 48
  619.       Width = 27
  620.       Height = 21
  621.       Font.Color = clBlack
  622.       Font.Height = -11
  623.       Font.Name = 'MS Sans Serif'
  624.       Font.Style = [fsBold]
  625.       MaxLength = 2
  626.       ParentFont = False
  627.       TabOrder = 19
  628.       OnExit = Edit20Exit
  629.       OnKeyPress = Edit20KeyPress
  630.     end
  631.     object Edit21: TEdit
  632.       Left = 101
  633.       Top = 70
  634.       Width = 27
  635.       Height = 21
  636.       Font.Color = clBlack
  637.       Font.Height = -11
  638.       Font.Name = 'MS Sans Serif'
  639.       Font.Style = [fsBold]
  640.       MaxLength = 2
  641.       ParentFont = False
  642.       TabOrder = 20
  643.       OnExit = Edit21Exit
  644.       OnKeyPress = Edit21KeyPress
  645.     end
  646.     object Edit22: TEdit
  647.       Left = 101
  648.       Top = 92
  649.       Width = 27
  650.       Height = 21
  651.       Font.Color = clBlack
  652.       Font.Height = -11
  653.       Font.Name = 'MS Sans Serif'
  654.       Font.Style = [fsBold]
  655.       MaxLength = 2
  656.       ParentFont = False
  657.       TabOrder = 21
  658.       OnExit = Edit22Exit
  659.       OnKeyPress = Edit22KeyPress
  660.     end
  661.     object Edit23: TEdit
  662.       Left = 101
  663.       Top = 114
  664.       Width = 27
  665.       Height = 21
  666.       Font.Color = clBlack
  667.       Font.Height = -11
  668.       Font.Name = 'MS Sans Serif'
  669.       Font.Style = [fsBold]
  670.       MaxLength = 2
  671.       ParentFont = False
  672.       TabOrder = 22
  673.       OnExit = Edit23Exit
  674.       OnKeyPress = Edit23KeyPress
  675.     end
  676.     object Edit24: TEdit
  677.       Left = 101
  678.       Top = 136
  679.       Width = 27
  680.       Height = 21
  681.       Font.Color = clBlack
  682.       Font.Height = -11
  683.       Font.Name = 'MS Sans Serif'
  684.       Font.Style = [fsBold]
  685.       MaxLength = 2
  686.       ParentFont = False
  687.       TabOrder = 23
  688.       OnExit = Edit24Exit
  689.       OnKeyPress = Edit24KeyPress
  690.     end
  691.     object Edit25: TEdit
  692.       Left = 133
  693.       Top = 26
  694.       Width = 27
  695.       Height = 21
  696.       Font.Color = clBlack
  697.       Font.Height = -11
  698.       Font.Name = 'MS Sans Serif'
  699.       Font.Style = [fsBold]
  700.       MaxLength = 2
  701.       ParentFont = False
  702.       TabOrder = 24
  703.       OnExit = Edit25Exit
  704.       OnKeyPress = Edit25KeyPress
  705.     end
  706.     object Edit26: TEdit
  707.       Left = 133
  708.       Top = 48
  709.       Width = 27
  710.       Height = 21
  711.       Font.Color = clBlack
  712.       Font.Height = -11
  713.       Font.Name = 'MS Sans Serif'
  714.       Font.Style = [fsBold]
  715.       MaxLength = 2
  716.       ParentFont = False
  717.       TabOrder = 25
  718.       OnExit = Edit26Exit
  719.       OnKeyPress = Edit26KeyPress
  720.     end
  721.     object Edit27: TEdit
  722.       Left = 133
  723.       Top = 70
  724.       Width = 27
  725.       Height = 21
  726.       Font.Color = clBlack
  727.       Font.Height = -11
  728.       Font.Name = 'MS Sans Serif'
  729.       Font.Style = [fsBold]
  730.       MaxLength = 2
  731.       ParentFont = False
  732.       TabOrder = 26
  733.       OnExit = Edit27Exit
  734.       OnKeyPress = Edit27KeyPress
  735.     end
  736.     object Edit28: TEdit
  737.       Left = 133
  738.       Top = 92
  739.       Width = 27
  740.       Height = 21
  741.       Font.Color = clBlack
  742.       Font.Height = -11
  743.       Font.Name = 'MS Sans Serif'
  744.       Font.Style = [fsBold]
  745.       MaxLength = 2
  746.       ParentFont = False
  747.       TabOrder = 27
  748.       OnExit = Edit28Exit
  749.       OnKeyPress = Edit28KeyPress
  750.     end
  751.     object Edit29: TEdit
  752.       Left = 133
  753.       Top = 114
  754.       Width = 27
  755.       Height = 21
  756.       Font.Color = clBlack
  757.       Font.Height = -11
  758.       Font.Name = 'MS Sans Serif'
  759.       Font.Style = [fsBold]
  760.       MaxLength = 2
  761.       ParentFont = False
  762.       TabOrder = 28
  763.       OnExit = Edit29Exit
  764.       OnKeyPress = Edit29KeyPress
  765.     end
  766.     object Edit30: TEdit
  767.       Left = 133
  768.       Top = 136
  769.       Width = 27
  770.       Height = 21
  771.       Font.Color = clBlack
  772.       Font.Height = -11
  773.       Font.Name = 'MS Sans Serif'
  774.       Font.Style = [fsBold]
  775.       MaxLength = 2
  776.       ParentFont = False
  777.       TabOrder = 29
  778.       OnExit = Edit30Exit
  779.       OnKeyPress = Edit30KeyPress
  780.     end
  781.     object Edit31: TEdit
  782.       Left = 165
  783.       Top = 26
  784.       Width = 27
  785.       Height = 21
  786.       Font.Color = clBlack
  787.       Font.Height = -11
  788.       Font.Name = 'MS Sans Serif'
  789.       Font.Style = [fsBold]
  790.       MaxLength = 2
  791.       ParentFont = False
  792.       TabOrder = 30
  793.       OnExit = Edit31Exit
  794.       OnKeyPress = Edit31KeyPress
  795.     end
  796.     object Edit32: TEdit
  797.       Left = 165
  798.       Top = 48
  799.       Width = 27
  800.       Height = 21
  801.       Font.Color = clBlack
  802.       Font.Height = -11
  803.       Font.Name = 'MS Sans Serif'
  804.       Font.Style = [fsBold]
  805.       MaxLength = 2
  806.       ParentFont = False
  807.       TabOrder = 31
  808.       OnExit = Edit32Exit
  809.       OnKeyPress = Edit32KeyPress
  810.     end
  811.     object Edit33: TEdit
  812.       Left = 165
  813.       Top = 70
  814.       Width = 27
  815.       Height = 21
  816.       Font.Color = clBlack
  817.       Font.Height = -11
  818.       Font.Name = 'MS Sans Serif'
  819.       Font.Style = [fsBold]
  820.       MaxLength = 2
  821.       ParentFont = False
  822.       TabOrder = 32
  823.       OnExit = Edit33Exit
  824.       OnKeyPress = Edit33KeyPress
  825.     end
  826.     object Edit34: TEdit
  827.       Left = 165
  828.       Top = 92
  829.       Width = 27
  830.       Height = 21
  831.       Font.Color = clBlack
  832.       Font.Height = -11
  833.       Font.Name = 'MS Sans Serif'
  834.       Font.Style = [fsBold]
  835.       MaxLength = 2
  836.       ParentFont = False
  837.       TabOrder = 33
  838.       OnExit = Edit34Exit
  839.       OnKeyPress = Edit34KeyPress
  840.     end
  841.     object Edit35: TEdit
  842.       Left = 165
  843.       Top = 114
  844.       Width = 27
  845.       Height = 21
  846.       Font.Color = clBlack
  847.       Font.Height = -11
  848.       Font.Name = 'MS Sans Serif'
  849.       Font.Style = [fsBold]
  850.       MaxLength = 2
  851.       ParentFont = False
  852.       TabOrder = 34
  853.       OnExit = Edit35Exit
  854.       OnKeyPress = Edit35KeyPress
  855.     end
  856.     object Edit36: TEdit
  857.       Left = 165
  858.       Top = 136
  859.       Width = 27
  860.       Height = 21
  861.       Font.Color = clBlack
  862.       Font.Height = -11
  863.       Font.Name = 'MS Sans Serif'
  864.       Font.Style = [fsBold]
  865.       MaxLength = 2
  866.       ParentFont = False
  867.       TabOrder = 35
  868.       OnExit = Edit36Exit
  869.       OnKeyPress = Edit36KeyPress
  870.     end
  871.     object Edit37: TEdit
  872.       Left = 197
  873.       Top = 26
  874.       Width = 27
  875.       Height = 21
  876.       Font.Color = clBlack
  877.       Font.Height = -11
  878.       Font.Name = 'MS Sans Serif'
  879.       Font.Style = [fsBold]
  880.       MaxLength = 2
  881.       ParentFont = False
  882.       TabOrder = 36
  883.       OnExit = Edit37Exit
  884.       OnKeyPress = Edit37KeyPress
  885.     end
  886.     object Edit38: TEdit
  887.       Left = 197
  888.       Top = 48
  889.       Width = 27
  890.       Height = 21
  891.       Font.Color = clBlack
  892.       Font.Height = -11
  893.       Font.Name = 'MS Sans Serif'
  894.       Font.Style = [fsBold]
  895.       MaxLength = 2
  896.       ParentFont = False
  897.       TabOrder = 37
  898.       OnExit = Edit38Exit
  899.       OnKeyPress = Edit38KeyPress
  900.     end
  901.     object Edit39: TEdit
  902.       Left = 197
  903.       Top = 70
  904.       Width = 27
  905.       Height = 21
  906.       Font.Color = clBlack
  907.       Font.Height = -11
  908.       Font.Name = 'MS Sans Serif'
  909.       Font.Style = [fsBold]
  910.       MaxLength = 2
  911.       ParentFont = False
  912.       TabOrder = 38
  913.       OnExit = Edit39Exit
  914.       OnKeyPress = Edit39KeyPress
  915.     end
  916.     object Edit40: TEdit
  917.       Left = 197
  918.       Top = 92
  919.       Width = 27
  920.       Height = 21
  921.       Font.Color = clBlack
  922.       Font.Height = -11
  923.       Font.Name = 'MS Sans Serif'
  924.       Font.Style = [fsBold]
  925.       MaxLength = 2
  926.       ParentFont = False
  927.       TabOrder = 39
  928.       OnExit = Edit40Exit
  929.       OnKeyPress = Edit40KeyPress
  930.     end
  931.     object Edit41: TEdit
  932.       Left = 197
  933.       Top = 114
  934.       Width = 27
  935.       Height = 21
  936.       Font.Color = clBlack
  937.       Font.Height = -11
  938.       Font.Name = 'MS Sans Serif'
  939.       Font.Style = [fsBold]
  940.       MaxLength = 2
  941.       ParentFont = False
  942.       TabOrder = 40
  943.       OnExit = Edit41Exit
  944.       OnKeyPress = Edit41KeyPress
  945.     end
  946.     object Edit42: TEdit
  947.       Left = 197
  948.       Top = 136
  949.       Width = 27
  950.       Height = 21
  951.       Font.Color = clBlack
  952.       Font.Height = -11
  953.       Font.Name = 'MS Sans Serif'
  954.       Font.Style = [fsBold]
  955.       MaxLength = 2
  956.       ParentFont = False
  957.       TabOrder = 41
  958.       OnExit = Edit42Exit
  959.       OnKeyPress = Edit42KeyPress
  960.     end
  961.     object Edit43: TEdit
  962.       Left = 229
  963.       Top = 26
  964.       Width = 27
  965.       Height = 21
  966.       Font.Color = clBlack
  967.       Font.Height = -11
  968.       Font.Name = 'MS Sans Serif'
  969.       Font.Style = [fsBold]
  970.       MaxLength = 2
  971.       ParentFont = False
  972.       TabOrder = 42
  973.       OnExit = Edit43Exit
  974.       OnKeyPress = Edit43KeyPress
  975.     end
  976.     object Edit44: TEdit
  977.       Left = 229
  978.       Top = 48
  979.       Width = 27
  980.       Height = 21
  981.       Font.Color = clBlack
  982.       Font.Height = -11
  983.       Font.Name = 'MS Sans Serif'
  984.       Font.Style = [fsBold]
  985.       MaxLength = 2
  986.       ParentFont = False
  987.       TabOrder = 43
  988.       OnExit = Edit44Exit
  989.       OnKeyPress = Edit44KeyPress
  990.     end
  991.     object Edit45: TEdit
  992.       Left = 229
  993.       Top = 70
  994.       Width = 27
  995.       Height = 21
  996.       Font.Color = clBlack
  997.       Font.Height = -11
  998.       Font.Name = 'MS Sans Serif'
  999.       Font.Style = [fsBold]
  1000.       MaxLength = 2
  1001.       ParentFont = False
  1002.       TabOrder = 44
  1003.       OnExit = Edit45Exit
  1004.       OnKeyPress = Edit45KeyPress
  1005.     end
  1006.     object Edit46: TEdit
  1007.       Left = 229
  1008.       Top = 92
  1009.       Width = 27
  1010.       Height = 21
  1011.       Font.Color = clBlack
  1012.       Font.Height = -11
  1013.       Font.Name = 'MS Sans Serif'
  1014.       Font.Style = [fsBold]
  1015.       MaxLength = 2
  1016.       ParentFont = False
  1017.       TabOrder = 45
  1018.       OnExit = Edit46Exit
  1019.       OnKeyPress = Edit46KeyPress
  1020.     end
  1021.     object Edit47: TEdit
  1022.       Left = 229
  1023.       Top = 114
  1024.       Width = 27
  1025.       Height = 21
  1026.       Font.Color = clBlack
  1027.       Font.Height = -11
  1028.       Font.Name = 'MS Sans Serif'
  1029.       Font.Style = [fsBold]
  1030.       MaxLength = 2
  1031.       ParentFont = False
  1032.       TabOrder = 46
  1033.       OnExit = Edit47Exit
  1034.       OnKeyPress = Edit47KeyPress
  1035.     end
  1036.     object Edit48: TEdit
  1037.       Left = 229
  1038.       Top = 136
  1039.       Width = 27
  1040.       Height = 21
  1041.       Font.Color = clBlack
  1042.       Font.Height = -11
  1043.       Font.Name = 'MS Sans Serif'
  1044.       Font.Style = [fsBold]
  1045.       MaxLength = 2
  1046.       ParentFont = False
  1047.       TabOrder = 47
  1048.       OnExit = Edit48Exit
  1049.       OnKeyPress = Edit48KeyPress
  1050.     end
  1051.     object Edit49: TEdit
  1052.       Left = 261
  1053.       Top = 26
  1054.       Width = 27
  1055.       Height = 21
  1056.       Font.Color = clBlack
  1057.       Font.Height = -11
  1058.       Font.Name = 'MS Sans Serif'
  1059.       Font.Style = [fsBold]
  1060.       MaxLength = 2
  1061.       ParentFont = False
  1062.       TabOrder = 48
  1063.       OnExit = Edit49Exit
  1064.       OnKeyPress = Edit49KeyPress
  1065.     end
  1066.     object Edit50: TEdit
  1067.       Left = 261
  1068.       Top = 48
  1069.       Width = 27
  1070.       Height = 21
  1071.       Font.Color = clBlack
  1072.       Font.Height = -11
  1073.       Font.Name = 'MS Sans Serif'
  1074.       Font.Style = [fsBold]
  1075.       MaxLength = 2
  1076.       ParentFont = False
  1077.       TabOrder = 49
  1078.       OnExit = Edit50Exit
  1079.       OnKeyPress = Edit50KeyPress
  1080.     end
  1081.     object Edit51: TEdit
  1082.       Left = 261
  1083.       Top = 70
  1084.       Width = 27
  1085.       Height = 21
  1086.       Font.Color = clBlack
  1087.       Font.Height = -11
  1088.       Font.Name = 'MS Sans Serif'
  1089.       Font.Style = [fsBold]
  1090.       MaxLength = 2
  1091.       ParentFont = False
  1092.       TabOrder = 50
  1093.       OnExit = Edit51Exit
  1094.       OnKeyPress = Edit51KeyPress
  1095.     end
  1096.     object Edit52: TEdit
  1097.       Left = 261
  1098.       Top = 92
  1099.       Width = 27
  1100.       Height = 21
  1101.       Font.Color = clBlack
  1102.       Font.Height = -11
  1103.       Font.Name = 'MS Sans Serif'
  1104.       Font.Style = [fsBold]
  1105.       MaxLength = 2
  1106.       ParentFont = False
  1107.       TabOrder = 51
  1108.       OnExit = Edit52Exit
  1109.       OnKeyPress = Edit52KeyPress
  1110.     end
  1111.     object Edit53: TEdit
  1112.       Left = 261
  1113.       Top = 114
  1114.       Width = 27
  1115.       Height = 21
  1116.       Font.Color = clBlack
  1117.       Font.Height = -11
  1118.       Font.Name = 'MS Sans Serif'
  1119.       Font.Style = [fsBold]
  1120.       MaxLength = 2
  1121.       ParentFont = False
  1122.       TabOrder = 52
  1123.       OnExit = Edit53Exit
  1124.       OnKeyPress = Edit53KeyPress
  1125.     end
  1126.     object Edit54: TEdit
  1127.       Left = 261
  1128.       Top = 136
  1129.       Width = 27
  1130.       Height = 21
  1131.       Font.Color = clBlack
  1132.       Font.Height = -11
  1133.       Font.Name = 'MS Sans Serif'
  1134.       Font.Style = [fsBold]
  1135.       MaxLength = 2
  1136.       ParentFont = False
  1137.       TabOrder = 53
  1138.       OnExit = Edit54Exit
  1139.       OnKeyPress = Edit54KeyPress
  1140.     end
  1141.     object Edit55: TEdit
  1142.       Left = 293
  1143.       Top = 26
  1144.       Width = 27
  1145.       Height = 21
  1146.       Font.Color = clBlack
  1147.       Font.Height = -11
  1148.       Font.Name = 'MS Sans Serif'
  1149.       Font.Style = [fsBold]
  1150.       MaxLength = 2
  1151.       ParentFont = False
  1152.       TabOrder = 54
  1153.       OnExit = Edit55Exit
  1154.       OnKeyPress = Edit55KeyPress
  1155.     end
  1156.     object Edit56: TEdit
  1157.       Left = 293
  1158.       Top = 48
  1159.       Width = 27
  1160.       Height = 21
  1161.       Font.Color = clBlack
  1162.       Font.Height = -11
  1163.       Font.Name = 'MS Sans Serif'
  1164.       Font.Style = [fsBold]
  1165.       MaxLength = 2
  1166.       ParentFont = False
  1167.       TabOrder = 55
  1168.       OnExit = Edit56Exit
  1169.       OnKeyPress = Edit56KeyPress
  1170.     end
  1171.     object Edit57: TEdit
  1172.       Left = 293
  1173.       Top = 70
  1174.       Width = 27
  1175.       Height = 21
  1176.       Font.Color = clBlack
  1177.       Font.Height = -11
  1178.       Font.Name = 'MS Sans Serif'
  1179.       Font.Style = [fsBold]
  1180.       MaxLength = 2
  1181.       ParentFont = False
  1182.       TabOrder = 56
  1183.       OnExit = Edit57Exit
  1184.       OnKeyPress = Edit57KeyPress
  1185.     end
  1186.     object Edit58: TEdit
  1187.       Left = 293
  1188.       Top = 92
  1189.       Width = 27
  1190.       Height = 21
  1191.       Font.Color = clBlack
  1192.       Font.Height = -11
  1193.       Font.Name = 'MS Sans Serif'
  1194.       Font.Style = [fsBold]
  1195.       MaxLength = 2
  1196.       ParentFont = False
  1197.       TabOrder = 57
  1198.       OnExit = Edit58Exit
  1199.       OnKeyPress = Edit58KeyPress
  1200.     end
  1201.     object Edit59: TEdit
  1202.       Left = 293
  1203.       Top = 114
  1204.       Width = 27
  1205.       Height = 21
  1206.       Font.Color = clBlack
  1207.       Font.Height = -11
  1208.       Font.Name = 'MS Sans Serif'
  1209.       Font.Style = [fsBold]
  1210.       MaxLength = 2
  1211.       ParentFont = False
  1212.       TabOrder = 58
  1213.       OnExit = Edit59Exit
  1214.       OnKeyPress = Edit59KeyPress
  1215.     end
  1216.     object Edit60: TEdit
  1217.       Left = 293
  1218.       Top = 136
  1219.       Width = 27
  1220.       Height = 21
  1221.       Font.Color = clBlack
  1222.       Font.Height = -11
  1223.       Font.Name = 'MS Sans Serif'
  1224.       Font.Style = [fsBold]
  1225.       MaxLength = 2
  1226.       ParentFont = False
  1227.       TabOrder = 59
  1228.       OnExit = Edit60Exit
  1229.       OnKeyPress = Edit60KeyPress
  1230.     end
  1231.     object Edit61: TEdit
  1232.       Left = 325
  1233.       Top = 26
  1234.       Width = 27
  1235.       Height = 21
  1236.       Font.Color = clBlack
  1237.       Font.Height = -11
  1238.       Font.Name = 'MS Sans Serif'
  1239.       Font.Style = [fsBold]
  1240.       MaxLength = 2
  1241.       ParentFont = False
  1242.       TabOrder = 60
  1243.       OnExit = Edit61Exit
  1244.       OnKeyPress = Edit61KeyPress
  1245.     end
  1246.     object Edit62: TEdit
  1247.       Left = 325
  1248.       Top = 48
  1249.       Width = 27
  1250.       Height = 21
  1251.       Font.Color = clBlack
  1252.       Font.Height = -11
  1253.       Font.Name = 'MS Sans Serif'
  1254.       Font.Style = [fsBold]
  1255.       MaxLength = 2
  1256.       ParentFont = False
  1257.       TabOrder = 61
  1258.       OnExit = Edit62Exit
  1259.       OnKeyPress = Edit62KeyPress
  1260.     end
  1261.     object Edit63: TEdit
  1262.       Left = 325
  1263.       Top = 70
  1264.       Width = 27
  1265.       Height = 21
  1266.       Font.Color = clBlack
  1267.       Font.Height = -11
  1268.       Font.Name = 'MS Sans Serif'
  1269.       Font.Style = [fsBold]
  1270.       MaxLength = 2
  1271.       ParentFont = False
  1272.       TabOrder = 62
  1273.       OnExit = Edit63Exit
  1274.       OnKeyPress = Edit63KeyPress
  1275.     end
  1276.     object Edit64: TEdit
  1277.       Left = 325
  1278.       Top = 92
  1279.       Width = 27
  1280.       Height = 21
  1281.       Font.Color = clBlack
  1282.       Font.Height = -11
  1283.       Font.Name = 'MS Sans Serif'
  1284.       Font.Style = [fsBold]
  1285.       MaxLength = 2
  1286.       ParentFont = False
  1287.       TabOrder = 63
  1288.       OnExit = Edit64Exit
  1289.       OnKeyPress = Edit64KeyPress
  1290.     end
  1291.     object Edit65: TEdit
  1292.       Left = 325
  1293.       Top = 114
  1294.       Width = 27
  1295.       Height = 21
  1296.       Font.Color = clBlack
  1297.       Font.Height = -11
  1298.       Font.Name = 'MS Sans Serif'
  1299.       Font.Style = [fsBold]
  1300.       MaxLength = 2
  1301.       ParentFont = False
  1302.       TabOrder = 64
  1303.       OnExit = Edit65Exit
  1304.       OnKeyPress = Edit65KeyPress
  1305.     end
  1306.     object Edit66: TEdit
  1307.       Left = 325
  1308.       Top = 136
  1309.       Width = 27
  1310.       Height = 21
  1311.       Font.Color = clBlack
  1312.       Font.Height = -11
  1313.       Font.Name = 'MS Sans Serif'
  1314.       Font.Style = [fsBold]
  1315.       MaxLength = 2
  1316.       ParentFont = False
  1317.       TabOrder = 65
  1318.       OnExit = Edit66Exit
  1319.       OnKeyPress = Edit66KeyPress
  1320.     end
  1321.     object Edit67: TEdit
  1322.       Left = 357
  1323.       Top = 26
  1324.       Width = 27
  1325.       Height = 21
  1326.       Font.Color = clBlack
  1327.       Font.Height = -11
  1328.       Font.Name = 'MS Sans Serif'
  1329.       Font.Style = [fsBold]
  1330.       MaxLength = 2
  1331.       ParentFont = False
  1332.       TabOrder = 66
  1333.       OnExit = Edit67Exit
  1334.       OnKeyPress = Edit67KeyPress
  1335.     end
  1336.     object Edit68: TEdit
  1337.       Left = 357
  1338.       Top = 48
  1339.       Width = 27
  1340.       Height = 21
  1341.       Font.Color = clBlack
  1342.       Font.Height = -11
  1343.       Font.Name = 'MS Sans Serif'
  1344.       Font.Style = [fsBold]
  1345.       MaxLength = 2
  1346.       ParentFont = False
  1347.       TabOrder = 67
  1348.       OnExit = Edit68Exit
  1349.       OnKeyPress = Edit68KeyPress
  1350.     end
  1351.     object Edit69: TEdit
  1352.       Left = 357
  1353.       Top = 70
  1354.       Width = 27
  1355.       Height = 21
  1356.       Font.Color = clBlack
  1357.       Font.Height = -11
  1358.       Font.Name = 'MS Sans Serif'
  1359.       Font.Style = [fsBold]
  1360.       MaxLength = 2
  1361.       ParentFont = False
  1362.       TabOrder = 68
  1363.       OnExit = Edit69Exit
  1364.       OnKeyPress = Edit69KeyPress
  1365.     end
  1366.     object Edit70: TEdit
  1367.       Left = 357
  1368.       Top = 92
  1369.       Width = 27
  1370.       Height = 21
  1371.       Font.Color = clBlack
  1372.       Font.Height = -11
  1373.       Font.Name = 'MS Sans Serif'
  1374.       Font.Style = [fsBold]
  1375.       MaxLength = 2
  1376.       ParentFont = False
  1377.       TabOrder = 69
  1378.       OnExit = Edit70Exit
  1379.       OnKeyPress = Edit70KeyPress
  1380.     end
  1381.     object Edit71: TEdit
  1382.       Left = 357
  1383.       Top = 114
  1384.       Width = 27
  1385.       Height = 21
  1386.       Font.Color = clBlack
  1387.       Font.Height = -11
  1388.       Font.Name = 'MS Sans Serif'
  1389.       Font.Style = [fsBold]
  1390.       MaxLength = 2
  1391.       ParentFont = False
  1392.       TabOrder = 70
  1393.       OnExit = Edit71Exit
  1394.       OnKeyPress = Edit71KeyPress
  1395.     end
  1396.     object Edit72: TEdit
  1397.       Left = 357
  1398.       Top = 136
  1399.       Width = 27
  1400.       Height = 21
  1401.       Font.Color = clBlack
  1402.       Font.Height = -11
  1403.       Font.Name = 'MS Sans Serif'
  1404.       Font.Style = [fsBold]
  1405.       MaxLength = 2
  1406.       ParentFont = False
  1407.       TabOrder = 71
  1408.       OnExit = Edit72Exit
  1409.       OnKeyPress = Edit72KeyPress
  1410.     end
  1411.     object Edit73: TEdit
  1412.       Left = 389
  1413.       Top = 26
  1414.       Width = 27
  1415.       Height = 21
  1416.       Font.Color = clBlack
  1417.       Font.Height = -11
  1418.       Font.Name = 'MS Sans Serif'
  1419.       Font.Style = [fsBold]
  1420.       MaxLength = 2
  1421.       ParentFont = False
  1422.       TabOrder = 72
  1423.       OnExit = Edit73Exit
  1424.       OnKeyPress = Edit73KeyPress
  1425.     end
  1426.     object Edit74: TEdit
  1427.       Left = 389
  1428.       Top = 48
  1429.       Width = 27
  1430.       Height = 21
  1431.       Font.Color = clBlack
  1432.       Font.Height = -11
  1433.       Font.Name = 'MS Sans Serif'
  1434.       Font.Style = [fsBold]
  1435.       MaxLength = 2
  1436.       ParentFont = False
  1437.       TabOrder = 73
  1438.       OnExit = Edit74Exit
  1439.       OnKeyPress = Edit74KeyPress
  1440.     end
  1441.     object Edit75: TEdit
  1442.       Left = 389
  1443.       Top = 70
  1444.       Width = 27
  1445.       Height = 21
  1446.       Font.Color = clBlack
  1447.       Font.Height = -11
  1448.       Font.Name = 'MS Sans Serif'
  1449.       Font.Style = [fsBold]
  1450.       MaxLength = 2
  1451.       ParentFont = False
  1452.       TabOrder = 74
  1453.       OnExit = Edit75Exit
  1454.       OnKeyPress = Edit75KeyPress
  1455.     end
  1456.     object Edit76: TEdit
  1457.       Left = 389
  1458.       Top = 92
  1459.       Width = 27
  1460.       Height = 21
  1461.       Font.Color = clBlack
  1462.       Font.Height = -11
  1463.       Font.Name = 'MS Sans Serif'
  1464.       Font.Style = [fsBold]
  1465.       MaxLength = 2
  1466.       ParentFont = False
  1467.       TabOrder = 75
  1468.       OnExit = Edit76Exit
  1469.       OnKeyPress = Edit76KeyPress
  1470.     end
  1471.     object Edit77: TEdit
  1472.       Left = 389
  1473.       Top = 114
  1474.       Width = 27
  1475.       Height = 21
  1476.       Font.Color = clBlack
  1477.       Font.Height = -11
  1478.       Font.Name = 'MS Sans Serif'
  1479.       Font.Style = [fsBold]
  1480.       MaxLength = 2
  1481.       ParentFont = False
  1482.       TabOrder = 76
  1483.       OnExit = Edit77Exit
  1484.       OnKeyPress = Edit77KeyPress
  1485.     end
  1486.     object Edit78: TEdit
  1487.       Left = 389
  1488.       Top = 136
  1489.       Width = 27
  1490.       Height = 21
  1491.       Font.Color = clBlack
  1492.       Font.Height = -11
  1493.       Font.Name = 'MS Sans Serif'
  1494.       Font.Style = [fsBold]
  1495.       MaxLength = 2
  1496.       ParentFont = False
  1497.       TabOrder = 77
  1498.       OnExit = Edit78Exit
  1499.       OnKeyPress = Edit78KeyPress
  1500.     end
  1501.     object Edit79: TEdit
  1502.       Left = 421
  1503.       Top = 26
  1504.       Width = 27
  1505.       Height = 21
  1506.       Font.Color = clBlack
  1507.       Font.Height = -11
  1508.       Font.Name = 'MS Sans Serif'
  1509.       Font.Style = [fsBold]
  1510.       MaxLength = 2
  1511.       ParentFont = False
  1512.       TabOrder = 78
  1513.       OnExit = Edit79Exit
  1514.       OnKeyPress = Edit79KeyPress
  1515.     end
  1516.     object Edit80: TEdit
  1517.       Left = 421
  1518.       Top = 48
  1519.       Width = 27
  1520.       Height = 21
  1521.       Font.Color = clBlack
  1522.       Font.Height = -11
  1523.       Font.Name = 'MS Sans Serif'
  1524.       Font.Style = [fsBold]
  1525.       MaxLength = 2
  1526.       ParentFont = False
  1527.       TabOrder = 79
  1528.       OnExit = Edit80Exit
  1529.       OnKeyPress = Edit80KeyPress
  1530.     end
  1531.     object Edit81: TEdit
  1532.       Left = 421
  1533.       Top = 70
  1534.       Width = 27
  1535.       Height = 21
  1536.       Font.Color = clBlack
  1537.       Font.Height = -11
  1538.       Font.Name = 'MS Sans Serif'
  1539.       Font.Style = [fsBold]
  1540.       MaxLength = 2
  1541.       ParentFont = False
  1542.       TabOrder = 80
  1543.       OnExit = Edit81Exit
  1544.       OnKeyPress = Edit81KeyPress
  1545.     end
  1546.     object Edit82: TEdit
  1547.       Left = 421
  1548.       Top = 92
  1549.       Width = 27
  1550.       Height = 21
  1551.       Font.Color = clBlack
  1552.       Font.Height = -11
  1553.       Font.Name = 'MS Sans Serif'
  1554.       Font.Style = [fsBold]
  1555.       MaxLength = 2
  1556.       ParentFont = False
  1557.       TabOrder = 81
  1558.       OnExit = Edit82Exit
  1559.       OnKeyPress = Edit82KeyPress
  1560.     end
  1561.     object Edit83: TEdit
  1562.       Left = 421
  1563.       Top = 114
  1564.       Width = 27
  1565.       Height = 21
  1566.       Font.Color = clBlack
  1567.       Font.Height = -11
  1568.       Font.Name = 'MS Sans Serif'
  1569.       Font.Style = [fsBold]
  1570.       MaxLength = 2
  1571.       ParentFont = False
  1572.       TabOrder = 82
  1573.       OnExit = Edit83Exit
  1574.       OnKeyPress = Edit83KeyPress
  1575.     end
  1576.     object Edit84: TEdit
  1577.       Left = 421
  1578.       Top = 136
  1579.       Width = 27
  1580.       Height = 21
  1581.       Font.Color = clBlack
  1582.       Font.Height = -11
  1583.       Font.Name = 'MS Sans Serif'
  1584.       Font.Style = [fsBold]
  1585.       MaxLength = 2
  1586.       ParentFont = False
  1587.       TabOrder = 83
  1588.       OnExit = Edit84Exit
  1589.       OnKeyPress = Edit84KeyPress
  1590.     end
  1591.     object Edit85: TEdit
  1592.       Left = 453
  1593.       Top = 26
  1594.       Width = 27
  1595.       Height = 21
  1596.       Font.Color = clBlack
  1597.       Font.Height = -11
  1598.       Font.Name = 'MS Sans Serif'
  1599.       Font.Style = [fsBold]
  1600.       MaxLength = 2
  1601.       ParentFont = False
  1602.       TabOrder = 84
  1603.       OnExit = Edit85Exit
  1604.       OnKeyPress = Edit85KeyPress
  1605.     end
  1606.     object Edit86: TEdit
  1607.       Left = 453
  1608.       Top = 48
  1609.       Width = 27
  1610.       Height = 21
  1611.       Font.Color = clBlack
  1612.       Font.Height = -11
  1613.       Font.Name = 'MS Sans Serif'
  1614.       Font.Style = [fsBold]
  1615.       MaxLength = 2
  1616.       ParentFont = False
  1617.       TabOrder = 85
  1618.       OnExit = Edit86Exit
  1619.       OnKeyPress = Edit86KeyPress
  1620.     end
  1621.     object Edit87: TEdit
  1622.       Left = 453
  1623.       Top = 70
  1624.       Width = 27
  1625.       Height = 21
  1626.       Font.Color = clBlack
  1627.       Font.Height = -11
  1628.       Font.Name = 'MS Sans Serif'
  1629.       Font.Style = [fsBold]
  1630.       MaxLength = 2
  1631.       ParentFont = False
  1632.       TabOrder = 86
  1633.       OnExit = Edit87Exit
  1634.       OnKeyPress = Edit87KeyPress
  1635.     end
  1636.     object Edit88: TEdit
  1637.       Left = 453
  1638.       Top = 92
  1639.       Width = 27
  1640.       Height = 21
  1641.       Font.Color = clBlack
  1642.       Font.Height = -11
  1643.       Font.Name = 'MS Sans Serif'
  1644.       Font.Style = [fsBold]
  1645.       MaxLength = 2
  1646.       ParentFont = False
  1647.       TabOrder = 87
  1648.       OnExit = Edit88Exit
  1649.       OnKeyPress = Edit88KeyPress
  1650.     end
  1651.     object Edit89: TEdit
  1652.       Left = 453
  1653.       Top = 114
  1654.       Width = 27
  1655.       Height = 21
  1656.       Font.Color = clBlack
  1657.       Font.Height = -11
  1658.       Font.Name = 'MS Sans Serif'
  1659.       Font.Style = [fsBold]
  1660.       MaxLength = 2
  1661.       ParentFont = False
  1662.       TabOrder = 88
  1663.       OnExit = Edit89Exit
  1664.       OnKeyPress = Edit89KeyPress
  1665.     end
  1666.     object Edit90: TEdit
  1667.       Left = 453
  1668.       Top = 136
  1669.       Width = 27
  1670.       Height = 21
  1671.       Font.Color = clBlack
  1672.       Font.Height = -11
  1673.       Font.Name = 'MS Sans Serif'
  1674.       Font.Style = [fsBold]
  1675.       MaxLength = 2
  1676.       ParentFont = False
  1677.       TabOrder = 89
  1678.       OnExit = Edit90Exit
  1679.       OnKeyPress = Edit90KeyPress
  1680.     end
  1681.     object ScrollBar1: TScrollBar
  1682.       Left = 69
  1683.       Top = 163
  1684.       Width = 411
  1685.       Height = 14
  1686.       Max = 1
  1687.       Min = 1
  1688.       Position = 1
  1689.       TabOrder = 90
  1690.       TabStop = False
  1691.       OnChange = ScrollBar1Change
  1692.       OnScroll = ScrollBar1Scroll
  1693.     end
  1694.   end
  1695.   object ComboBox1: TComboBox
  1696.     Left = 95
  1697.     Top = 4
  1698.     Width = 391
  1699.     Height = 22
  1700.     Style = csOwnerDrawFixed
  1701.     DropDownCount = 20
  1702.     ItemHeight = 16
  1703.     Sorted = True
  1704.     TabOrder = 12
  1705.     OnChange = ComboBox1Change
  1706.   end
  1707.   object Button4: TButton
  1708.     Left = 86
  1709.     Top = 355
  1710.     Width = 80
  1711.     Height = 23
  1712.     Caption = 'O&pravit rozpis'
  1713.     TabOrder = 6
  1714.     OnClick = Button4Click
  1715.   end
  1716.   object Button9: TButton
  1717.     Left = 176
  1718.     Top = 355
  1719.     Width = 74
  1720.     Height = 23
  1721.     Caption = '&Export'
  1722.     Font.Color = clWindowText
  1723.     Font.Height = -11
  1724.     Font.Name = 'MS Sans Serif'
  1725.     Font.Style = []
  1726.     ParentFont = False
  1727.     TabOrder = 7
  1728.     OnClick = Button9Click
  1729.   end
  1730.   object Button10: TButton
  1731.     Left = 252
  1732.     Top = 355
  1733.     Width = 74
  1734.     Height = 23
  1735.     Caption = '&Import'
  1736.     Font.Color = clWindowText
  1737.     Font.Height = -11
  1738.     Font.Name = 'MS Sans Serif'
  1739.     Font.Style = []
  1740.     ParentFont = False
  1741.     TabOrder = 8
  1742.     OnClick = Button10Click
  1743.   end
  1744.   object MSOfficeCaption1: TMSOfficeCaption
  1745.     AppNameText.FontKind = fkSystemB
  1746.     AppNameText.Visible = True
  1747.     CaptionText.Caption = 'Pr∩┐╜ce s datab∩┐╜z∩┐╜ rozpis∩┐╜ - hra Sportka'
  1748.     CaptionText.ColorActive = clYellow
  1749.     CaptionText.ColorInactive = clGray
  1750.     CaptionText.FontKind = fkSystem
  1751.     CaptionText.Visible = True
  1752.     CompanyText.FontKind = fkSystemBI
  1753.     CompanyText.Visible = True
  1754.     Left = 388
  1755.   end
  1756. end
  1757.