home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / sharewar / dclean / Dclean.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2001-12-04  |  1.9 KB  |  95 lines

  1. object AboutBox: TAboutBox
  2.   Left = 247
  3.   Top = 161
  4.   BorderStyle = bsNone
  5.   Caption = 'About'
  6.   ClientHeight = 143
  7.   ClientWidth = 298
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClick = FormClick
  17.   OnKeyDown = FormKeyDown
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ProductName: TLabel
  22.     Left = 81
  23.     Top = 16
  24.     Width = 60
  25.     Height = 13
  26.     Caption = 'Disk Cleaner'
  27.     IsControl = True
  28.   end
  29.   object ProgramIcon: TImage
  30.     Left = 9
  31.     Top = 16
  32.     Width = 178
  33.     Height = 88
  34.     AutoSize = True
  35.     Picture.Data = {<image000.bmp>}
  36.     OnClick = FormClick
  37.     IsControl = True
  38.   end
  39.   object Version: TLabel
  40.     Left = 157
  41.     Top = 40
  42.     Width = 68
  43.     Height = 13
  44.     Caption = 'Version 1.4.0a'
  45.     OnClick = FormClick
  46.     IsControl = True
  47.   end
  48.   object Copyright: TLabel
  49.     Left = 157
  50.     Top = 20
  51.     Width = 132
  52.     Height = 13
  53.     Caption = '∩┐╜ 1998-2001 R.J. Moerland'
  54.     OnClick = FormClick
  55.     IsControl = True
  56.   end
  57.   object Comments: TLabel
  58.     Left = 157
  59.     Top = 60
  60.     Width = 44
  61.     Height = 13
  62.     Caption = 'Freeware'
  63.     WordWrap = True
  64.     OnClick = FormClick
  65.     IsControl = True
  66.   end
  67.   object HyperLabel: TLabel
  68.     Left = 81
  69.     Top = 108
  70.     Width = 137
  71.     Height = 13
  72.     Cursor = crHandPoint
  73.     Caption = 'http://diskcleaner.tripod.com'
  74.     Color = clWhite
  75.     Font.Charset = DEFAULT_CHARSET
  76.     Font.Color = clBlue
  77.     Font.Height = -11
  78.     Font.Name = 'MS Sans Serif'
  79.     Font.Style = []
  80.     ParentColor = False
  81.     ParentFont = False
  82.     WordWrap = True
  83.     OnClick = HyperLabelClick
  84.     IsControl = True
  85.   end
  86.   object Label1: TLabel
  87.     Left = 60
  88.     Top = 124
  89.     Width = 190
  90.     Height = 13
  91.     Caption = 'Press a key or click to close this window'
  92.     OnClick = FormClick
  93.   end
  94. end
  95.