home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TCONTRIBUTIONS / TCONTRIBUTIONS.txt
Encoding:
Text File  |  1999-03-17  |  2.8 KB  |  111 lines

  1. object Contributions: TContributions
  2.   Left = 330
  3.   Top = 19
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Contributions'
  7.   ClientHeight = 559
  8.   ClientWidth = 696
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBtnText
  11.   Font.Height = -16
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Visible = True
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 20
  19.   object Label1: TLabel
  20.     Left = 18
  21.     Top = 20
  22.     Width = 663
  23.     Height = 31
  24.     Alignment = taCenter
  25.     AutoSize = False
  26.     Caption = 'SuperMemo Team: 1994-1998'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlack
  29.     Font.Height = -27
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.     Transparent = True
  34.   end
  35.   object Cancel: TBitBtn
  36.     Left = 552
  37.     Top = 388
  38.     Width = 1
  39.     Height = 1
  40.     Cancel = True
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.     NumGlyphs = 2
  44.   end
  45.   object BitBtn1: TBitBtn
  46.     Left = 262
  47.     Top = 498
  48.     Width = 182
  49.     Height = 41
  50.     Caption = '&OK'
  51.     TabOrder = 0
  52.     Kind = bkOK
  53.   end
  54.   object Memo1: TMemo
  55.     Left = 16
  56.     Top = 56
  57.     Width = 665
  58.     Height = 433
  59.     Lines.Strings = (
  60.       'Design: P. Wozniak, SuperMemo World and ... users of SuperMemo'
  61.       
  62.         'Programming: Piotr Wozniak (chief programmer), Oliwer Ptak (brow' +
  63.         'sers), Bartosz '
  64.       
  65.         'Dreger (plug-in), Andrzej Lapa (DLLs and add-ins), Grzegorz Male' +
  66.         'wski (installer), Piotr '
  67.       
  68.         'Metzler (DLL interface), Stanley Fischer (internationalization),' +
  69.         ' Janick Fortin (image '
  70.       'handling)'
  71.       ''
  72.       'Graphic design: O.Ptak, R.Sniegowski, P.Szczuko'
  73.       'Video Clips: O.Ptak'
  74.       'SuperMemo Funk: Break Band, 1983, Mr Zoob, 1997'
  75.       ''
  76.       'Software: Delphi 3.02'
  77.       ''
  78.       
  79.         'SuperMemo Development Spots: "Gorska Perla" in Bystrzyckie Mount' +
  80.         'ains, Nowa Wies, '
  81.       'Strzeszynek near Poznan, SuperMemo Research'
  82.       ''
  83.       
  84.         'SuperMemo repetition spacing technology: Dr P.A.Wozniak, Poland,' +
  85.         ' 1982-1998. '
  86.       
  87.         'Neural Network plug-in: B.Dreger, P.Wierzejewski, T.Biedka, K.Ka' +
  88.         'chlicki, M.Plazewski, '
  89.       
  90.         'P.Wozniak, K.Krawiec (Institude of Computer Science, Technical U' +
  91.         'niversity of Poznan)'
  92.       ''
  93.       
  94.         'Special thanks for unusual contribution to SuperMemo: Prof.W.Abr' +
  95.         'amowicz, '
  96.       
  97.         'Dr.E.Gorzelanczyk, K.Biedalak, M.Hejwosz, M.Morawska, P.Maksimcz' +
  98.         'yk, M.Georgiew, '
  99.       
  100.         'M.Newcomer, B.Kowalewski, P.Wimmer, V.Losik, M.Butrymowicz, A.Ho' +
  101.         'rodenski, '
  102.       
  103.         'A.Lapa, O.Ptak, S.Fischer, B.Dreger, P.Wierzejewski, Prof. Kierz' +
  104.         'kowski, and many '
  105.       'more.')
  106.     ReadOnly = True
  107.     ScrollBars = ssVertical
  108.     TabOrder = 2
  109.   end
  110. end
  111.