object Form6: TForm6 Left = 283 Top = 255 BorderStyle = bsDialog Caption = 'P�idat na za��tek �i konec ka�d�ho ��dku' ClientHeight = 120 ClientWidth = 333 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 128 Top = 8 Width = 56 Height = 16 Caption = 'P�idat na.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 16 Top = 56 Width = 23 Height = 16 Caption = 'text:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object zacatek: TRadioButton Left = 48 Top = 32 Width = 137 Height = 17 Caption = 'za��tek ��dku' Checked = True TabOrder = 0 TabStop = True end object konec: TRadioButton Left = 192 Top = 32 Width = 129 Height = 17 Caption = 'konec ��dku' TabOrder = 1 end object Edit1: TEdit Left = 56 Top = 56 Width = 257 Height = 21 TabOrder = 2 end object Button1: TButton Left = 24 Top = 88 Width = 75 Height = 25 Caption = 'V &cel�m textu' Default = True ModalResult = 8 TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 224 Top = 88 Width = 75 Height = 25 Cancel = True Caption = '&Zru�it' ModalResult = 2 TabOrder = 5 end object Button3: TButton Left = 128 Top = 88 Width = 75 Height = 25 Caption = 'V &bloku' ModalResult = 6 TabOrder = 4 OnClick = Button3Click end end