object frmSearch: TfrmSearch Left = 532 Top = 540 Width = 460 Height = 165 Caption = 'WinDown - Could not find component' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblMessage1: TLabel Left = 80 Top = 10 Width = 360 Height = 26 AutoSize = False Caption = 'WinDown was not able to find a component of WinDown (WD2.EXE) in' + ' the same folder as WinDown or on the path.' end object lblMessage2: TLabel Left = 80 Top = 41 Width = 360 Height = 26 AutoSize = False Caption = 'WinDown is attempting to find this component. If it cannot find ' + 'it, WinDown will still work, but some shutdown actions will be u' + 'navailable.' end object lblMessage3: TLabel Left = 80 Top = 77 Width = 51 Height = 13 Caption = 'Searching ' end object lblStatus: TLabel Left = 131 Top = 77 Width = 309 Height = 13 AutoSize = False end object aviSearch: TAnimationControl Left = 10 Top = 10 Width = 50 Height = 47 Center = True Transparent = True Autoplay = True TabOrder = 0 end object btnStop: TButton Left = 365 Top = 110 Width = 75 Height = 25 Cancel = True Caption = '&Stop' Default = True TabOrder = 1 OnClick = btnStopClick end object btnFind: TButton Left = 270 Top = 110 Width = 85 Height = 25 Caption = 'Find it myself' TabOrder = 2 OnClick = btnFindClick end end