home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / GoldHTML / Golden.exe / 0 / RCDATA / TSTYLEFORM / TSTYLEFORM.txt
Text File  |  1998-04-04  |  29KB  |  1,240 lines

  1. object StyleForm: TStyleForm
  2.   Left = 128
  3.   Top = 150
  4.   BorderStyle = bsDialog
  5.   Caption = 'Style builder'
  6.   ClientHeight = 256
  7.   ClientWidth = 656
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label31: TLabel
  19.     Left = 145
  20.     Top = 25
  21.     Width = 38
  22.     Height = 13
  23.     Caption = 'Label31'
  24.   end
  25.   object PageControl1: TPageControl
  26.     Left = 0
  27.     Top = 0
  28.     Width = 480
  29.     Height = 237
  30.     ActivePage = TabSheet1
  31.     Align = alClient
  32.     TabOrder = 0
  33.     object TabSheet1: TTabSheet
  34.       Caption = 'Text Properties '
  35.       object Label1: TLabel
  36.         Left = 9
  37.         Top = 39
  38.         Width = 63
  39.         Height = 13
  40.         Caption = 'text-transform'
  41.       end
  42.       object Label2: TLabel
  43.         Left = 10
  44.         Top = 67
  45.         Width = 62
  46.         Height = 13
  47.         Caption = 'vertical-align '
  48.       end
  49.       object Label3: TLabel
  50.         Left = 27
  51.         Top = 91
  52.         Width = 45
  53.         Height = 13
  54.         Caption = 'text-align '
  55.       end
  56.       object Label4: TLabel
  57.         Left = 20
  58.         Top = 115
  59.         Width = 52
  60.         Height = 13
  61.         Caption = 'text-indent '
  62.       end
  63.       object Label5: TLabel
  64.         Left = 24
  65.         Top = 139
  66.         Width = 48
  67.         Height = 13
  68.         Caption = 'line-height'
  69.       end
  70.       object Label6: TLabel
  71.         Left = 2
  72.         Top = 163
  73.         Width = 70
  74.         Height = 13
  75.         Caption = 'text-decoration'
  76.       end
  77.       object Label43: TLabel
  78.         Left = 210
  79.         Top = 10
  80.         Width = 65
  81.         Height = 13
  82.         Caption = 'Zku∩┐╜ebn∩┐╜ text'
  83.       end
  84.       object Label44: TLabel
  85.         Left = 340
  86.         Top = 10
  87.         Width = 101
  88.         Height = 13
  89.         Caption = 'V∩┐╜sledn∩┐╜ dokument...'
  90.       end
  91.       object ComboBox1: TComboBox
  92.         Left = 76
  93.         Top = 36
  94.         Width = 125
  95.         Height = 21
  96.         ItemHeight = 13
  97.         Items.Strings = (
  98.           'capitalize'
  99.           'uppercase'
  100.           'lowercase'
  101.           'none ')
  102.         TabOrder = 0
  103.         OnChange = ComboBox1Change
  104.       end
  105.       object ComboBox2: TComboBox
  106.         Left = 76
  107.         Top = 63
  108.         Width = 126
  109.         Height = 21
  110.         ItemHeight = 13
  111.         Items.Strings = (
  112.           'baseline'
  113.           'sub'
  114.           'super'
  115.           'top'
  116.           'text-top'
  117.           'middle'
  118.           'bottom'
  119.           'text-bottom')
  120.         TabOrder = 1
  121.         OnChange = ComboBox1Change
  122.       end
  123.       object ComboBox3: TComboBox
  124.         Left = 76
  125.         Top = 87
  126.         Width = 126
  127.         Height = 21
  128.         ItemHeight = 13
  129.         Items.Strings = (
  130.           'left'
  131.           'right'
  132.           'center'
  133.           'justify ')
  134.         TabOrder = 2
  135.         OnChange = ComboBox1Change
  136.       end
  137.       object ComboBox4: TComboBox
  138.         Left = 76
  139.         Top = 111
  140.         Width = 126
  141.         Height = 21
  142.         ItemHeight = 13
  143.         Items.Strings = (
  144.           '20%'
  145.           '10%'
  146.           '5pt'
  147.           '2pt'
  148.           '1pt')
  149.         TabOrder = 3
  150.         OnChange = ComboBox1Change
  151.       end
  152.       object ComboBox5: TComboBox
  153.         Left = 76
  154.         Top = 135
  155.         Width = 126
  156.         Height = 21
  157.         ItemHeight = 13
  158.         Items.Strings = (
  159.           '20%'
  160.           '10%'
  161.           '5pt'
  162.           '2pt'
  163.           '1pt')
  164.         TabOrder = 4
  165.         OnChange = ComboBox1Change
  166.       end
  167.       object ComboBox6: TComboBox
  168.         Left = 76
  169.         Top = 159
  170.         Width = 126
  171.         Height = 21
  172.         ItemHeight = 13
  173.         Items.Strings = (
  174.           'none'
  175.           'underline'
  176.           'line-through'
  177.           'blink'
  178.           'overline')
  179.         TabOrder = 5
  180.         OnChange = ComboBox1Change
  181.       end
  182.       object Memo1: TMemo
  183.         Left = 335
  184.         Top = 30
  185.         Width = 136
  186.         Height = 151
  187.         ReadOnly = True
  188.         ScrollBars = ssBoth
  189.         TabOrder = 6
  190.       end
  191.       object Memo2: TMemo
  192.         Left = 205
  193.         Top = 30
  194.         Width = 126
  195.         Height = 151
  196.         Lines.Strings = (
  197.           'Toto je zku∩┐╜ebn∩┐╜ text.'
  198.           'Pokud v∩┐╜m nevyhovuje'
  199.           'pak sem napi∩┐╜te co '
  200.           'uzn∩┐╜te za vhodn∩┐╜'
  201.           'm∩┐╜∩┐╜ete pou∩┐╜∩┐╜t i tagy'
  202.           ''
  203.           '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜┌₧∩┐╜∩┐╜∩┐╜'
  204.           '')
  205.         ScrollBars = ssBoth
  206.         TabOrder = 7
  207.       end
  208.     end
  209.     object TabSheet2: TTabSheet
  210.       Caption = 'Font Properties '
  211.       object Label7: TLabel
  212.         Left = 18
  213.         Top = 20
  214.         Width = 50
  215.         Height = 13
  216.         Caption = 'font-family '
  217.       end
  218.       object Label8: TLabel
  219.         Left = 26
  220.         Top = 44
  221.         Width = 42
  222.         Height = 13
  223.         Caption = 'font-style'
  224.       end
  225.       object Label9: TLabel
  226.         Left = 18
  227.         Top = 68
  228.         Width = 53
  229.         Height = 13
  230.         Caption = 'font-variant'
  231.       end
  232.       object Label10: TLabel
  233.         Left = 18
  234.         Top = 92
  235.         Width = 52
  236.         Height = 13
  237.         Caption = 'font-weight'
  238.       end
  239.       object Label11: TLabel
  240.         Left = 34
  241.         Top = 116
  242.         Width = 39
  243.         Height = 13
  244.         Caption = 'font-size'
  245.       end
  246.       object ComboBox7: TComboBox
  247.         Left = 76
  248.         Top = 16
  249.         Width = 126
  250.         Height = 21
  251.         ItemHeight = 13
  252.         Items.Strings = (
  253.           'none'
  254.           'underline'
  255.           'line-through'
  256.           'blink'
  257.           'overline')
  258.         TabOrder = 0
  259.         OnChange = ComboBox7Change
  260.       end
  261.       object ComboBox8: TComboBox
  262.         Left = 76
  263.         Top = 64
  264.         Width = 126
  265.         Height = 21
  266.         ItemHeight = 13
  267.         Items.Strings = (
  268.           'normal'
  269.           'small-caps')
  270.         TabOrder = 1
  271.         OnChange = ComboBox7Change
  272.       end
  273.       object ComboBox9: TComboBox
  274.         Left = 76
  275.         Top = 88
  276.         Width = 126
  277.         Height = 21
  278.         ItemHeight = 13
  279.         Items.Strings = (
  280.           'lighter'
  281.           'normal'
  282.           'bold'
  283.           'bolder'
  284.           '100'
  285.           '200'
  286.           '300'
  287.           '400'
  288.           '500'
  289.           '600'
  290.           '700'
  291.           '800'
  292.           '900')
  293.         TabOrder = 2
  294.         OnChange = ComboBox7Change
  295.       end
  296.       object ComboBox10: TComboBox
  297.         Left = 76
  298.         Top = 112
  299.         Width = 126
  300.         Height = 21
  301.         ItemHeight = 13
  302.         Items.Strings = (
  303.           '6pt'
  304.           '8pt'
  305.           '10pt'
  306.           '12pt'
  307.           '14pt'
  308.           '18pt'
  309.           '24pt'
  310.           '32pt'
  311.           '50%'
  312.           '150%')
  313.         TabOrder = 3
  314.         OnChange = ComboBox7Change
  315.       end
  316.       object ComboBox39: TComboBox
  317.         Left = 76
  318.         Top = 40
  319.         Width = 126
  320.         Height = 21
  321.         ItemHeight = 13
  322.         Items.Strings = (
  323.           'normal'
  324.           'italic'
  325.           'oblique')
  326.         TabOrder = 4
  327.         OnChange = ComboBox7Change
  328.       end
  329.     end
  330.     object TabSheet3: TTabSheet
  331.       Caption = 'Color and Background '
  332.       object Label12: TLabel
  333.         Left = 3
  334.         Top = 20
  335.         Width = 90
  336.         Height = 13
  337.         Caption = 'background-repeat'
  338.       end
  339.       object Label13: TLabel
  340.         Left = 75
  341.         Top = 75
  342.         Width = 23
  343.         Height = 13
  344.         Caption = 'color'
  345.       end
  346.       object Label14: TLabel
  347.         Left = 15
  348.         Top = 100
  349.         Width = 83
  350.         Height = 13
  351.         Caption = 'background-color'
  352.       end
  353.       object Label15: TLabel
  354.         Left = 3
  355.         Top = 45
  356.         Width = 96
  357.         Height = 13
  358.         Caption = 'background-position'
  359.       end
  360.       object ComboBox11: TComboBox
  361.         Left = 101
  362.         Top = 16
  363.         Width = 100
  364.         Height = 21
  365.         ItemHeight = 13
  366.         Items.Strings = (
  367.           'repeat'
  368.           'repeat-x'
  369.           'repeat-y'
  370.           'no-repeat')
  371.         TabOrder = 0
  372.         OnChange = ComboBox11Change
  373.       end
  374.       object ColorCombo1: TColorCombo
  375.         Left = 102
  376.         Top = 70
  377.         Width = 79
  378.         Height = 20
  379.         Caption = 'ColorCombo1'
  380.         TabOrder = 1
  381.         OnExit = ColorCombo2Exit
  382.         OnMouseDown = ColorCombo1MouseDown
  383.         Color = clWhite
  384.       end
  385.       object ColorCombo2: TColorCombo
  386.         Left = 102
  387.         Top = 95
  388.         Width = 79
  389.         Height = 20
  390.         Caption = 'ColorCombo1'
  391.         TabOrder = 2
  392.         OnExit = ColorCombo2Exit
  393.         OnMouseDown = ColorCombo2MouseDown
  394.         Color = clWhite
  395.       end
  396.       object ComboBox12: TComboBox
  397.         Left = 101
  398.         Top = 41
  399.         Width = 100
  400.         Height = 21
  401.         ItemHeight = 13
  402.         Items.Strings = (
  403.           'top'
  404.           'center'
  405.           'bottom'
  406.           'left'
  407.           'center'
  408.           'right')
  409.         TabOrder = 3
  410.         OnChange = ComboBox11Change
  411.       end
  412.       object CheckBox1: TCheckBox
  413.         Left = 185
  414.         Top = 70
  415.         Width = 16
  416.         Height = 17
  417.         TabOrder = 4
  418.       end
  419.       object CheckBox2: TCheckBox
  420.         Left = 185
  421.         Top = 95
  422.         Width = 16
  423.         Height = 17
  424.         Caption = 'CheckBox2'
  425.         TabOrder = 5
  426.       end
  427.     end
  428.     object TabSheet4: TTabSheet
  429.       Caption = 'Placement'
  430.       object Label16: TLabel
  431.         Left = 18
  432.         Top = 20
  433.         Width = 49
  434.         Height = 13
  435.         Caption = 'margin-top'
  436.       end
  437.       object Label17: TLabel
  438.         Left = 8
  439.         Top = 45
  440.         Width = 66
  441.         Height = 13
  442.         Caption = 'margin-bottom'
  443.       end
  444.       object Label18: TLabel
  445.         Left = 18
  446.         Top = 70
  447.         Width = 54
  448.         Height = 13
  449.         Caption = 'margin-right'
  450.       end
  451.       object Label19: TLabel
  452.         Left = 23
  453.         Top = 95
  454.         Width = 48
  455.         Height = 13
  456.         Caption = 'margin-left'
  457.       end
  458.       object Label20: TLabel
  459.         Left = 218
  460.         Top = 95
  461.         Width = 55
  462.         Height = 13
  463.         Caption = 'padding-left'
  464.       end
  465.       object Label21: TLabel
  466.         Left = 213
  467.         Top = 70
  468.         Width = 61
  469.         Height = 13
  470.         Caption = 'padding-right'
  471.       end
  472.       object Label22: TLabel
  473.         Left = 203
  474.         Top = 45
  475.         Width = 73
  476.         Height = 13
  477.         Caption = 'padding-bottom'
  478.       end
  479.       object Label23: TLabel
  480.         Left = 218
  481.         Top = 20
  482.         Width = 56
  483.         Height = 13
  484.         Caption = 'padding-top'
  485.       end
  486.       object Bevel2: TBevel
  487.         Left = 20
  488.         Top = 120
  489.         Width = 371
  490.         Height = 11
  491.         Shape = bsTopLine
  492.       end
  493.       object Label35: TLabel
  494.         Left = 43
  495.         Top = 135
  496.         Width = 29
  497.         Height = 13
  498.         Caption = 'height'
  499.       end
  500.       object Label36: TLabel
  501.         Left = 48
  502.         Top = 160
  503.         Width = 25
  504.         Height = 13
  505.         Caption = 'width'
  506.       end
  507.       object Label37: TLabel
  508.         Left = 248
  509.         Top = 135
  510.         Width = 23
  511.         Height = 13
  512.         Caption = 'clear'
  513.       end
  514.       object Label38: TLabel
  515.         Left = 253
  516.         Top = 160
  517.         Width = 20
  518.         Height = 13
  519.         Caption = 'float'
  520.       end
  521.       object ComboBox13: TComboBox
  522.         Left = 76
  523.         Top = 16
  524.         Width = 126
  525.         Height = 21
  526.         ItemHeight = 13
  527.         Items.Strings = (
  528.           'auto')
  529.         TabOrder = 0
  530.         OnChange = ComboBox13Change
  531.       end
  532.       object ComboBox14: TComboBox
  533.         Left = 76
  534.         Top = 41
  535.         Width = 126
  536.         Height = 21
  537.         ItemHeight = 13
  538.         Items.Strings = (
  539.           'auto')
  540.         TabOrder = 1
  541.         OnChange = ComboBox13Change
  542.       end
  543.       object ComboBox15: TComboBox
  544.         Left = 76
  545.         Top = 66
  546.         Width = 126
  547.         Height = 21
  548.         ItemHeight = 13
  549.         Items.Strings = (
  550.           'auto')
  551.         TabOrder = 2
  552.         OnChange = ComboBox13Change
  553.       end
  554.       object ComboBox16: TComboBox
  555.         Left = 76
  556.         Top = 91
  557.         Width = 126
  558.         Height = 21
  559.         ItemHeight = 13
  560.         Items.Strings = (
  561.           'auto')
  562.         TabOrder = 3
  563.         OnChange = ComboBox13Change
  564.       end
  565.       object ComboBox17: TComboBox
  566.         Left = 276
  567.         Top = 91
  568.         Width = 126
  569.         Height = 21
  570.         ItemHeight = 13
  571.         Items.Strings = (
  572.           'auto')
  573.         TabOrder = 4
  574.         OnChange = ComboBox13Change
  575.       end
  576.       object ComboBox18: TComboBox
  577.         Left = 276
  578.         Top = 66
  579.         Width = 126
  580.         Height = 21
  581.         ItemHeight = 13
  582.         Items.Strings = (
  583.           'auto')
  584.         TabOrder = 5
  585.         OnChange = ComboBox13Change
  586.       end
  587.       object ComboBox19: TComboBox
  588.         Left = 276
  589.         Top = 41
  590.         Width = 126
  591.         Height = 21
  592.         ItemHeight = 13
  593.         Items.Strings = (
  594.           'auto')
  595.         TabOrder = 6
  596.         OnChange = ComboBox13Change
  597.       end
  598.       object ComboBox20: TComboBox
  599.         Left = 276
  600.         Top = 16
  601.         Width = 126
  602.         Height = 21
  603.         ItemHeight = 13
  604.         Items.Strings = (
  605.           'auto')
  606.         TabOrder = 7
  607.         OnChange = ComboBox13Change
  608.       end
  609.       object ComboBox32: TComboBox
  610.         Left = 76
  611.         Top = 131
  612.         Width = 126
  613.         Height = 21
  614.         ItemHeight = 13
  615.         Items.Strings = (
  616.           'auto')
  617.         TabOrder = 8
  618.         OnChange = ComboBox13Change
  619.       end
  620.       object ComboBox33: TComboBox
  621.         Left = 76
  622.         Top = 156
  623.         Width = 126
  624.         Height = 21
  625.         ItemHeight = 13
  626.         Items.Strings = (
  627.           'auto')
  628.         TabOrder = 9
  629.         OnChange = ComboBox13Change
  630.       end
  631.       object ComboBox34: TComboBox
  632.         Left = 276
  633.         Top = 131
  634.         Width = 126
  635.         Height = 21
  636.         ItemHeight = 13
  637.         Items.Strings = (
  638.           'right'
  639.           'left'
  640.           'none')
  641.         TabOrder = 10
  642.         OnChange = ComboBox13Change
  643.       end
  644.       object ComboBox35: TComboBox
  645.         Left = 276
  646.         Top = 156
  647.         Width = 126
  648.         Height = 21
  649.         ItemHeight = 13
  650.         Items.Strings = (
  651.           'right'
  652.           'left'
  653.           'none')
  654.         TabOrder = 11
  655.         OnChange = ComboBox13Change
  656.       end
  657.     end
  658.     object TabSheet5: TTabSheet
  659.       Caption = 'Border'
  660.       object Label24: TLabel
  661.         Left = 13
  662.         Top = 135
  663.         Width = 58
  664.         Height = 13
  665.         Caption = 'border-width'
  666.       end
  667.       object Label25: TLabel
  668.         Left = 208
  669.         Top = 135
  670.         Width = 54
  671.         Height = 13
  672.         Caption = 'border-style'
  673.       end
  674.       object Label26: TLabel
  675.         Left = 18
  676.         Top = 160
  677.         Width = 54
  678.         Height = 13
  679.         Caption = 'border-style'
  680.         Visible = False
  681.       end
  682.       object Label27: TLabel
  683.         Left = 23
  684.         Top = 30
  685.         Width = 48
  686.         Height = 13
  687.         Caption = 'border-top'
  688.       end
  689.       object Label28: TLabel
  690.         Left = 3
  691.         Top = 55
  692.         Width = 65
  693.         Height = 13
  694.         Caption = 'border-bottom'
  695.       end
  696.       object Label29: TLabel
  697.         Left = 18
  698.         Top = 80
  699.         Width = 53
  700.         Height = 13
  701.         Caption = 'border-right'
  702.       end
  703.       object Label30: TLabel
  704.         Left = 23
  705.         Top = 105
  706.         Width = 47
  707.         Height = 13
  708.         Caption = 'border-left'
  709.       end
  710.       object Label32: TLabel
  711.         Left = 100
  712.         Top = 10
  713.         Width = 31
  714.         Height = 13
  715.         Caption = 'width'
  716.         Font.Charset = DEFAULT_CHARSET
  717.         Font.Color = clWindowText
  718.         Font.Height = -11
  719.         Font.Name = 'MS Sans Serif'
  720.         Font.Style = [fsBold]
  721.         ParentFont = False
  722.       end
  723.       object Bevel1: TBevel
  724.         Left = 15
  725.         Top = 125
  726.         Width = 371
  727.         Height = 11
  728.         Shape = bsTopLine
  729.       end
  730.       object Label33: TLabel
  731.         Left = 185
  732.         Top = 10
  733.         Width = 27
  734.         Height = 13
  735.         Caption = 'style'
  736.         Font.Charset = DEFAULT_CHARSET
  737.         Font.Color = clWindowText
  738.         Font.Height = -11
  739.         Font.Name = 'MS Sans Serif'
  740.         Font.Style = [fsBold]
  741.         ParentFont = False
  742.       end
  743.       object Label34: TLabel
  744.         Left = 290
  745.         Top = 10
  746.         Width = 29
  747.         Height = 13
  748.         Caption = 'color'
  749.         Font.Charset = DEFAULT_CHARSET
  750.         Font.Color = clWindowText
  751.         Font.Height = -11
  752.         Font.Name = 'MS Sans Serif'
  753.         Font.Style = [fsBold]
  754.         ParentFont = False
  755.       end
  756.       object ComboBox21: TComboBox
  757.         Left = 76
  758.         Top = 131
  759.         Width = 125
  760.         Height = 21
  761.         ItemHeight = 13
  762.         Items.Strings = (
  763.           'thin'
  764.           'medium'
  765.           'thick'
  766.           'none ')
  767.         TabOrder = 0
  768.         OnChange = ComboBox22Change
  769.       end
  770.       object ComboBox22: TComboBox
  771.         Left = 267
  772.         Top = 131
  773.         Width = 126
  774.         Height = 21
  775.         ItemHeight = 13
  776.         Items.Strings = (
  777.           'none'
  778.           'dotted'
  779.           'dashed'
  780.           'solid'
  781.           'double'
  782.           'groove'
  783.           'ridge'
  784.           'inset'
  785.           'outset ')
  786.         TabOrder = 1
  787.         OnChange = ComboBox22Change
  788.       end
  789.       object ComboBox23: TComboBox
  790.         Left = 77
  791.         Top = 156
  792.         Width = 126
  793.         Height = 21
  794.         ItemHeight = 13
  795.         Items.Strings = (
  796.           'none'
  797.           'dotted'
  798.           'dashed'
  799.           'solid'
  800.           'double'
  801.           'groove'
  802.           'ridge'
  803.           'inset'
  804.           'outset ')
  805.         TabOrder = 2
  806.         Visible = False
  807.         OnChange = ComboBox22Change
  808.       end
  809.       object ComboBox24: TComboBox
  810.         Left = 76
  811.         Top = 26
  812.         Width = 80
  813.         Height = 21
  814.         ItemHeight = 13
  815.         Items.Strings = (
  816.           'thin'
  817.           'medium'
  818.           'thick'
  819.           'none')
  820.         TabOrder = 3
  821.         OnChange = ComboBox22Change
  822.       end
  823.       object ComboBox25: TComboBox
  824.         Left = 76
  825.         Top = 51
  826.         Width = 80
  827.         Height = 21
  828.         ItemHeight = 13
  829.         Items.Strings = (
  830.           'thin'
  831.           'medium'
  832.           'thick'
  833.           'none')
  834.         TabOrder = 4
  835.         OnChange = ComboBox22Change
  836.       end
  837.       object ComboBox26: TComboBox
  838.         Left = 76
  839.         Top = 76
  840.         Width = 80
  841.         Height = 21
  842.         ItemHeight = 13
  843.         Items.Strings = (
  844.           'thin'
  845.           'medium'
  846.           'thick'
  847.           'none')
  848.         TabOrder = 5
  849.         OnChange = ComboBox22Change
  850.       end
  851.       object ComboBox27: TComboBox
  852.         Left = 76
  853.         Top = 101
  854.         Width = 80
  855.         Height = 21
  856.         ItemHeight = 13
  857.         Items.Strings = (
  858.           'thin'
  859.           'medium'
  860.           'thick'
  861.           'none')
  862.         TabOrder = 6
  863.         OnChange = ComboBox22Change
  864.       end
  865.       object ComboBox28: TComboBox
  866.         Left = 162
  867.         Top = 26
  868.         Width = 79
  869.         Height = 21
  870.         ItemHeight = 13
  871.         Items.Strings = (
  872.           'none'
  873.           'dotted'
  874.           'dashed'
  875.           'solid'
  876.           'double'
  877.           'groove'
  878.           'ridge'
  879.           'inset'
  880.           'outset ')
  881.         TabOrder = 7
  882.         OnChange = ComboBox22Change
  883.       end
  884.       object ComboBox29: TComboBox
  885.         Left = 162
  886.         Top = 51
  887.         Width = 79
  888.         Height = 21
  889.         ItemHeight = 13
  890.         Items.Strings = (
  891.           'none'
  892.           'dotted'
  893.           'dashed'
  894.           'solid'
  895.           'double'
  896.           'groove'
  897.           'ridge'
  898.           'inset'
  899.           'outset ')
  900.         TabOrder = 8
  901.         OnChange = ComboBox22Change
  902.       end
  903.       object ComboBox30: TComboBox
  904.         Left = 162
  905.         Top = 76
  906.         Width = 79
  907.         Height = 21
  908.         ItemHeight = 13
  909.         Items.Strings = (
  910.           'none'
  911.           'dotted'
  912.           'dashed'
  913.           'solid'
  914.           'double'
  915.           'groove'
  916.           'ridge'
  917.           'inset'
  918.           'outset ')
  919.         TabOrder = 9
  920.         OnChange = ComboBox22Change
  921.       end
  922.       object ComboBox31: TComboBox
  923.         Left = 162
  924.         Top = 101
  925.         Width = 79
  926.         Height = 21
  927.         ItemHeight = 13
  928.         Items.Strings = (
  929.           'none'
  930.           'dotted'
  931.           'dashed'
  932.           'solid'
  933.           'double'
  934.           'groove'
  935.           'ridge'
  936.           'inset'
  937.           'outset ')
  938.         TabOrder = 10
  939.         OnChange = ComboBox22Change
  940.       end
  941.       object ColorCombo3: TColorCombo
  942.         Left = 247
  943.         Top = 27
  944.         Width = 79
  945.         Height = 20
  946.         Caption = 'ColorCombo1'
  947.         TabOrder = 11
  948.         OnKeyDown = ColorCombo3KeyDown
  949.         OnMouseUp = ColorCombo3MouseUp
  950.         Color = clWhite
  951.       end
  952.       object CheckBox3: TCheckBox
  953.         Left = 330
  954.         Top = 28
  955.         Width = 16
  956.         Height = 17
  957.         Caption = 'CheckBox3'
  958.         TabOrder = 12
  959.       end
  960.       object ColorCombo4: TColorCombo
  961.         Left = 247
  962.         Top = 52
  963.         Width = 79
  964.         Height = 20
  965.         Caption = 'ColorCombo1'
  966.         TabOrder = 13
  967.         OnKeyDown = ColorCombo4KeyDown
  968.         OnMouseUp = ColorCombo3MouseUp
  969.         Color = clWhite
  970.       end
  971.       object CheckBox4: TCheckBox
  972.         Left = 330
  973.         Top = 53
  974.         Width = 16
  975.         Height = 17
  976.         Caption = 'CheckBox3'
  977.         TabOrder = 14
  978.       end
  979.       object ColorCombo5: TColorCombo
  980.         Left = 247
  981.         Top = 77
  982.         Width = 79
  983.         Height = 20
  984.         Caption = 'ColorCombo1'
  985.         TabOrder = 15
  986.         OnKeyDown = ColorCombo5KeyDown
  987.         OnMouseUp = ColorCombo3MouseUp
  988.         Color = clWhite
  989.       end
  990.       object CheckBox5: TCheckBox
  991.         Left = 330
  992.         Top = 78
  993.         Width = 16
  994.         Height = 17
  995.         Caption = 'CheckBox3'
  996.         TabOrder = 16
  997.       end
  998.       object ColorCombo6: TColorCombo
  999.         Left = 247
  1000.         Top = 102
  1001.         Width = 79
  1002.         Height = 20
  1003.         Caption = 'ColorCombo1'
  1004.         TabOrder = 17
  1005.         OnKeyDown = ColorCombo6KeyDown
  1006.         OnMouseUp = ColorCombo3MouseUp
  1007.         Color = clWhite
  1008.       end
  1009.       object CheckBox6: TCheckBox
  1010.         Left = 330
  1011.         Top = 103
  1012.         Width = 16
  1013.         Height = 17
  1014.         Caption = 'CheckBox3'
  1015.         TabOrder = 18
  1016.       end
  1017.     end
  1018.     object TabSheet6: TTabSheet
  1019.       Caption = 'Classification'
  1020.       object Label40: TLabel
  1021.         Left = 33
  1022.         Top = 10
  1023.         Width = 32
  1024.         Height = 13
  1025.         Caption = 'display'
  1026.       end
  1027.       object Label41: TLabel
  1028.         Left = 8
  1029.         Top = 35
  1030.         Width = 57
  1031.         Height = 13
  1032.         Caption = 'white-space'
  1033.       end
  1034.       object Label42: TLabel
  1035.         Left = 3
  1036.         Top = 60
  1037.         Width = 59
  1038.         Height = 13
  1039.         Caption = 'list-style-type'
  1040.       end
  1041.       object ComboBox36: TComboBox
  1042.         Left = 67
  1043.         Top = 6
  1044.         Width = 126
  1045.         Height = 21
  1046.         ItemHeight = 13
  1047.         Items.Strings = (
  1048.           'none'
  1049.           '""'
  1050.           'block'
  1051.           'inline'
  1052.           'list-item ')
  1053.         TabOrder = 0
  1054.         OnChange = ComboBox36Change
  1055.       end
  1056.       object ComboBox37: TComboBox
  1057.         Left = 67
  1058.         Top = 31
  1059.         Width = 126
  1060.         Height = 21
  1061.         ItemHeight = 13
  1062.         Items.Strings = (
  1063.           'normal'
  1064.           'pre'
  1065.           'no-wrap ')
  1066.         TabOrder = 1
  1067.         OnChange = ComboBox36Change
  1068.       end
  1069.       object ComboBox38: TComboBox
  1070.         Left = 67
  1071.         Top = 56
  1072.         Width = 126
  1073.         Height = 21
  1074.         ItemHeight = 13
  1075.         Items.Strings = (
  1076.           'disc'
  1077.           'circle'
  1078.           'square'
  1079.           'decimal'
  1080.           'lower-roman'
  1081.           'upper-roman'
  1082.           'lower-alpha'
  1083.           'upper-alpha')
  1084.         TabOrder = 2
  1085.         OnChange = ComboBox36Change
  1086.       end
  1087.     end
  1088.   end
  1089.   object Panel1: TPanel
  1090.     Left = 480
  1091.     Top = 0
  1092.     Width = 176
  1093.     Height = 237
  1094.     Align = alRight
  1095.     TabOrder = 1
  1096.     object Label39: TLabel
  1097.       Left = 11
  1098.       Top = 130
  1099.       Width = 58
  1100.       Height = 13
  1101.       Hint = 
  1102.         'Jm∩┐╜no tagu, m∩┐╜∩┐╜e b∩┐╜t i jm∩┐╜no '#13#10't∩┐╜∩┐╜dy nap∩┐╜. B , B.white nebo .whi' +
  1103.         'te '
  1104.       Caption = 'Jm∩┐╜no tagu:'
  1105.     end
  1106.     object SpeedButton1: TSpeedButton
  1107.       Left = 143
  1108.       Top = 144
  1109.       Width = 25
  1110.       Height = 25
  1111.       Hint = 'Ulo∩┐╜it styl do souboru'
  1112.       Flat = True
  1113.       Glyph.Data = {
  1114.         E6000000424DE60000000000000076000000280000000E0000000E0000000100
  1115.         0400000000007000000000000000000000001000000000000000000000000000
  1116.         80000080000000808000800000008000800080800000C0C0C000808080000000
  1117.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00800000000000
  1118.         0000033000000880300003300000088030000330000000003000033000000000
  1119.         300003333333333330000330000000033000030FFFFFFFF03000030FFFFFFFF0
  1120.         3000030FFFFFFFF03000030FFFFFFFF03000030FFFFFFFF00000030FFFFFFFF0
  1121.         80000000000000000000}
  1122.     end
  1123.     object SpeedButton4: TSpeedButton
  1124.       Left = 143
  1125.       Top = 171
  1126.       Width = 25
  1127.       Height = 25
  1128.       Hint = 'Obnovit'
  1129.       Flat = True
  1130.       Glyph.Data = {
  1131.         36030000424D3603000000000000360000002800000010000000100000000100
  1132.         18000000000000030000120B0000120B000000000000000000009F908F9F908F
  1133.         AA9A99AB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B
  1134.         9AAA9A999F908F9F908F9F908FA09190443E3E3933333C33333B33333B33333B
  1135.         33333B33333B33333B33333B333339343346403FA091909F908F9F908F9C8D8C
  1136.         7E7E7EC1BEBEAABBBBAFBBBBB0BBBBB2BFC2B2BFC2B0BBBBAFBBBBABBBBBC3BF
  1137.         BF2B2B2B998A899F908F9F908F9A8B8AA49E9EE8FFFFC6FFFFCBFFFFD3FFFFB2
  1138.         F1DFAFEFDCD2FFFFCBFFFFCBFFFFD7F6F63B36369889889F908F9F908F9A8B8A
  1139.         A19B9BE7FFFFC2FFFFCBFFFFB0EAD714923382C491CEF7F1CAFFFFC6FFFFD7F1
  1140.         F13A35359889889F908F9F908F9A8B8AA29B9BE0FFFFC1FFFFCFFFFF7CCA9B00
  1141.         831643AB5E4D942CCAE0CFC8FFFFD3F1F13B35359889889F908F9F908F9A8B8A
  1142.         9C9B9BFFFFFFDFFFFFC9FFFFD9FFFF6EC28DAFE2C6C7B88084A774D2FFFFD1F1
  1143.         F13B35359889889F908F9F908F9A8B8AA09B9BE9FFFFF6FFFFA9E4D4B2EDE3D3
  1144.         FFFFCBFFFFC2E0D0B4CAABC9FFFFD6F1F13A35359889889F908F9F908F9A8B8A
  1145.         A19B9BE6FFFFC6FFFF90A772BEC9A8B9EAD6AAE0C5E8FFFFC8FFFFC6FFFFD6F1
  1146.         F13A35359889889F908F9F908F9A8B8AA29B9BDDFFFFC5FFFFA2C8A9658E1F6C
  1147.         BE81078B27B1E0C4CAFFFFC9FFFFCEF3F33B35359889889F908F9F908F9A8B8A
  1148.         9D9B9BFFFFFFDBFFFFFFFFFFA8DDBF53B16D00851B8CD2ABCCFFFFBBE5E5EAE4
  1149.         E43636359889889F908F9F908F9A8B8A9D9B9BFFFFFFFFFFFFFFFFFFFFFFFF79
  1150.         DFC496CFA6FFFFFF5C8B8B4848483435351F1D1CA192919F908F9F908F9A8B8A
  1151.         9E9B9BFFFFFFFFFFFFFFFFFFFFFFFFEDFFFFC6FFFFDEFFFFBEB7B7E1E1E15E5C
  1152.         5C8D7E7DA394939F908F9F908F9A8B8A989798F0F2F2F1F2F2F1F2F2F1F2F2F4
  1153.         F2F2E0F2F2F4F2F2AFB0B14441418A7C7BA797969E908F9F908F9F908F9F908F
  1154.         8D86868984848A84848A84848A84848A84848D84848A84848A8484988A89A393
  1155.         929F908F9F908F9F908F9F908F9F908FA19190A19190A19190A19190A19190A1
  1156.         9190A19190A19190A191909F908F9F908F9F908F9F908F9F908F}
  1157.       OnClick = SpeedButton4Click
  1158.     end
  1159.     object Panel2: TPanel
  1160.       Left = 1
  1161.       Top = 1
  1162.       Width = 174
  1163.       Height = 130
  1164.       Align = alTop
  1165.       TabOrder = 0
  1166.       object WebBrowser1: TWebBrowser
  1167.         Left = 1
  1168.         Top = 1
  1169.         Width = 172
  1170.         Height = 128
  1171.         Align = alClient
  1172.         TabOrder = 0
  1173.         ControlData = {
  1174.           2C000000AC000000800000000100000001820000000000000000000000000000
  1175.           000000004C000000000000000000000001000000E0D057007335CF11AE690800
  1176.           2B2E126208000000000000004C0000000114020000000000C000000000000046
  1177.           0000000000000000000000000000000000000000000000000000000000000000
  1178.           00000000000000000100000000000000000000000000000000000000}
  1179.       end
  1180.     end
  1181.     object Button1: TButton
  1182.       Left = 95
  1183.       Top = 205
  1184.       Width = 75
  1185.       Height = 25
  1186.       Hint = 'Vlo∩┐╜it do dokumentu'
  1187.       Caption = 'Ok'
  1188.       Default = True
  1189.       ModalResult = 1
  1190.       TabOrder = 1
  1191.       OnClick = Button1Click
  1192.     end
  1193.     object Edit1: TEdit
  1194.       Left = 10
  1195.       Top = 145
  1196.       Width = 131
  1197.       Height = 21
  1198.       TabOrder = 2
  1199.       OnKeyPress = Edit1KeyPress
  1200.     end
  1201.     object Button2: TButton
  1202.       Left = 15
  1203.       Top = 205
  1204.       Width = 75
  1205.       Height = 25
  1206.       Cancel = True
  1207.       Caption = 'Zp∩┐╜t'
  1208.       ModalResult = 2
  1209.       TabOrder = 3
  1210.     end
  1211.     object CheckBox7: TCheckBox
  1212.       Left = 15
  1213.       Top = 170
  1214.       Width = 66
  1215.       Height = 17
  1216.       Hint = 'Zobrazovat n∩┐╜hled'
  1217.       Caption = 'Preview'
  1218.       State = cbChecked
  1219.       TabOrder = 4
  1220.     end
  1221.     object CheckBox8: TCheckBox
  1222.       Left = 15
  1223.       Top = 185
  1224.       Width = 126
  1225.       Height = 17
  1226.       Hint = 'Vlo∩┐╜∩┐╜ tag p∩┐╜ed konec '#13#10'prvn∩┐╜ho tagu <STYLE>'
  1227.       Caption = 'Vlo∩┐╜it pred </STYLE>'
  1228.       TabOrder = 5
  1229.     end
  1230.   end
  1231.   object StatusBar1: TStatusBar
  1232.     Left = 0
  1233.     Top = 237
  1234.     Width = 656
  1235.     Height = 19
  1236.     Panels = <>
  1237.     SimplePanel = False
  1238.   end
  1239. end
  1240.