home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 247
- Top = 161
- BorderStyle = bsNone
- Caption = 'About'
- ClientHeight = 143
- ClientWidth = 298
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClick = FormClick
- OnKeyDown = FormKeyDown
- OnPaint = FormPaint
- PixelsPerInch = 96
- TextHeight = 13
- object ProductName: TLabel
- Left = 81
- Top = 16
- Width = 60
- Height = 13
- Caption = 'Disk Cleaner'
- IsControl = True
- end
- object ProgramIcon: TImage
- Left = 9
- Top = 16
- Width = 178
- Height = 88
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- OnClick = FormClick
- IsControl = True
- end
- object Version: TLabel
- Left = 157
- Top = 40
- Width = 68
- Height = 13
- Caption = 'Version 1.4.0a'
- OnClick = FormClick
- IsControl = True
- end
- object Copyright: TLabel
- Left = 157
- Top = 20
- Width = 132
- Height = 13
- Caption = '� 1998-2001 R.J. Moerland'
- OnClick = FormClick
- IsControl = True
- end
- object Comments: TLabel
- Left = 157
- Top = 60
- Width = 44
- Height = 13
- Caption = 'Freeware'
- WordWrap = True
- OnClick = FormClick
- IsControl = True
- end
- object HyperLabel: TLabel
- Left = 81
- Top = 108
- Width = 137
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://diskcleaner.tripod.com'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- WordWrap = True
- OnClick = HyperLabelClick
- IsControl = True
- end
- object Label1: TLabel
- Left = 60
- Top = 124
- Width = 190
- Height = 13
- Caption = 'Press a key or click to close this window'
- OnClick = FormClick
- end
- end
-