object fFindReplace: TfFindReplace Left = 322 Top = 178 BorderIcons = [] BorderStyle = bsSingle Caption = 'Naj�t' ClientHeight = 175 ClientWidth = 414 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lFind: TLabel Left = 7 Top = 12 Width = 25 Height = 13 Caption = 'Naj�t:' end object lReplace: TLabel Left = 8 Top = 34 Width = 43 Height = 13 Caption = 'Nahradit:' end object cbFindText: TComboBox Left = 72 Top = 8 Width = 337 Height = 21 ItemHeight = 13 TabOrder = 0 end object cbReplaceText: TComboBox Left = 72 Top = 32 Width = 337 Height = 21 ItemHeight = 13 TabOrder = 1 end object gbOption: TGroupBox Left = 8 Top = 61 Width = 169 Height = 76 Caption = 'Mo�nosti' TabOrder = 2 object cCaseSensitive: TCheckBox Left = 16 Top = 16 Width = 145 Height = 17 Caption = '&Rozli�ovat velikost p�smen' TabOrder = 0 end object cWholeWord: TCheckBox Left = 16 Top = 32 Width = 145 Height = 17 Caption = 'Pou&ze cel� slova' TabOrder = 1 end object cAskReplace: TCheckBox Left = 16 Top = 48 Width = 145 Height = 17 Caption = '&Dotaz p�ed nahrazen�m' TabOrder = 2 end end object gbDirection: TGroupBox Left = 184 Top = 61 Width = 105 Height = 76 Caption = 'Sm�r hled�n�' TabOrder = 3 object rForward: TRadioButton Left = 16 Top = 16 Width = 81 Height = 17 Caption = 'V&p�ed' Checked = True TabOrder = 0 TabStop = True end object rBackward: TRadioButton Left = 16 Top = 32 Width = 81 Height = 17 Caption = 'Vz&ad' TabOrder = 1 end object rEntireScope: TRadioButton Left = 16 Top = 48 Width = 81 Height = 17 Caption = 'Cel� &text' TabOrder = 2 end end object gbScope: TGroupBox Left = 297 Top = 61 Width = 112 Height = 76 Caption = 'Rozsah' TabOrder = 4 object rAllText: TRadioButton Left = 16 Top = 16 Width = 89 Height = 17 Caption = '&Cel� soubor' Checked = True TabOrder = 0 TabStop = True end object rSelectedText: TRadioButton Left = 16 Top = 32 Width = 89 Height = 17 Caption = 'Oz&na�en� text' TabOrder = 1 end end object bOK: TButton Left = 256 Top = 142 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = '&OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = FindReplace end object bCancel: TButton Left = 336 Top = 142 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Cancel = True Caption = '&Storno' ModalResult = 2 TabOrder = 6 end end