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

  1. object MyAboutBox: TMyAboutBox
  2.   Left = 259
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 213
  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 = 161
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 89
  28.       Height = 57
  29.       Picture.Data = {<image000.bmp>}
  30.       Stretch = True
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 104
  35.       Top = 16
  36.       Width = 30
  37.       Height = 11
  38.       Caption = 'JP1 Set'
  39.       IsControl = True
  40.     end
  41.     object Version: TLabel
  42.       Left = 104
  43.       Top = 40
  44.       Width = 43
  45.       Height = 10
  46.       Caption = 'Version 1.0'
  47.       IsControl = True
  48.     end
  49.     object Copyright: TLabel
  50.       Left = 8
  51.       Top = 80
  52.       Width = 173
  53.       Height = 10
  54.       Caption = 'Jo∩┐╜o Paulo Schwarz Sch∩┐╜ler, Copyright 1997'
  55.       IsControl = True
  56.     end
  57.     object Comments: TLabel
  58.       Left = 8
  59.       Top = 120
  60.       Width = 150
  61.       Height = 11
  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 = 116
  70.       Height = 10
  71.       Caption = 'http://www.schulers.com/jpss'
  72.     end
  73.     object Label2: TLabel
  74.       Left = 32
  75.       Top = 136
  76.       Width = 128
  77.       Height = 10
  78.       Caption = 'http://www.schulers.com/tekcon'
  79.     end
  80.   end
  81.   object OKButton: TButton
  82.     Left = 111
  83.     Top = 180
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'OK'
  87.     Default = True
  88.     ModalResult = 1
  89.     TabOrder = 1
  90.     OnClick = OKButtonClick
  91.   end
  92. end
  93.