home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 269
- Top = 153
- 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 ka�d�ho ��dku'
- Checked = True
- TabOrder = 0
- TabStop = True
- end
- object konec: TRadioButton
- Left = 192
- Top = 32
- Width = 129
- Height = 17
- Caption = 'konec ka�d�ho ��dku'
- TabOrder = 1
- end
- object Edit1: TEdit
- Left = 56
- Top = 56
- Width = 257
- Height = 21
- TabOrder = 2
- end
- object Button1: TButton
- Left = 72
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 3
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 192
- Top = 88
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Zru�it'
- ModalResult = 2
- TabOrder = 4
- end
- end
-