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

  1. object KVsadit: TKVsadit
  2.   Left = 190
  3.   Top = 72
  4.   Width = 551
  5.   Height = 432
  6.   HelpContext = 199
  7.   HorzScrollBar.Range = 1200
  8.   HorzScrollBar.Visible = False
  9.   VertScrollBar.Range = 2000
  10.   VertScrollBar.Visible = False
  11.   BorderIcons = [biSystemMenu]
  12.   BorderStyle = bsSingle
  13.   Caption = 'Kolik vsadit, abyste vyhr∩┐╜li ?'
  14.   Font.Color = clWindowText
  15.   Font.Height = -11
  16.   Font.Name = 'Arial'
  17.   Font.Style = []
  18.   Scaled = False
  19.   OnActivate = FormActivate
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   PixelsPerInch = 96
  24.   TextHeight = 14
  25.   object Label1: TLabel
  26.     Left = 25
  27.     Top = 5
  28.     Width = 301
  29.     Height = 13
  30.     Caption = 'Vsazena kombinace ∩┐╜∩┐╜sel :                     (1-10 ∩┐╜∩┐╜sel)'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 25
  39.     Top = 28
  40.     Width = 174
  41.     Height = 12
  42.     Caption = 'N∩┐╜sobek vkladu pro p∩┐╜∩┐╜t∩┐╜ den'
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 261
  51.     Top = 29
  52.     Width = 85
  53.     Height = 13
  54.     Caption = '(1,000 - 2,500)'
  55.     Font.Color = clBlack
  56.     Font.Height = -11
  57.     Font.Name = 'MS Sans Serif'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.   end
  61.   object Label4: TLabel
  62.     Left = 25
  63.     Top = 51
  64.     Width = 112
  65.     Height = 13
  66.     Caption = 'Celkem zobrazit dn∩┐╜'
  67.     Font.Color = clBlack
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.   end
  73.   object Label5: TLabel
  74.     Left = 261
  75.     Top = 53
  76.     Width = 56
  77.     Height = 13
  78.     Caption = '(10 - 999)'
  79.     Font.Color = clBlack
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.   end
  85.   object Label6: TLabel
  86.     Left = 25
  87.     Top = 72
  88.     Width = 94
  89.     Height = 13
  90.     Caption = 'Po∩┐╜∩┐╜te∩┐╜n∩┐╜ vklad'
  91.     Font.Color = clBlack
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object Button1: TButton
  98.     Left = 471
  99.     Top = 66
  100.     Width = 67
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = '&Opustit'
  104.     Font.Color = clBlack
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ParentFont = False
  109.     TabOrder = 7
  110.     OnClick = Button1Click
  111.   end
  112.   object StringGrid: TStringGrid
  113.     Left = 2
  114.     Top = 94
  115.     Width = 540
  116.     Height = 310
  117.     Hint = 'Prav∩┐╜ tla∩┐╜∩┐╜tko my∩┐╜i = vyvol∩┐╜n∩┐╜ skryt∩┐╜ho menu'
  118.     ColCount = 8
  119.     DefaultRowHeight = 17
  120.     FixedCols = 0
  121.     RowCount = 2
  122.     Font.Color = clBlack
  123.     Font.Height = -11
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goRowSelect]
  127.     ParentFont = False
  128.     ParentShowHint = False
  129.     PopupMenu = PopupMenu1
  130.     ScrollBars = ssVertical
  131.     ShowHint = True
  132.     TabOrder = 5
  133.     Visible = False
  134.     OnSelectCell = StringGridSelectCell
  135.     ColWidths = (
  136.       27
  137.       64
  138.       77
  139.       60
  140.       69
  141.       51
  142.       93
  143.       64)
  144.   end
  145.   object Edit1: TEdit
  146.     Left = 208
  147.     Top = 2
  148.     Width = 35
  149.     Height = 21
  150.     Font.Color = clBlack
  151.     Font.Height = -11
  152.     Font.Name = 'MS Sans Serif'
  153.     Font.Style = []
  154.     MaxLength = 2
  155.     ParentFont = False
  156.     TabOrder = 0
  157.     OnExit = Edit1Exit
  158.     OnKeyPress = Edit1KeyPress
  159.   end
  160.   object Edit2: TEdit
  161.     Left = 208
  162.     Top = 24
  163.     Width = 49
  164.     Height = 21
  165.     Font.Color = clBlack
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     MaxLength = 5
  170.     ParentFont = False
  171.     TabOrder = 1
  172.     OnExit = Edit2Exit
  173.     OnKeyPress = Edit2KeyPress
  174.   end
  175.   object Button2: TButton
  176.     Left = 471
  177.     Top = 7
  178.     Width = 67
  179.     Height = 25
  180.     Caption = 'V∩┐╜&po∩┐╜et'
  181.     Font.Color = clBlack
  182.     Font.Height = -11
  183.     Font.Name = 'MS Sans Serif'
  184.     Font.Style = [fsBold]
  185.     ParentFont = False
  186.     TabOrder = 4
  187.     OnClick = Button2Click
  188.   end
  189.   object Edit3: TEdit
  190.     Left = 208
  191.     Top = 47
  192.     Width = 35
  193.     Height = 21
  194.     Font.Color = clBlack
  195.     Font.Height = -11
  196.     Font.Name = 'MS Sans Serif'
  197.     Font.Style = []
  198.     MaxLength = 3
  199.     ParentFont = False
  200.     TabOrder = 2
  201.     OnExit = Edit3Exit
  202.     OnKeyPress = Edit3KeyPress
  203.   end
  204.   object ComboBox: TComboBox
  205.     Left = 208
  206.     Top = 69
  207.     Width = 60
  208.     Height = 21
  209.     Style = csDropDownList
  210.     Font.Color = clBlack
  211.     Font.Height = -11
  212.     Font.Name = 'MS Sans Serif'
  213.     Font.Style = []
  214.     ItemHeight = 13
  215.     Items.Strings = (
  216.       '5     K∩┐╜'
  217.       '10   K∩┐╜'
  218.       '15   K∩┐╜'
  219.       '20   K∩┐╜'
  220.       '25   K∩┐╜'
  221.       '30   K∩┐╜'
  222.       '35   K∩┐╜'
  223.       '40   K∩┐╜'
  224.       '45   K∩┐╜'
  225.       '50   K∩┐╜'
  226.       '55   K∩┐╜'
  227.       '60   K∩┐╜'
  228.       '65   K∩┐╜'
  229.       '70   K∩┐╜'
  230.       '75   K∩┐╜'
  231.       '80   K∩┐╜'
  232.       '85   K∩┐╜'
  233.       '90   K∩┐╜'
  234.       '95   K∩┐╜'
  235.       '100 K∩┐╜')
  236.     ParentFont = False
  237.     TabOrder = 3
  238.     OnKeyPress = ComboBoxKeyPress
  239.   end
  240.   object ScrollBox1: TScrollBox
  241.     Left = 559
  242.     Top = 20
  243.     Width = 673
  244.     Height = 245
  245.     TabOrder = 8
  246.     object QRBand1: TQRBand
  247.       Left = 0
  248.       Top = 0
  249.       Width = 669
  250.       Height = 17
  251.       Align = alTop
  252.       BandType = rbPageHeader
  253.       Color = clWhite
  254.       ForceNewPage = False
  255.       Frame.Width = 0
  256.       Frame.DrawTop = False
  257.       Frame.DrawBottom = False
  258.       Frame.DrawLeft = False
  259.       Frame.DrawRight = False
  260.       Ruler = qrrNone
  261.     end
  262.     object QRBand2: TQRBand
  263.       Left = 0
  264.       Top = 17
  265.       Width = 669
  266.       Height = 96
  267.       Align = alTop
  268.       BandType = rbPageHeader
  269.       Color = clWhite
  270.       Font.Color = clBlack
  271.       Font.Height = -13
  272.       Font.Name = 'Arial'
  273.       Font.Style = []
  274.       ForceNewPage = False
  275.       Frame.Width = 0
  276.       Frame.DrawTop = False
  277.       Frame.DrawBottom = False
  278.       Frame.DrawLeft = False
  279.       Frame.DrawRight = False
  280.       ParentFont = False
  281.       Ruler = qrrNone
  282.       object QRLabel1: TQRLabel
  283.         Left = 16
  284.         Top = 41
  285.         Width = 114
  286.         Height = 16
  287.         Caption = 'Kombinace 10 ∩┐╜∩┐╜sel'
  288.         AlignToBand = False
  289.       end
  290.       object QRLabel2: TQRLabel
  291.         Left = 155
  292.         Top = 41
  293.         Width = 206
  294.         Height = 16
  295.         Caption = 'N∩┐╜sobek vkladu pro p∩┐╜∩┐╜t∩┐╜ den je 2,1'
  296.         AlignToBand = False
  297.       end
  298.       object QRLabel3: TQRLabel
  299.         Left = 391
  300.         Top = 41
  301.         Width = 83
  302.         Height = 16
  303.         Caption = 'Celkem dn∩┐╜ 10'
  304.         AlignToBand = False
  305.       end
  306.       object QRLabel4: TQRLabel
  307.         Left = 513
  308.         Top = 41
  309.         Width = 122
  310.         Height = 16
  311.         Caption = 'Po∩┐╜∩┐╜te∩┐╜n∩┐╜ vklad 5 K∩┐╜'
  312.         AlignToBand = False
  313.       end
  314.       object QRLabel6: TQRLabel
  315.         Left = 20
  316.         Top = 71
  317.         Width = 23
  318.         Height = 16
  319.         Caption = 'Den'
  320.         AlignToBand = False
  321.       end
  322.       object QRLabel7: TQRLabel
  323.         Left = 67
  324.         Top = 71
  325.         Width = 38
  326.         Height = 16
  327.         Caption = 'Datum'
  328.         AlignToBand = False
  329.       end
  330.       object QRLabel8: TQRLabel
  331.         Left = 238
  332.         Top = 71
  333.         Width = 34
  334.         Height = 16
  335.         Caption = 'V∩┐╜hra'
  336.         AlignToBand = False
  337.       end
  338.       object QRLabel9: TQRLabel
  339.         Left = 323
  340.         Top = 71
  341.         Width = 24
  342.         Height = 16
  343.         Caption = 'Zisk'
  344.         AlignToBand = False
  345.       end
  346.       object QRLabel10: TQRLabel
  347.         Left = 366
  348.         Top = 71
  349.         Width = 49
  350.         Height = 16
  351.         Caption = 'Zisk v %'
  352.         AlignToBand = False
  353.       end
  354.       object QRLabel11: TQRLabel
  355.         Left = 456
  356.         Top = 70
  357.         Width = 82
  358.         Height = 16
  359.         Caption = 'Celkem ve h∩┐╜e'
  360.         AlignToBand = False
  361.       end
  362.       object QRShape1: TQRShape
  363.         Left = 11
  364.         Top = 91
  365.         width = 637
  366.         Height = 4
  367.         Shape = qrsHorLine
  368.       end
  369.       object QRLabel5: TQRLabel
  370.         Left = 23
  371.         Top = 8
  372.         Width = 532
  373.         Height = 22
  374.         Caption = 'Tabulka v∩┐╜sledk∩┐╜ syst∩┐╜mu n∩┐╜sobn∩┐╜ s∩┐╜zky - ∩┐╜∩┐╜astn∩┐╜ch 10'
  375.         AlignToBand = False
  376.         Font.Color = clBlack
  377.         Font.Height = -19
  378.         Font.Name = 'Arial'
  379.         Font.Style = [fsBold]
  380.         ParentFont = False
  381.       end
  382.       object QRSysData1: TQRSysData
  383.         Left = 614
  384.         Top = 10
  385.         Width = 49
  386.         Height = 17
  387.         AlignToBand = False
  388.         Data = qrsPageNumber
  389.       end
  390.       object QRLabel12: TQRLabel
  391.         Left = 572
  392.         Top = 11
  393.         Width = 38
  394.         Height = 16
  395.         Caption = 'Strana'
  396.         AlignToBand = False
  397.       end
  398.       object QRLabel13: TQRLabel
  399.         Left = 132
  400.         Top = 71
  401.         Width = 51
  402.         Height = 16
  403.         Caption = 'Vsazeno'
  404.         AlignToBand = False
  405.       end
  406.       object QRLabel14: TQRLabel
  407.         Left = 560
  408.         Top = 70
  409.         Width = 89
  410.         Height = 16
  411.         Caption = 'Skute∩┐╜n∩┐╜ v∩┐╜hra'
  412.         AlignToBand = False
  413.       end
  414.     end
  415.     object QRBand3: TQRBand
  416.       Left = 0
  417.       Top = 113
  418.       Width = 669
  419.       Height = 14
  420.       Align = alTop
  421.       BandType = rbDetail
  422.       Color = clWhite
  423.       Font.Color = clWindowText
  424.       Font.Height = -11
  425.       Font.Name = 'Arial'
  426.       Font.Style = []
  427.       ForceNewPage = False
  428.       Frame.DrawTop = False
  429.       Frame.DrawBottom = False
  430.       Frame.DrawLeft = False
  431.       Frame.DrawRight = False
  432.       ParentFont = False
  433.       Ruler = qrrNone
  434.       object QRDBText1: TQRDBText
  435.         Left = 16
  436.         Top = -1
  437.         Width = 29
  438.         Height = 17
  439.         Alignment = taRightJustify
  440.         AlignToBand = False
  441.         DataSource = DataM.DTable
  442.         DataField = 'C1'
  443.       end
  444.       object QRDBText2: TQRDBText
  445.         Left = 58
  446.         Top = -1
  447.         Width = 62
  448.         Height = 17
  449.         Alignment = taRightJustify
  450.         AlignToBand = False
  451.         DataSource = DataM.DTable
  452.         DataField = 'C2'
  453.       end
  454.       object QRDBText3: TQRDBText
  455.         Left = 199
  456.         Top = -1
  457.         Width = 73
  458.         Height = 17
  459.         Alignment = taRightJustify
  460.         AlignToBand = False
  461.         DataSource = DataM.DTable
  462.         DataField = 'C4'
  463.       end
  464.       object QRDBText4: TQRDBText
  465.         Left = 282
  466.         Top = -1
  467.         Width = 75
  468.         Height = 17
  469.         Alignment = taRightJustify
  470.         AlignToBand = False
  471.         DataSource = DataM.DTable
  472.         DataField = 'C5'
  473.       end
  474.       object QRDBText5: TQRDBText
  475.         Left = 366
  476.         Top = -1
  477.         Width = 43
  478.         Height = 17
  479.         Alignment = taRightJustify
  480.         AlignToBand = False
  481.         DataSource = DataM.DTable
  482.         DataField = 'C6'
  483.       end
  484.       object QRDBText6: TQRDBText
  485.         Left = 437
  486.         Top = -1
  487.         Width = 98
  488.         Height = 17
  489.         Alignment = taRightJustify
  490.         AlignToBand = False
  491.         DataSource = DataM.DTable
  492.         DataField = 'Por1'
  493.       end
  494.       object QRDBText7: TQRDBText
  495.         Left = 132
  496.         Top = -1
  497.         Width = 55
  498.         Height = 17
  499.         Alignment = taRightJustify
  500.         AlignToBand = False
  501.         DataSource = DataM.DTable
  502.         DataField = 'C3'
  503.       end
  504.       object QRDBText8: TQRDBText
  505.         Left = 553
  506.         Top = -2
  507.         Width = 85
  508.         Height = 17
  509.         Alignment = taRightJustify
  510.         AlignToBand = False
  511.         DataSource = DataM.DTable
  512.         DataField = 'Por2'
  513.       end
  514.     end
  515.   end
  516.   object Button4: TButton
  517.     Left = 472
  518.     Top = 36
  519.     Width = 66
  520.     Height = 25
  521.     Caption = '&Nahr∩┐╜t'
  522.     Font.Color = clBlack
  523.     Font.Height = -11
  524.     Font.Name = 'MS Sans Serif'
  525.     Font.Style = []
  526.     ParentFont = False
  527.     TabOrder = 6
  528.     OnClick = Button4Click
  529.   end
  530.   object MSOfficeCaption1: TMSOfficeCaption
  531.     AppNameText.FontKind = fkSystemB
  532.     AppNameText.Visible = True
  533.     CaptionText.Caption = 'Kolik vsadit, abyste vyhr∩┐╜li ?'
  534.     CaptionText.ColorActive = clYellow
  535.     CaptionText.ColorInactive = clGray
  536.     CaptionText.FontKind = fkSystem
  537.     CaptionText.Visible = True
  538.     CompanyText.FontKind = fkSystemBI
  539.     CompanyText.Visible = True
  540.     Color = clMaroon
  541.     Left = 152
  542.     Top = 160
  543.   end
  544.   object QuickReport1: TQuickReport
  545.     DataSource = DataM.DTable
  546.     ColumnMarginInches = 0
  547.     ColumnMarginMM = 0
  548.     Columns = 1
  549.     DisplayPrintDialog = False
  550.     LeftMarginInches = 0
  551.     LeftMarginMM = 0
  552.     Orientation = poPortrait
  553.     PageFrame.DrawTop = False
  554.     PageFrame.DrawBottom = False
  555.     PageFrame.DrawLeft = False
  556.     PageFrame.DrawRight = False
  557.     PaperLength = 0
  558.     PaperSize = qrpDefault
  559.     PaperWidth = 0
  560.     RestartData = True
  561.     ShowProgress = False
  562.     SQLCompatible = False
  563.     TitleBeforeHeader = False
  564.     Left = 96
  565.     Top = 160
  566.   end
  567.   object PopupMenu1: TPopupMenu
  568.     Left = 124
  569.     Top = 160
  570.     object Doplnitvhru1: TMenuItem
  571.       Caption = '&Doplnit v∩┐╜hru'
  572.       ShortCut = 86
  573.       OnClick = Doplnitvhru1Click
  574.     end
  575.     object Doplnitdatum1: TMenuItem
  576.       Caption = 'D&oplnit datum'
  577.       ShortCut = 68
  578.       OnClick = Doplnitdatum1Click
  579.     end
  580.     object Zmnitvklad1: TMenuItem
  581.       Caption = 'Zm∩┐╜nit vklad'
  582.       ShortCut = 75
  583.       OnClick = Zmnitvklad1Click
  584.     end
  585.     object Uloitszku1: TMenuItem
  586.       Caption = '&Ulo∩┐╜it s∩┐╜zku'
  587.       ShortCut = 85
  588.       OnClick = Uloitszku1Click
  589.     end
  590.     object Nahrtszku1: TMenuItem
  591.       Caption = '&Nahr∩┐╜t s∩┐╜zku'
  592.       ShortCut = 72
  593.       OnClick = Nahrtszku1Click
  594.     end
  595.     object N1: TMenuItem
  596.       Caption = '-'
  597.       ShortCut = 0
  598.     end
  599.     object Tiskszky1: TMenuItem
  600.       Caption = '&Tisk s∩┐╜zky'
  601.       ShortCut = 0
  602.       OnClick = Tiskszky1Click
  603.     end
  604.   end
  605.   object SaveDialog1: TSaveDialog
  606.     DefaultExt = 'kvs'
  607.     FileEditStyle = fsEdit
  608.     Filter = 'Kolik vsadit ∩┐╜∩┐╜astn∩┐╜ch 10|*.kvs'
  609.     Options = [ofOverwritePrompt]
  610.     Left = 180
  611.     Top = 160
  612.   end
  613.   object OpenDialog1: TOpenDialog
  614.     DefaultExt = 'kvs'
  615.     FileEditStyle = fsEdit
  616.     Filter = 'Kolik vsadit ∩┐╜∩┐╜astn∩┐╜ch 10|*.kvs'
  617.     Left = 208
  618.     Top = 160
  619.   end
  620. end
  621.