home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Komunik / Phoenix / Phoenix.ex_ / 0 / RCDATA / TINFOFORM / TINFOFORM.txt
Text File  |  1999-02-13  |  5KB  |  216 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.       'TSockets - Gary Desrosiers'
  176.       'TXPrint - Rainer Reusch & Toolbox'
  177.       '#Translators'
  178.       'Paulo Bazaglia'
  179.       'Claudio Bondavalli'
  180.       'Michael Haller'
  181.       'Jorgen Larsen'
  182.       'Algimantas Litvinas'
  183.       'Nick Niktaris'
  184.       'David Rogeron'
  185.       'Nikolai Savich'
  186.       'Ignacio Atencia Tarifa'
  187.       'Reidar Toll∩┐╜ng'
  188.       'Jean-Pierre van Melis'
  189.       '#Help File'
  190.       'Phillip Perkmann'
  191.       '#Greetings to'
  192.       'Thomas, Elmar, Silvia, Maria, Anna'
  193.       '#Thanks to'
  194.       'Stephen Benjamin'
  195.       'Dana Booth'
  196.       'Jeffrey Drake'
  197.       'Paul M. Goorskis '
  198.       'Hans-Joachim Klingshirn'
  199.       'Richard Kuzsma'
  200.       'Alex Martin'
  201.       'David Renteria'
  202.       '#Dedicated to'
  203.       'Hildegard Schreiner '
  204.       '(+29.6.1998)')
  205.     TabOrder = 2
  206.     Visible = False
  207.   end
  208.   object Timer1: TTimer
  209.     Enabled = False
  210.     Interval = 30
  211.     OnTimer = Timer1Timer
  212.     Left = 60
  213.     Top = 188
  214.   end
  215. end
  216.