object frxSearchDesignForm: TfrxSearchDesignForm Left = 555 Height = 537 Top = 173 Width = 183 BorderStyle = bsNone Caption = 'frxSearchDForm' ClientHeight = 537 ClientWidth = 183 Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' KeyPreview = True OnCreate = FormCreate OnKeyDown = FormKeyDown OnResize = FormResize OnShow = FormShow LCLVersion = '2.0.8.0' object pnlSearch: TPanel Left = 0 Height = 337 Top = 0 Width = 183 Align = alTop BevelOuter = bvNone ClientHeight = 337 ClientWidth = 183 TabOrder = 0 object lblFind: TLabel Left = 2 Height = 13 Top = 25 Width = 58 Caption = 'Text to Find' ParentColor = False end object edtFind: TEdit Left = 2 Height = 21 Top = 39 Width = 176 Anchors = [akTop, akLeft, akRight] OnKeyDown = edtFindKeyDown TabOrder = 0 end object btnFind: TButton Left = 85 Height = 25 Top = 306 Width = 93 Anchors = [akRight, akBottom] Caption = 'Find' OnClick = btnFindClick TabOrder = 2 end object gbSearch: TGroupBox Left = 2 Height = 107 Top = 66 Width = 176 Anchors = [akTop, akLeft, akRight] Caption = 'Search in' ClientHeight = 89 ClientWidth = 172 TabOrder = 1 object chkName: TCheckBox Left = 8 Height = 19 Top = 18 Width = 47 Caption = 'Name' TabOrder = 0 end object chkStrings: TCheckBox Left = 8 Height = 19 Top = 39 Width = 53 Caption = 'Strings' TabOrder = 1 end object chkContent: TCheckBox Left = 8 Height = 19 Top = 60 Width = 59 Caption = 'Content' TabOrder = 2 end object chkScript: TCheckBox Left = 8 Height = 19 Top = 81 Width = 47 Caption = 'Script' TabOrder = 3 end end object GroupBox1: TGroupBox Left = 2 Height = 119 Top = 179 Width = 176 Anchors = [akTop, akLeft, akRight] Caption = 'Search options' ClientHeight = 101 ClientWidth = 172 TabOrder = 3 object chkReplace: TCheckBox Left = 8 Height = 19 Top = 64 Width = 85 Caption = 'Replace with:' OnClick = GReplaceEv TabOrder = 0 end object ReplaceText: TEdit Left = 8 Height = 21 Top = 87 Width = 160 Anchors = [akTop, akLeft, akRight] OnDblClick = ReplaceTextDblClick OnKeyDown = edtFindKeyDown TabOrder = 1 end object chkCase: TCheckBox Left = 8 Height = 19 Top = 17 Width = 89 Caption = 'Case sensitive' TabOrder = 2 end object FindAllCB: TCheckBox Left = 8 Height = 19 Top = 40 Width = 53 Caption = 'Find all' TabOrder = 3 end end end end