object frxSearchDialog: TfrxSearchDialog Left = 200 Height = 236 Top = 108 Width = 252 AutoSize = True BorderStyle = bsDialog Caption = 'Find text' ClientHeight = 236 ClientWidth = 252 Color = clBtnFace Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' KeyPreview = True OnActivate = FormActivate OnCreate = FormCreate OnHide = FormHide OnKeyDown = FormKeyDown OnShow = FormShow Position = poScreenCenter LCLVersion = '1.2.6.0' object ReplacePanel: TPanel Left = 0 Height = 52 Top = 49 Width = 252 Align = alTop BevelOuter = bvNone ClientHeight = 52 ClientWidth = 252 TabOrder = 1 Visible = False object ReplaceL: TLabel Left = 8 Height = 13 Top = 4 Width = 61 Caption = 'Replace with' FocusControl = ReplaceE ParentColor = False end object ReplaceE: TEdit Left = 8 Height = 21 Top = 20 Width = 237 HelpContext = 98 TabOrder = 0 end end object Panel2: TPanel Left = 0 Height = 49 Top = 0 Width = 252 Align = alTop BevelOuter = bvNone ClientHeight = 49 ClientWidth = 252 TabOrder = 0 object TextL: TLabel Left = 8 Height = 13 Top = 4 Width = 56 Caption = 'Text to find' FocusControl = TextE ParentColor = False end object TextE: TEdit Left = 8 Height = 21 Top = 20 Width = 237 HelpContext = 98 TabOrder = 0 end end object Panel3: TPanel Left = 0 Height = 129 Top = 101 Width = 252 Align = alTop BevelOuter = bvNone ClientHeight = 129 ClientWidth = 252 TabOrder = 2 object OkB: TButton Left = 90 Height = 25 Top = 96 Width = 75 HelpContext = 40 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelB: TButton Left = 170 Height = 25 Top = 96 Width = 75 HelpContext = 50 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object SearchL: TGroupBox Left = 8 Height = 89 Top = 0 Width = 237 Caption = 'Search options' ClientHeight = 71 ClientWidth = 233 TabOrder = 2 object CaseCB: TCheckBox Left = 8 Height = 19 Top = 40 Width = 89 HelpContext = 107 Caption = 'Case sensitive' TabOrder = 0 end object TopCB: TCheckBox Left = 8 Height = 19 Top = 20 Width = 97 Caption = 'Search from top' TabOrder = 1 end end end end