home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 March / PCWorld_1999-03_cd.bin / TemaCD / MailWar / MailWarrior2.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Text File  |  1999-02-09  |  2KB  |  100 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 179
  3.   Top = 123
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About...'
  7.   ClientHeight = 138
  8.   ClientWidth = 264
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 8
  22.     Top = 8
  23.     Width = 51
  24.     Height = 48
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     Transparent = True
  28.   end
  29.   object Label1: TLabel
  30.     Left = 64
  31.     Top = 8
  32.     Width = 181
  33.     Height = 13
  34.     Caption = 'Kaufman Mail Warrior v2.12'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Verdana'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42.   object Label2: TLabel
  43.     Left = 64
  44.     Top = 24
  45.     Width = 193
  46.     Height = 26
  47.     AutoSize = False
  48.     Caption = 'Copyright ∩┐╜ 1999 Kaufman Alex'#13#10'All rights reserved'
  49.   end
  50.   object lblWebPage: TLabel
  51.     Left = 8
  52.     Top = 64
  53.     Width = 247
  54.     Height = 13
  55.     Cursor = crHandPoint
  56.     Caption = 'http://pages.infinit.net/kaufman/Index.htm'
  57.     Font.Charset = ANSI_CHARSET
  58.     Font.Color = clBlue
  59.     Font.Height = -11
  60.     Font.Name = 'Verdana'
  61.     Font.Style = [fsUnderline]
  62.     ParentFont = False
  63.     OnClick = lblWebPageClick
  64.   end
  65.   object lblEmail: TLabel
  66.     Left = 8
  67.     Top = 80
  68.     Width = 132
  69.     Height = 13
  70.     Cursor = crHandPoint
  71.     Caption = 'Kaufman@videotron.ca'
  72.     Font.Charset = ANSI_CHARSET
  73.     Font.Color = clBlue
  74.     Font.Height = -11
  75.     Font.Name = 'Verdana'
  76.     Font.Style = [fsUnderline]
  77.     ParentFont = False
  78.     OnClick = lblEmailClick
  79.   end
  80.   object btnOK: TButton
  81.     Left = 96
  82.     Top = 112
  83.     Width = 73
  84.     Height = 23
  85.     Caption = '&OK'
  86.     Default = True
  87.     TabOrder = 0
  88.     OnClick = btnOKClick
  89.   end
  90.   object btnSysInfo: TButton
  91.     Left = 176
  92.     Top = 112
  93.     Width = 81
  94.     Height = 23
  95.     Caption = '&System info'
  96.     TabOrder = 1
  97.     OnClick = btnSysInfoClick
  98.   end
  99. end
  100.