object AboutBox: TAboutBox Left = 191 Top = 107 BorderStyle = bsDialog Caption = 'About FDS' ClientHeight = 238 ClientWidth = 296 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 Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 185 BevelInner = bvRaised BevelOuter = bvLowered ParentColor = True TabOrder = 0 object ProgramIcon: TImage Left = 8 Top = 32 Width = 49 Height = 41 Center = True Picture.Data = {} Transparent = True IsControl = True end object ProductName: TLabel Left = 72 Top = 32 Width = 134 Height = 20 Caption = 'Free Disk Space' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False IsControl = True end object Version: TLabel Left = 72 Top = 64 Width = 59 Height = 13 Caption = 'Version 1.07' IsControl = True end object Copyright: TLabel Left = 72 Top = 128 Width = 161 Height = 13 Caption = 'Copyright 1998 Fabrice De Weerd' IsControl = True end object Comments: TLabel Left = 104 Top = 152 Width = 74 Height = 13 Alignment = taCenter Caption = 'FdW@Surf.BE' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False WordWrap = True IsControl = True end object Label1: TLabel Left = 144 Top = 64 Width = 48 Height = 13 Caption = '(Mailware)' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Image1: TImage Left = 8 Top = 120 Width = 49 Height = 41 Center = True Picture.Data = {} Transparent = True IsControl = True end object Bevel1: TBevel Left = 1 Top = 104 Width = 278 Height = 17 Shape = bsTopLine end end object OKButton: TButton Left = 111 Top = 204 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end