home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / ctenari / Burda / St_Deset.ex_ / 0 / RCDATA / TPRIKLAD2 / TPRIKLAD2.txt
Encoding:
Text File  |  2000-08-30  |  54.8 KB  |  2,482 lines

  1. object Priklad2: TPriklad2
  2.   Left = 201
  3.   Top = 7
  4.   ActiveControl = Panel1
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   AutoScroll = False
  7.   Caption = 'P∩┐╜∩┐╜klad ∩┐╜.2'
  8.   ClientHeight = 432
  9.   ClientWidth = 420
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   PopupMenu = PopupMenu1
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 176
  22.     Width = 49
  23.     Height = 13
  24.     Caption = 'Hrac∩┐╜ pole'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 144
  28.     Top = 176
  29.     Width = 53
  30.     Height = 13
  31.     Caption = 'Po∩┐╜et ∩┐╜∩┐╜sel'
  32.   end
  33.   object Label19: TLabel
  34.     Left = 240
  35.     Top = 160
  36.     Width = 28
  37.     Height = 13
  38.     Caption = 'Po∩┐╜et'
  39.   end
  40.   object Label20: TLabel
  41.     Left = 240
  42.     Top = 176
  43.     Width = 40
  44.     Height = 13
  45.     Caption = 'losov∩┐╜n∩┐╜'
  46.   end
  47.   object Label25: TLabel
  48.     Left = 8
  49.     Top = 16
  50.     Width = 49
  51.     Height = 13
  52.     Caption = 'Hrac∩┐╜ pole'
  53.   end
  54.   object Label39: TLabel
  55.     Left = 144
  56.     Top = 16
  57.     Width = 53
  58.     Height = 13
  59.     Caption = 'Po∩┐╜et ∩┐╜∩┐╜sel'
  60.   end
  61.   object Label40: TLabel
  62.     Left = 240
  63.     Top = 0
  64.     Width = 28
  65.     Height = 13
  66.     Caption = 'Po∩┐╜et'
  67.   end
  68.   object Label41: TLabel
  69.     Left = 240
  70.     Top = 16
  71.     Width = 40
  72.     Height = 13
  73.     Caption = 'losov∩┐╜n∩┐╜'
  74.   end
  75.   object OK: TDsFancyButton
  76.     Left = 324
  77.     Top = 400
  78.     Width = 81
  79.     Height = 25
  80.     ButtonColor = clBtnFace
  81.     Caption = 'OK'
  82.     FrameColor = clGray
  83.     FrameWidth = 6
  84.     CornerRadius = 10
  85.     TextStyle = txRaised
  86.     OnClick = OKClick
  87.   end
  88.   object Panel1: TPanel
  89.     Left = 0
  90.     Top = 32
  91.     Width = 137
  92.     Height = 401
  93.     Font.Charset = EASTEUROPE_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -11
  96.     Font.Name = 'Times New Roman'
  97.     Font.Style = []
  98.     ParentFont = False
  99.     PopupMenu = PopupMenu1
  100.     TabOrder = 0
  101.     object Edit1: TEdit
  102.       Left = 8
  103.       Top = 8
  104.       Width = 17
  105.       Height = 17
  106.       Cursor = crArrow
  107.       AutoSize = False
  108.       DragCursor = crArrow
  109.       DragMode = dmAutomatic
  110.       Font.Charset = EASTEUROPE_CHARSET
  111.       Font.Color = clWindowText
  112.       Font.Height = -11
  113.       Font.Name = 'Times New Roman'
  114.       Font.Style = []
  115.       ParentFont = False
  116.       PopupMenu = PopupMenu1
  117.       ReadOnly = True
  118.       TabOrder = 0
  119.       Text = ' 1'
  120.     end
  121.     object Edit2: TEdit
  122.       Left = 32
  123.       Top = 8
  124.       Width = 17
  125.       Height = 17
  126.       Cursor = crArrow
  127.       AutoSize = False
  128.       DragCursor = crArrow
  129.       DragMode = dmAutomatic
  130.       Font.Charset = EASTEUROPE_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -11
  133.       Font.Name = 'Times New Roman'
  134.       Font.Style = []
  135.       ParentFont = False
  136.       PopupMenu = PopupMenu1
  137.       ReadOnly = True
  138.       TabOrder = 1
  139.       Text = ' 2'
  140.     end
  141.     object Edit3: TEdit
  142.       Left = 56
  143.       Top = 8
  144.       Width = 17
  145.       Height = 17
  146.       Cursor = crArrow
  147.       AutoSize = False
  148.       DragCursor = crArrow
  149.       DragMode = dmAutomatic
  150.       Font.Charset = EASTEUROPE_CHARSET
  151.       Font.Color = clWindowText
  152.       Font.Height = -11
  153.       Font.Name = 'Times New Roman'
  154.       Font.Style = []
  155.       ParentFont = False
  156.       PopupMenu = PopupMenu1
  157.       ReadOnly = True
  158.       TabOrder = 2
  159.       Text = ' 3'
  160.     end
  161.     object Edit4: TEdit
  162.       Left = 80
  163.       Top = 8
  164.       Width = 17
  165.       Height = 17
  166.       Cursor = crArrow
  167.       AutoSize = False
  168.       DragCursor = crArrow
  169.       DragMode = dmAutomatic
  170.       Font.Charset = EASTEUROPE_CHARSET
  171.       Font.Color = clWindowText
  172.       Font.Height = -11
  173.       Font.Name = 'Times New Roman'
  174.       Font.Style = []
  175.       ParentFont = False
  176.       PopupMenu = PopupMenu1
  177.       ReadOnly = True
  178.       TabOrder = 3
  179.       Text = ' 4'
  180.     end
  181.     object Edit5: TEdit
  182.       Left = 104
  183.       Top = 8
  184.       Width = 17
  185.       Height = 17
  186.       Cursor = crArrow
  187.       AutoSize = False
  188.       DragCursor = crArrow
  189.       DragMode = dmAutomatic
  190.       PopupMenu = PopupMenu1
  191.       ReadOnly = True
  192.       TabOrder = 4
  193.       Text = ' 5'
  194.     end
  195.     object Edit6: TEdit
  196.       Left = 8
  197.       Top = 32
  198.       Width = 17
  199.       Height = 17
  200.       Cursor = crArrow
  201.       AutoSize = False
  202.       Color = clGray
  203.       DragCursor = crArrow
  204.       DragMode = dmAutomatic
  205.       Font.Charset = EASTEUROPE_CHARSET
  206.       Font.Color = clWindowText
  207.       Font.Height = -11
  208.       Font.Name = 'Times New Roman'
  209.       Font.Style = []
  210.       ParentFont = False
  211.       PopupMenu = PopupMenu1
  212.       ReadOnly = True
  213.       TabOrder = 5
  214.       Text = ' X'
  215.     end
  216.     object Edit7: TEdit
  217.       Left = 32
  218.       Top = 32
  219.       Width = 17
  220.       Height = 17
  221.       Cursor = crArrow
  222.       AutoSize = False
  223.       DragCursor = crArrow
  224.       DragMode = dmAutomatic
  225.       Font.Charset = EASTEUROPE_CHARSET
  226.       Font.Color = clWindowText
  227.       Font.Height = -11
  228.       Font.Name = 'Times New Roman'
  229.       Font.Style = []
  230.       ParentFont = False
  231.       PopupMenu = PopupMenu1
  232.       ReadOnly = True
  233.       TabOrder = 6
  234.       Text = ' 7'
  235.     end
  236.     object Edit8: TEdit
  237.       Left = 56
  238.       Top = 32
  239.       Width = 17
  240.       Height = 17
  241.       Cursor = crArrow
  242.       AutoSize = False
  243.       Color = clGray
  244.       DragCursor = crArrow
  245.       DragMode = dmAutomatic
  246.       Font.Charset = EASTEUROPE_CHARSET
  247.       Font.Color = clWindowText
  248.       Font.Height = -11
  249.       Font.Name = 'Times New Roman'
  250.       Font.Style = []
  251.       ParentFont = False
  252.       PopupMenu = PopupMenu1
  253.       ReadOnly = True
  254.       TabOrder = 7
  255.       Text = ' X'
  256.     end
  257.     object Edit9: TEdit
  258.       Left = 80
  259.       Top = 32
  260.       Width = 17
  261.       Height = 17
  262.       Cursor = crArrow
  263.       AutoSize = False
  264.       DragCursor = crArrow
  265.       DragMode = dmAutomatic
  266.       Font.Charset = EASTEUROPE_CHARSET
  267.       Font.Color = clWindowText
  268.       Font.Height = -11
  269.       Font.Name = 'Times New Roman'
  270.       Font.Style = []
  271.       ParentFont = False
  272.       PopupMenu = PopupMenu1
  273.       ReadOnly = True
  274.       TabOrder = 8
  275.       Text = ' 9'
  276.     end
  277.     object Edit10: TEdit
  278.       Left = 104
  279.       Top = 32
  280.       Width = 17
  281.       Height = 17
  282.       Cursor = crArrow
  283.       AutoSize = False
  284.       DragCursor = crArrow
  285.       DragMode = dmAutomatic
  286.       Font.Charset = EASTEUROPE_CHARSET
  287.       Font.Color = clWindowText
  288.       Font.Height = -11
  289.       Font.Name = 'Times New Roman'
  290.       Font.Style = []
  291.       ParentFont = False
  292.       PopupMenu = PopupMenu1
  293.       ReadOnly = True
  294.       TabOrder = 9
  295.       Text = '10'
  296.     end
  297.     object Edit11: TEdit
  298.       Left = 8
  299.       Top = 56
  300.       Width = 17
  301.       Height = 17
  302.       Cursor = crArrow
  303.       AutoSize = False
  304.       DragCursor = crArrow
  305.       DragMode = dmAutomatic
  306.       PopupMenu = PopupMenu1
  307.       ReadOnly = True
  308.       TabOrder = 10
  309.       Text = '11'
  310.     end
  311.     object Edit12: TEdit
  312.       Left = 32
  313.       Top = 56
  314.       Width = 17
  315.       Height = 17
  316.       Cursor = crArrow
  317.       AutoSize = False
  318.       DragCursor = crArrow
  319.       DragMode = dmAutomatic
  320.       Font.Charset = EASTEUROPE_CHARSET
  321.       Font.Color = clWindowText
  322.       Font.Height = -11
  323.       Font.Name = 'Times New Roman'
  324.       Font.Style = []
  325.       ParentFont = False
  326.       PopupMenu = PopupMenu1
  327.       ReadOnly = True
  328.       TabOrder = 11
  329.       Text = '12'
  330.     end
  331.     object Edit13: TEdit
  332.       Left = 56
  333.       Top = 56
  334.       Width = 17
  335.       Height = 17
  336.       Cursor = crArrow
  337.       AutoSize = False
  338.       DragCursor = crArrow
  339.       DragMode = dmAutomatic
  340.       Font.Charset = EASTEUROPE_CHARSET
  341.       Font.Color = clWindowText
  342.       Font.Height = -11
  343.       Font.Name = 'Times New Roman'
  344.       Font.Style = []
  345.       ParentFont = False
  346.       PopupMenu = PopupMenu1
  347.       ReadOnly = True
  348.       TabOrder = 12
  349.       Text = '13'
  350.     end
  351.     object Edit14: TEdit
  352.       Left = 80
  353.       Top = 56
  354.       Width = 17
  355.       Height = 17
  356.       Cursor = crArrow
  357.       AutoSize = False
  358.       DragCursor = crArrow
  359.       DragMode = dmAutomatic
  360.       PopupMenu = PopupMenu1
  361.       ReadOnly = True
  362.       TabOrder = 13
  363.       Text = '14'
  364.     end
  365.     object Edit15: TEdit
  366.       Left = 104
  367.       Top = 56
  368.       Width = 17
  369.       Height = 17
  370.       Cursor = crArrow
  371.       AutoSize = False
  372.       DragCursor = crArrow
  373.       DragMode = dmAutomatic
  374.       PopupMenu = PopupMenu1
  375.       ReadOnly = True
  376.       TabOrder = 14
  377.       Text = '15'
  378.     end
  379.     object Edit16: TEdit
  380.       Left = 8
  381.       Top = 80
  382.       Width = 17
  383.       Height = 17
  384.       Cursor = crArrow
  385.       AutoSize = False
  386.       DragCursor = crArrow
  387.       DragMode = dmAutomatic
  388.       Font.Charset = EASTEUROPE_CHARSET
  389.       Font.Color = clWindowText
  390.       Font.Height = -11
  391.       Font.Name = 'Times New Roman'
  392.       Font.Style = []
  393.       ParentFont = False
  394.       PopupMenu = PopupMenu1
  395.       ReadOnly = True
  396.       TabOrder = 15
  397.       Text = '16'
  398.     end
  399.     object Edit17: TEdit
  400.       Left = 32
  401.       Top = 80
  402.       Width = 17
  403.       Height = 17
  404.       Cursor = crArrow
  405.       AutoSize = False
  406.       DragCursor = crArrow
  407.       DragMode = dmAutomatic
  408.       Font.Charset = EASTEUROPE_CHARSET
  409.       Font.Color = clWindowText
  410.       Font.Height = -11
  411.       Font.Name = 'Times New Roman'
  412.       Font.Style = []
  413.       ParentFont = False
  414.       PopupMenu = PopupMenu1
  415.       ReadOnly = True
  416.       TabOrder = 16
  417.       Text = '17'
  418.     end
  419.     object Edit18: TEdit
  420.       Left = 56
  421.       Top = 80
  422.       Width = 17
  423.       Height = 17
  424.       Cursor = crArrow
  425.       AutoSize = False
  426.       DragCursor = crArrow
  427.       DragMode = dmAutomatic
  428.       Font.Charset = EASTEUROPE_CHARSET
  429.       Font.Color = clWindowText
  430.       Font.Height = -11
  431.       Font.Name = 'Times New Roman'
  432.       Font.Style = []
  433.       ParentFont = False
  434.       PopupMenu = PopupMenu1
  435.       ReadOnly = True
  436.       TabOrder = 17
  437.       Text = '18'
  438.     end
  439.     object Edit19: TEdit
  440.       Left = 80
  441.       Top = 80
  442.       Width = 17
  443.       Height = 17
  444.       Cursor = crArrow
  445.       AutoSize = False
  446.       DragCursor = crArrow
  447.       DragMode = dmAutomatic
  448.       Font.Charset = EASTEUROPE_CHARSET
  449.       Font.Color = clWindowText
  450.       Font.Height = -11
  451.       Font.Name = 'Times New Roman'
  452.       Font.Style = []
  453.       ParentFont = False
  454.       PopupMenu = PopupMenu1
  455.       ReadOnly = True
  456.       TabOrder = 18
  457.       Text = '19'
  458.     end
  459.     object Edit20: TEdit
  460.       Left = 104
  461.       Top = 80
  462.       Width = 17
  463.       Height = 17
  464.       Cursor = crArrow
  465.       AutoSize = False
  466.       DragCursor = crArrow
  467.       DragMode = dmAutomatic
  468.       Font.Charset = EASTEUROPE_CHARSET
  469.       Font.Color = clWindowText
  470.       Font.Height = -11
  471.       Font.Name = 'Times New Roman'
  472.       Font.Style = []
  473.       ParentFont = False
  474.       PopupMenu = PopupMenu1
  475.       ReadOnly = True
  476.       TabOrder = 19
  477.       Text = '20'
  478.     end
  479.     object Edit21: TEdit
  480.       Left = 8
  481.       Top = 104
  482.       Width = 17
  483.       Height = 17
  484.       Cursor = crArrow
  485.       AutoSize = False
  486.       DragCursor = crArrow
  487.       DragMode = dmAutomatic
  488.       Font.Charset = EASTEUROPE_CHARSET
  489.       Font.Color = clWindowText
  490.       Font.Height = -11
  491.       Font.Name = 'Times New Roman'
  492.       Font.Style = []
  493.       ParentFont = False
  494.       PopupMenu = PopupMenu1
  495.       ReadOnly = True
  496.       TabOrder = 20
  497.       Text = '21'
  498.     end
  499.     object Edit22: TEdit
  500.       Left = 32
  501.       Top = 104
  502.       Width = 17
  503.       Height = 17
  504.       Cursor = crArrow
  505.       AutoSize = False
  506.       DragCursor = crArrow
  507.       DragMode = dmAutomatic
  508.       PopupMenu = PopupMenu1
  509.       ReadOnly = True
  510.       TabOrder = 21
  511.       Text = '22'
  512.     end
  513.     object Edit23: TEdit
  514.       Left = 56
  515.       Top = 104
  516.       Width = 17
  517.       Height = 17
  518.       Cursor = crArrow
  519.       AutoSize = False
  520.       DragCursor = crArrow
  521.       DragMode = dmAutomatic
  522.       PopupMenu = PopupMenu1
  523.       ReadOnly = True
  524.       TabOrder = 22
  525.       Text = '23'
  526.     end
  527.     object Edit24: TEdit
  528.       Left = 80
  529.       Top = 104
  530.       Width = 17
  531.       Height = 17
  532.       Cursor = crArrow
  533.       AutoSize = False
  534.       DragCursor = crArrow
  535.       DragMode = dmAutomatic
  536.       PopupMenu = PopupMenu1
  537.       ReadOnly = True
  538.       TabOrder = 23
  539.       Text = '24'
  540.     end
  541.     object Edit25: TEdit
  542.       Left = 104
  543.       Top = 104
  544.       Width = 17
  545.       Height = 17
  546.       Cursor = crArrow
  547.       AutoSize = False
  548.       DragCursor = crArrow
  549.       DragMode = dmAutomatic
  550.       Font.Charset = EASTEUROPE_CHARSET
  551.       Font.Color = clWindowText
  552.       Font.Height = -11
  553.       Font.Name = 'Times New Roman'
  554.       Font.Style = []
  555.       ParentFont = False
  556.       PopupMenu = PopupMenu1
  557.       ReadOnly = True
  558.       TabOrder = 24
  559.       Text = '25'
  560.     end
  561.     object Edit26: TEdit
  562.       Left = 8
  563.       Top = 128
  564.       Width = 17
  565.       Height = 17
  566.       Cursor = crArrow
  567.       AutoSize = False
  568.       DragCursor = crArrow
  569.       DragMode = dmAutomatic
  570.       Font.Charset = EASTEUROPE_CHARSET
  571.       Font.Color = clWindowText
  572.       Font.Height = -11
  573.       Font.Name = 'Times New Roman'
  574.       Font.Style = []
  575.       ParentFont = False
  576.       PopupMenu = PopupMenu1
  577.       ReadOnly = True
  578.       TabOrder = 25
  579.       Text = '26'
  580.     end
  581.     object Edit27: TEdit
  582.       Left = 32
  583.       Top = 128
  584.       Width = 17
  585.       Height = 17
  586.       Cursor = crArrow
  587.       AutoSize = False
  588.       DragCursor = crArrow
  589.       DragMode = dmAutomatic
  590.       Font.Charset = EASTEUROPE_CHARSET
  591.       Font.Color = clWindowText
  592.       Font.Height = -11
  593.       Font.Name = 'Times New Roman'
  594.       Font.Style = []
  595.       ParentFont = False
  596.       PopupMenu = PopupMenu1
  597.       ReadOnly = True
  598.       TabOrder = 26
  599.       Text = '27'
  600.     end
  601.     object Edit28: TEdit
  602.       Left = 56
  603.       Top = 128
  604.       Width = 17
  605.       Height = 17
  606.       Cursor = crArrow
  607.       AutoSize = False
  608.       DragCursor = crArrow
  609.       DragMode = dmAutomatic
  610.       PopupMenu = PopupMenu1
  611.       ReadOnly = True
  612.       TabOrder = 27
  613.       Text = '28'
  614.     end
  615.     object Edit29: TEdit
  616.       Left = 80
  617.       Top = 128
  618.       Width = 17
  619.       Height = 17
  620.       Cursor = crArrow
  621.       AutoSize = False
  622.       DragCursor = crArrow
  623.       DragMode = dmAutomatic
  624.       PopupMenu = PopupMenu1
  625.       ReadOnly = True
  626.       TabOrder = 28
  627.       Text = '29'
  628.     end
  629.     object Edit30: TEdit
  630.       Left = 104
  631.       Top = 128
  632.       Width = 17
  633.       Height = 17
  634.       Cursor = crArrow
  635.       AutoSize = False
  636.       DragCursor = crArrow
  637.       DragMode = dmAutomatic
  638.       PopupMenu = PopupMenu1
  639.       ReadOnly = True
  640.       TabOrder = 29
  641.       Text = '30'
  642.     end
  643.     object Edit31: TEdit
  644.       Left = 8
  645.       Top = 152
  646.       Width = 17
  647.       Height = 17
  648.       Cursor = crArrow
  649.       AutoSize = False
  650.       DragCursor = crArrow
  651.       DragMode = dmAutomatic
  652.       Font.Charset = EASTEUROPE_CHARSET
  653.       Font.Color = clWindowText
  654.       Font.Height = -11
  655.       Font.Name = 'Times New Roman'
  656.       Font.Style = []
  657.       ParentFont = False
  658.       PopupMenu = PopupMenu1
  659.       ReadOnly = True
  660.       TabOrder = 30
  661.       Text = '31'
  662.     end
  663.     object Edit32: TEdit
  664.       Left = 32
  665.       Top = 152
  666.       Width = 17
  667.       Height = 17
  668.       Cursor = crArrow
  669.       AutoSize = False
  670.       DragCursor = crArrow
  671.       DragMode = dmAutomatic
  672.       Font.Charset = EASTEUROPE_CHARSET
  673.       Font.Color = clWindowText
  674.       Font.Height = -11
  675.       Font.Name = 'Times New Roman'
  676.       Font.Style = []
  677.       ParentFont = False
  678.       PopupMenu = PopupMenu1
  679.       ReadOnly = True
  680.       TabOrder = 31
  681.       Text = '32'
  682.     end
  683.     object Edit33: TEdit
  684.       Left = 56
  685.       Top = 152
  686.       Width = 17
  687.       Height = 17
  688.       Cursor = crArrow
  689.       AutoSize = False
  690.       DragCursor = crArrow
  691.       DragMode = dmAutomatic
  692.       Font.Charset = EASTEUROPE_CHARSET
  693.       Font.Color = clWindowText
  694.       Font.Height = -11
  695.       Font.Name = 'Times New Roman'
  696.       Font.Style = []
  697.       ParentFont = False
  698.       PopupMenu = PopupMenu1
  699.       ReadOnly = True
  700.       TabOrder = 32
  701.       Text = '33'
  702.     end
  703.     object Edit34: TEdit
  704.       Left = 80
  705.       Top = 152
  706.       Width = 17
  707.       Height = 17
  708.       Cursor = crArrow
  709.       AutoSize = False
  710.       DragCursor = crArrow
  711.       DragMode = dmAutomatic
  712.       Font.Charset = EASTEUROPE_CHARSET
  713.       Font.Color = clWindowText
  714.       Font.Height = -11
  715.       Font.Name = 'Times New Roman'
  716.       Font.Style = []
  717.       ParentFont = False
  718.       PopupMenu = PopupMenu1
  719.       ReadOnly = True
  720.       TabOrder = 33
  721.       Text = '34'
  722.     end
  723.     object Edit35: TEdit
  724.       Left = 104
  725.       Top = 152
  726.       Width = 17
  727.       Height = 17
  728.       Cursor = crArrow
  729.       AutoSize = False
  730.       DragCursor = crArrow
  731.       DragMode = dmAutomatic
  732.       PopupMenu = PopupMenu1
  733.       ReadOnly = True
  734.       TabOrder = 34
  735.       Text = '35'
  736.     end
  737.     object Edit36: TEdit
  738.       Left = 8
  739.       Top = 176
  740.       Width = 17
  741.       Height = 17
  742.       Cursor = crArrow
  743.       AutoSize = False
  744.       DragCursor = crArrow
  745.       DragMode = dmAutomatic
  746.       Font.Charset = EASTEUROPE_CHARSET
  747.       Font.Color = clWindowText
  748.       Font.Height = -11
  749.       Font.Name = 'Times New Roman'
  750.       Font.Style = []
  751.       ParentFont = False
  752.       PopupMenu = PopupMenu1
  753.       ReadOnly = True
  754.       TabOrder = 35
  755.       Text = '36'
  756.     end
  757.     object Edit37: TEdit
  758.       Left = 32
  759.       Top = 176
  760.       Width = 17
  761.       Height = 17
  762.       Cursor = crArrow
  763.       AutoSize = False
  764.       DragCursor = crArrow
  765.       DragMode = dmAutomatic
  766.       Font.Charset = EASTEUROPE_CHARSET
  767.       Font.Color = clWindowText
  768.       Font.Height = -11
  769.       Font.Name = 'Times New Roman'
  770.       Font.Style = []
  771.       ParentFont = False
  772.       PopupMenu = PopupMenu1
  773.       ReadOnly = True
  774.       TabOrder = 36
  775.       Text = '37'
  776.     end
  777.     object Edit38: TEdit
  778.       Left = 56
  779.       Top = 176
  780.       Width = 17
  781.       Height = 17
  782.       Cursor = crArrow
  783.       AutoSize = False
  784.       DragCursor = crArrow
  785.       DragMode = dmAutomatic
  786.       Font.Charset = EASTEUROPE_CHARSET
  787.       Font.Color = clWindowText
  788.       Font.Height = -11
  789.       Font.Name = 'Times New Roman'
  790.       Font.Style = []
  791.       ParentFont = False
  792.       PopupMenu = PopupMenu1
  793.       ReadOnly = True
  794.       TabOrder = 37
  795.       Text = '38'
  796.     end
  797.     object Edit39: TEdit
  798.       Left = 80
  799.       Top = 176
  800.       Width = 17
  801.       Height = 17
  802.       Cursor = crArrow
  803.       AutoSize = False
  804.       DragCursor = crArrow
  805.       DragMode = dmAutomatic
  806.       PopupMenu = PopupMenu1
  807.       ReadOnly = True
  808.       TabOrder = 38
  809.       Text = '39'
  810.     end
  811.     object Edit40: TEdit
  812.       Left = 104
  813.       Top = 176
  814.       Width = 17
  815.       Height = 17
  816.       Cursor = crArrow
  817.       AutoSize = False
  818.       DragCursor = crArrow
  819.       DragMode = dmAutomatic
  820.       Font.Charset = EASTEUROPE_CHARSET
  821.       Font.Color = clWindowText
  822.       Font.Height = -11
  823.       Font.Name = 'Times New Roman'
  824.       Font.Style = []
  825.       ParentFont = False
  826.       PopupMenu = PopupMenu1
  827.       ReadOnly = True
  828.       TabOrder = 39
  829.       Text = '40'
  830.     end
  831.     object Edit41: TEdit
  832.       Left = 8
  833.       Top = 200
  834.       Width = 17
  835.       Height = 17
  836.       Cursor = crArrow
  837.       AutoSize = False
  838.       DragCursor = crArrow
  839.       DragMode = dmAutomatic
  840.       Font.Charset = EASTEUROPE_CHARSET
  841.       Font.Color = clWindowText
  842.       Font.Height = -11
  843.       Font.Name = 'Times New Roman'
  844.       Font.Style = []
  845.       ParentFont = False
  846.       PopupMenu = PopupMenu1
  847.       ReadOnly = True
  848.       TabOrder = 40
  849.       Text = '41'
  850.     end
  851.     object Edit42: TEdit
  852.       Left = 32
  853.       Top = 200
  854.       Width = 17
  855.       Height = 17
  856.       Cursor = crArrow
  857.       AutoSize = False
  858.       DragCursor = crArrow
  859.       DragMode = dmAutomatic
  860.       PopupMenu = PopupMenu1
  861.       ReadOnly = True
  862.       TabOrder = 41
  863.       Text = '42'
  864.     end
  865.     object Edit43: TEdit
  866.       Left = 56
  867.       Top = 200
  868.       Width = 17
  869.       Height = 17
  870.       Cursor = crArrow
  871.       AutoSize = False
  872.       DragCursor = crArrow
  873.       DragMode = dmAutomatic
  874.       Font.Charset = EASTEUROPE_CHARSET
  875.       Font.Color = clWindowText
  876.       Font.Height = -11
  877.       Font.Name = 'Times New Roman'
  878.       Font.Style = []
  879.       ParentFont = False
  880.       PopupMenu = PopupMenu1
  881.       ReadOnly = True
  882.       TabOrder = 42
  883.       Text = '43'
  884.     end
  885.     object Edit44: TEdit
  886.       Left = 80
  887.       Top = 200
  888.       Width = 17
  889.       Height = 17
  890.       Cursor = crArrow
  891.       AutoSize = False
  892.       DragCursor = crArrow
  893.       DragMode = dmAutomatic
  894.       PopupMenu = PopupMenu1
  895.       ReadOnly = True
  896.       TabOrder = 43
  897.       Text = '44'
  898.     end
  899.     object Edit45: TEdit
  900.       Left = 104
  901.       Top = 200
  902.       Width = 17
  903.       Height = 17
  904.       Cursor = crArrow
  905.       AutoSize = False
  906.       DragCursor = crArrow
  907.       DragMode = dmAutomatic
  908.       PopupMenu = PopupMenu1
  909.       ReadOnly = True
  910.       TabOrder = 44
  911.       Text = '45'
  912.     end
  913.     object Edit46: TEdit
  914.       Left = 8
  915.       Top = 224
  916.       Width = 17
  917.       Height = 17
  918.       Cursor = crArrow
  919.       AutoSize = False
  920.       DragCursor = crArrow
  921.       DragMode = dmAutomatic
  922.       Font.Charset = EASTEUROPE_CHARSET
  923.       Font.Color = clWindowText
  924.       Font.Height = -11
  925.       Font.Name = 'Times New Roman'
  926.       Font.Style = []
  927.       ParentFont = False
  928.       PopupMenu = PopupMenu1
  929.       ReadOnly = True
  930.       TabOrder = 45
  931.       Text = '46'
  932.     end
  933.     object Edit47: TEdit
  934.       Left = 32
  935.       Top = 224
  936.       Width = 17
  937.       Height = 17
  938.       Cursor = crArrow
  939.       AutoSize = False
  940.       DragCursor = crArrow
  941.       DragMode = dmAutomatic
  942.       Font.Charset = EASTEUROPE_CHARSET
  943.       Font.Color = clWindowText
  944.       Font.Height = -11
  945.       Font.Name = 'Times New Roman'
  946.       Font.Style = []
  947.       ParentFont = False
  948.       PopupMenu = PopupMenu1
  949.       ReadOnly = True
  950.       TabOrder = 46
  951.       Text = '47'
  952.     end
  953.     object Edit48: TEdit
  954.       Left = 56
  955.       Top = 224
  956.       Width = 17
  957.       Height = 17
  958.       Cursor = crArrow
  959.       AutoSize = False
  960.       DragCursor = crArrow
  961.       DragMode = dmAutomatic
  962.       Font.Charset = EASTEUROPE_CHARSET
  963.       Font.Color = clWindowText
  964.       Font.Height = -11
  965.       Font.Name = 'Times New Roman'
  966.       Font.Style = []
  967.       ParentFont = False
  968.       PopupMenu = PopupMenu1
  969.       ReadOnly = True
  970.       TabOrder = 47
  971.       Text = '48'
  972.     end
  973.     object Edit49: TEdit
  974.       Left = 80
  975.       Top = 224
  976.       Width = 17
  977.       Height = 17
  978.       Cursor = crArrow
  979.       AutoSize = False
  980.       DragCursor = crArrow
  981.       DragMode = dmAutomatic
  982.       Font.Charset = EASTEUROPE_CHARSET
  983.       Font.Color = clWindowText
  984.       Font.Height = -11
  985.       Font.Name = 'Times New Roman'
  986.       Font.Style = []
  987.       ParentFont = False
  988.       PopupMenu = PopupMenu1
  989.       ReadOnly = True
  990.       TabOrder = 48
  991.       Text = '49'
  992.     end
  993.     object Edit50: TEdit
  994.       Left = 104
  995.       Top = 224
  996.       Width = 17
  997.       Height = 17
  998.       Cursor = crArrow
  999.       AutoSize = False
  1000.       DragCursor = crArrow
  1001.       DragMode = dmAutomatic
  1002.       PopupMenu = PopupMenu1
  1003.       ReadOnly = True
  1004.       TabOrder = 49
  1005.       Text = '50'
  1006.     end
  1007.     object Edit51: TEdit
  1008.       Left = 8
  1009.       Top = 248
  1010.       Width = 17
  1011.       Height = 17
  1012.       Cursor = crArrow
  1013.       AutoSize = False
  1014.       DragCursor = crArrow
  1015.       DragMode = dmAutomatic
  1016.       PopupMenu = PopupMenu1
  1017.       ReadOnly = True
  1018.       TabOrder = 50
  1019.       Text = '51'
  1020.     end
  1021.     object Edit52: TEdit
  1022.       Left = 32
  1023.       Top = 248
  1024.       Width = 17
  1025.       Height = 17
  1026.       Cursor = crArrow
  1027.       AutoSize = False
  1028.       DragCursor = crArrow
  1029.       DragMode = dmAutomatic
  1030.       Font.Charset = EASTEUROPE_CHARSET
  1031.       Font.Color = clWindowText
  1032.       Font.Height = -11
  1033.       Font.Name = 'Times New Roman'
  1034.       Font.Style = []
  1035.       ParentFont = False
  1036.       PopupMenu = PopupMenu1
  1037.       ReadOnly = True
  1038.       TabOrder = 51
  1039.       Text = '52'
  1040.     end
  1041.     object Edit53: TEdit
  1042.       Left = 56
  1043.       Top = 248
  1044.       Width = 17
  1045.       Height = 17
  1046.       Cursor = crArrow
  1047.       AutoSize = False
  1048.       DragCursor = crArrow
  1049.       DragMode = dmAutomatic
  1050.       Font.Charset = EASTEUROPE_CHARSET
  1051.       Font.Color = clWindowText
  1052.       Font.Height = -11
  1053.       Font.Name = 'Times New Roman'
  1054.       Font.Style = []
  1055.       ParentFont = False
  1056.       PopupMenu = PopupMenu1
  1057.       ReadOnly = True
  1058.       TabOrder = 52
  1059.       Text = '53'
  1060.     end
  1061.     object Edit54: TEdit
  1062.       Left = 80
  1063.       Top = 248
  1064.       Width = 17
  1065.       Height = 17
  1066.       Cursor = crArrow
  1067.       AutoSize = False
  1068.       DragCursor = crArrow
  1069.       DragMode = dmAutomatic
  1070.       PopupMenu = PopupMenu1
  1071.       ReadOnly = True
  1072.       TabOrder = 53
  1073.       Text = '54'
  1074.     end
  1075.     object Edit55: TEdit
  1076.       Left = 104
  1077.       Top = 248
  1078.       Width = 17
  1079.       Height = 17
  1080.       Cursor = crArrow
  1081.       AutoSize = False
  1082.       DragCursor = crArrow
  1083.       DragMode = dmAutomatic
  1084.       Font.Charset = EASTEUROPE_CHARSET
  1085.       Font.Color = clWindowText
  1086.       Font.Height = -11
  1087.       Font.Name = 'Times New Roman'
  1088.       Font.Style = []
  1089.       ParentFont = False
  1090.       PopupMenu = PopupMenu1
  1091.       ReadOnly = True
  1092.       TabOrder = 54
  1093.       Text = '55'
  1094.     end
  1095.     object Edit56: TEdit
  1096.       Left = 8
  1097.       Top = 272
  1098.       Width = 17
  1099.       Height = 17
  1100.       Cursor = crArrow
  1101.       AutoSize = False
  1102.       DragCursor = crArrow
  1103.       DragMode = dmAutomatic
  1104.       Font.Charset = EASTEUROPE_CHARSET
  1105.       Font.Color = clWindowText
  1106.       Font.Height = -11
  1107.       Font.Name = 'Times New Roman'
  1108.       Font.Style = []
  1109.       ParentFont = False
  1110.       PopupMenu = PopupMenu1
  1111.       ReadOnly = True
  1112.       TabOrder = 55
  1113.       Text = '56'
  1114.     end
  1115.     object Edit57: TEdit
  1116.       Left = 32
  1117.       Top = 272
  1118.       Width = 17
  1119.       Height = 17
  1120.       Cursor = crArrow
  1121.       AutoSize = False
  1122.       DragCursor = crArrow
  1123.       DragMode = dmAutomatic
  1124.       PopupMenu = PopupMenu1
  1125.       ReadOnly = True
  1126.       TabOrder = 56
  1127.       Text = '57'
  1128.     end
  1129.     object Edit58: TEdit
  1130.       Left = 56
  1131.       Top = 272
  1132.       Width = 17
  1133.       Height = 17
  1134.       Cursor = crArrow
  1135.       AutoSize = False
  1136.       DragCursor = crArrow
  1137.       DragMode = dmAutomatic
  1138.       Font.Charset = EASTEUROPE_CHARSET
  1139.       Font.Color = clWindowText
  1140.       Font.Height = -11
  1141.       Font.Name = 'Times New Roman'
  1142.       Font.Style = []
  1143.       ParentFont = False
  1144.       PopupMenu = PopupMenu1
  1145.       ReadOnly = True
  1146.       TabOrder = 57
  1147.       Text = '58'
  1148.     end
  1149.     object Edit59: TEdit
  1150.       Left = 80
  1151.       Top = 272
  1152.       Width = 17
  1153.       Height = 17
  1154.       Cursor = crArrow
  1155.       AutoSize = False
  1156.       DragCursor = crArrow
  1157.       DragMode = dmAutomatic
  1158.       Font.Charset = EASTEUROPE_CHARSET
  1159.       Font.Color = clWindowText
  1160.       Font.Height = -11
  1161.       Font.Name = 'Times New Roman'
  1162.       Font.Style = []
  1163.       ParentFont = False
  1164.       PopupMenu = PopupMenu1
  1165.       ReadOnly = True
  1166.       TabOrder = 58
  1167.       Text = '59'
  1168.     end
  1169.     object Edit60: TEdit
  1170.       Left = 104
  1171.       Top = 272
  1172.       Width = 17
  1173.       Height = 17
  1174.       Cursor = crArrow
  1175.       AutoSize = False
  1176.       DragCursor = crArrow
  1177.       DragMode = dmAutomatic
  1178.       PopupMenu = PopupMenu1
  1179.       ReadOnly = True
  1180.       TabOrder = 59
  1181.       Text = '60'
  1182.     end
  1183.     object Edit61: TEdit
  1184.       Left = 8
  1185.       Top = 296
  1186.       Width = 17
  1187.       Height = 17
  1188.       Cursor = crArrow
  1189.       AutoSize = False
  1190.       DragCursor = crArrow
  1191.       DragMode = dmAutomatic
  1192.       PopupMenu = PopupMenu1
  1193.       ReadOnly = True
  1194.       TabOrder = 60
  1195.       Text = '61'
  1196.     end
  1197.     object Edit62: TEdit
  1198.       Left = 32
  1199.       Top = 296
  1200.       Width = 17
  1201.       Height = 17
  1202.       Cursor = crArrow
  1203.       AutoSize = False
  1204.       DragCursor = crArrow
  1205.       DragMode = dmAutomatic
  1206.       PopupMenu = PopupMenu1
  1207.       ReadOnly = True
  1208.       TabOrder = 61
  1209.       Text = '62'
  1210.     end
  1211.     object Edit63: TEdit
  1212.       Left = 56
  1213.       Top = 296
  1214.       Width = 17
  1215.       Height = 17
  1216.       Cursor = crArrow
  1217.       AutoSize = False
  1218.       Color = clGray
  1219.       DragCursor = crArrow
  1220.       DragMode = dmAutomatic
  1221.       PopupMenu = PopupMenu1
  1222.       ReadOnly = True
  1223.       TabOrder = 62
  1224.       Text = ' X'
  1225.     end
  1226.     object Edit64: TEdit
  1227.       Left = 80
  1228.       Top = 296
  1229.       Width = 17
  1230.       Height = 17
  1231.       Cursor = crArrow
  1232.       AutoSize = False
  1233.       Color = clGray
  1234.       DragCursor = crArrow
  1235.       DragMode = dmAutomatic
  1236.       Font.Charset = EASTEUROPE_CHARSET
  1237.       Font.Color = clWindowText
  1238.       Font.Height = -11
  1239.       Font.Name = 'Times New Roman'
  1240.       Font.Style = []
  1241.       ParentFont = False
  1242.       PopupMenu = PopupMenu1
  1243.       ReadOnly = True
  1244.       TabOrder = 63
  1245.       Text = ' X'
  1246.     end
  1247.     object Edit65: TEdit
  1248.       Left = 104
  1249.       Top = 296
  1250.       Width = 17
  1251.       Height = 17
  1252.       Cursor = crArrow
  1253.       AutoSize = False
  1254.       Color = clGray
  1255.       DragCursor = crArrow
  1256.       DragMode = dmAutomatic
  1257.       Font.Charset = EASTEUROPE_CHARSET
  1258.       Font.Color = clWindowText
  1259.       Font.Height = -11
  1260.       Font.Name = 'Times New Roman'
  1261.       Font.Style = []
  1262.       ParentFont = False
  1263.       PopupMenu = PopupMenu1
  1264.       ReadOnly = True
  1265.       TabOrder = 64
  1266.       Text = ' X'
  1267.     end
  1268.     object Edit66: TEdit
  1269.       Left = 8
  1270.       Top = 320
  1271.       Width = 17
  1272.       Height = 17
  1273.       Cursor = crArrow
  1274.       AutoSize = False
  1275.       DragCursor = crArrow
  1276.       DragMode = dmAutomatic
  1277.       PopupMenu = PopupMenu1
  1278.       ReadOnly = True
  1279.       TabOrder = 65
  1280.       Text = '66'
  1281.     end
  1282.     object Edit67: TEdit
  1283.       Left = 32
  1284.       Top = 320
  1285.       Width = 17
  1286.       Height = 17
  1287.       Cursor = crArrow
  1288.       AutoSize = False
  1289.       DragCursor = crArrow
  1290.       DragMode = dmAutomatic
  1291.       PopupMenu = PopupMenu1
  1292.       ReadOnly = True
  1293.       TabOrder = 66
  1294.       Text = '67'
  1295.     end
  1296.     object Edit68: TEdit
  1297.       Left = 56
  1298.       Top = 320
  1299.       Width = 17
  1300.       Height = 17
  1301.       Cursor = crArrow
  1302.       AutoSize = False
  1303.       DragCursor = crArrow
  1304.       DragMode = dmAutomatic
  1305.       PopupMenu = PopupMenu1
  1306.       ReadOnly = True
  1307.       TabOrder = 67
  1308.       Text = '68'
  1309.     end
  1310.     object Edit69: TEdit
  1311.       Left = 80
  1312.       Top = 320
  1313.       Width = 17
  1314.       Height = 17
  1315.       Cursor = crArrow
  1316.       AutoSize = False
  1317.       DragCursor = crArrow
  1318.       DragMode = dmAutomatic
  1319.       PopupMenu = PopupMenu1
  1320.       ReadOnly = True
  1321.       TabOrder = 68
  1322.       Text = '69'
  1323.     end
  1324.     object Edit70: TEdit
  1325.       Left = 104
  1326.       Top = 320
  1327.       Width = 17
  1328.       Height = 17
  1329.       Cursor = crArrow
  1330.       AutoSize = False
  1331.       DragCursor = crArrow
  1332.       DragMode = dmAutomatic
  1333.       Font.Charset = EASTEUROPE_CHARSET
  1334.       Font.Color = clWindowText
  1335.       Font.Height = -11
  1336.       Font.Name = 'Times New Roman'
  1337.       Font.Style = []
  1338.       ParentFont = False
  1339.       PopupMenu = PopupMenu1
  1340.       ReadOnly = True
  1341.       TabOrder = 69
  1342.       Text = '70'
  1343.     end
  1344.     object Edit71: TEdit
  1345.       Left = 8
  1346.       Top = 344
  1347.       Width = 17
  1348.       Height = 17
  1349.       Cursor = crArrow
  1350.       AutoSize = False
  1351.       Color = clGray
  1352.       DragCursor = crArrow
  1353.       DragMode = dmAutomatic
  1354.       PopupMenu = PopupMenu1
  1355.       ReadOnly = True
  1356.       TabOrder = 70
  1357.       Text = ' X'
  1358.     end
  1359.     object Edit72: TEdit
  1360.       Left = 32
  1361.       Top = 344
  1362.       Width = 17
  1363.       Height = 17
  1364.       Cursor = crArrow
  1365.       AutoSize = False
  1366.       DragCursor = crArrow
  1367.       DragMode = dmAutomatic
  1368.       PopupMenu = PopupMenu1
  1369.       ReadOnly = True
  1370.       TabOrder = 71
  1371.       Text = '72'
  1372.     end
  1373.     object Edit73: TEdit
  1374.       Left = 56
  1375.       Top = 344
  1376.       Width = 17
  1377.       Height = 17
  1378.       Cursor = crArrow
  1379.       AutoSize = False
  1380.       Color = clGray
  1381.       DragCursor = crArrow
  1382.       DragMode = dmAutomatic
  1383.       PopupMenu = PopupMenu1
  1384.       ReadOnly = True
  1385.       TabOrder = 72
  1386.       Text = ' X'
  1387.     end
  1388.     object Edit74: TEdit
  1389.       Left = 80
  1390.       Top = 344
  1391.       Width = 17
  1392.       Height = 17
  1393.       Cursor = crArrow
  1394.       AutoSize = False
  1395.       DragCursor = crArrow
  1396.       DragMode = dmAutomatic
  1397.       PopupMenu = PopupMenu1
  1398.       ReadOnly = True
  1399.       TabOrder = 73
  1400.       Text = '74'
  1401.     end
  1402.     object Edit75: TEdit
  1403.       Left = 104
  1404.       Top = 344
  1405.       Width = 17
  1406.       Height = 17
  1407.       Cursor = crArrow
  1408.       AutoSize = False
  1409.       DragCursor = crArrow
  1410.       DragMode = dmAutomatic
  1411.       PopupMenu = PopupMenu1
  1412.       ReadOnly = True
  1413.       TabOrder = 74
  1414.       Text = '75'
  1415.     end
  1416.     object Edit76: TEdit
  1417.       Left = 8
  1418.       Top = 368
  1419.       Width = 17
  1420.       Height = 17
  1421.       Cursor = crArrow
  1422.       AutoSize = False
  1423.       DragCursor = crArrow
  1424.       DragMode = dmAutomatic
  1425.       PopupMenu = PopupMenu1
  1426.       ReadOnly = True
  1427.       TabOrder = 75
  1428.       Text = '76'
  1429.     end
  1430.     object Edit77: TEdit
  1431.       Left = 32
  1432.       Top = 368
  1433.       Width = 17
  1434.       Height = 17
  1435.       Cursor = crArrow
  1436.       AutoSize = False
  1437.       DragCursor = crArrow
  1438.       DragMode = dmAutomatic
  1439.       Font.Charset = EASTEUROPE_CHARSET
  1440.       Font.Color = clWindowText
  1441.       Font.Height = -11
  1442.       Font.Name = 'Times New Roman'
  1443.       Font.Style = []
  1444.       ParentFont = False
  1445.       PopupMenu = PopupMenu1
  1446.       ReadOnly = True
  1447.       TabOrder = 76
  1448.       Text = '77'
  1449.     end
  1450.     object Edit78: TEdit
  1451.       Left = 56
  1452.       Top = 368
  1453.       Width = 17
  1454.       Height = 17
  1455.       Cursor = crArrow
  1456.       AutoSize = False
  1457.       Color = clGray
  1458.       DragCursor = crArrow
  1459.       DragMode = dmAutomatic
  1460.       PopupMenu = PopupMenu1
  1461.       ReadOnly = True
  1462.       TabOrder = 77
  1463.       Text = ' X'
  1464.     end
  1465.     object Edit79: TEdit
  1466.       Left = 80
  1467.       Top = 368
  1468.       Width = 17
  1469.       Height = 17
  1470.       Cursor = crArrow
  1471.       AutoSize = False
  1472.       DragCursor = crArrow
  1473.       DragMode = dmAutomatic
  1474.       PopupMenu = PopupMenu1
  1475.       ReadOnly = True
  1476.       TabOrder = 78
  1477.       Text = '79'
  1478.     end
  1479.     object Edit80: TEdit
  1480.       Left = 104
  1481.       Top = 368
  1482.       Width = 17
  1483.       Height = 17
  1484.       Cursor = crArrow
  1485.       AutoSize = False
  1486.       Color = clGray
  1487.       DragCursor = crArrow
  1488.       DragMode = dmAutomatic
  1489.       PopupMenu = PopupMenu1
  1490.       ReadOnly = True
  1491.       TabOrder = 79
  1492.       Text = ' X'
  1493.     end
  1494.   end
  1495.   object Panel2: TPanel
  1496.     Left = 144
  1497.     Top = 32
  1498.     Width = 161
  1499.     Height = 401
  1500.     PopupMenu = PopupMenu1
  1501.     TabOrder = 1
  1502.     object Label3: TLabel
  1503.       Left = 8
  1504.       Top = 248
  1505.       Width = 27
  1506.       Height = 13
  1507.       Caption = 'Vklad'
  1508.     end
  1509.     object Label4: TLabel
  1510.       Left = 32
  1511.       Top = 8
  1512.       Width = 9
  1513.       Height = 16
  1514.       Caption = '1'
  1515.       Font.Charset = DEFAULT_CHARSET
  1516.       Font.Color = clWindowText
  1517.       Font.Height = -13
  1518.       Font.Name = 'MS Sans Serif'
  1519.       Font.Style = [fsBold]
  1520.       ParentFont = False
  1521.     end
  1522.     object Label5: TLabel
  1523.       Left = 32
  1524.       Top = 32
  1525.       Width = 9
  1526.       Height = 16
  1527.       Caption = '2'
  1528.       Font.Charset = DEFAULT_CHARSET
  1529.       Font.Color = clWindowText
  1530.       Font.Height = -13
  1531.       Font.Name = 'MS Sans Serif'
  1532.       Font.Style = [fsBold]
  1533.       ParentFont = False
  1534.     end
  1535.     object Label6: TLabel
  1536.       Left = 32
  1537.       Top = 56
  1538.       Width = 9
  1539.       Height = 16
  1540.       Caption = '3'
  1541.       Font.Charset = DEFAULT_CHARSET
  1542.       Font.Color = clWindowText
  1543.       Font.Height = -13
  1544.       Font.Name = 'MS Sans Serif'
  1545.       Font.Style = [fsBold]
  1546.       ParentFont = False
  1547.     end
  1548.     object Label7: TLabel
  1549.       Left = 32
  1550.       Top = 80
  1551.       Width = 9
  1552.       Height = 16
  1553.       Caption = '4'
  1554.       Font.Charset = DEFAULT_CHARSET
  1555.       Font.Color = clWindowText
  1556.       Font.Height = -13
  1557.       Font.Name = 'MS Sans Serif'
  1558.       Font.Style = [fsBold]
  1559.       ParentFont = False
  1560.     end
  1561.     object Label8: TLabel
  1562.       Left = 32
  1563.       Top = 104
  1564.       Width = 9
  1565.       Height = 16
  1566.       Caption = '5'
  1567.       Font.Charset = DEFAULT_CHARSET
  1568.       Font.Color = clWindowText
  1569.       Font.Height = -13
  1570.       Font.Name = 'MS Sans Serif'
  1571.       Font.Style = [fsBold]
  1572.       ParentFont = False
  1573.     end
  1574.     object Label9: TLabel
  1575.       Left = 32
  1576.       Top = 128
  1577.       Width = 9
  1578.       Height = 16
  1579.       Caption = '6'
  1580.       Font.Charset = DEFAULT_CHARSET
  1581.       Font.Color = clWindowText
  1582.       Font.Height = -13
  1583.       Font.Name = 'MS Sans Serif'
  1584.       Font.Style = [fsBold]
  1585.       ParentFont = False
  1586.     end
  1587.     object Label10: TLabel
  1588.       Left = 32
  1589.       Top = 152
  1590.       Width = 9
  1591.       Height = 16
  1592.       Caption = '7'
  1593.       Font.Charset = DEFAULT_CHARSET
  1594.       Font.Color = clWindowText
  1595.       Font.Height = -13
  1596.       Font.Name = 'MS Sans Serif'
  1597.       Font.Style = [fsBold]
  1598.       ParentFont = False
  1599.     end
  1600.     object Label11: TLabel
  1601.       Left = 32
  1602.       Top = 176
  1603.       Width = 9
  1604.       Height = 16
  1605.       Caption = '8'
  1606.       Font.Charset = DEFAULT_CHARSET
  1607.       Font.Color = clWindowText
  1608.       Font.Height = -13
  1609.       Font.Name = 'MS Sans Serif'
  1610.       Font.Style = [fsBold]
  1611.       ParentFont = False
  1612.     end
  1613.     object Label12: TLabel
  1614.       Left = 32
  1615.       Top = 200
  1616.       Width = 9
  1617.       Height = 16
  1618.       Caption = '9'
  1619.       Font.Charset = DEFAULT_CHARSET
  1620.       Font.Color = clWindowText
  1621.       Font.Height = -13
  1622.       Font.Name = 'MS Sans Serif'
  1623.       Font.Style = [fsBold]
  1624.       ParentFont = False
  1625.     end
  1626.     object Label13: TLabel
  1627.       Left = 32
  1628.       Top = 224
  1629.       Width = 17
  1630.       Height = 16
  1631.       Caption = '10'
  1632.       Font.Charset = DEFAULT_CHARSET
  1633.       Font.Color = clWindowText
  1634.       Font.Height = -13
  1635.       Font.Name = 'MS Sans Serif'
  1636.       Font.Style = [fsBold]
  1637.       ParentFont = False
  1638.     end
  1639.     object Label14: TLabel
  1640.       Left = 32
  1641.       Top = 272
  1642.       Width = 30
  1643.       Height = 16
  1644.       Caption = '5 K∩┐╜'
  1645.       Font.Charset = DEFAULT_CHARSET
  1646.       Font.Color = clWindowText
  1647.       Font.Height = -13
  1648.       Font.Name = 'MS Sans Serif'
  1649.       Font.Style = [fsBold]
  1650.       ParentFont = False
  1651.     end
  1652.     object Label15: TLabel
  1653.       Left = 32
  1654.       Top = 296
  1655.       Width = 38
  1656.       Height = 16
  1657.       Caption = '10 K∩┐╜'
  1658.       Font.Charset = DEFAULT_CHARSET
  1659.       Font.Color = clWindowText
  1660.       Font.Height = -13
  1661.       Font.Name = 'MS Sans Serif'
  1662.       Font.Style = [fsBold]
  1663.       ParentFont = False
  1664.     end
  1665.     object Label16: TLabel
  1666.       Left = 32
  1667.       Top = 320
  1668.       Width = 38
  1669.       Height = 16
  1670.       Caption = '15 K∩┐╜'
  1671.       Font.Charset = DEFAULT_CHARSET
  1672.       Font.Color = clWindowText
  1673.       Font.Height = -13
  1674.       Font.Name = 'MS Sans Serif'
  1675.       Font.Style = [fsBold]
  1676.       ParentFont = False
  1677.     end
  1678.     object Label17: TLabel
  1679.       Left = 32
  1680.       Top = 344
  1681.       Width = 38
  1682.       Height = 16
  1683.       Caption = '20 K∩┐╜'
  1684.       Font.Charset = DEFAULT_CHARSET
  1685.       Font.Color = clWindowText
  1686.       Font.Height = -13
  1687.       Font.Name = 'MS Sans Serif'
  1688.       Font.Style = [fsBold]
  1689.       ParentFont = False
  1690.     end
  1691.     object Label18: TLabel
  1692.       Left = 32
  1693.       Top = 368
  1694.       Width = 38
  1695.       Height = 16
  1696.       Caption = '50 K∩┐╜'
  1697.       Font.Charset = DEFAULT_CHARSET
  1698.       Font.Color = clWindowText
  1699.       Font.Height = -13
  1700.       Font.Name = 'MS Sans Serif'
  1701.       Font.Style = [fsBold]
  1702.       ParentFont = False
  1703.     end
  1704.     object Label21: TLabel
  1705.       Left = 96
  1706.       Top = 160
  1707.       Width = 28
  1708.       Height = 13
  1709.       Caption = 'Po∩┐╜et'
  1710.     end
  1711.     object Label22: TLabel
  1712.       Left = 96
  1713.       Top = 176
  1714.       Width = 51
  1715.       Height = 13
  1716.       Caption = 'opakov∩┐╜n∩┐╜'
  1717.     end
  1718.     object Label23: TLabel
  1719.       Left = 97
  1720.       Top = 344
  1721.       Width = 14
  1722.       Height = 13
  1723.       Caption = 'Ne'
  1724.     end
  1725.     object Label24: TLabel
  1726.       Left = 88
  1727.       Top = 376
  1728.       Width = 60
  1729.       Height = 13
  1730.       Caption = '∩┐╜ance milion'
  1731.     end
  1732.     object Label26: TLabel
  1733.       Left = 192
  1734.       Top = 320
  1735.       Width = 38
  1736.       Height = 13
  1737.       Caption = 'Label25'
  1738.     end
  1739.     object Label27: TLabel
  1740.       Left = 120
  1741.       Top = 8
  1742.       Width = 9
  1743.       Height = 16
  1744.       Caption = '1'
  1745.       Font.Charset = DEFAULT_CHARSET
  1746.       Font.Color = clWindowText
  1747.       Font.Height = -13
  1748.       Font.Name = 'MS Sans Serif'
  1749.       Font.Style = [fsBold]
  1750.       ParentFont = False
  1751.     end
  1752.     object Label28: TLabel
  1753.       Left = 120
  1754.       Top = 32
  1755.       Width = 9
  1756.       Height = 16
  1757.       Caption = '2'
  1758.       Font.Charset = DEFAULT_CHARSET
  1759.       Font.Color = clWindowText
  1760.       Font.Height = -13
  1761.       Font.Name = 'MS Sans Serif'
  1762.       Font.Style = [fsBold]
  1763.       ParentFont = False
  1764.     end
  1765.     object Label29: TLabel
  1766.       Left = 120
  1767.       Top = 56
  1768.       Width = 9
  1769.       Height = 16
  1770.       Caption = '3'
  1771.       Font.Charset = DEFAULT_CHARSET
  1772.       Font.Color = clWindowText
  1773.       Font.Height = -13
  1774.       Font.Name = 'MS Sans Serif'
  1775.       Font.Style = [fsBold]
  1776.       ParentFont = False
  1777.     end
  1778.     object Label30: TLabel
  1779.       Left = 120
  1780.       Top = 80
  1781.       Width = 9
  1782.       Height = 16
  1783.       Caption = '7'
  1784.       Font.Charset = DEFAULT_CHARSET
  1785.       Font.Color = clWindowText
  1786.       Font.Height = -13
  1787.       Font.Name = 'MS Sans Serif'
  1788.       Font.Style = [fsBold]
  1789.       ParentFont = False
  1790.     end
  1791.     object Label31: TLabel
  1792.       Left = 120
  1793.       Top = 104
  1794.       Width = 17
  1795.       Height = 16
  1796.       Caption = '14'
  1797.       Font.Charset = DEFAULT_CHARSET
  1798.       Font.Color = clWindowText
  1799.       Font.Height = -13
  1800.       Font.Name = 'MS Sans Serif'
  1801.       Font.Style = [fsBold]
  1802.       ParentFont = False
  1803.     end
  1804.     object Label32: TLabel
  1805.       Left = 120
  1806.       Top = 128
  1807.       Width = 17
  1808.       Height = 16
  1809.       Caption = '21'
  1810.       Font.Charset = DEFAULT_CHARSET
  1811.       Font.Color = clWindowText
  1812.       Font.Height = -13
  1813.       Font.Name = 'MS Sans Serif'
  1814.       Font.Style = [fsBold]
  1815.       ParentFont = False
  1816.     end
  1817.     object Label33: TLabel
  1818.       Left = 120
  1819.       Top = 200
  1820.       Width = 9
  1821.       Height = 16
  1822.       Caption = '2'
  1823.       Font.Charset = DEFAULT_CHARSET
  1824.       Font.Color = clWindowText
  1825.       Font.Height = -13
  1826.       Font.Name = 'MS Sans Serif'
  1827.       Font.Style = [fsBold]
  1828.       ParentFont = False
  1829.     end
  1830.     object Label34: TLabel
  1831.       Left = 120
  1832.       Top = 224
  1833.       Width = 9
  1834.       Height = 16
  1835.       Caption = '3'
  1836.       Font.Charset = DEFAULT_CHARSET
  1837.       Font.Color = clWindowText
  1838.       Font.Height = -13
  1839.       Font.Name = 'MS Sans Serif'
  1840.       Font.Style = [fsBold]
  1841.       ParentFont = False
  1842.     end
  1843.     object Label35: TLabel
  1844.       Left = 120
  1845.       Top = 248
  1846.       Width = 9
  1847.       Height = 16
  1848.       Caption = '5'
  1849.       Font.Charset = DEFAULT_CHARSET
  1850.       Font.Color = clWindowText
  1851.       Font.Height = -13
  1852.       Font.Name = 'MS Sans Serif'
  1853.       Font.Style = [fsBold]
  1854.       ParentFont = False
  1855.     end
  1856.     object Label36: TLabel
  1857.       Left = 120
  1858.       Top = 272
  1859.       Width = 17
  1860.       Height = 16
  1861.       Caption = '10'
  1862.       Font.Charset = DEFAULT_CHARSET
  1863.       Font.Color = clWindowText
  1864.       Font.Height = -13
  1865.       Font.Name = 'MS Sans Serif'
  1866.       Font.Style = [fsBold]
  1867.       ParentFont = False
  1868.     end
  1869.     object Label37: TLabel
  1870.       Left = 120
  1871.       Top = 296
  1872.       Width = 17
  1873.       Height = 16
  1874.       Caption = '15'
  1875.       Font.Charset = DEFAULT_CHARSET
  1876.       Font.Color = clWindowText
  1877.       Font.Height = -13
  1878.       Font.Name = 'MS Sans Serif'
  1879.       Font.Style = [fsBold]
  1880.       ParentFont = False
  1881.     end
  1882.     object Label38: TLabel
  1883.       Left = 120
  1884.       Top = 320
  1885.       Width = 17
  1886.       Height = 16
  1887.       Caption = '20'
  1888.       Font.Charset = DEFAULT_CHARSET
  1889.       Font.Color = clWindowText
  1890.       Font.Height = -13
  1891.       Font.Name = 'MS Sans Serif'
  1892.       Font.Style = [fsBold]
  1893.       ParentFont = False
  1894.     end
  1895.     object Edit81: TEdit
  1896.       Left = 8
  1897.       Top = 8
  1898.       Width = 17
  1899.       Height = 17
  1900.       Cursor = crArrow
  1901.       AutoSize = False
  1902.       DragCursor = crArrow
  1903.       DragMode = dmAutomatic
  1904.       Font.Charset = EASTEUROPE_CHARSET
  1905.       Font.Color = clWindowText
  1906.       Font.Height = -11
  1907.       Font.Name = 'Times New Roman'
  1908.       Font.Style = []
  1909.       ParentFont = False
  1910.       PopupMenu = PopupMenu1
  1911.       ReadOnly = True
  1912.       TabOrder = 0
  1913.     end
  1914.     object Edit82: TEdit
  1915.       Left = 8
  1916.       Top = 32
  1917.       Width = 17
  1918.       Height = 17
  1919.       Cursor = crArrow
  1920.       AutoSize = False
  1921.       DragCursor = crArrow
  1922.       DragMode = dmAutomatic
  1923.       Font.Charset = EASTEUROPE_CHARSET
  1924.       Font.Color = clWindowText
  1925.       Font.Height = -11
  1926.       Font.Name = 'Times New Roman'
  1927.       Font.Style = []
  1928.       ParentFont = False
  1929.       PopupMenu = PopupMenu1
  1930.       ReadOnly = True
  1931.       TabOrder = 1
  1932.     end
  1933.     object Edit83: TEdit
  1934.       Left = 8
  1935.       Top = 56
  1936.       Width = 17
  1937.       Height = 17
  1938.       Cursor = crArrow
  1939.       AutoSize = False
  1940.       DragCursor = crArrow
  1941.       DragMode = dmAutomatic
  1942.       Font.Charset = EASTEUROPE_CHARSET
  1943.       Font.Color = clWindowText
  1944.       Font.Height = -11
  1945.       Font.Name = 'Times New Roman'
  1946.       Font.Style = []
  1947.       ParentFont = False
  1948.       PopupMenu = PopupMenu1
  1949.       ReadOnly = True
  1950.       TabOrder = 2
  1951.     end
  1952.     object Edit84: TEdit
  1953.       Left = 8
  1954.       Top = 80
  1955.       Width = 17
  1956.       Height = 17
  1957.       Cursor = crArrow
  1958.       AutoSize = False
  1959.       DragCursor = crArrow
  1960.       DragMode = dmAutomatic
  1961.       Font.Charset = EASTEUROPE_CHARSET
  1962.       Font.Color = clWindowText
  1963.       Font.Height = -11
  1964.       Font.Name = 'Times New Roman'
  1965.       Font.Style = []
  1966.       ParentFont = False
  1967.       PopupMenu = PopupMenu1
  1968.       ReadOnly = True
  1969.       TabOrder = 3
  1970.     end
  1971.     object Edit85: TEdit
  1972.       Left = 8
  1973.       Top = 104
  1974.       Width = 17
  1975.       Height = 17
  1976.       Cursor = crArrow
  1977.       AutoSize = False
  1978.       DragCursor = crArrow
  1979.       DragMode = dmAutomatic
  1980.       Font.Charset = EASTEUROPE_CHARSET
  1981.       Font.Color = clWindowText
  1982.       Font.Height = -11
  1983.       Font.Name = 'Times New Roman'
  1984.       Font.Style = []
  1985.       ParentFont = False
  1986.       PopupMenu = PopupMenu1
  1987.       ReadOnly = True
  1988.       TabOrder = 4
  1989.     end
  1990.     object Edit86: TEdit
  1991.       Left = 8
  1992.       Top = 128
  1993.       Width = 17
  1994.       Height = 17
  1995.       Cursor = crArrow
  1996.       AutoSize = False
  1997.       DragCursor = crArrow
  1998.       DragMode = dmAutomatic
  1999.       Font.Charset = EASTEUROPE_CHARSET
  2000.       Font.Color = clWindowText
  2001.       Font.Height = -11
  2002.       Font.Name = 'Times New Roman'
  2003.       Font.Style = []
  2004.       ParentFont = False
  2005.       PopupMenu = PopupMenu1
  2006.       ReadOnly = True
  2007.       TabOrder = 5
  2008.     end
  2009.     object Edit87: TEdit
  2010.       Left = 8
  2011.       Top = 152
  2012.       Width = 17
  2013.       Height = 17
  2014.       Cursor = crArrow
  2015.       AutoSize = False
  2016.       DragCursor = crArrow
  2017.       DragMode = dmAutomatic
  2018.       Font.Charset = EASTEUROPE_CHARSET
  2019.       Font.Color = clWindowText
  2020.       Font.Height = -11
  2021.       Font.Name = 'Times New Roman'
  2022.       Font.Style = []
  2023.       ParentFont = False
  2024.       PopupMenu = PopupMenu1
  2025.       ReadOnly = True
  2026.       TabOrder = 6
  2027.     end
  2028.     object Edit88: TEdit
  2029.       Left = 8
  2030.       Top = 176
  2031.       Width = 17
  2032.       Height = 17
  2033.       Cursor = crArrow
  2034.       AutoSize = False
  2035.       DragCursor = crArrow
  2036.       DragMode = dmAutomatic
  2037.       Font.Charset = EASTEUROPE_CHARSET
  2038.       Font.Color = clWindowText
  2039.       Font.Height = -11
  2040.       Font.Name = 'Times New Roman'
  2041.       Font.Style = []
  2042.       ParentFont = False
  2043.       PopupMenu = PopupMenu1
  2044.       ReadOnly = True
  2045.       TabOrder = 7
  2046.     end
  2047.     object Edit89: TEdit
  2048.       Left = 8
  2049.       Top = 200
  2050.       Width = 17
  2051.       Height = 17
  2052.       Cursor = crArrow
  2053.       AutoSize = False
  2054.       Color = clGray
  2055.       DragCursor = crArrow
  2056.       DragMode = dmAutomatic
  2057.       Font.Charset = EASTEUROPE_CHARSET
  2058.       Font.Color = clWindowText
  2059.       Font.Height = -11
  2060.       Font.Name = 'Times New Roman'
  2061.       Font.Style = []
  2062.       ParentFont = False
  2063.       PopupMenu = PopupMenu1
  2064.       ReadOnly = True
  2065.       TabOrder = 8
  2066.       Text = ' X'
  2067.     end
  2068.     object Edit90: TEdit
  2069.       Left = 8
  2070.       Top = 224
  2071.       Width = 17
  2072.       Height = 17
  2073.       Cursor = crArrow
  2074.       AutoSize = False
  2075.       DragCursor = crArrow
  2076.       DragMode = dmAutomatic
  2077.       Font.Charset = EASTEUROPE_CHARSET
  2078.       Font.Color = clWindowText
  2079.       Font.Height = -11
  2080.       Font.Name = 'Times New Roman'
  2081.       Font.Style = []
  2082.       ParentFont = False
  2083.       PopupMenu = PopupMenu1
  2084.       ReadOnly = True
  2085.       TabOrder = 9
  2086.     end
  2087.     object Edit91: TEdit
  2088.       Left = 8
  2089.       Top = 272
  2090.       Width = 17
  2091.       Height = 17
  2092.       Cursor = crArrow
  2093.       AutoSize = False
  2094.       DragCursor = crArrow
  2095.       DragMode = dmAutomatic
  2096.       Font.Charset = EASTEUROPE_CHARSET
  2097.       Font.Color = clWindowText
  2098.       Font.Height = -11
  2099.       Font.Name = 'Times New Roman'
  2100.       Font.Style = []
  2101.       ParentFont = False
  2102.       PopupMenu = PopupMenu1
  2103.       ReadOnly = True
  2104.       TabOrder = 10
  2105.     end
  2106.     object Edit92: TEdit
  2107.       Left = 8
  2108.       Top = 296
  2109.       Width = 17
  2110.       Height = 17
  2111.       Cursor = crArrow
  2112.       AutoSize = False
  2113.       DragCursor = crArrow
  2114.       DragMode = dmAutomatic
  2115.       Font.Charset = EASTEUROPE_CHARSET
  2116.       Font.Color = clWindowText
  2117.       Font.Height = -11
  2118.       Font.Name = 'Times New Roman'
  2119.       Font.Style = []
  2120.       ParentFont = False
  2121.       PopupMenu = PopupMenu1
  2122.       ReadOnly = True
  2123.       TabOrder = 11
  2124.     end
  2125.     object Edit93: TEdit
  2126.       Left = 8
  2127.       Top = 320
  2128.       Width = 17
  2129.       Height = 17
  2130.       Cursor = crArrow
  2131.       AutoSize = False
  2132.       Color = clGray
  2133.       DragCursor = crArrow
  2134.       DragMode = dmAutomatic
  2135.       Font.Charset = EASTEUROPE_CHARSET
  2136.       Font.Color = clWindowText
  2137.       Font.Height = -11
  2138.       Font.Name = 'Times New Roman'
  2139.       Font.Style = []
  2140.       ParentFont = False
  2141.       PopupMenu = PopupMenu1
  2142.       ReadOnly = True
  2143.       TabOrder = 12
  2144.       Text = ' X'
  2145.     end
  2146.     object Edit94: TEdit
  2147.       Left = 8
  2148.       Top = 344
  2149.       Width = 17
  2150.       Height = 17
  2151.       Cursor = crArrow
  2152.       AutoSize = False
  2153.       DragCursor = crArrow
  2154.       DragMode = dmAutomatic
  2155.       Font.Charset = EASTEUROPE_CHARSET
  2156.       Font.Color = clWindowText
  2157.       Font.Height = -11
  2158.       Font.Name = 'Times New Roman'
  2159.       Font.Style = []
  2160.       ParentFont = False
  2161.       PopupMenu = PopupMenu1
  2162.       ReadOnly = True
  2163.       TabOrder = 13
  2164.     end
  2165.     object Edit95: TEdit
  2166.       Left = 8
  2167.       Top = 368
  2168.       Width = 17
  2169.       Height = 17
  2170.       Cursor = crArrow
  2171.       AutoSize = False
  2172.       Color = clGray
  2173.       DragCursor = crArrow
  2174.       DragMode = dmAutomatic
  2175.       Font.Charset = EASTEUROPE_CHARSET
  2176.       Font.Color = clWindowText
  2177.       Font.Height = -11
  2178.       Font.Name = 'Times New Roman'
  2179.       Font.Style = []
  2180.       ParentFont = False
  2181.       PopupMenu = PopupMenu1
  2182.       ReadOnly = True
  2183.       TabOrder = 14
  2184.       Text = ' X'
  2185.     end
  2186.     object Edit96: TEdit
  2187.       Left = 96
  2188.       Top = 8
  2189.       Width = 17
  2190.       Height = 17
  2191.       Cursor = crArrow
  2192.       AutoSize = False
  2193.       Color = clGray
  2194.       DragCursor = crArrow
  2195.       DragMode = dmAutomatic
  2196.       Font.Charset = EASTEUROPE_CHARSET
  2197.       Font.Color = clWindowText
  2198.       Font.Height = -11
  2199.       Font.Name = 'Times New Roman'
  2200.       Font.Style = []
  2201.       ParentFont = False
  2202.       PopupMenu = PopupMenu1
  2203.       ReadOnly = True
  2204.       TabOrder = 15
  2205.       Text = ' X'
  2206.     end
  2207.     object Edit97: TEdit
  2208.       Left = 96
  2209.       Top = 32
  2210.       Width = 17
  2211.       Height = 17
  2212.       Cursor = crArrow
  2213.       AutoSize = False
  2214.       Color = clGray
  2215.       DragCursor = crArrow
  2216.       DragMode = dmAutomatic
  2217.       Font.Charset = EASTEUROPE_CHARSET
  2218.       Font.Color = clWindowText
  2219.       Font.Height = -11
  2220.       Font.Name = 'Times New Roman'
  2221.       Font.Style = []
  2222.       ParentFont = False
  2223.       PopupMenu = PopupMenu1
  2224.       ReadOnly = True
  2225.       TabOrder = 16
  2226.       Text = ' X'
  2227.     end
  2228.     object Edit98: TEdit
  2229.       Left = 96
  2230.       Top = 56
  2231.       Width = 17
  2232.       Height = 17
  2233.       Cursor = crArrow
  2234.       AutoSize = False
  2235.       Color = clGray
  2236.       DragCursor = crArrow
  2237.       DragMode = dmAutomatic
  2238.       Font.Charset = EASTEUROPE_CHARSET
  2239.       Font.Color = clWindowText
  2240.       Font.Height = -11
  2241.       Font.Name = 'Times New Roman'
  2242.       Font.Style = []
  2243.       ParentFont = False
  2244.       PopupMenu = PopupMenu1
  2245.       ReadOnly = True
  2246.       TabOrder = 17
  2247.       Text = ' X'
  2248.     end
  2249.     object Edit99: TEdit
  2250.       Left = 96
  2251.       Top = 80
  2252.       Width = 17
  2253.       Height = 17
  2254.       Cursor = crArrow
  2255.       AutoSize = False
  2256.       Color = clGray
  2257.       DragCursor = crArrow
  2258.       DragMode = dmAutomatic
  2259.       Font.Charset = EASTEUROPE_CHARSET
  2260.       Font.Color = clWindowText
  2261.       Font.Height = -11
  2262.       Font.Name = 'Times New Roman'
  2263.       Font.Style = []
  2264.       ParentFont = False
  2265.       PopupMenu = PopupMenu1
  2266.       ReadOnly = True
  2267.       TabOrder = 18
  2268.       Text = ' X'
  2269.     end
  2270.     object Edit100: TEdit
  2271.       Left = 96
  2272.       Top = 104
  2273.       Width = 17
  2274.       Height = 17
  2275.       Cursor = crArrow
  2276.       AutoSize = False
  2277.       Color = clGray
  2278.       DragCursor = crArrow
  2279.       DragMode = dmAutomatic
  2280.       Font.Charset = EASTEUROPE_CHARSET
  2281.       Font.Color = clWindowText
  2282.       Font.Height = -11
  2283.       Font.Name = 'Times New Roman'
  2284.       Font.Style = []
  2285.       ParentFont = False
  2286.       PopupMenu = PopupMenu1
  2287.       ReadOnly = True
  2288.       TabOrder = 19
  2289.       Text = ' X'
  2290.     end
  2291.     object Edit101: TEdit
  2292.       Left = 96
  2293.       Top = 128
  2294.       Width = 17
  2295.       Height = 17
  2296.       Cursor = crArrow
  2297.       AutoSize = False
  2298.       Color = clGray
  2299.       DragCursor = crArrow
  2300.       DragMode = dmAutomatic
  2301.       Font.Charset = EASTEUROPE_CHARSET
  2302.       Font.Color = clWindowText
  2303.       Font.Height = -11
  2304.       Font.Name = 'Times New Roman'
  2305.       Font.Style = []
  2306.       ParentFont = False
  2307.       PopupMenu = PopupMenu1
  2308.       ReadOnly = True
  2309.       TabOrder = 20
  2310.       Text = ' X'
  2311.     end
  2312.     object Edit102: TEdit
  2313.       Left = 96
  2314.       Top = 200
  2315.       Width = 17
  2316.       Height = 17
  2317.       Cursor = crArrow
  2318.       AutoSize = False
  2319.       DragCursor = crArrow
  2320.       DragMode = dmAutomatic
  2321.       Font.Charset = EASTEUROPE_CHARSET
  2322.       Font.Color = clWindowText
  2323.       Font.Height = -11
  2324.       Font.Name = 'Times New Roman'
  2325.       Font.Style = []
  2326.       ParentFont = False
  2327.       PopupMenu = PopupMenu1
  2328.       ReadOnly = True
  2329.       TabOrder = 21
  2330.     end
  2331.     object Edit103: TEdit
  2332.       Left = 96
  2333.       Top = 224
  2334.       Width = 17
  2335.       Height = 17
  2336.       Cursor = crArrow
  2337.       AutoSize = False
  2338.       DragCursor = crArrow
  2339.       DragMode = dmAutomatic
  2340.       Font.Charset = EASTEUROPE_CHARSET
  2341.       Font.Color = clWindowText
  2342.       Font.Height = -11
  2343.       Font.Name = 'Times New Roman'
  2344.       Font.Style = []
  2345.       ParentFont = False
  2346.       PopupMenu = PopupMenu1
  2347.       ReadOnly = True
  2348.       TabOrder = 22
  2349.     end
  2350.     object Edit104: TEdit
  2351.       Left = 96
  2352.       Top = 248
  2353.       Width = 17
  2354.       Height = 17
  2355.       Cursor = crArrow
  2356.       AutoSize = False
  2357.       DragCursor = crArrow
  2358.       DragMode = dmAutomatic
  2359.       Font.Charset = EASTEUROPE_CHARSET
  2360.       Font.Color = clWindowText
  2361.       Font.Height = -11
  2362.       Font.Name = 'Times New Roman'
  2363.       Font.Style = []
  2364.       ParentFont = False
  2365.       PopupMenu = PopupMenu1
  2366.       ReadOnly = True
  2367.       TabOrder = 23
  2368.     end
  2369.     object Edit105: TEdit
  2370.       Left = 96
  2371.       Top = 272
  2372.       Width = 17
  2373.       Height = 17
  2374.       Cursor = crArrow
  2375.       AutoSize = False
  2376.       DragCursor = crArrow
  2377.       DragMode = dmAutomatic
  2378.       Font.Charset = EASTEUROPE_CHARSET
  2379.       Font.Color = clWindowText
  2380.       Font.Height = -11
  2381.       Font.Name = 'Times New Roman'
  2382.       Font.Style = []
  2383.       ParentFont = False
  2384.       PopupMenu = PopupMenu1
  2385.       ReadOnly = True
  2386.       TabOrder = 24
  2387.     end
  2388.     object Edit106: TEdit
  2389.       Left = 96
  2390.       Top = 296
  2391.       Width = 17
  2392.       Height = 17
  2393.       Cursor = crArrow
  2394.       AutoSize = False
  2395.       DragCursor = crArrow
  2396.       DragMode = dmAutomatic
  2397.       Font.Charset = EASTEUROPE_CHARSET
  2398.       Font.Color = clWindowText
  2399.       Font.Height = -11
  2400.       Font.Name = 'Times New Roman'
  2401.       Font.Style = []
  2402.       ParentFont = False
  2403.       PopupMenu = PopupMenu1
  2404.       ReadOnly = True
  2405.       TabOrder = 25
  2406.     end
  2407.     object Edit107: TEdit
  2408.       Left = 96
  2409.       Top = 320
  2410.       Width = 17
  2411.       Height = 17
  2412.       Cursor = crArrow
  2413.       AutoSize = False
  2414.       DragCursor = crArrow
  2415.       DragMode = dmAutomatic
  2416.       Font.Charset = EASTEUROPE_CHARSET
  2417.       Font.Color = clWindowText
  2418.       Font.Height = -11
  2419.       Font.Name = 'Times New Roman'
  2420.       Font.Style = []
  2421.       ParentFont = False
  2422.       PopupMenu = PopupMenu1
  2423.       ReadOnly = True
  2424.       TabOrder = 26
  2425.     end
  2426.     object Edit108: TEdit
  2427.       Left = 96
  2428.       Top = 360
  2429.       Width = 17
  2430.       Height = 17
  2431.       Cursor = crArrow
  2432.       AutoSize = False
  2433.       Color = clGray
  2434.       DragCursor = crArrow
  2435.       DragMode = dmAutomatic
  2436.       Font.Charset = EASTEUROPE_CHARSET
  2437.       Font.Color = clWindowText
  2438.       Font.Height = -11
  2439.       Font.Name = 'Times New Roman'
  2440.       Font.Style = []
  2441.       ParentFont = False
  2442.       PopupMenu = PopupMenu1
  2443.       ReadOnly = True
  2444.       TabOrder = 27
  2445.       Text = ' X'
  2446.     end
  2447.   end
  2448.   object Memo1: TMemo
  2449.     Left = 306
  2450.     Top = 32
  2451.     Width = 113
  2452.     Height = 153
  2453.     Cursor = crArrow
  2454.     DragCursor = crArrow
  2455.     DragMode = dmAutomatic
  2456.     Lines.Strings = (
  2457.       'V uveden∩┐╜m p∩┐╜∩┐╜kladu '
  2458.       's∩┐╜zej∩┐╜c∩┐╜ tipoval 9 ∩┐╜∩┐╜sel, '
  2459.       'nap∩┐╜. 6, 8, 63, 64, 65, '
  2460.       '71, 73, 78, 80 za '
  2461.       'vklad 65,- K∩┐╜. Jeho '
  2462.       '∩┐╜∩┐╜sla se z∩┐╜∩┐╜astn∩┐╜ 48 '
  2463.       'losov∩┐╜n∩┐╜, proto ozna∩┐╜il '
  2464.       've sloupci "Po∩┐╜et '
  2465.       'losov∩┐╜n∩┐╜" v∩┐╜echny '
  2466.       'kolonky a nez∩┐╜∩┐╜astn∩┐╜ '
  2467.       'se ∩┐╜ance milion.'
  2468.       '')
  2469.     PopupMenu = PopupMenu1
  2470.     ReadOnly = True
  2471.     TabOrder = 2
  2472.   end
  2473.   object PopupMenu1: TPopupMenu
  2474.     Left = 312
  2475.     Top = 216
  2476.     object Zavt1: TMenuItem
  2477.       Caption = 'Zav∩┐╜∩┐╜t'
  2478.       OnClick = Zavt1Click
  2479.     end
  2480.   end
  2481. end
  2482.