home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 376
- Top = 347
- BorderStyle = bsDialog
- Caption = 'About...'
- ClientHeight = 147
- ClientWidth = 278
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Version: TLabel
- Left = 56
- Top = 28
- Width = 92
- Height = 13
- Caption = 'Version 1.0.5, 2001'
- end
- object Image1: TImage
- Left = 12
- Top = 24
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- end
- object Author: TLabel
- Left = 56
- Top = 44
- Width = 137
- Height = 13
- Caption = 'Copyright � Troels Jakobsen'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Freeware: TLabel
- Left = 56
- Top = 76
- Width = 118
- Height = 13
- Caption = 'This program is freeware.'
- end
- object Product: TLabel
- Left = 56
- Top = 8
- Width = 134
- Height = 19
- Caption = 'Disk Free Monitor'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object HtmlLink: TLabel
- Left = 56
- Top = 60
- Width = 164
- Height = 13
- Cursor = crHandPoint
- Caption = 'http://www3.ewebcity.com/troels/'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentFont = False
- OnClick = HtmlLinkClick
- end
- object Button1: TButton
- Left = 102
- Top = 108
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- end
-