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

  1. object Nastav: TNastav
  2.   Left = 96
  3.   Top = 189
  4.   HelpContext = 110
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Sportka I a II tah'
  8.   ClientHeight = 259
  9.   ClientWidth = 550
  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 Button1: TButton
  20.     Left = 481
  21.     Top = 230
  22.     Width = 67
  23.     Height = 26
  24.     Cancel = True
  25.     Caption = '&Opustit'
  26.     TabOrder = 7
  27.     OnClick = Button1Click
  28.   end
  29.   object Button2: TButton
  30.     Left = 371
  31.     Top = 230
  32.     Width = 103
  33.     Height = 26
  34.     Cancel = True
  35.     Caption = '&Potvrdit'
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     TabOrder = 6
  42.     OnClick = Button2Click
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 370
  46.     Top = 2
  47.     Width = 177
  48.     Height = 111
  49.     Caption = '  Nastaven∩┐╜ barev graf∩┐╜  '
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.     TabOrder = 2
  56.     object Image1: TImage
  57.       Left = 79
  58.       Top = 19
  59.       Width = 90
  60.       Height = 83
  61.     end
  62.     object Button3: TButton
  63.       Left = 7
  64.       Top = 20
  65.       Width = 68
  66.       Height = 20
  67.       Caption = 'Barva 1'
  68.       Font.Color = clWindowText
  69.       Font.Height = -11
  70.       Font.Name = 'MS Sans Serif'
  71.       Font.Style = []
  72.       ParentFont = False
  73.       TabOrder = 0
  74.       OnClick = Button3Click
  75.     end
  76.     object Button4: TButton
  77.       Left = 7
  78.       Top = 41
  79.       Width = 68
  80.       Height = 20
  81.       Caption = 'Barva 2'
  82.       Font.Color = clWindowText
  83.       Font.Height = -11
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = []
  86.       ParentFont = False
  87.       TabOrder = 1
  88.       OnClick = Button4Click
  89.     end
  90.     object Button7: TButton
  91.       Left = 7
  92.       Top = 62
  93.       Width = 68
  94.       Height = 20
  95.       Caption = 'Pozad∩┐╜'
  96.       Font.Color = clWindowText
  97.       Font.Height = -11
  98.       Font.Name = 'MS Sans Serif'
  99.       Font.Style = []
  100.       ParentFont = False
  101.       TabOrder = 2
  102.       OnClick = Button7Click
  103.     end
  104.     object Button6: TButton
  105.       Left = 7
  106.       Top = 83
  107.       Width = 68
  108.       Height = 20
  109.       Caption = 'P∩┐╜vodn∩┐╜'
  110.       Font.Color = clWindowText
  111.       Font.Height = -11
  112.       Font.Name = 'MS Sans Serif'
  113.       Font.Style = []
  114.       ParentFont = False
  115.       TabOrder = 3
  116.       OnClick = Button6Click
  117.     end
  118.   end
  119.   object GroupBox2: TGroupBox
  120.     Left = 3
  121.     Top = 2
  122.     Width = 178
  123.     Height = 111
  124.     Caption = '  Nastaven∩┐╜ v∩┐╜her  '
  125.     Font.Color = clWindowText
  126.     Font.Height = -11
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = [fsBold]
  129.     ParentFont = False
  130.     TabOrder = 0
  131.     object Label1: TLabel
  132.       Left = 6
  133.       Top = 25
  134.       Width = 112
  135.       Height = 13
  136.       Caption = 'S∩┐╜zka ∩┐╜ance mili∩┐╜n'
  137.     end
  138.     object Label2: TLabel
  139.       Left = 8
  140.       Top = 56
  141.       Width = 73
  142.       Height = 13
  143.       Caption = 'Mo∩┐╜n∩┐╜ v∩┐╜hra'
  144.     end
  145.     object Label3: TLabel
  146.       Left = 155
  147.       Top = 25
  148.       Width = 15
  149.       Height = 13
  150.       Caption = 'K∩┐╜'
  151.     end
  152.     object Label4: TLabel
  153.       Left = 155
  154.       Top = 56
  155.       Width = 16
  156.       Height = 13
  157.       Caption = 'K∩┐╜'
  158.     end
  159.     object Edit1: TEdit
  160.       Left = 120
  161.       Top = 22
  162.       Width = 31
  163.       Height = 21
  164.       MaxLength = 2
  165.       TabOrder = 0
  166.       OnKeyPress = Edit1KeyPress
  167.     end
  168.     object Edit2: TEdit
  169.       Left = 84
  170.       Top = 52
  171.       Width = 68
  172.       Height = 21
  173.       MaxLength = 7
  174.       TabOrder = 1
  175.       OnKeyPress = Edit2KeyPress
  176.     end
  177.     object Button5: TButton
  178.       Left = 7
  179.       Top = 84
  180.       Width = 162
  181.       Height = 21
  182.       Caption = '&Tabulka v∩┐╜her'
  183.       Font.Color = clWindowText
  184.       Font.Height = -11
  185.       Font.Name = 'MS Sans Serif'
  186.       Font.Style = [fsBold]
  187.       ParentFont = False
  188.       TabOrder = 2
  189.       OnClick = Button5Click
  190.     end
  191.   end
  192.   object GroupBox3: TGroupBox
  193.     Left = 186
  194.     Top = 2
  195.     Width = 178
  196.     Height = 111
  197.     Caption = '  Nastaven∩┐╜ tisku  '
  198.     Font.Color = clWindowText
  199.     Font.Height = -11
  200.     Font.Name = 'MS Sans Serif'
  201.     Font.Style = [fsBold]
  202.     ParentFont = False
  203.     TabOrder = 1
  204.     object Label5: TLabel
  205.       Left = 7
  206.       Top = 17
  207.       Width = 89
  208.       Height = 13
  209.       Caption = 'Odsazen∩┐╜ od shora'
  210.       Font.Color = clWindowText
  211.       Font.Height = -11
  212.       Font.Name = 'MS Sans Serif'
  213.       Font.Style = []
  214.       ParentFont = False
  215.     end
  216.     object Label6: TLabel
  217.       Left = 7
  218.       Top = 40
  219.       Width = 83
  220.       Height = 13
  221.       Caption = 'Odsazen∩┐╜ od leva'
  222.       Font.Color = clWindowText
  223.       Font.Height = -11
  224.       Font.Name = 'MS Sans Serif'
  225.       Font.Style = []
  226.       ParentFont = False
  227.     end
  228.     object Label9: TLabel
  229.       Left = 7
  230.       Top = 63
  231.       Width = 116
  232.       Height = 13
  233.       Caption = 'Znak k tisku na s∩┐╜zenky'
  234.       Font.Color = clWindowText
  235.       Font.Height = -11
  236.       Font.Name = 'MS Sans Serif'
  237.       Font.Style = []
  238.       ParentFont = False
  239.     end
  240.     object Button8: TButton
  241.       Left = 6
  242.       Top = 84
  243.       Width = 165
  244.       Height = 22
  245.       Caption = '&Nastaven∩┐╜ tisk∩┐╜rny'
  246.       Font.Color = clWindowText
  247.       Font.Height = -11
  248.       Font.Name = 'MS Sans Serif'
  249.       Font.Style = [fsBold]
  250.       ParentFont = False
  251.       TabOrder = 3
  252.       OnClick = Button8Click
  253.     end
  254.     object ComboBox1: TComboBox
  255.       Left = 112
  256.       Top = 13
  257.       Width = 61
  258.       Height = 21
  259.       Style = csDropDownList
  260.       DropDownCount = 5
  261.       Font.Color = clBlack
  262.       Font.Height = -11
  263.       Font.Name = 'MS Sans Serif'
  264.       Font.Style = []
  265.       ItemHeight = 13
  266.       Items.Strings = (
  267.         '-30'
  268.         '-29'
  269.         '-28'
  270.         '-27'
  271.         '-26'
  272.         '-25'
  273.         '-24'
  274.         '-23'
  275.         '-22'
  276.         '-21'
  277.         '-20'
  278.         '-19'
  279.         '-18'
  280.         '-17'
  281.         '-16'
  282.         '-15'
  283.         '-14'
  284.         '-13'
  285.         '-12'
  286.         '-11'
  287.         '-10'
  288.         '-9'
  289.         '-8'
  290.         '-7'
  291.         '-6'
  292.         '-5'
  293.         '-4'
  294.         '-3'
  295.         '-2'
  296.         '-1'
  297.         '0'
  298.         '1'
  299.         '2'
  300.         '3'
  301.         '4'
  302.         '5'
  303.         '6'
  304.         '7'
  305.         '8'
  306.         '9'
  307.         '10'
  308.         '11'
  309.         '12'
  310.         '13'
  311.         '14'
  312.         '15'
  313.         '16'
  314.         '17'
  315.         '18'
  316.         '19'
  317.         '20'
  318.         '21'
  319.         '22'
  320.         '23'
  321.         '24'
  322.         '25'
  323.         '26'
  324.         '27'
  325.         '28'
  326.         '29'
  327.         '30')
  328.       ParentFont = False
  329.       TabOrder = 0
  330.     end
  331.     object ComboBox2: TComboBox
  332.       Left = 112
  333.       Top = 36
  334.       Width = 61
  335.       Height = 21
  336.       Style = csDropDownList
  337.       DropDownCount = 5
  338.       Font.Color = clBlack
  339.       Font.Height = -11
  340.       Font.Name = 'MS Sans Serif'
  341.       Font.Style = []
  342.       ItemHeight = 13
  343.       Items.Strings = (
  344.         '-30'
  345.         '-29'
  346.         '-28'
  347.         '-27'
  348.         '-26'
  349.         '-25'
  350.         '-24'
  351.         '-23'
  352.         '-22'
  353.         '-21'
  354.         '-20'
  355.         '-19'
  356.         '-18'
  357.         '-17'
  358.         '-16'
  359.         '-15'
  360.         '-14'
  361.         '-13'
  362.         '-12'
  363.         '-11'
  364.         '-10'
  365.         '-9'
  366.         '-8'
  367.         '-7'
  368.         '-6'
  369.         '-5'
  370.         '-4'
  371.         '-3'
  372.         '-2'
  373.         '-1'
  374.         '0'
  375.         '1'
  376.         '2'
  377.         '3'
  378.         '4'
  379.         '5'
  380.         '6'
  381.         '7'
  382.         '8'
  383.         '9'
  384.         '10'
  385.         '11'
  386.         '12'
  387.         '13'
  388.         '14'
  389.         '15'
  390.         '16'
  391.         '17'
  392.         '18'
  393.         '19'
  394.         '20'
  395.         '21'
  396.         '22'
  397.         '23'
  398.         '24'
  399.         '25'
  400.         '26'
  401.         '27'
  402.         '28'
  403.         '29'
  404.         '30')
  405.       ParentFont = False
  406.       TabOrder = 1
  407.     end
  408.     object ComboBox3: TComboBox
  409.       Left = 128
  410.       Top = 59
  411.       Width = 45
  412.       Height = 21
  413.       Style = csDropDownList
  414.       DropDownCount = 5
  415.       Font.Color = clBlack
  416.       Font.Height = -11
  417.       Font.Name = 'MS Sans Serif'
  418.       Font.Style = []
  419.       ItemHeight = 13
  420.       Items.Strings = (
  421.         'X'
  422.         'x'
  423.         '∩┐╜'
  424.         '∩┐╜')
  425.       ParentFont = False
  426.       TabOrder = 2
  427.     end
  428.   end
  429.   object CheckBox1: TCheckBox
  430.     Left = 380
  431.     Top = 208
  432.     Width = 155
  433.     Height = 17
  434.     Caption = 'Povolit animaci kurzoru'
  435.     Font.Color = clWindowText
  436.     Font.Height = -11
  437.     Font.Name = 'MS Sans Serif'
  438.     Font.Style = [fsBold]
  439.     ParentFont = False
  440.     TabOrder = 5
  441.     OnClick = CheckBox1Click
  442.   end
  443.   object GroupBox4: TGroupBox
  444.     Left = 370
  445.     Top = 114
  446.     Width = 178
  447.     Height = 90
  448.     Caption = ' Nastaven∩┐╜ barev ozna∩┐╜en∩┐╜ '
  449.     Font.Color = clWindowText
  450.     Font.Height = -11
  451.     Font.Name = 'MS Sans Serif'
  452.     Font.Style = [fsBold]
  453.     ParentFont = False
  454.     TabOrder = 4
  455.     object Label7: TLabel
  456.       Left = 55
  457.       Top = 18
  458.       Width = 63
  459.       Height = 13
  460.       Caption = 'Barva pozad∩┐╜'
  461.       Font.Color = clWindowText
  462.       Font.Height = -11
  463.       Font.Name = 'MS Sans Serif'
  464.       Font.Style = []
  465.       ParentFont = False
  466.     end
  467.     object Label8: TLabel
  468.       Left = 59
  469.       Top = 41
  470.       Width = 59
  471.       Height = 13
  472.       Caption = 'Barva p∩┐╜sma'
  473.       Font.Color = clWindowText
  474.       Font.Height = -11
  475.       Font.Name = 'MS Sans Serif'
  476.       Font.Style = []
  477.       ParentFont = False
  478.     end
  479.     object RadioButton1: TRadioButton
  480.       Left = 6
  481.       Top = 17
  482.       Width = 33
  483.       Height = 13
  484.       Caption = '1'
  485.       Checked = True
  486.       Color = clYellow
  487.       Font.Color = clRed
  488.       Font.Height = -11
  489.       Font.Name = 'MS Sans Serif'
  490.       Font.Style = [fsBold]
  491.       ParentColor = False
  492.       ParentFont = False
  493.       TabOrder = 0
  494.       TabStop = True
  495.       OnClick = RadioButton1Click
  496.     end
  497.     object RadioButton2: TRadioButton
  498.       Left = 6
  499.       Top = 32
  500.       Width = 33
  501.       Height = 13
  502.       Caption = '2'
  503.       Color = clRed
  504.       Font.Color = clWhite
  505.       Font.Height = -11
  506.       Font.Name = 'MS Sans Serif'
  507.       Font.Style = [fsBold]
  508.       ParentColor = False
  509.       ParentFont = False
  510.       TabOrder = 1
  511.       OnClick = RadioButton2Click
  512.     end
  513.     object RadioButton3: TRadioButton
  514.       Left = 6
  515.       Top = 47
  516.       Width = 33
  517.       Height = 13
  518.       Caption = '3'
  519.       Color = clLime
  520.       Font.Color = clBlue
  521.       Font.Height = -11
  522.       Font.Name = 'MS Sans Serif'
  523.       Font.Style = [fsBold]
  524.       ParentColor = False
  525.       ParentFont = False
  526.       TabOrder = 2
  527.       OnClick = RadioButton3Click
  528.     end
  529.     object ColorComboP: TColorComboBox
  530.       Left = 120
  531.       Top = 15
  532.       Width = 50
  533.       Height = 20
  534.       DisplayNames = False
  535.       TabOrder = 4
  536.       OnChange = ColorComboPChange
  537.     end
  538.     object ColorComboF: TColorComboBox
  539.       Left = 120
  540.       Top = 38
  541.       Width = 50
  542.       Height = 20
  543.       DisplayNames = False
  544.       TabOrder = 5
  545.       OnChange = ColorComboFChange
  546.     end
  547.     object Button9: TButton
  548.       Left = 111
  549.       Top = 62
  550.       Width = 60
  551.       Height = 23
  552.       Caption = 'P∩┐╜vodn∩┐╜'
  553.       Font.Color = clWindowText
  554.       Font.Height = -11
  555.       Font.Name = 'MS Sans Serif'
  556.       Font.Style = []
  557.       ParentFont = False
  558.       TabOrder = 6
  559.       OnClick = Button9Click
  560.     end
  561.     object RadioButton4: TRadioButton
  562.       Left = 6
  563.       Top = 63
  564.       Width = 55
  565.       Height = 13
  566.       Caption = 'V∩┐╜hra'
  567.       Color = clRed
  568.       Font.Color = clYellow
  569.       Font.Height = -11
  570.       Font.Name = 'MS Sans Serif'
  571.       Font.Style = [fsBold]
  572.       ParentColor = False
  573.       ParentFont = False
  574.       TabOrder = 3
  575.       OnClick = RadioButton4Click
  576.     end
  577.   end
  578.   object GroupBox5: TGroupBox
  579.     Left = 4
  580.     Top = 115
  581.     Width = 360
  582.     Height = 141
  583.     Caption = '  Nastaven∩┐╜ WWW str∩┐╜nek  '
  584.     Font.Color = clWindowText
  585.     Font.Height = -11
  586.     Font.Name = 'MS Sans Serif'
  587.     Font.Style = [fsBold]
  588.     ParentFont = False
  589.     TabOrder = 3
  590.     object Label10: TLabel
  591.       Left = 6
  592.       Top = 20
  593.       Width = 148
  594.       Height = 13
  595.       Caption = 'Domovsk∩┐╜ str∩┐╜nka spole∩┐╜nosti:'
  596.       Font.Color = clWindowText
  597.       Font.Height = -11
  598.       Font.Name = 'MS Sans Serif'
  599.       Font.Style = []
  600.       ParentFont = False
  601.     end
  602.     object Label11: TLabel
  603.       Left = 6
  604.       Top = 44
  605.       Width = 127
  606.       Height = 13
  607.       Caption = 'Str∩┐╜nka aktualit a novinek:'
  608.       Font.Color = clWindowText
  609.       Font.Height = -11
  610.       Font.Name = 'MS Sans Serif'
  611.       Font.Style = []
  612.       ParentFont = False
  613.     end
  614.     object Label12: TLabel
  615.       Left = 6
  616.       Top = 68
  617.       Width = 118
  618.       Height = 13
  619.       Caption = 'Str∩┐╜nka aktu∩┐╜ln∩┐╜ch ∩┐╜∩┐╜sel:'
  620.       Font.Color = clWindowText
  621.       Font.Height = -11
  622.       Font.Name = 'MS Sans Serif'
  623.       Font.Style = []
  624.       ParentFont = False
  625.     end
  626.     object Label13: TLabel
  627.       Left = 6
  628.       Top = 92
  629.       Width = 130
  630.       Height = 13
  631.       Caption = 'V∩┐╜m∩┐╜nn∩┐╜ schr∩┐╜nka rozpis∩┐╜:'
  632.       Font.Color = clWindowText
  633.       Font.Height = -11
  634.       Font.Name = 'MS Sans Serif'
  635.       Font.Style = []
  636.       ParentFont = False
  637.     end
  638.     object Label14: TLabel
  639.       Left = 6
  640.       Top = 116
  641.       Width = 146
  642.       Height = 13
  643.       Caption = 'E-mail spole∩┐╜nosti Globy, s.r.o.:'
  644.       Font.Color = clWindowText
  645.       Font.Height = -11
  646.       Font.Name = 'MS Sans Serif'
  647.       Font.Style = []
  648.       ParentFont = False
  649.     end
  650.     object Edit3: TEdit
  651.       Left = 160
  652.       Top = 17
  653.       Width = 194
  654.       Height = 21
  655.       Hint = 'Dvojit∩┐╜ klik = zavol∩┐╜n∩┐╜ dan∩┐╜ www str∩┐╜nky'
  656.       Font.Color = clWindowText
  657.       Font.Height = -11
  658.       Font.Name = 'MS Sans Serif'
  659.       Font.Style = []
  660.       ParentFont = False
  661.       ParentShowHint = False
  662.       ShowHint = True
  663.       TabOrder = 0
  664.       OnDblClick = Edit3DblClick
  665.     end
  666.     object Edit4: TEdit
  667.       Left = 160
  668.       Top = 41
  669.       Width = 194
  670.       Height = 21
  671.       Hint = 'Dvojit∩┐╜ klik = zavol∩┐╜n∩┐╜ dan∩┐╜ www str∩┐╜nky'
  672.       Font.Color = clWindowText
  673.       Font.Height = -11
  674.       Font.Name = 'MS Sans Serif'
  675.       Font.Style = []
  676.       ParentFont = False
  677.       ParentShowHint = False
  678.       ShowHint = True
  679.       TabOrder = 1
  680.       OnDblClick = Edit4DblClick
  681.     end
  682.     object Edit5: TEdit
  683.       Left = 160
  684.       Top = 65
  685.       Width = 194
  686.       Height = 21
  687.       Hint = 'Dvojit∩┐╜ klik = zavol∩┐╜n∩┐╜ dan∩┐╜ www str∩┐╜nky'
  688.       Font.Color = clWindowText
  689.       Font.Height = -11
  690.       Font.Name = 'MS Sans Serif'
  691.       Font.Style = []
  692.       ParentFont = False
  693.       ParentShowHint = False
  694.       ShowHint = True
  695.       TabOrder = 2
  696.       OnDblClick = Edit5DblClick
  697.     end
  698.     object Edit6: TEdit
  699.       Left = 160
  700.       Top = 89
  701.       Width = 194
  702.       Height = 21
  703.       Hint = 'Dvojit∩┐╜ klik = zavol∩┐╜n∩┐╜ dan∩┐╜ www str∩┐╜nky'
  704.       Font.Color = clWindowText
  705.       Font.Height = -11
  706.       Font.Name = 'MS Sans Serif'
  707.       Font.Style = []
  708.       ParentFont = False
  709.       ParentShowHint = False
  710.       ShowHint = True
  711.       TabOrder = 3
  712.       OnDblClick = Edit6DblClick
  713.     end
  714.     object Edit7: TEdit
  715.       Left = 160
  716.       Top = 113
  717.       Width = 194
  718.       Height = 21
  719.       Hint = 'Dvojit∩┐╜ klik = zavol∩┐╜n∩┐╜ dan∩┐╜ www str∩┐╜nky'
  720.       Font.Color = clWindowText
  721.       Font.Height = -11
  722.       Font.Name = 'MS Sans Serif'
  723.       Font.Style = []
  724.       ParentFont = False
  725.       ParentShowHint = False
  726.       ShowHint = True
  727.       TabOrder = 4
  728.       OnDblClick = Edit7DblClick
  729.     end
  730.   end
  731.   object ColorDialog: TColorDialog
  732.     Ctl3D = True
  733.     Left = 483
  734.     Top = 31
  735.   end
  736.   object PrinterSetupDialog: TPrinterSetupDialog
  737.     Left = 450
  738.     Top = 31
  739.   end
  740.   object MSOfficeCaption1: TMSOfficeCaption
  741.     AppNameText.FontKind = fkSystemB
  742.     AppNameText.Visible = True
  743.     CaptionText.Caption = 'Sportka I a II tah'
  744.     CaptionText.ColorActive = clYellow
  745.     CaptionText.ColorInactive = clGray
  746.     CaptionText.FontKind = fkSystem
  747.     CaptionText.Visible = True
  748.     CompanyText.FontKind = fkSystemBI
  749.     CompanyText.Visible = True
  750.     Left = 469
  751.     Top = 64
  752.   end
  753. end
  754.