object StyleForm: TStyleForm Left = 128 Top = 150 BorderStyle = bsDialog Caption = 'Style builder' ClientHeight = 256 ClientWidth = 656 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label31: TLabel Left = 145 Top = 25 Width = 38 Height = 13 Caption = 'Label31' end object PageControl1: TPageControl Left = 0 Top = 0 Width = 480 Height = 237 ActivePage = TabSheet1 Align = alClient TabOrder = 0 object TabSheet1: TTabSheet Caption = 'Text Properties ' object Label1: TLabel Left = 9 Top = 39 Width = 63 Height = 13 Caption = 'text-transform' end object Label2: TLabel Left = 10 Top = 67 Width = 62 Height = 13 Caption = 'vertical-align ' end object Label3: TLabel Left = 27 Top = 91 Width = 45 Height = 13 Caption = 'text-align ' end object Label4: TLabel Left = 20 Top = 115 Width = 52 Height = 13 Caption = 'text-indent ' end object Label5: TLabel Left = 24 Top = 139 Width = 48 Height = 13 Caption = 'line-height' end object Label6: TLabel Left = 2 Top = 163 Width = 70 Height = 13 Caption = 'text-decoration' end object Label43: TLabel Left = 210 Top = 10 Width = 65 Height = 13 Caption = 'Zku�ebn� text' end object Label44: TLabel Left = 340 Top = 10 Width = 101 Height = 13 Caption = 'V�sledn� dokument...' end object ComboBox1: TComboBox Left = 76 Top = 36 Width = 125 Height = 21 ItemHeight = 13 Items.Strings = ( 'capitalize' 'uppercase' 'lowercase' 'none ') TabOrder = 0 OnChange = ComboBox1Change end object ComboBox2: TComboBox Left = 76 Top = 63 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'baseline' 'sub' 'super' 'top' 'text-top' 'middle' 'bottom' 'text-bottom') TabOrder = 1 OnChange = ComboBox1Change end object ComboBox3: TComboBox Left = 76 Top = 87 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'left' 'right' 'center' 'justify ') TabOrder = 2 OnChange = ComboBox1Change end object ComboBox4: TComboBox Left = 76 Top = 111 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( '20%' '10%' '5pt' '2pt' '1pt') TabOrder = 3 OnChange = ComboBox1Change end object ComboBox5: TComboBox Left = 76 Top = 135 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( '20%' '10%' '5pt' '2pt' '1pt') TabOrder = 4 OnChange = ComboBox1Change end object ComboBox6: TComboBox Left = 76 Top = 159 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'underline' 'line-through' 'blink' 'overline') TabOrder = 5 OnChange = ComboBox1Change end object Memo1: TMemo Left = 335 Top = 30 Width = 136 Height = 151 ReadOnly = True ScrollBars = ssBoth TabOrder = 6 end object Memo2: TMemo Left = 205 Top = 30 Width = 126 Height = 151 Lines.Strings = ( 'Toto je zku�ebn� text.' 'Pokud v�m nevyhovuje' 'pak sem napi�te co ' 'uzn�te za vhodn�' 'm��ete pou��t i tagy' '' '�������ڞ���' '') ScrollBars = ssBoth TabOrder = 7 end end object TabSheet2: TTabSheet Caption = 'Font Properties ' object Label7: TLabel Left = 18 Top = 20 Width = 50 Height = 13 Caption = 'font-family ' end object Label8: TLabel Left = 26 Top = 44 Width = 42 Height = 13 Caption = 'font-style' end object Label9: TLabel Left = 18 Top = 68 Width = 53 Height = 13 Caption = 'font-variant' end object Label10: TLabel Left = 18 Top = 92 Width = 52 Height = 13 Caption = 'font-weight' end object Label11: TLabel Left = 34 Top = 116 Width = 39 Height = 13 Caption = 'font-size' end object ComboBox7: TComboBox Left = 76 Top = 16 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'underline' 'line-through' 'blink' 'overline') TabOrder = 0 OnChange = ComboBox7Change end object ComboBox8: TComboBox Left = 76 Top = 64 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'normal' 'small-caps') TabOrder = 1 OnChange = ComboBox7Change end object ComboBox9: TComboBox Left = 76 Top = 88 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'lighter' 'normal' 'bold' 'bolder' '100' '200' '300' '400' '500' '600' '700' '800' '900') TabOrder = 2 OnChange = ComboBox7Change end object ComboBox10: TComboBox Left = 76 Top = 112 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( '6pt' '8pt' '10pt' '12pt' '14pt' '18pt' '24pt' '32pt' '50%' '150%') TabOrder = 3 OnChange = ComboBox7Change end object ComboBox39: TComboBox Left = 76 Top = 40 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'normal' 'italic' 'oblique') TabOrder = 4 OnChange = ComboBox7Change end end object TabSheet3: TTabSheet Caption = 'Color and Background ' object Label12: TLabel Left = 3 Top = 20 Width = 90 Height = 13 Caption = 'background-repeat' end object Label13: TLabel Left = 75 Top = 75 Width = 23 Height = 13 Caption = 'color' end object Label14: TLabel Left = 15 Top = 100 Width = 83 Height = 13 Caption = 'background-color' end object Label15: TLabel Left = 3 Top = 45 Width = 96 Height = 13 Caption = 'background-position' end object ComboBox11: TComboBox Left = 101 Top = 16 Width = 100 Height = 21 ItemHeight = 13 Items.Strings = ( 'repeat' 'repeat-x' 'repeat-y' 'no-repeat') TabOrder = 0 OnChange = ComboBox11Change end object ColorCombo1: TColorCombo Left = 102 Top = 70 Width = 79 Height = 20 Caption = 'ColorCombo1' TabOrder = 1 OnExit = ColorCombo2Exit OnMouseDown = ColorCombo1MouseDown Color = clWhite end object ColorCombo2: TColorCombo Left = 102 Top = 95 Width = 79 Height = 20 Caption = 'ColorCombo1' TabOrder = 2 OnExit = ColorCombo2Exit OnMouseDown = ColorCombo2MouseDown Color = clWhite end object ComboBox12: TComboBox Left = 101 Top = 41 Width = 100 Height = 21 ItemHeight = 13 Items.Strings = ( 'top' 'center' 'bottom' 'left' 'center' 'right') TabOrder = 3 OnChange = ComboBox11Change end object CheckBox1: TCheckBox Left = 185 Top = 70 Width = 16 Height = 17 TabOrder = 4 end object CheckBox2: TCheckBox Left = 185 Top = 95 Width = 16 Height = 17 Caption = 'CheckBox2' TabOrder = 5 end end object TabSheet4: TTabSheet Caption = 'Placement' object Label16: TLabel Left = 18 Top = 20 Width = 49 Height = 13 Caption = 'margin-top' end object Label17: TLabel Left = 8 Top = 45 Width = 66 Height = 13 Caption = 'margin-bottom' end object Label18: TLabel Left = 18 Top = 70 Width = 54 Height = 13 Caption = 'margin-right' end object Label19: TLabel Left = 23 Top = 95 Width = 48 Height = 13 Caption = 'margin-left' end object Label20: TLabel Left = 218 Top = 95 Width = 55 Height = 13 Caption = 'padding-left' end object Label21: TLabel Left = 213 Top = 70 Width = 61 Height = 13 Caption = 'padding-right' end object Label22: TLabel Left = 203 Top = 45 Width = 73 Height = 13 Caption = 'padding-bottom' end object Label23: TLabel Left = 218 Top = 20 Width = 56 Height = 13 Caption = 'padding-top' end object Bevel2: TBevel Left = 20 Top = 120 Width = 371 Height = 11 Shape = bsTopLine end object Label35: TLabel Left = 43 Top = 135 Width = 29 Height = 13 Caption = 'height' end object Label36: TLabel Left = 48 Top = 160 Width = 25 Height = 13 Caption = 'width' end object Label37: TLabel Left = 248 Top = 135 Width = 23 Height = 13 Caption = 'clear' end object Label38: TLabel Left = 253 Top = 160 Width = 20 Height = 13 Caption = 'float' end object ComboBox13: TComboBox Left = 76 Top = 16 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 0 OnChange = ComboBox13Change end object ComboBox14: TComboBox Left = 76 Top = 41 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 1 OnChange = ComboBox13Change end object ComboBox15: TComboBox Left = 76 Top = 66 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 2 OnChange = ComboBox13Change end object ComboBox16: TComboBox Left = 76 Top = 91 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 3 OnChange = ComboBox13Change end object ComboBox17: TComboBox Left = 276 Top = 91 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 4 OnChange = ComboBox13Change end object ComboBox18: TComboBox Left = 276 Top = 66 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 5 OnChange = ComboBox13Change end object ComboBox19: TComboBox Left = 276 Top = 41 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 6 OnChange = ComboBox13Change end object ComboBox20: TComboBox Left = 276 Top = 16 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 7 OnChange = ComboBox13Change end object ComboBox32: TComboBox Left = 76 Top = 131 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 8 OnChange = ComboBox13Change end object ComboBox33: TComboBox Left = 76 Top = 156 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'auto') TabOrder = 9 OnChange = ComboBox13Change end object ComboBox34: TComboBox Left = 276 Top = 131 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'right' 'left' 'none') TabOrder = 10 OnChange = ComboBox13Change end object ComboBox35: TComboBox Left = 276 Top = 156 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'right' 'left' 'none') TabOrder = 11 OnChange = ComboBox13Change end end object TabSheet5: TTabSheet Caption = 'Border' object Label24: TLabel Left = 13 Top = 135 Width = 58 Height = 13 Caption = 'border-width' end object Label25: TLabel Left = 208 Top = 135 Width = 54 Height = 13 Caption = 'border-style' end object Label26: TLabel Left = 18 Top = 160 Width = 54 Height = 13 Caption = 'border-style' Visible = False end object Label27: TLabel Left = 23 Top = 30 Width = 48 Height = 13 Caption = 'border-top' end object Label28: TLabel Left = 3 Top = 55 Width = 65 Height = 13 Caption = 'border-bottom' end object Label29: TLabel Left = 18 Top = 80 Width = 53 Height = 13 Caption = 'border-right' end object Label30: TLabel Left = 23 Top = 105 Width = 47 Height = 13 Caption = 'border-left' end object Label32: TLabel Left = 100 Top = 10 Width = 31 Height = 13 Caption = 'width' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Bevel1: TBevel Left = 15 Top = 125 Width = 371 Height = 11 Shape = bsTopLine end object Label33: TLabel Left = 185 Top = 10 Width = 27 Height = 13 Caption = 'style' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label34: TLabel Left = 290 Top = 10 Width = 29 Height = 13 Caption = 'color' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object ComboBox21: TComboBox Left = 76 Top = 131 Width = 125 Height = 21 ItemHeight = 13 Items.Strings = ( 'thin' 'medium' 'thick' 'none ') TabOrder = 0 OnChange = ComboBox22Change end object ComboBox22: TComboBox Left = 267 Top = 131 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'dotted' 'dashed' 'solid' 'double' 'groove' 'ridge' 'inset' 'outset ') TabOrder = 1 OnChange = ComboBox22Change end object ComboBox23: TComboBox Left = 77 Top = 156 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'dotted' 'dashed' 'solid' 'double' 'groove' 'ridge' 'inset' 'outset ') TabOrder = 2 Visible = False OnChange = ComboBox22Change end object ComboBox24: TComboBox Left = 76 Top = 26 Width = 80 Height = 21 ItemHeight = 13 Items.Strings = ( 'thin' 'medium' 'thick' 'none') TabOrder = 3 OnChange = ComboBox22Change end object ComboBox25: TComboBox Left = 76 Top = 51 Width = 80 Height = 21 ItemHeight = 13 Items.Strings = ( 'thin' 'medium' 'thick' 'none') TabOrder = 4 OnChange = ComboBox22Change end object ComboBox26: TComboBox Left = 76 Top = 76 Width = 80 Height = 21 ItemHeight = 13 Items.Strings = ( 'thin' 'medium' 'thick' 'none') TabOrder = 5 OnChange = ComboBox22Change end object ComboBox27: TComboBox Left = 76 Top = 101 Width = 80 Height = 21 ItemHeight = 13 Items.Strings = ( 'thin' 'medium' 'thick' 'none') TabOrder = 6 OnChange = ComboBox22Change end object ComboBox28: TComboBox Left = 162 Top = 26 Width = 79 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'dotted' 'dashed' 'solid' 'double' 'groove' 'ridge' 'inset' 'outset ') TabOrder = 7 OnChange = ComboBox22Change end object ComboBox29: TComboBox Left = 162 Top = 51 Width = 79 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'dotted' 'dashed' 'solid' 'double' 'groove' 'ridge' 'inset' 'outset ') TabOrder = 8 OnChange = ComboBox22Change end object ComboBox30: TComboBox Left = 162 Top = 76 Width = 79 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'dotted' 'dashed' 'solid' 'double' 'groove' 'ridge' 'inset' 'outset ') TabOrder = 9 OnChange = ComboBox22Change end object ComboBox31: TComboBox Left = 162 Top = 101 Width = 79 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' 'dotted' 'dashed' 'solid' 'double' 'groove' 'ridge' 'inset' 'outset ') TabOrder = 10 OnChange = ComboBox22Change end object ColorCombo3: TColorCombo Left = 247 Top = 27 Width = 79 Height = 20 Caption = 'ColorCombo1' TabOrder = 11 OnKeyDown = ColorCombo3KeyDown OnMouseUp = ColorCombo3MouseUp Color = clWhite end object CheckBox3: TCheckBox Left = 330 Top = 28 Width = 16 Height = 17 Caption = 'CheckBox3' TabOrder = 12 end object ColorCombo4: TColorCombo Left = 247 Top = 52 Width = 79 Height = 20 Caption = 'ColorCombo1' TabOrder = 13 OnKeyDown = ColorCombo4KeyDown OnMouseUp = ColorCombo3MouseUp Color = clWhite end object CheckBox4: TCheckBox Left = 330 Top = 53 Width = 16 Height = 17 Caption = 'CheckBox3' TabOrder = 14 end object ColorCombo5: TColorCombo Left = 247 Top = 77 Width = 79 Height = 20 Caption = 'ColorCombo1' TabOrder = 15 OnKeyDown = ColorCombo5KeyDown OnMouseUp = ColorCombo3MouseUp Color = clWhite end object CheckBox5: TCheckBox Left = 330 Top = 78 Width = 16 Height = 17 Caption = 'CheckBox3' TabOrder = 16 end object ColorCombo6: TColorCombo Left = 247 Top = 102 Width = 79 Height = 20 Caption = 'ColorCombo1' TabOrder = 17 OnKeyDown = ColorCombo6KeyDown OnMouseUp = ColorCombo3MouseUp Color = clWhite end object CheckBox6: TCheckBox Left = 330 Top = 103 Width = 16 Height = 17 Caption = 'CheckBox3' TabOrder = 18 end end object TabSheet6: TTabSheet Caption = 'Classification' object Label40: TLabel Left = 33 Top = 10 Width = 32 Height = 13 Caption = 'display' end object Label41: TLabel Left = 8 Top = 35 Width = 57 Height = 13 Caption = 'white-space' end object Label42: TLabel Left = 3 Top = 60 Width = 59 Height = 13 Caption = 'list-style-type' end object ComboBox36: TComboBox Left = 67 Top = 6 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'none' '""' 'block' 'inline' 'list-item ') TabOrder = 0 OnChange = ComboBox36Change end object ComboBox37: TComboBox Left = 67 Top = 31 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'normal' 'pre' 'no-wrap ') TabOrder = 1 OnChange = ComboBox36Change end object ComboBox38: TComboBox Left = 67 Top = 56 Width = 126 Height = 21 ItemHeight = 13 Items.Strings = ( 'disc' 'circle' 'square' 'decimal' 'lower-roman' 'upper-roman' 'lower-alpha' 'upper-alpha') TabOrder = 2 OnChange = ComboBox36Change end end end object Panel1: TPanel Left = 480 Top = 0 Width = 176 Height = 237 Align = alRight TabOrder = 1 object Label39: TLabel Left = 11 Top = 130 Width = 58 Height = 13 Hint = 'Jm�no tagu, m��e b�t i jm�no '#13#10't��dy nap�. B , B.white nebo .whi' + 'te ' Caption = 'Jm�no tagu:' end object SpeedButton1: TSpeedButton Left = 143 Top = 144 Width = 25 Height = 25 Hint = 'Ulo�it styl do souboru' Flat = True Glyph.Data = { E6000000424DE60000000000000076000000280000000E0000000E0000000100 0400000000007000000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00800000000000 0000033000000880300003300000088030000330000000003000033000000000 300003333333333330000330000000033000030FFFFFFFF03000030FFFFFFFF0 3000030FFFFFFFF03000030FFFFFFFF03000030FFFFFFFF00000030FFFFFFFF0 80000000000000000000} end object SpeedButton4: TSpeedButton Left = 143 Top = 171 Width = 25 Height = 25 Hint = 'Obnovit' Flat = True Glyph.Data = { 36030000424D3603000000000000360000002800000010000000100000000100 18000000000000030000120B0000120B000000000000000000009F908F9F908F AA9A99AB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B9AAB9B 9AAA9A999F908F9F908F9F908FA09190443E3E3933333C33333B33333B33333B 33333B33333B33333B33333B333339343346403FA091909F908F9F908F9C8D8C 7E7E7EC1BEBEAABBBBAFBBBBB0BBBBB2BFC2B2BFC2B0BBBBAFBBBBABBBBBC3BF BF2B2B2B998A899F908F9F908F9A8B8AA49E9EE8FFFFC6FFFFCBFFFFD3FFFFB2 F1DFAFEFDCD2FFFFCBFFFFCBFFFFD7F6F63B36369889889F908F9F908F9A8B8A A19B9BE7FFFFC2FFFFCBFFFFB0EAD714923382C491CEF7F1CAFFFFC6FFFFD7F1 F13A35359889889F908F9F908F9A8B8AA29B9BE0FFFFC1FFFFCFFFFF7CCA9B00 831643AB5E4D942CCAE0CFC8FFFFD3F1F13B35359889889F908F9F908F9A8B8A 9C9B9BFFFFFFDFFFFFC9FFFFD9FFFF6EC28DAFE2C6C7B88084A774D2FFFFD1F1 F13B35359889889F908F9F908F9A8B8AA09B9BE9FFFFF6FFFFA9E4D4B2EDE3D3 FFFFCBFFFFC2E0D0B4CAABC9FFFFD6F1F13A35359889889F908F9F908F9A8B8A A19B9BE6FFFFC6FFFF90A772BEC9A8B9EAD6AAE0C5E8FFFFC8FFFFC6FFFFD6F1 F13A35359889889F908F9F908F9A8B8AA29B9BDDFFFFC5FFFFA2C8A9658E1F6C BE81078B27B1E0C4CAFFFFC9FFFFCEF3F33B35359889889F908F9F908F9A8B8A 9D9B9BFFFFFFDBFFFFFFFFFFA8DDBF53B16D00851B8CD2ABCCFFFFBBE5E5EAE4 E43636359889889F908F9F908F9A8B8A9D9B9BFFFFFFFFFFFFFFFFFFFFFFFF79 DFC496CFA6FFFFFF5C8B8B4848483435351F1D1CA192919F908F9F908F9A8B8A 9E9B9BFFFFFFFFFFFFFFFFFFFFFFFFEDFFFFC6FFFFDEFFFFBEB7B7E1E1E15E5C 5C8D7E7DA394939F908F9F908F9A8B8A989798F0F2F2F1F2F2F1F2F2F1F2F2F4 F2F2E0F2F2F4F2F2AFB0B14441418A7C7BA797969E908F9F908F9F908F9F908F 8D86868984848A84848A84848A84848A84848D84848A84848A8484988A89A393 929F908F9F908F9F908F9F908F9F908FA19190A19190A19190A19190A19190A1 9190A19190A19190A191909F908F9F908F9F908F9F908F9F908F} OnClick = SpeedButton4Click end object Panel2: TPanel Left = 1 Top = 1 Width = 174 Height = 130 Align = alTop TabOrder = 0 object WebBrowser1: TWebBrowser Left = 1 Top = 1 Width = 172 Height = 128 Align = alClient TabOrder = 0 ControlData = { 2C000000AC000000800000000100000001820000000000000000000000000000 000000004C000000000000000000000001000000E0D057007335CF11AE690800 2B2E126208000000000000004C0000000114020000000000C000000000000046 0000000000000000000000000000000000000000000000000000000000000000 00000000000000000100000000000000000000000000000000000000} end end object Button1: TButton Left = 95 Top = 205 Width = 75 Height = 25 Hint = 'Vlo�it do dokumentu' Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Edit1: TEdit Left = 10 Top = 145 Width = 131 Height = 21 TabOrder = 2 OnKeyPress = Edit1KeyPress end object Button2: TButton Left = 15 Top = 205 Width = 75 Height = 25 Cancel = True Caption = 'Zp�t' ModalResult = 2 TabOrder = 3 end object CheckBox7: TCheckBox Left = 15 Top = 170 Width = 66 Height = 17 Hint = 'Zobrazovat n�hled' Caption = 'Preview' State = cbChecked TabOrder = 4 end object CheckBox8: TCheckBox Left = 15 Top = 185 Width = 126 Height = 17 Hint = 'Vlo�� tag p�ed konec '#13#10'prvn�ho tagu ' TabOrder = 5 end end object StatusBar1: TStatusBar Left = 0 Top = 237 Width = 656 Height = 19 Panels = <> SimplePanel = False end end