home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2004-09-23  |  4.5 KB  |  163 lines

  1. object AboutBox: TAboutBox
  2.   Left = 385
  3.   Top = 194
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 238
  7.   ClientWidth = 295
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 5
  21.     Top = 4
  22.     Width = 283
  23.     Height = 193
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     ParentColor = True
  27.     TabOrder = 0
  28.     object ProgramIcon: TImage
  29.       Left = 7
  30.       Top = 8
  31.       Width = 65
  32.       Height = 57
  33.       Picture.Data = {<image000.jpg>}
  34.       Proportional = True
  35.       Stretch = True
  36.       Transparent = True
  37.       OnDblClick = ProgramIconDblClick
  38.       IsControl = True
  39.     end
  40.     object ProductName: TLabel
  41.       Left = 88
  42.       Top = 16
  43.       Width = 91
  44.       Height = 13
  45.       Caption = 'The Poster Toaster'
  46.       IsControl = True
  47.     end
  48.     object lblVersion: TLabel
  49.       Left = 88
  50.       Top = 40
  51.       Width = 35
  52.       Height = 13
  53.       Caption = 'Version'
  54.       IsControl = True
  55.     end
  56.     object lblCopyright: TLabel
  57.       Left = 7
  58.       Top = 73
  59.       Width = 201
  60.       Height = 13
  61.       Caption = 'Copyright '#169' 2003 The Poster Toaster, Inc.'
  62.     end
  63.     object memCopyright: TMemo
  64.       Left = 7
  65.       Top = 100
  66.       Width = 269
  67.       Height = 87
  68.       Lines.Strings = (
  69.         'Warning: This computer program '
  70.         'is protected by copyright law and '
  71.         'international treaties.'
  72.         ''
  73.         'Unauthorized reproduction or distribution of this '
  74.         'program, or any portion of it, may result in severe '
  75.         'civil and criminal penalties, and will be prosecuted to '
  76.         'the maximum extent possible under law.'
  77.         ''
  78.         'Portions of this application contain copyrighted (c) '
  79.         'material of Extended Systems Inc.'
  80.         ''
  81.         'Copyright '
  82.         ''
  83.         'Portions of this software are Copyright (c) 1993 - '
  84.         '2002, Chad Z. Hower (Kudzu) and the Indy Pit '
  85.         'Crew - http://www.nevrona.com/Indy/'
  86.         ''
  87.         'License '
  88.         ''
  89.         'Redistribution and use in source and binary forms, '
  90.         'with or without modification, are permitted provided '
  91.         'that the following conditions are met:'
  92.         ''
  93.         'Redistributions of source code must retain the '
  94.         'above copyright notice, this list of conditions and '
  95.         'the '
  96.         'following disclaimer. '
  97.         ''
  98.         'Redistributions in binary form must reproduce the '
  99.         'above copyright '
  100.         'notice, this list of conditions and the following '
  101.         'disclaimer in the '
  102.         'documentation, about box and/or other materials '
  103.         'provided with the '
  104.         'distribution. '
  105.         ''
  106.         'No personal names or organizations names '
  107.         'associated '
  108.         'with the Indy project may be used to endorse or '
  109.         'promote products '
  110.         'derived from this software without specific prior '
  111.         'written permission of '
  112.         'the specific individual or organization. '
  113.         'THIS SOFTWARE IS PROVIDED BY Chad Z. '
  114.         'Hower (Kudzu) and the Indy Pit Crew "AS IS'#39#39' AND '
  115.         'ANY EXPRESS OR IMPLIED WARRANTIES, '
  116.         'INCLUDING, BUT NOT LIMITED TO, THE '
  117.         'IMPLIED WARRANTIES OF MERCHANTABILITY '
  118.         'AND '
  119.         'FITNESS FOR A PARTICULAR PURPOSE ARE '
  120.         'DISCLAIMED. IN '
  121.         'NO EVENT SHALL THE REGENTS OR '
  122.         'CONTRIBUTORS '
  123.         'BE LIABLE FOR ANY DIRECT, INDIRECT, '
  124.         'INCIDENTAL, '
  125.         'SPECIAL, EXEMPLARY, OR CONSEQUENTIAL '
  126.         'DAMAGES '
  127.         '(INCLUDING, BUT NOT LIMITED TO, '
  128.         'PROCUREMENT OF '
  129.         'SUBSTITUTE GOODS OR SERVICES; LOSS OF '
  130.         'USE, '
  131.         'DATA, OR PROFITS; OR BUSINESS '
  132.         'INTERRUPTION) '
  133.         'HOWEVER CAUSED AND ON ANY THEORY OF '
  134.         'LIABILITY, '
  135.         'WHETHER IN CONTRACT, STRICT LIABILITY, '
  136.         'OR TORT '
  137.         '(INCLUDING NEGLIGENCE OR OTHERWISE) '
  138.         'ARISING IN ANY '
  139.         'WAY OUT OF THE USE OF THIS SOFTWARE, '
  140.         'EVEN IF ADVISED '
  141.         'OF THE POSSIBILITY OF SUCH DAMAGE. '
  142.         '')
  143.       ReadOnly = True
  144.       ScrollBars = ssVertical
  145.       TabOrder = 0
  146.     end
  147.   end
  148.   object OKButton: TButton
  149.     Left = 111
  150.     Top = 208
  151.     Width = 75
  152.     Height = 25
  153.     Caption = 'OK'
  154.     Default = True
  155.     ModalResult = 1
  156.     TabOrder = 1
  157.   end
  158.   object StVersionInfo1: TStVersionInfo
  159.     Left = 8
  160.     Top = 208
  161.   end
  162. end
  163.