home *** CD-ROM | disk | FTP | other *** search
/ Freelog 11 / Freelog011.iso / BestOf / PhoenixMail / Source / phoenix / FMInfo.dfm / FMInfo.txt
Text File  |  1999-02-20  |  5KB  |  219 lines

  1. object InfoForm: TInfoForm
  2.   Left = 270
  3.   Top = 237
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 294
  8.   ClientWidth = 333
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 12
  21.     Top = 256
  22.     Width = 317
  23.     Height = 9
  24.     Shape = bsTopLine
  25.   end
  26.   object Label2: TLabel
  27.     Tag = 309
  28.     Left = 92
  29.     Top = 264
  30.     Width = 46
  31.     Height = 13
  32.     Caption = '&License...'
  33.     Visible = False
  34.   end
  35.   object Label3: TLabel
  36.     Tag = 310
  37.     Left = 92
  38.     Top = 280
  39.     Width = 37
  40.     Height = 13
  41.     Caption = '&About...'
  42.     Visible = False
  43.   end
  44.   object Label4: TLabel
  45.     Tag = 308
  46.     Left = 44
  47.     Top = 264
  48.     Width = 37
  49.     Height = 13
  50.     Caption = 'License'
  51.     Visible = False
  52.   end
  53.   object Label5: TLabel
  54.     Tag = 307
  55.     Left = 44
  56.     Top = 280
  57.     Width = 28
  58.     Height = 13
  59.     Caption = 'About'
  60.     Visible = False
  61.   end
  62.   object Label1: TLabel
  63.     Left = 6
  64.     Top = 250
  65.     Width = 35
  66.     Height = 13
  67.     Caption = 'Version'
  68.     Enabled = False
  69.   end
  70.   object Button1: TButton
  71.     Tag = 116
  72.     Left = 252
  73.     Top = 264
  74.     Width = 75
  75.     Height = 25
  76.     Cancel = True
  77.     Caption = '&OK'
  78.     Default = True
  79.     ModalResult = 1
  80.     TabOrder = 0
  81.   end
  82.   object Button2: TButton
  83.     Left = 172
  84.     Top = 264
  85.     Width = 75
  86.     Height = 25
  87.     Caption = '&License...'
  88.     TabOrder = 1
  89.     OnClick = Button2Click
  90.   end
  91.   object Notebook1: TNotebook
  92.     Left = 0
  93.     Top = 0
  94.     Width = 333
  95.     Height = 249
  96.     Align = alTop
  97.     PageIndex = 1
  98.     TabOrder = 3
  99.     object TPage
  100.       Left = 0
  101.       Top = 0
  102.       Caption = 'About'
  103.       object PanelEx1: TPanelEx
  104.         Left = 6
  105.         Top = 5
  106.         Width = 320
  107.         Height = 240
  108.         BevelOuter = bvNone
  109.         Caption = 'PanelEx1'
  110.         Color = clBlack
  111.         TabOrder = 0
  112.         OnPaint = PaintBox1Paint
  113.       end
  114.     end
  115.     object TPage
  116.       Left = 0
  117.       Top = 0
  118.       Caption = 'License'
  119.       object Memo1: TMemo
  120.         Left = 6
  121.         Top = 5
  122.         Width = 320
  123.         Height = 240
  124.         Cursor = crArrow
  125.         Color = clBtnFace
  126.         Ctl3D = True
  127.         Lines.Strings = (
  128.           'Phoenix Mail'
  129.           'Copyright ∩┐╜ 1998-99 Michael Haller'
  130.           'All Rights Reserved.'
  131.           ''
  132.           'This program is free software; you can redistribute it and/or '
  133.           'modify it under the terms of the GNU General Public License '
  134.           'as published by the Free Software Foundation; either version '
  135.           '2 of the License, or (at your option) any later version.'
  136.           ''
  137.           'This program is distributed in the hope that it will be useful, '
  138.           'but WITHOUT ANY WARRANTY; without even the implied '
  139.           'warranty of MERCHANTABILITY or FITNESS FOR A '
  140.           'PARTICULAR PURPOSE.  See the GNU General Public '
  141.           'License for more details.'
  142.           ''
  143.           'You should have received a copy of the GNU General Public '
  144.           'License along with this program; if not, write to the Free '
  145.           'Software Foundation, Inc., 59 Temple Place - Suite 330, '
  146.           'Boston, MA  02111-1307, USA.'
  147.           ''
  148.           '')
  149.         ParentCtl3D = False
  150.         ReadOnly = True
  151.         ScrollBars = ssVertical
  152.         TabOrder = 0
  153.       end
  154.     end
  155.   end
  156.   object ListBox1: TListBox
  157.     Left = 96
  158.     Top = 76
  159.     Width = 121
  160.     Height = 149
  161.     ItemHeight = 13
  162.     Items.Strings = (
  163.       '#Phoenix Mail'
  164.       'Copyright ∩┐╜ 1998-99 Michael Haller'
  165.       'All Rights Reserved.'
  166.       ''
  167.       '- Open Source Software -'
  168.       ''
  169.       '$Thank you for using Phoenix Mail.'
  170.       '#Author'
  171.       'Michael Haller'
  172.       '#Components'
  173.       'TDialUp - BEALsoft / Davide Moretti'
  174.       'TExtListView - Brad Stowers'
  175.       'TSock - Tom Bradford'
  176.       'TSockets - Gary Desrosiers'
  177.       'TXPrint - Rainer Reusch & Toolbox'
  178.       '#Translators'
  179.       'Paulo Bazaglia'
  180.       'Claudio Bondavalli'
  181.       'Allan Christensen'
  182.       'Michael Haller'
  183.       'Jorgen Larsen'
  184.       'Algimantas Litvinas'
  185.       'Nick Niktaris'
  186.       'Marko Opic'
  187.       'David Rogeron'
  188.       'Nikolai Savich'
  189.       'Ignacio Atencia Tarifa'
  190.       'Reidar Toll∩┐╜ng'
  191.       'Jean-Pierre van Melis'
  192.       '#Help File'
  193.       'Phillip Perkmann'
  194.       '#Greetings to'
  195.       'Thomas, Elmar, Silvia, Maria, Anna'
  196.       '#Thanks to'
  197.       'Stephen Benjamin'
  198.       'Dana Booth'
  199.       'Jeffrey Drake'
  200.       'Paul M. Goorskis '
  201.       'Hans-Joachim Klingshirn'
  202.       'Richard Kuzsma'
  203.       'Alex Martin'
  204.       'David Renteria'
  205.       '#Dedicated to'
  206.       'Hildegard Schreiner '
  207.       '(+29.6.1998)')
  208.     TabOrder = 2
  209.     Visible = False
  210.   end
  211.   object Timer1: TTimer
  212.     Enabled = False
  213.     Interval = 30
  214.     OnTimer = Timer1Timer
  215.     Left = 60
  216.     Top = 188
  217.   end
  218. end
  219.