object ResultForm: TResultForm Left = 314 Top = 143 ActiveControl = ExitBtn BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Disk Cleaner Results' ClientHeight = 285 ClientWidth = 389 Color = 47634134 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 16 Width = 96 Height = 13 Caption = 'Disk Cleaner results:' Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Transparent = True end object Result: TMemo Left = 16 Top = 40 Width = 361 Height = 177 BorderStyle = bsNone Color = 48412040 Ctl3D = False ParentCtl3D = False ReadOnly = True ScrollBars = ssBoth TabOrder = 0 end object ExitBtn: TOwnerDrawBtn Left = 150 Top = 236 Width = 89 Height = 41 Default = True TabOrder = 1 Caption = '&Exit' OnClick = ExitBtnClick OnDrawButton = ExitBtnDrawButton end end