object SearchProgressForm: TSearchProgressForm Left = 422 Height = 149 Top = 267 Width = 428 BorderStyle = bsDialog Caption = 'Searching....' ClientHeight = 149 ClientWidth = 428 OnCreate = SearchFormCREATE OnDestroy = SearchFormDESTROY Position = poOwnerFormCenter LCLVersion = '0.9.31' object Panel2: TPanel Left = 0 Height = 149 Top = 0 Width = 428 Align = alClient BevelInner = bvLowered ClientHeight = 149 ClientWidth = 428 FullRepaint = False TabOrder = 0 TabStop = True object lblMatches: TLabel Left = 121 Height = 1 Top = 80 Width = 1 ParentColor = False end object MatchesLabel: TLabel AnchorSideTop.Control = lblMatches AnchorSideTop.Side = asrCenter Left = 16 Height = 18 Top = 71 Width = 58 Caption = 'Matches' ParentColor = False end object lblProgress: TLabel Left = 121 Height = 1 Top = 48 Width = 1 ParentColor = False end object SearchingLabel: TLabel AnchorSideTop.Control = lblProgress AnchorSideTop.Side = asrCenter Left = 16 Height = 18 Top = 39 Width = 71 Caption = 'Searching:' ParentColor = False end object SearchTextLabel: TLabel AnchorSideTop.Control = lblSearchText AnchorSideTop.Side = asrCenter Left = 16 Height = 18 Top = 7 Width = 82 Caption = 'Search Text:' ParentColor = False end object lblSearchText: TLabel Left = 121 Height = 1 Top = 16 Width = 1 ParentColor = False end object btnCancel: TBitBtn Left = 177 Height = 32 Top = 112 Width = 89 AutoSize = True Cancel = True Caption = 'Cancel' Kind = bkCancel ModalResult = 2 NumGlyphs = 0 OnClick = btnAbortCLICK TabOrder = 0 end end end