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

  1. object AboutBox: TAboutBox
  2.   Left = 352
  3.   Top = 173
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 254
  7.   ClientWidth = 298
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 281
  19.     Height = 201
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 16
  27.       Width = 73
  28.       Height = 49
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 96
  35.       Top = 16
  36.       Width = 174
  37.       Height = 13
  38.       Caption = 'Mandelbrot set via Level Set Method'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 96
  43.       Top = 40
  44.       Width = 53
  45.       Height = 13
  46.       Caption = 'Version 1.0'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 8
  51.       Top = 80
  52.       Width = 233
  53.       Height = 17
  54.       Caption = 'Jo∩┐╜o Paulo Schwarz Sch∩┐╜ler, Copyright 1997'
  55.       IsControl = True
  56.     end
  57.     object Comments: TLabel
  58.       Left = 8
  59.       Top = 160
  60.       Width = 249
  61.       Height = 17
  62.       Caption = 'Apoio: TEKCON INFORM∩┐╜TICA LTDA'
  63.       WordWrap = True
  64.       IsControl = True
  65.     end
  66.     object Label1: TLabel
  67.       Left = 32
  68.       Top = 96
  69.       Width = 161
  70.       Height = 17
  71.       Caption = 'http://www.schulers.com/jpss'
  72.     end
  73.     object Label2: TLabel
  74.       Left = 32
  75.       Top = 176
  76.       Width = 177
  77.       Height = 17
  78.       Caption = 'http://www.schulers.com/tekcon'
  79.     end
  80.     object Label3: TLabel
  81.       Left = 8
  82.       Top = 120
  83.       Width = 49
  84.       Height = 13
  85.       Caption = 'Source at:'
  86.     end
  87.     object Label4: TLabel
  88.       Left = 32
  89.       Top = 136
  90.       Width = 219
  91.       Height = 13
  92.       Caption = 'http://www.schulers.com/jpss/pascal/lsm.htm'
  93.     end
  94.   end
  95.   object OKButton: TButton
  96.     Left = 111
  97.     Top = 220
  98.     Width = 75
  99.     Height = 25
  100.     Caption = 'OK'
  101.     Default = True
  102.     ModalResult = 1
  103.     TabOrder = 1
  104.     OnClick = OKButtonClick
  105.   end
  106. end
  107.