object Form2: TForm2 Left = 379 Top = 160 BorderStyle = bsDialog Caption = 'About BSM...' ClientHeight = 180 ClientWidth = 282 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 112 Top = 36 Width = 80 Height = 13 Caption = 'by Albert Yale' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 196 Top = 36 Width = 79 Height = 13 Caption = 'ay@aci.qc.ca' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 4 Top = 4 Width = 274 Height = 28 Picture.Data = {} OnClick = Image1Click end object Label3: TLabel Left = 8 Top = 60 Width = 267 Height = 13 Caption = 'Bounce Spam Mail lets you send fake bounce messages' end object Label4: TLabel Left = 8 Top = 76 Width = 263 Height = 13 Caption = 'to spammers to pretend your address is invalid. (Great to' end object Label5: TLabel Left = 8 Top = 92 Width = 150 Height = 13 Caption = 'fake your way out of spam lists!)' end object Label6: TLabel Left = 8 Top = 36 Width = 40 Height = 15 Caption = 'v.1.8' Font.Charset = ANSI_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False end object Button1: TButton Left = 4 Top = 118 Width = 105 Height = 25 Hint = 'mailto:ay@aci.qc.ca' Caption = 'Email the author' TabOrder = 1 OnClick = Button1Click end object Button2: TButton Left = 4 Top = 150 Width = 105 Height = 25 Hint = 'http://ay.home.ml.org/' Caption = 'Official webpage' TabOrder = 2 OnClick = Button2Click end object Button3: TButton Left = 212 Top = 150 Width = 65 Height = 25 Caption = 'Close' TabOrder = 0 OnClick = Button3Click end object AboutTimer: TTimer Enabled = False Interval = 100 OnTimer = AboutTimerTimer Left = 128 Top = 124 end end