home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / rocnik.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2000-12-04  |  8KB  |  425 lines

  1. object Form4: TForm4
  2.   Left = 432
  3.   Top = 367
  4.   Hint = 'OR'
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'filtrovat podle typu'
  7.   ClientHeight = 219
  8.   ClientWidth = 356
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   Scaled = False
  20.   OnClose = FormClose
  21.   OnKeyDown = FormKeyDown
  22.   OnKeyUp = FormKeyUp
  23.   OnShow = FormShow
  24.   PixelsPerInch = 120
  25.   TextHeight = 16
  26.   object Label1: TLabel
  27.     Left = 256
  28.     Top = 72
  29.     Width = 41
  30.     Height = 13
  31.     Cursor = crUpArrow
  32.     Alignment = taCenter
  33.     AutoSize = False
  34.     Caption = 'nic'
  35.     Color = clNavy
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWhite
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentColor = False
  42.     ParentFont = False
  43.     OnClick = Label1Click
  44.   end
  45.   object Label2: TLabel
  46.     Left = 256
  47.     Top = 88
  48.     Width = 41
  49.     Height = 13
  50.     Cursor = crUpArrow
  51.     Alignment = taCenter
  52.     AutoSize = False
  53.     Caption = 'v∩┐╜e'
  54.     Color = clNavy
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWhite
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentColor = False
  61.     ParentFont = False
  62.     OnClick = Label2Click
  63.   end
  64.   object CheckBox1: TCheckBox
  65.     Left = 8
  66.     Top = 8
  67.     Width = 97
  68.     Height = 17
  69.     Hint = '_____1%'
  70.     Caption = 'demo'
  71.     Checked = True
  72.     State = cbChecked
  73.     TabOrder = 0
  74.     OnClick = Rubriky
  75.   end
  76.   object CheckBox2: TCheckBox
  77.     Left = 8
  78.     Top = 24
  79.     Width = 97
  80.     Height = 17
  81.     Hint = '______1%'
  82.     Caption = 'shareware'
  83.     Checked = True
  84.     State = cbChecked
  85.     TabOrder = 1
  86.     OnClick = Rubriky
  87.   end
  88.   object CheckBox3: TCheckBox
  89.     Left = 8
  90.     Top = 40
  91.     Width = 97
  92.     Height = 17
  93.     Hint = '_______1%'
  94.     Caption = 'freeware'
  95.     Checked = True
  96.     State = cbChecked
  97.     TabOrder = 2
  98.     OnClick = Rubriky
  99.   end
  100.   object CheckBox4: TCheckBox
  101.     Left = 8
  102.     Top = 56
  103.     Width = 97
  104.     Height = 17
  105.     Hint = '________1%'
  106.     Caption = 'trial'
  107.     Checked = True
  108.     State = cbChecked
  109.     TabOrder = 3
  110.     OnClick = Rubriky
  111.   end
  112.   object CheckBox5: TCheckBox
  113.     Left = 8
  114.     Top = 72
  115.     Width = 97
  116.     Height = 17
  117.     Hint = '_________1'
  118.     Caption = 'pln∩┐╜ verze'
  119.     Checked = True
  120.     State = cbChecked
  121.     TabOrder = 4
  122.     OnClick = Rubriky
  123.   end
  124.   object CheckBox6: TCheckBox
  125.     Left = 128
  126.     Top = 8
  127.     Width = 97
  128.     Height = 17
  129.     Hint = '1%'
  130.     Caption = 'DOS'
  131.     Checked = True
  132.     State = cbChecked
  133.     TabOrder = 5
  134.     OnClick = Rubriky
  135.   end
  136.   object CheckBox7: TCheckBox
  137.     Left = 128
  138.     Top = 24
  139.     Width = 97
  140.     Height = 17
  141.     Hint = '_1%'
  142.     Caption = 'Win 3.1x'
  143.     Checked = True
  144.     State = cbChecked
  145.     TabOrder = 6
  146.     OnClick = Rubriky
  147.   end
  148.   object CheckBox8: TCheckBox
  149.     Left = 128
  150.     Top = 40
  151.     Width = 97
  152.     Height = 17
  153.     Hint = '__1%'
  154.     Caption = 'Win 9x'
  155.     Checked = True
  156.     State = cbChecked
  157.     TabOrder = 7
  158.     OnClick = Rubriky
  159.   end
  160.   object CheckBox9: TCheckBox
  161.     Left = 128
  162.     Top = 56
  163.     Width = 97
  164.     Height = 17
  165.     Hint = '___1%'
  166.     Caption = 'Win NT/2k'
  167.     Checked = True
  168.     State = cbChecked
  169.     TabOrder = 8
  170.     OnClick = Rubriky
  171.   end
  172.   object CheckBox10: TCheckBox
  173.     Left = 128
  174.     Top = 72
  175.     Width = 97
  176.     Height = 17
  177.     Hint = '____1%'
  178.     Caption = 'Linux'
  179.     Checked = True
  180.     State = cbChecked
  181.     TabOrder = 9
  182.     OnClick = Rubriky
  183.   end
  184.   object CheckBox11: TCheckBox
  185.     Left = 8
  186.     Top = 112
  187.     Width = 97
  188.     Height = 17
  189.     Hint = 'A%'
  190.     Caption = 'anketa'
  191.     Checked = True
  192.     State = cbChecked
  193.     TabOrder = 10
  194.     OnClick = Rubriky
  195.   end
  196.   object CheckBox12: TCheckBox
  197.     Left = 8
  198.     Top = 128
  199.     Width = 97
  200.     Height = 17
  201.     Hint = 'C%'
  202.     Caption = '∩┐╜l∩┐╜nek'
  203.     Checked = True
  204.     State = cbChecked
  205.     TabOrder = 11
  206.     OnClick = Rubriky
  207.   end
  208.   object CheckBox13: TCheckBox
  209.     Left = 8
  210.     Top = 144
  211.     Width = 97
  212.     Height = 17
  213.     Hint = 'D%'
  214.     Caption = 'dokument'
  215.     Checked = True
  216.     State = cbChecked
  217.     TabOrder = 12
  218.     OnClick = Rubriky
  219.   end
  220.   object CheckBox14: TCheckBox
  221.     Left = 8
  222.     Top = 160
  223.     Width = 129
  224.     Height = 17
  225.     Hint = 'F%'
  226.     Caption = 'off-line uk∩┐╜zka webu'
  227.     Checked = True
  228.     State = cbChecked
  229.     TabOrder = 13
  230.     OnClick = Rubriky
  231.   end
  232.   object CheckBox15: TCheckBox
  233.     Left = 8
  234.     Top = 176
  235.     Width = 97
  236.     Height = 17
  237.     Hint = 'G%'
  238.     Caption = 'prezentace'
  239.     Checked = True
  240.     State = cbChecked
  241.     TabOrder = 14
  242.     OnClick = Rubriky
  243.   end
  244.   object CheckBox16: TCheckBox
  245.     Left = 128
  246.     Top = 112
  247.     Width = 97
  248.     Height = 17
  249.     Hint = 'H%'
  250.     Caption = 'p∩┐╜ehled'
  251.     Checked = True
  252.     State = cbChecked
  253.     TabOrder = 15
  254.     OnClick = Rubriky
  255.   end
  256.   object CheckBox17: TCheckBox
  257.     Left = 128
  258.     Top = 128
  259.     Width = 97
  260.     Height = 17
  261.     Hint = 'I%'
  262.     Caption = 'informace'
  263.     Checked = True
  264.     State = cbChecked
  265.     TabOrder = 16
  266.     OnClick = Rubriky
  267.   end
  268.   object CheckBox18: TCheckBox
  269.     Left = 128
  270.     Top = 144
  271.     Width = 97
  272.     Height = 17
  273.     Hint = 'O%'
  274.     Caption = 'obsah'
  275.     Checked = True
  276.     State = cbChecked
  277.     TabOrder = 17
  278.     OnClick = Rubriky
  279.   end
  280.   object CheckBox19: TCheckBox
  281.     Left = 128
  282.     Top = 160
  283.     Width = 97
  284.     Height = 17
  285.     Hint = 'P%'
  286.     Caption = 'p∩┐╜∩┐╜ru∩┐╜ka'
  287.     Checked = True
  288.     State = cbChecked
  289.     TabOrder = 18
  290.     OnClick = Rubriky
  291.   end
  292.   object CheckBox20: TCheckBox
  293.     Left = 128
  294.     Top = 176
  295.     Width = 113
  296.     Height = 17
  297.     Hint = 'R%'
  298.     Caption = 'pravideln∩┐╜ rubrika'
  299.     Checked = True
  300.     State = cbChecked
  301.     TabOrder = 19
  302.     OnClick = Rubriky
  303.   end
  304.   object CheckBox21: TCheckBox
  305.     Left = 248
  306.     Top = 112
  307.     Width = 97
  308.     Height = 17
  309.     Hint = 'S%'
  310.     Caption = 'soute∩┐╜'
  311.     Checked = True
  312.     State = cbChecked
  313.     TabOrder = 20
  314.     OnClick = Rubriky
  315.   end
  316.   object CheckBox22: TCheckBox
  317.     Left = 248
  318.     Top = 128
  319.     Width = 97
  320.     Height = 17
  321.     Hint = 'U%'
  322.     BiDiMode = bdRightToLeft
  323.     Caption = '∩┐╜vodn∩┐╜ text'
  324.     Checked = True
  325.     ParentBiDiMode = False
  326.     State = cbChecked
  327.     TabOrder = 21
  328.     OnClick = Rubriky
  329.   end
  330.   object CheckBox23: TCheckBox
  331.     Left = 248
  332.     Top = 144
  333.     Width = 97
  334.     Height = 17
  335.     Hint = 'W%'
  336.     Caption = 'info o webu'
  337.     Checked = True
  338.     State = cbChecked
  339.     TabOrder = 22
  340.     OnClick = Rubriky
  341.   end
  342.   object CheckBox24: TCheckBox
  343.     Left = 248
  344.     Top = 160
  345.     Width = 97
  346.     Height = 17
  347.     Hint = 'X%'
  348.     Caption = 'novinky CD'
  349.     Checked = True
  350.     State = cbChecked
  351.     TabOrder = 23
  352.     OnClick = Rubriky
  353.   end
  354.   object CheckBox25: TCheckBox
  355.     Left = 248
  356.     Top = 176
  357.     Width = 97
  358.     Height = 17
  359.     Hint = 'Y%'
  360.     Caption = 'pom∩┐╜cka'
  361.     Checked = True
  362.     State = cbChecked
  363.     TabOrder = 24
  364.     OnClick = Rubriky
  365.   end
  366.   object RadioButton1: TRadioButton
  367.     Left = 256
  368.     Top = 8
  369.     Width = 81
  370.     Height = 17
  371.     Caption = 'A Z∩┐╜ROVE∩┐╜'
  372.     TabOrder = 25
  373.     OnClick = RadioButton1Click
  374.   end
  375.   object RadioButton2: TRadioButton
  376.     Left = 256
  377.     Top = 32
  378.     Width = 65
  379.     Height = 17
  380.     BiDiMode = bdLeftToRight
  381.     Caption = 'NEBO'
  382.     Checked = True
  383.     ParentBiDiMode = False
  384.     TabOrder = 26
  385.     TabStop = True
  386.     OnClick = RadioButton2Click
  387.   end
  388.   object CheckBox26: TCheckBox
  389.     Left = 8
  390.     Top = 192
  391.     Width = 97
  392.     Height = 17
  393.     Hint = 'Z%'
  394.     Caption = 'z∩┐╜bava'
  395.     Checked = True
  396.     State = cbChecked
  397.     TabOrder = 27
  398.     OnClick = Rubriky
  399.   end
  400.   object CheckBox27: TCheckBox
  401.     Left = 128
  402.     Top = 192
  403.     Width = 97
  404.     Height = 17
  405.     Hint = 'N%'
  406.     Caption = 'n∩┐╜vody'
  407.     Checked = True
  408.     State = cbChecked
  409.     TabOrder = 28
  410.     OnClick = Rubriky
  411.   end
  412.   object CheckBox28: TCheckBox
  413.     Left = 248
  414.     Top = 192
  415.     Width = 97
  416.     Height = 17
  417.     Hint = 'Q%'
  418.     Caption = 'ostatn∩┐╜'
  419.     Checked = True
  420.     State = cbChecked
  421.     TabOrder = 29
  422.     OnClick = Rubriky
  423.   end
  424. end
  425.