object SearchForm: TSearchForm Left = 422 Height = 149 Top = 267 Width = 428 BorderStyle = bsDialog Caption = 'Searching....' ClientHeight = 149 ClientWidth = 428 OnCreate = SearchFormCREATE OnDestroy = SearchFormDESTROY ParentFont = False Position = poOwnerFormCenter LCLVersion = '0.9.25' object Panel2: TPanel Height = 149 Width = 428 Align = alClient BevelInner = bvLowered ClientHeight = 149 ClientWidth = 428 FullRepaint = False TabOrder = 0 TabStop = True OnClick = Panel2Click object lblMatches: TLabel Left = 121 Height = 14 Top = 80 Width = 1 ParentColor = False end object MatchesLabel: TLabel AnchorSideTop.Control = lblMatches AnchorSideTop.Side = asrCenter Left = 16 Height = 14 Top = 80 Width = 41 Caption = 'Matches' ParentColor = False end object lblProgress: TLabel Left = 121 Height = 14 Top = 48 Width = 1 ParentColor = False end object SearchingLabel: TLabel AnchorSideTop.Control = lblProgress AnchorSideTop.Side = asrCenter Left = 16 Height = 14 Top = 48 Width = 52 Caption = 'Searching:' ParentColor = False end object SearchTextLabel: TLabel AnchorSideTop.Control = lblSearchText AnchorSideTop.Side = asrCenter Left = 16 Height = 14 Top = 16 Width = 63 Caption = 'Search Text:' ParentColor = False end object lblSearchText: TLabel Left = 121 Height = 14 Top = 16 Width = 1 ParentColor = False end object btnCancel: TBitBtn Left = 177 Height = 23 Top = 112 Width = 58 AutoSize = True Caption = 'Cancel' Default = True NumGlyphs = 0 OnClick = btnAbortCLICK TabOrder = 0 end end end