object frmHledatAll: TfrmHledatAll Left = 131 Top = 99 BorderStyle = bsDialog Caption = 'Naj�t' ClientHeight = 183 ClientWidth = 487 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnActivate = FormActivate OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 59 Height = 13 Caption = '&Hledan� text' FocusControl = edtHLEDANY end object Label2: TLabel Left = 8 Top = 200 Width = 83 Height = 13 Caption = 'Text k &nahrazen�:' FocusControl = edtNAHRAZENY end object btnOK: TButton Left = 352 Top = 24 Width = 75 Height = 25 Caption = '&Naj�t' Default = True TabOrder = 2 OnClick = btnOKClick end object btnStorno: TButton Left = 352 Top = 80 Width = 75 Height = 25 Cancel = True Caption = 'Storno' TabOrder = 7 OnClick = btnStornoClick end object CheckBox1: TCheckBox Left = 352 Top = 128 Width = 121 Height = 17 Caption = 'Pouze cel� &slova' TabOrder = 5 OnClick = CheckBox1Click end object CheckBox2: TCheckBox Left = 352 Top = 152 Width = 137 Height = 17 Caption = '&Rozli�ovat mal�/velk�' TabOrder = 6 OnClick = CheckBox2Click end object edtHLEDANY: TMemo Left = 8 Top = 24 Width = 329 Height = 73 HideSelection = False TabOrder = 0 OnEnter = edtHLEDANYEnter OnKeyDown = edtHLEDANYKeyDown end object rdgWhere: TRadioGroup Left = 8 Top = 104 Width = 185 Height = 73 Caption = 'Kde hledat' ItemIndex = 0 Items.Strings = ( 'aktu�ln� &dokument' '&v�echny otev�en� dokumenty') TabOrder = 3 OnClick = rdgWhereClick end object rdgRange: TRadioGroup Left = 200 Top = 104 Width = 137 Height = 73 Caption = 'Rozsah' ItemIndex = 0 Items.Strings = ( 'od pozice &kurzoru' 'v &cel�m textu') TabOrder = 4 end object edtNAHRAZENY: TMemo Left = 8 Top = 216 Width = 329 Height = 73 HideSelection = False TabOrder = 1 OnEnter = edtNAHRAZENYEnter OnKeyDown = edtHLEDANYKeyDown end object btnReplAll: TButton Left = 352 Top = 50 Width = 75 Height = 25 Caption = 'Z&am�nit v�e' TabOrder = 8 OnClick = btnReplAllClick end object FormStorage1: TFormStorage StoredProps.Strings = ( 'rdgRange.ItemIndex' 'CheckBox1.Checked' 'CheckBox2.Checked') Left = 440 Top = 40 end end