object fFindRun: TfFindRun Left = 322 Top = 103 BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp] BorderStyle = bsSizeToolWin Caption = 'Searching...' ClientHeight = 91 ClientWidth = 260 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Panel: TPanel Left = 4 Top = 4 Width = 253 Height = 78 BevelInner = bvLowered BevelOuter = bvNone TabOrder = 0 object lblFoundCap: TLabel Left = 58 Top = 56 Width = 33 Height = 13 Caption = 'Found:' end object lblSearchingCap: TLabel Left = 58 Top = 34 Width = 51 Height = 13 Caption = 'Searching:' end object lblTextCap: TLabel Left = 58 Top = 12 Width = 24 Height = 13 Caption = 'Text:' end object lblFound: TLabel Left = 99 Top = 56 Width = 15 Height = 13 Caption = 'xxx' end object lblSearching: TLabel Left = 119 Top = 34 Width = 25 Height = 13 Caption = 'xxxxx' end object lblText: TLabel Left = 90 Top = 12 Width = 20 Height = 13 Caption = 'xxxx' end object Animate: TAnimate Left = 8 Top = 12 Width = 16 Height = 16 CommonAVI = aviFindFile StopFrame = 8 end end end