home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / fractal / fractal.exe / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt
Text File  |  2000-06-27  |  2KB  |  102 lines

  1. object FormAbout: TFormAbout
  2.   Left = 273
  3.   Top = 239
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 163
  7.   ClientWidth = 429
  8.   Font.Color = clWindowText
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Bevel1: TBevel
  16.     Left = 210
  17.     Top = 0
  18.     Width = 219
  19.     Height = 163
  20.     Align = alRight
  21.   end
  22.   object Label1: TLabel
  23.     Left = 46
  24.     Top = 13
  25.     Width = 113
  26.     Height = 13
  27.     Caption = 'Double Fractal v2.7'
  28.     Font.Color = clBlack
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 20
  36.     Top = 64
  37.     Width = 165
  38.     Height = 17
  39.     Caption = 'By Jo∩┐╜o Paulo Schwarz Sch∩┐╜ler'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 20
  43.     Top = 85
  44.     Width = 157
  45.     Height = 20
  46.     Caption = 'http://www.schulers.com/jpss'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 29
  50.     Top = 33
  51.     Width = 159
  52.     Height = 13
  53.     Caption = 'http://www.schulers.com/fractal/'
  54.   end
  55.   object Memo1: TMemo
  56.     Left = 215
  57.     Top = 7
  58.     Width = 208
  59.     Height = 150
  60.     Lines.Strings = (
  61.       'Software License Agreement'
  62.       '-------------------------------------------------'
  63.       '                    This software was made '
  64.       'by '
  65.       'Joao Paulo Schwarz Schuler and is '
  66.       'freeware.'
  67.       ''
  68.       #9'You may make copies of '
  69.       'your full, FREEWARE copy of the '
  70.       'product to give to others. Also, you '
  71.       'may distribute the Product.'
  72.       ''
  73.       #9'THIS SOFTWARE IS '
  74.       'PROVIDED TO YOU "AS IS" '
  75.       'WITHOUT WARRANTY OF ANY '
  76.       'KIND, EITHER EXPRESS OR '
  77.       'IMPLIED.  YOU ASSUME THE '
  78.       'ENTIRE RISK AS TO THE '
  79.       'ACCURACY AND THE USE OF '
  80.       'SOFTWARE.')
  81.     ReadOnly = True
  82.     ScrollBars = ssVertical
  83.     TabOrder = 0
  84.   end
  85.   object Button1: TButton
  86.     Left = 72
  87.     Top = 130
  88.     Width = 60
  89.     Height = 20
  90.     Caption = 'OK'
  91.     TabOrder = 1
  92.     OnClick = Button1Click
  93.   end
  94.   object Panel1: TPanel
  95.     Left = 7
  96.     Top = 26
  97.     Width = 195
  98.     Height = 7
  99.     TabOrder = 2
  100.   end
  101. end
  102.