object SearchProgressDlg: TSearchProgressDlg Left = 358 Top = 294 BorderStyle = bsToolWindow Caption = 'Searching' ClientHeight = 91 ClientWidth = 255 ParentFont = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 3 Top = 4 Width = 249 Height = 85 end object HitLabel: TLabel Left = 64 Top = 64 Width = 180 Height = 13 AutoSize = False Caption = '0' end object NameDisplay: TPaintBox Left = 64 Top = 40 Width = 180 Height = 13 OnPaint = NameDisplayPaint end object TextDisplay: TPaintBox Left = 64 Top = 14 Width = 180 Height = 13 OnPaint = TextDisplayPaint end object Placeholder: TBevel Left = 8 Top = 24 Width = 17 Height = 25 end end