home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 December / PCWorld_2002-12_cd.bin / Komunik / clanky / spam / bouncespammail / BSM18.exe / RCDATA / TFORM2 / TFORM2.txt < prev   
Text File  |  1998-06-14  |  2KB  |  122 lines

  1. object Form2: TForm2
  2.   Left = 379
  3.   Top = 160
  4.   BorderStyle = bsDialog
  5.   Caption = 'About BSM...'
  6.   ClientHeight = 180
  7.   ClientWidth = 282
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   ShowHint = True
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 112
  19.     Top = 36
  20.     Width = 80
  21.     Height = 13
  22.     Caption = 'by Albert Yale'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 196
  32.     Top = 36
  33.     Width = 79
  34.     Height = 13
  35.     Caption = 'ay@aci.qc.ca'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object Image1: TImage
  44.     Left = 4
  45.     Top = 4
  46.     Width = 274
  47.     Height = 28
  48.     Picture.Data = {<image000.bmp>}
  49.     OnClick = Image1Click
  50.   end
  51.   object Label3: TLabel
  52.     Left = 8
  53.     Top = 60
  54.     Width = 267
  55.     Height = 13
  56.     Caption = 'Bounce Spam Mail lets you send fake bounce messages'
  57.   end
  58.   object Label4: TLabel
  59.     Left = 8
  60.     Top = 76
  61.     Width = 263
  62.     Height = 13
  63.     Caption = 'to spammers to pretend your address is invalid. (Great to'
  64.   end
  65.   object Label5: TLabel
  66.     Left = 8
  67.     Top = 92
  68.     Width = 150
  69.     Height = 13
  70.     Caption = 'fake your way out of spam lists!)'
  71.   end
  72.   object Label6: TLabel
  73.     Left = 8
  74.     Top = 36
  75.     Width = 40
  76.     Height = 15
  77.     Caption = 'v.1.8'
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clBlack
  80.     Font.Height = -12
  81.     Font.Name = 'Fixedsys'
  82.     Font.Style = []
  83.     ParentFont = False
  84.   end
  85.   object Button1: TButton
  86.     Left = 4
  87.     Top = 118
  88.     Width = 105
  89.     Height = 25
  90.     Hint = 'mailto:ay@aci.qc.ca'
  91.     Caption = 'Email the author'
  92.     TabOrder = 1
  93.     OnClick = Button1Click
  94.   end
  95.   object Button2: TButton
  96.     Left = 4
  97.     Top = 150
  98.     Width = 105
  99.     Height = 25
  100.     Hint = 'http://ay.home.ml.org/'
  101.     Caption = 'Official webpage'
  102.     TabOrder = 2
  103.     OnClick = Button2Click
  104.   end
  105.   object Button3: TButton
  106.     Left = 212
  107.     Top = 150
  108.     Width = 65
  109.     Height = 25
  110.     Caption = 'Close'
  111.     TabOrder = 0
  112.     OnClick = Button3Click
  113.   end
  114.   object AboutTimer: TTimer
  115.     Enabled = False
  116.     Interval = 100
  117.     OnTimer = AboutTimerTimer
  118.     Left = 128
  119.     Top = 124
  120.   end
  121. end
  122.