object formExit: TformExit Left = 441 Top = 314 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Rapid File Defragmentor' ClientHeight = 65 ClientWidth = 285 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object lblExiting: TLabel Left = 48 Top = 16 Width = 227 Height = 26 Alignment = taCenter Caption = 'Exiting...'#13#10'Waiting until all tasks have completed execution' end object imgIcon: TImage Left = 8 Top = 16 Width = 32 Height = 32 end end