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

  1. object ZDRozpis: TZDRozpis
  2.   Left = 199
  3.   Top = 152
  4.   HelpContext = 364
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Datab∩┐╜ze rozpis∩┐╜ - hra 5 ze 40'
  8.   ClientHeight = 278
  9.   ClientWidth = 485
  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 = 32
  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 Label22: TLabel
  32.     Left = 148
  33.     Top = 32
  34.     Width = 30
  35.     Height = 13
  36.     Caption = 'Cena'
  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 Label20: TLabel
  44.     Left = 6
  45.     Top = 52
  46.     Width = 85
  47.     Height = 13
  48.     Caption = 'Z∩┐╜ruka rozpisu'
  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 Label2: TLabel
  56.     Left = 6
  57.     Top = 7
  58.     Width = 81
  59.     Height = 13
  60.     Caption = 'N∩┐╜zev rozpisu'
  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 Label5: TLabel
  68.     Left = 7
  69.     Top = 160
  70.     Width = 472
  71.     Height = 13
  72.     AutoSize = False
  73.     Caption = 'Zadejte ∩┐╜∩┐╜sla:'
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.   end
  80.   object Label7: TLabel
  81.     Left = 343
  82.     Top = 32
  83.     Width = 97
  84.     Height = 13
  85.     Caption = 'z toho je tutovek'
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.   end
  92.   object Label8: TLabel
  93.     Left = 233
  94.     Top = 32
  95.     Width = 65
  96.     Height = 13
  97.     Caption = 'Po∩┐╜et ∩┐╜∩┐╜sel'
  98.     Font.Color = clWindowText
  99.     Font.Height = -11
  100.     Font.Name = 'MS Sans Serif'
  101.     Font.Style = [fsBold]
  102.     ParentFont = False
  103.   end
  104.   object Button1: TButton
  105.     Left = 430
  106.     Top = 252
  107.     Width = 51
  108.     Height = 22
  109.     Cancel = True
  110.     Caption = '&Opustit'
  111.     TabOrder = 49
  112.     OnClick = Button1Click
  113.   end
  114.   object DBMemo1: TDBMemo
  115.     Left = 5
  116.     Top = 67
  117.     Width = 476
  118.     Height = 91
  119.     TabStop = False
  120.     DataField = 'Zaruka'
  121.     DataSource = DataZ.DRoz
  122.     ReadOnly = True
  123.     ScrollBars = ssVertical
  124.     TabOrder = 5
  125.     OnKeyPress = DBMemo1KeyPress
  126.   end
  127.   object ComboBox1: TComboBox
  128.     Left = 94
  129.     Top = 3
  130.     Width = 387
  131.     Height = 22
  132.     Style = csOwnerDrawFixed
  133.     DropDownCount = 20
  134.     ItemHeight = 16
  135.     Sorted = True
  136.     TabOrder = 0
  137.     OnChange = ComboBox1Change
  138.     OnKeyPress = ComboBox1KeyPress
  139.   end
  140.   object Edit1: TEdit
  141.     Left = 5
  142.     Top = 177
  143.     Width = 27
  144.     Height = 21
  145.     Hint = 
  146.       'Dvojit∩┐╜ klik my∩┐╜∩┐╜ = zbytek pr∩┐╜zdn∩┐╜ch pol∩┐╜ se dopln∩┐╜ n∩┐╜hodn∩┐╜mi ∩┐╜∩┐╜' +
  147.       'sly.'
  148.     Font.Color = clBlack
  149.     Font.Height = -11
  150.     Font.Name = 'MS Sans Serif'
  151.     Font.Style = [fsBold]
  152.     MaxLength = 2
  153.     ParentFont = False
  154.     ParentShowHint = False
  155.     ShowHint = True
  156.     TabOrder = 6
  157.     OnDblClick = Edit1DblClick
  158.     OnExit = Edit1Exit
  159.     OnKeyPress = Edit1KeyPress
  160.   end
  161.   object Edit2: TEdit
  162.     Left = 39
  163.     Top = 177
  164.     Width = 27
  165.     Height = 21
  166.     Hint = 
  167.       'Dvojit∩┐╜ kilk my∩┐╜∩┐╜ = p∩┐╜eps∩┐╜n∩┐╜ v∩┐╜ech pol∩┐╜ n∩┐╜hodn∩┐╜mi ∩┐╜∩┐╜sly (i op∩┐╜to' +
  168.       'vn∩┐╜).'
  169.     Font.Color = clBlack
  170.     Font.Height = -11
  171.     Font.Name = 'MS Sans Serif'
  172.     Font.Style = [fsBold]
  173.     MaxLength = 2
  174.     ParentFont = False
  175.     ParentShowHint = False
  176.     ShowHint = True
  177.     TabOrder = 7
  178.     OnDblClick = Edit2DblClick
  179.     OnExit = Edit2Exit
  180.     OnKeyPress = Edit1KeyPress
  181.   end
  182.   object Edit3: TEdit
  183.     Left = 74
  184.     Top = 177
  185.     Width = 27
  186.     Height = 21
  187.     Hint = 'Dvojit∩┐╜ klik my∩┐╜∩┐╜ = vymaz∩┐╜n∩┐╜ v∩┐╜ech pol∩┐╜.'
  188.     Font.Color = clBlack
  189.     Font.Height = -11
  190.     Font.Name = 'MS Sans Serif'
  191.     Font.Style = [fsBold]
  192.     MaxLength = 2
  193.     ParentFont = False
  194.     ParentShowHint = False
  195.     ShowHint = True
  196.     TabOrder = 8
  197.     OnDblClick = Edit3DblClick
  198.     OnExit = Edit3Exit
  199.     OnKeyPress = Edit1KeyPress
  200.   end
  201.   object Edit4: TEdit
  202.     Left = 108
  203.     Top = 177
  204.     Width = 27
  205.     Height = 21
  206.     Font.Color = clBlack
  207.     Font.Height = -11
  208.     Font.Name = 'MS Sans Serif'
  209.     Font.Style = [fsBold]
  210.     MaxLength = 2
  211.     ParentFont = False
  212.     TabOrder = 9
  213.     OnExit = Edit4Exit
  214.     OnKeyPress = Edit1KeyPress
  215.   end
  216.   object Edit5: TEdit
  217.     Left = 143
  218.     Top = 177
  219.     Width = 27
  220.     Height = 21
  221.     Font.Color = clBlack
  222.     Font.Height = -11
  223.     Font.Name = 'MS Sans Serif'
  224.     Font.Style = [fsBold]
  225.     MaxLength = 2
  226.     ParentFont = False
  227.     TabOrder = 10
  228.     OnExit = Edit5Exit
  229.     OnKeyPress = Edit1KeyPress
  230.   end
  231.   object Edit6: TEdit
  232.     Left = 177
  233.     Top = 177
  234.     Width = 27
  235.     Height = 21
  236.     Font.Color = clBlack
  237.     Font.Height = -11
  238.     Font.Name = 'MS Sans Serif'
  239.     Font.Style = [fsBold]
  240.     MaxLength = 2
  241.     ParentFont = False
  242.     TabOrder = 11
  243.     OnExit = Edit6Exit
  244.     OnKeyPress = Edit1KeyPress
  245.   end
  246.   object Edit7: TEdit
  247.     Left = 212
  248.     Top = 177
  249.     Width = 27
  250.     Height = 21
  251.     Font.Color = clBlack
  252.     Font.Height = -11
  253.     Font.Name = 'MS Sans Serif'
  254.     Font.Style = [fsBold]
  255.     MaxLength = 2
  256.     ParentFont = False
  257.     TabOrder = 12
  258.     OnExit = Edit7Exit
  259.     OnKeyPress = Edit1KeyPress
  260.   end
  261.   object Edit8: TEdit
  262.     Left = 246
  263.     Top = 177
  264.     Width = 27
  265.     Height = 21
  266.     Font.Color = clBlack
  267.     Font.Height = -11
  268.     Font.Name = 'MS Sans Serif'
  269.     Font.Style = [fsBold]
  270.     MaxLength = 2
  271.     ParentFont = False
  272.     TabOrder = 13
  273.     OnExit = Edit8Exit
  274.     OnKeyPress = Edit1KeyPress
  275.   end
  276.   object Edit9: TEdit
  277.     Left = 281
  278.     Top = 177
  279.     Width = 27
  280.     Height = 21
  281.     Font.Color = clBlack
  282.     Font.Height = -11
  283.     Font.Name = 'MS Sans Serif'
  284.     Font.Style = [fsBold]
  285.     MaxLength = 2
  286.     ParentFont = False
  287.     TabOrder = 14
  288.     OnExit = Edit9Exit
  289.     OnKeyPress = Edit1KeyPress
  290.   end
  291.   object Edit10: TEdit
  292.     Left = 315
  293.     Top = 177
  294.     Width = 27
  295.     Height = 21
  296.     Font.Color = clBlack
  297.     Font.Height = -11
  298.     Font.Name = 'MS Sans Serif'
  299.     Font.Style = [fsBold]
  300.     MaxLength = 2
  301.     ParentFont = False
  302.     TabOrder = 15
  303.     OnExit = Edit10Exit
  304.     OnKeyPress = Edit1KeyPress
  305.   end
  306.   object Edit11: TEdit
  307.     Left = 350
  308.     Top = 177
  309.     Width = 27
  310.     Height = 21
  311.     Font.Color = clBlack
  312.     Font.Height = -11
  313.     Font.Name = 'MS Sans Serif'
  314.     Font.Style = [fsBold]
  315.     MaxLength = 2
  316.     ParentFont = False
  317.     TabOrder = 16
  318.     OnExit = Edit11Exit
  319.     OnKeyPress = Edit1KeyPress
  320.   end
  321.   object Edit12: TEdit
  322.     Left = 384
  323.     Top = 177
  324.     Width = 27
  325.     Height = 21
  326.     Font.Color = clBlack
  327.     Font.Height = -11
  328.     Font.Name = 'MS Sans Serif'
  329.     Font.Style = [fsBold]
  330.     MaxLength = 2
  331.     ParentFont = False
  332.     TabOrder = 17
  333.     OnExit = Edit12Exit
  334.     OnKeyPress = Edit1KeyPress
  335.   end
  336.   object Edit13: TEdit
  337.     Left = 419
  338.     Top = 177
  339.     Width = 27
  340.     Height = 21
  341.     Font.Color = clBlack
  342.     Font.Height = -11
  343.     Font.Name = 'MS Sans Serif'
  344.     Font.Style = [fsBold]
  345.     MaxLength = 2
  346.     ParentFont = False
  347.     TabOrder = 18
  348.     OnExit = Edit13Exit
  349.     OnKeyPress = Edit1KeyPress
  350.   end
  351.   object Edit14: TEdit
  352.     Left = 453
  353.     Top = 177
  354.     Width = 27
  355.     Height = 21
  356.     Font.Color = clBlack
  357.     Font.Height = -11
  358.     Font.Name = 'MS Sans Serif'
  359.     Font.Style = [fsBold]
  360.     MaxLength = 2
  361.     ParentFont = False
  362.     TabOrder = 19
  363.     OnExit = Edit14Exit
  364.     OnKeyPress = Edit1KeyPress
  365.   end
  366.   object Edit15: TEdit
  367.     Left = 5
  368.     Top = 201
  369.     Width = 27
  370.     Height = 21
  371.     Font.Color = clBlack
  372.     Font.Height = -11
  373.     Font.Name = 'MS Sans Serif'
  374.     Font.Style = [fsBold]
  375.     MaxLength = 2
  376.     ParentFont = False
  377.     TabOrder = 20
  378.     OnExit = Edit15Exit
  379.     OnKeyPress = Edit1KeyPress
  380.   end
  381.   object Edit16: TEdit
  382.     Left = 39
  383.     Top = 201
  384.     Width = 27
  385.     Height = 21
  386.     Font.Color = clBlack
  387.     Font.Height = -11
  388.     Font.Name = 'MS Sans Serif'
  389.     Font.Style = [fsBold]
  390.     MaxLength = 2
  391.     ParentFont = False
  392.     TabOrder = 21
  393.     OnExit = Edit16Exit
  394.     OnKeyPress = Edit1KeyPress
  395.   end
  396.   object Edit17: TEdit
  397.     Left = 74
  398.     Top = 201
  399.     Width = 27
  400.     Height = 21
  401.     Font.Color = clBlack
  402.     Font.Height = -11
  403.     Font.Name = 'MS Sans Serif'
  404.     Font.Style = [fsBold]
  405.     MaxLength = 2
  406.     ParentFont = False
  407.     TabOrder = 22
  408.     OnExit = Edit17Exit
  409.     OnKeyPress = Edit1KeyPress
  410.   end
  411.   object Edit18: TEdit
  412.     Left = 108
  413.     Top = 201
  414.     Width = 27
  415.     Height = 21
  416.     Font.Color = clBlack
  417.     Font.Height = -11
  418.     Font.Name = 'MS Sans Serif'
  419.     Font.Style = [fsBold]
  420.     MaxLength = 2
  421.     ParentFont = False
  422.     TabOrder = 23
  423.     OnExit = Edit18Exit
  424.     OnKeyPress = Edit1KeyPress
  425.   end
  426.   object Edit19: TEdit
  427.     Left = 143
  428.     Top = 201
  429.     Width = 27
  430.     Height = 21
  431.     Font.Color = clBlack
  432.     Font.Height = -11
  433.     Font.Name = 'MS Sans Serif'
  434.     Font.Style = [fsBold]
  435.     MaxLength = 2
  436.     ParentFont = False
  437.     TabOrder = 24
  438.     OnExit = Edit19Exit
  439.     OnKeyPress = Edit1KeyPress
  440.   end
  441.   object Edit20: TEdit
  442.     Left = 177
  443.     Top = 201
  444.     Width = 27
  445.     Height = 21
  446.     Font.Color = clBlack
  447.     Font.Height = -11
  448.     Font.Name = 'MS Sans Serif'
  449.     Font.Style = [fsBold]
  450.     MaxLength = 2
  451.     ParentFont = False
  452.     TabOrder = 25
  453.     OnExit = Edit20Exit
  454.     OnKeyPress = Edit1KeyPress
  455.   end
  456.   object Edit21: TEdit
  457.     Left = 212
  458.     Top = 201
  459.     Width = 27
  460.     Height = 21
  461.     Font.Color = clBlack
  462.     Font.Height = -11
  463.     Font.Name = 'MS Sans Serif'
  464.     Font.Style = [fsBold]
  465.     MaxLength = 2
  466.     ParentFont = False
  467.     TabOrder = 26
  468.     OnExit = Edit21Exit
  469.     OnKeyPress = Edit1KeyPress
  470.   end
  471.   object Edit22: TEdit
  472.     Left = 246
  473.     Top = 201
  474.     Width = 27
  475.     Height = 21
  476.     Font.Color = clBlack
  477.     Font.Height = -11
  478.     Font.Name = 'MS Sans Serif'
  479.     Font.Style = [fsBold]
  480.     MaxLength = 2
  481.     ParentFont = False
  482.     TabOrder = 27
  483.     OnExit = Edit22Exit
  484.     OnKeyPress = Edit1KeyPress
  485.   end
  486.   object Edit23: TEdit
  487.     Left = 281
  488.     Top = 201
  489.     Width = 27
  490.     Height = 21
  491.     Font.Color = clBlack
  492.     Font.Height = -11
  493.     Font.Name = 'MS Sans Serif'
  494.     Font.Style = [fsBold]
  495.     MaxLength = 2
  496.     ParentFont = False
  497.     TabOrder = 28
  498.     OnExit = Edit23Exit
  499.     OnKeyPress = Edit1KeyPress
  500.   end
  501.   object Edit24: TEdit
  502.     Left = 315
  503.     Top = 201
  504.     Width = 27
  505.     Height = 21
  506.     Font.Color = clBlack
  507.     Font.Height = -11
  508.     Font.Name = 'MS Sans Serif'
  509.     Font.Style = [fsBold]
  510.     MaxLength = 2
  511.     ParentFont = False
  512.     TabOrder = 29
  513.     OnExit = Edit24Exit
  514.     OnKeyPress = Edit1KeyPress
  515.   end
  516.   object Edit25: TEdit
  517.     Left = 350
  518.     Top = 201
  519.     Width = 27
  520.     Height = 21
  521.     Font.Color = clBlack
  522.     Font.Height = -11
  523.     Font.Name = 'MS Sans Serif'
  524.     Font.Style = [fsBold]
  525.     MaxLength = 2
  526.     ParentFont = False
  527.     TabOrder = 30
  528.     OnExit = Edit25Exit
  529.     OnKeyPress = Edit1KeyPress
  530.   end
  531.   object Edit26: TEdit
  532.     Left = 384
  533.     Top = 201
  534.     Width = 27
  535.     Height = 21
  536.     Font.Color = clBlack
  537.     Font.Height = -11
  538.     Font.Name = 'MS Sans Serif'
  539.     Font.Style = [fsBold]
  540.     MaxLength = 2
  541.     ParentFont = False
  542.     TabOrder = 31
  543.     OnExit = Edit26Exit
  544.     OnKeyPress = Edit1KeyPress
  545.   end
  546.   object Edit27: TEdit
  547.     Left = 419
  548.     Top = 201
  549.     Width = 27
  550.     Height = 21
  551.     Font.Color = clBlack
  552.     Font.Height = -11
  553.     Font.Name = 'MS Sans Serif'
  554.     Font.Style = [fsBold]
  555.     MaxLength = 2
  556.     ParentFont = False
  557.     TabOrder = 32
  558.     OnExit = Edit27Exit
  559.     OnKeyPress = Edit1KeyPress
  560.   end
  561.   object Edit28: TEdit
  562.     Left = 453
  563.     Top = 201
  564.     Width = 27
  565.     Height = 21
  566.     Font.Color = clBlack
  567.     Font.Height = -11
  568.     Font.Name = 'MS Sans Serif'
  569.     Font.Style = [fsBold]
  570.     MaxLength = 2
  571.     ParentFont = False
  572.     TabOrder = 33
  573.     OnExit = Edit28Exit
  574.     OnKeyPress = Edit1KeyPress
  575.   end
  576.   object Edit29: TEdit
  577.     Left = 5
  578.     Top = 225
  579.     Width = 27
  580.     Height = 21
  581.     Font.Color = clBlack
  582.     Font.Height = -11
  583.     Font.Name = 'MS Sans Serif'
  584.     Font.Style = [fsBold]
  585.     MaxLength = 2
  586.     ParentFont = False
  587.     TabOrder = 34
  588.     OnExit = Edit29Exit
  589.     OnKeyPress = Edit1KeyPress
  590.   end
  591.   object Edit30: TEdit
  592.     Left = 39
  593.     Top = 225
  594.     Width = 27
  595.     Height = 21
  596.     Font.Color = clBlack
  597.     Font.Height = -11
  598.     Font.Name = 'MS Sans Serif'
  599.     Font.Style = [fsBold]
  600.     MaxLength = 2
  601.     ParentFont = False
  602.     TabOrder = 35
  603.     OnExit = Edit30Exit
  604.     OnKeyPress = Edit1KeyPress
  605.   end
  606.   object Edit31: TEdit
  607.     Left = 74
  608.     Top = 225
  609.     Width = 27
  610.     Height = 21
  611.     Font.Color = clBlack
  612.     Font.Height = -11
  613.     Font.Name = 'MS Sans Serif'
  614.     Font.Style = [fsBold]
  615.     MaxLength = 2
  616.     ParentFont = False
  617.     TabOrder = 36
  618.     OnExit = Edit31Exit
  619.     OnKeyPress = Edit1KeyPress
  620.   end
  621.   object Edit32: TEdit
  622.     Left = 108
  623.     Top = 225
  624.     Width = 27
  625.     Height = 21
  626.     Font.Color = clBlack
  627.     Font.Height = -11
  628.     Font.Name = 'MS Sans Serif'
  629.     Font.Style = [fsBold]
  630.     MaxLength = 2
  631.     ParentFont = False
  632.     TabOrder = 37
  633.     OnExit = Edit32Exit
  634.     OnKeyPress = Edit1KeyPress
  635.   end
  636.   object Edit33: TEdit
  637.     Left = 143
  638.     Top = 225
  639.     Width = 27
  640.     Height = 21
  641.     Font.Color = clBlack
  642.     Font.Height = -11
  643.     Font.Name = 'MS Sans Serif'
  644.     Font.Style = [fsBold]
  645.     MaxLength = 2
  646.     ParentFont = False
  647.     TabOrder = 38
  648.     OnExit = Edit33Exit
  649.     OnKeyPress = Edit1KeyPress
  650.   end
  651.   object Edit34: TEdit
  652.     Left = 177
  653.     Top = 225
  654.     Width = 27
  655.     Height = 21
  656.     Font.Color = clBlack
  657.     Font.Height = -11
  658.     Font.Name = 'MS Sans Serif'
  659.     Font.Style = [fsBold]
  660.     MaxLength = 2
  661.     ParentFont = False
  662.     TabOrder = 39
  663.     OnExit = Edit34Exit
  664.     OnKeyPress = Edit1KeyPress
  665.   end
  666.   object Edit35: TEdit
  667.     Left = 212
  668.     Top = 225
  669.     Width = 27
  670.     Height = 21
  671.     Font.Color = clBlack
  672.     Font.Height = -11
  673.     Font.Name = 'MS Sans Serif'
  674.     Font.Style = [fsBold]
  675.     MaxLength = 2
  676.     ParentFont = False
  677.     TabOrder = 40
  678.     OnExit = Edit35Exit
  679.     OnKeyPress = Edit1KeyPress
  680.   end
  681.   object Edit36: TEdit
  682.     Left = 246
  683.     Top = 225
  684.     Width = 27
  685.     Height = 21
  686.     Font.Color = clBlack
  687.     Font.Height = -11
  688.     Font.Name = 'MS Sans Serif'
  689.     Font.Style = [fsBold]
  690.     MaxLength = 2
  691.     ParentFont = False
  692.     TabOrder = 41
  693.     OnExit = Edit36Exit
  694.     OnKeyPress = Edit1KeyPress
  695.   end
  696.   object Edit37: TEdit
  697.     Left = 281
  698.     Top = 225
  699.     Width = 27
  700.     Height = 21
  701.     Font.Color = clBlack
  702.     Font.Height = -11
  703.     Font.Name = 'MS Sans Serif'
  704.     Font.Style = [fsBold]
  705.     MaxLength = 2
  706.     ParentFont = False
  707.     TabOrder = 42
  708.     OnExit = Edit37Exit
  709.     OnKeyPress = Edit1KeyPress
  710.   end
  711.   object Edit38: TEdit
  712.     Left = 315
  713.     Top = 225
  714.     Width = 27
  715.     Height = 21
  716.     Font.Color = clBlack
  717.     Font.Height = -11
  718.     Font.Name = 'MS Sans Serif'
  719.     Font.Style = [fsBold]
  720.     MaxLength = 2
  721.     ParentFont = False
  722.     TabOrder = 43
  723.     OnExit = Edit38Exit
  724.     OnKeyPress = Edit1KeyPress
  725.   end
  726.   object Edit39: TEdit
  727.     Left = 350
  728.     Top = 225
  729.     Width = 27
  730.     Height = 21
  731.     Font.Color = clBlack
  732.     Font.Height = -11
  733.     Font.Name = 'MS Sans Serif'
  734.     Font.Style = [fsBold]
  735.     MaxLength = 2
  736.     ParentFont = False
  737.     TabOrder = 44
  738.     OnExit = Edit39Exit
  739.     OnKeyPress = Edit1KeyPress
  740.   end
  741.   object Edit40: TEdit
  742.     Left = 384
  743.     Top = 225
  744.     Width = 27
  745.     Height = 21
  746.     Font.Color = clBlack
  747.     Font.Height = -11
  748.     Font.Name = 'MS Sans Serif'
  749.     Font.Style = [fsBold]
  750.     MaxLength = 2
  751.     ParentFont = False
  752.     TabOrder = 45
  753.     OnExit = Edit40Exit
  754.     OnKeyPress = Edit1KeyPress
  755.   end
  756.   object Button2: TButton
  757.     Left = 246
  758.     Top = 252
  759.     Width = 58
  760.     Height = 22
  761.     Caption = '&Zobrazit'
  762.     Enabled = False
  763.     Font.Color = clWindowText
  764.     Font.Height = -11
  765.     Font.Name = 'MS Sans Serif'
  766.     Font.Style = [fsBold]
  767.     ParentFont = False
  768.     TabOrder = 46
  769.     OnClick = Button2Click
  770.   end
  771.   object Button3: TButton
  772.     Left = 312
  773.     Top = 252
  774.     Width = 51
  775.     Height = 22
  776.     Caption = '&Nahr∩┐╜t'
  777.     Font.Color = clWindowText
  778.     Font.Height = -11
  779.     Font.Name = 'MS Sans Serif'
  780.     Font.Style = [fsBold]
  781.     ParentFont = False
  782.     TabOrder = 47
  783.     OnClick = Button3Click
  784.     OnEnter = Button3Enter
  785.   end
  786.   object DBEdit1: TDBEdit
  787.     Left = 94
  788.     Top = 29
  789.     Width = 36
  790.     Height = 21
  791.     TabStop = False
  792.     DataField = 'Sazenek'
  793.     DataSource = DataZ.DRoz
  794.     DragCursor = crHourGlass
  795.     DragMode = dmAutomatic
  796.     MaxLength = 0
  797.     ReadOnly = True
  798.     TabOrder = 1
  799.   end
  800.   object DBEdit3: TDBEdit
  801.     Left = 301
  802.     Top = 29
  803.     Width = 36
  804.     Height = 21
  805.     TabStop = False
  806.     DataField = 'Pc'
  807.     DataSource = DataZ.DRoz
  808.     DragCursor = crHourGlass
  809.     DragMode = dmAutomatic
  810.     MaxLength = 0
  811.     ReadOnly = True
  812.     TabOrder = 3
  813.   end
  814.   object DBEdit4: TDBEdit
  815.     Left = 443
  816.     Top = 29
  817.     Width = 36
  818.     Height = 21
  819.     TabStop = False
  820.     DataField = 'PcT'
  821.     DataSource = DataZ.DRoz
  822.     DragCursor = crHourGlass
  823.     DragMode = dmAutomatic
  824.     MaxLength = 0
  825.     ReadOnly = True
  826.     TabOrder = 4
  827.   end
  828.   object Edit94: TEdit
  829.     Left = 182
  830.     Top = 29
  831.     Width = 35
  832.     Height = 21
  833.     TabStop = False
  834.     DragCursor = crHourGlass
  835.     DragMode = dmAutomatic
  836.     MaxLength = 2
  837.     ReadOnly = True
  838.     TabOrder = 2
  839.     Text = 'Edit94'
  840.   end
  841.   object Button4: TButton
  842.     Left = 372
  843.     Top = 252
  844.     Width = 51
  845.     Height = 22
  846.     Caption = '&Ulo∩┐╜it'
  847.     Enabled = False
  848.     Font.Color = clWindowText
  849.     Font.Height = -11
  850.     Font.Name = 'MS Sans Serif'
  851.     Font.Style = [fsBold]
  852.     ParentFont = False
  853.     TabOrder = 48
  854.     OnClick = Button4Click
  855.   end
  856.   object GroupBox2: TGroupBox
  857.     Left = -3
  858.     Top = -219
  859.     Width = 490
  860.     Height = 288
  861.     TabOrder = 50
  862.     Visible = False
  863.     object Label9: TLabel
  864.       Left = 193
  865.       Top = 10
  866.       Width = 22
  867.       Height = 13
  868.       Caption = 'Filtr'
  869.       Font.Color = clRed
  870.       Font.Height = -11
  871.       Font.Name = 'MS Sans Serif'
  872.       Font.Style = [fsBold]
  873.       ParentFont = False
  874.       Visible = False
  875.       OnDblClick = Label9DblClick
  876.     end
  877.     object Label4: TLabel
  878.       Left = 219
  879.       Top = 10
  880.       Width = 77
  881.       Height = 13
  882.       Caption = 'Po∩┐╜et v∩┐╜her :'
  883.       Font.Color = clWindowText
  884.       Font.Height = -11
  885.       Font.Name = 'MS Sans Serif'
  886.       Font.Style = [fsBold]
  887.       ParentFont = False
  888.     end
  889.     object Label6: TLabel
  890.       Left = 296
  891.       Top = 10
  892.       Width = 30
  893.       Height = 13
  894.       Alignment = taCenter
  895.       AutoSize = False
  896.     end
  897.     object Label10: TLabel
  898.       Left = 330
  899.       Top = 10
  900.       Width = 30
  901.       Height = 13
  902.       Alignment = taCenter
  903.       AutoSize = False
  904.     end
  905.     object Label11: TLabel
  906.       Left = 364
  907.       Top = 10
  908.       Width = 30
  909.       Height = 13
  910.       Alignment = taCenter
  911.       AutoSize = False
  912.     end
  913.     object Label14: TLabel
  914.       Left = 193
  915.       Top = 238
  916.       Width = 34
  917.       Height = 13
  918.       Caption = '∩┐╜∩┐╜sla:  '
  919.       Font.Color = clWindowText
  920.       Font.Height = -11
  921.       Font.Name = 'MS Sans Serif'
  922.       Font.Style = []
  923.       ParentFont = False
  924.     end
  925.     object Label15: TLabel
  926.       Left = 233
  927.       Top = 238
  928.       Width = 11
  929.       Height = 13
  930.       Alignment = taRightJustify
  931.       AutoSize = False
  932.     end
  933.     object Label16: TLabel
  934.       Left = 249
  935.       Top = 238
  936.       Width = 11
  937.       Height = 13
  938.       Alignment = taRightJustify
  939.       AutoSize = False
  940.     end
  941.     object Label17: TLabel
  942.       Left = 265
  943.       Top = 238
  944.       Width = 11
  945.       Height = 13
  946.       Alignment = taRightJustify
  947.       AutoSize = False
  948.     end
  949.     object Label18: TLabel
  950.       Left = 281
  951.       Top = 238
  952.       Width = 11
  953.       Height = 13
  954.       Alignment = taRightJustify
  955.       AutoSize = False
  956.     end
  957.     object Label19: TLabel
  958.       Left = 297
  959.       Top = 238
  960.       Width = 11
  961.       Height = 13
  962.       Alignment = taRightJustify
  963.       AutoSize = False
  964.     end
  965.     object StringGrid1: TStringGrid
  966.       Left = 3
  967.       Top = 10
  968.       Width = 187
  969.       Height = 273
  970.       Hint = 'Prav∩┐╜ tla∩┐╜∩┐╜tko my∩┐╜i = vyvol∩┐╜n∩┐╜ skryt∩┐╜ho menu'
  971.       ColCount = 6
  972.       DefaultColWidth = 22
  973.       DefaultRowHeight = 17
  974.       FixedCols = 0
  975.       RowCount = 15
  976.       Font.Color = clBlack
  977.       Font.Height = -11
  978.       Font.Name = 'MS Sans Serif'
  979.       Font.Style = []
  980.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goRowSelect]
  981.       ParentFont = False
  982.       ParentShowHint = False
  983.       PopupMenu = PMenu
  984.       ScrollBars = ssVertical
  985.       ShowHint = True
  986.       TabOrder = 0
  987.     end
  988.     object StringGrid2: TStringGrid
  989.       Left = 192
  990.       Top = 23
  991.       Width = 294
  992.       Height = 212
  993.       Hint = 'Prav∩┐╜ tla∩┐╜∩┐╜tko my∩┐╜i = vyvol∩┐╜n∩┐╜ skryt∩┐╜ho menu'
  994.       DefaultColWidth = 33
  995.       DefaultRowHeight = 18
  996.       FixedCols = 0
  997.       RowCount = 2
  998.       Font.Color = clBlack
  999.       Font.Height = -11
  1000.       Font.Name = 'MS Sans Serif'
  1001.       Font.Style = []
  1002.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goRowSelect]
  1003.       ParentFont = False
  1004.       ParentShowHint = False
  1005.       PopupMenu = PopupMenu1
  1006.       ScrollBars = ssVertical
  1007.       ShowHint = True
  1008.       TabOrder = 1
  1009.       OnClick = StringGrid2Click
  1010.       OnDblClick = StringGrid2DblClick
  1011.       OnEnter = StringGrid2Enter
  1012.       OnKeyPress = StringGrid2KeyPress
  1013.     end
  1014.     object Button5: TButton
  1015.       Left = 349
  1016.       Top = 262
  1017.       Width = 61
  1018.       Height = 21
  1019.       Cancel = True
  1020.       Caption = '&N∩┐╜vrat'
  1021.       Font.Color = clWindowText
  1022.       Font.Height = -11
  1023.       Font.Name = 'MS Sans Serif'
  1024.       Font.Style = [fsBold]
  1025.       ParentFont = False
  1026.       TabOrder = 2
  1027.       OnClick = Button5Click
  1028.     end
  1029.     object Button6: TButton
  1030.       Left = 426
  1031.       Top = 262
  1032.       Width = 61
  1033.       Height = 21
  1034.       Caption = '&Opustit'
  1035.       TabOrder = 3
  1036.       OnClick = Button6Click
  1037.     end
  1038.     object Button7: TButton
  1039.       Left = 194
  1040.       Top = 262
  1041.       Width = 61
  1042.       Height = 21
  1043.       Caption = '&Vsadit'
  1044.       Font.Color = clWindowText
  1045.       Font.Height = -11
  1046.       Font.Name = 'MS Sans Serif'
  1047.       Font.Style = [fsBold]
  1048.       ParentFont = False
  1049.       TabOrder = 4
  1050.       OnClick = Button7Click
  1051.     end
  1052.     object Button8: TButton
  1053.       Left = 271
  1054.       Top = 262
  1055.       Width = 61
  1056.       Height = 21
  1057.       Caption = '&Tisk'
  1058.       TabOrder = 5
  1059.       OnClick = Button8Click
  1060.     end
  1061.   end
  1062.   object GroupBox1: TGroupBox
  1063.     Left = 243
  1064.     Top = 115
  1065.     Width = 240
  1066.     Height = 55
  1067.     TabOrder = 51
  1068.     Visible = False
  1069.     object PB1: TGauge
  1070.       Left = 7
  1071.       Top = 26
  1072.       Width = 227
  1073.       Height = 21
  1074.       ForeColor = clNavy
  1075.       BackColor = clYellow
  1076.       Progress = 0
  1077.     end
  1078.     object Label3: TLabel
  1079.       Left = 7
  1080.       Top = 9
  1081.       Width = 227
  1082.       Height = 13
  1083.       Alignment = taCenter
  1084.       AutoSize = False
  1085.     end
  1086.   end
  1087.   object MSOfficeCaption1: TMSOfficeCaption
  1088.     AppNameText.FontKind = fkSystemB
  1089.     AppNameText.Visible = True
  1090.     CaptionText.Caption = 'Datab∩┐╜ze rozpis∩┐╜ - hra 5 ze 40'
  1091.     CaptionText.ColorActive = clYellow
  1092.     CaptionText.ColorInactive = clGray
  1093.     CaptionText.FontKind = fkSystem
  1094.     CaptionText.Visible = True
  1095.     CompanyText.FontKind = fkSystemBI
  1096.     CompanyText.Visible = True
  1097.     Color = clNavy
  1098.     Left = 449
  1099.     Top = 8
  1100.   end
  1101.   object PopupMenu1: TPopupMenu
  1102.     Left = 419
  1103.     Top = 8
  1104.     object Zobrazitve1: TMenuItem
  1105.       Caption = 'Zobrazit v∩┐╜e'
  1106.       ShortCut = 0
  1107.       OnClick = Zobrazitve1Click
  1108.     end
  1109.     object N1poad1: TMenuItem
  1110.       Caption = '1. po∩┐╜ad∩┐╜'
  1111.       ShortCut = 0
  1112.       OnClick = N1poad1Click
  1113.     end
  1114.     object N2poad1: TMenuItem
  1115.       Caption = '2. po∩┐╜ad∩┐╜'
  1116.       ShortCut = 0
  1117.       OnClick = N2poad1Click
  1118.     end
  1119.     object N3poad1: TMenuItem
  1120.       Caption = '3. po∩┐╜ad∩┐╜'
  1121.       ShortCut = 0
  1122.       OnClick = N3poad1Click
  1123.     end
  1124.     object N1: TMenuItem
  1125.       Caption = '-'
  1126.       ShortCut = 0
  1127.     end
  1128.     object Grafvsledk1: TMenuItem
  1129.       Caption = '&Graf v∩┐╜sledk∩┐╜'
  1130.       ShortCut = 0
  1131.       OnClick = Grafvsledk1Click
  1132.     end
  1133.   end
  1134.   object PMenu: TPopupMenu
  1135.     Left = 152
  1136.     Top = 24
  1137.     object Vloitdoschrnky1: TMenuItem
  1138.       Caption = '&Vlo∩┐╜it do schr∩┐╜nky'
  1139.       ShortCut = 116
  1140.       OnClick = Vloitdoschrnky1Click
  1141.     end
  1142.     object Vsaditrozpis1: TMenuItem
  1143.       Caption = 'Vsadit &rozpis'
  1144.       ShortCut = 0
  1145.       OnClick = Vsaditrozpis1Click
  1146.     end
  1147.   end
  1148. end
  1149.