home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / dclean / Dclean.exe / 0 / RCDATA / TRESULTFORM / TRESULTFORM.txt
Text File  |  2001-12-04  |  1KB  |  62 lines

  1. object ResultForm: TResultForm
  2.   Left = 314
  3.   Top = 143
  4.   ActiveControl = ExitBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Disk Cleaner Results'
  8.   ClientHeight = 285
  9.   ClientWidth = 389
  10.   Color = 47634134
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 16
  23.     Top = 16
  24.     Width = 96
  25.     Height = 13
  26.     Caption = 'Disk Cleaner results:'
  27.     Color = clNavy
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clNavy
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentColor = False
  34.     ParentFont = False
  35.     Transparent = True
  36.   end
  37.   object Result: TMemo
  38.     Left = 16
  39.     Top = 40
  40.     Width = 361
  41.     Height = 177
  42.     BorderStyle = bsNone
  43.     Color = 48412040
  44.     Ctl3D = False
  45.     ParentCtl3D = False
  46.     ReadOnly = True
  47.     ScrollBars = ssBoth
  48.     TabOrder = 0
  49.   end
  50.   object ExitBtn: TOwnerDrawBtn
  51.     Left = 150
  52.     Top = 236
  53.     Width = 89
  54.     Height = 41
  55.     Default = True
  56.     TabOrder = 1
  57.     Caption = '&Exit'
  58.     OnClick = ExitBtnClick
  59.     OnDrawButton = ExitBtnDrawButton
  60.   end
  61. end
  62.