home *** CD-ROM | disk | FTP | other *** search
/ 500 Game Surplus / XSurplus.iso / 95 / TURBOGO.EXE / 0 / RCDATA / TTELAATFORM / TTELAATFORM.txt
Text File  |  1997-04-04  |  3KB  |  98 lines

  1. object TeLaatForm: TTeLaatForm
  2.   Left = 209
  3.   Top = 154
  4.   Width = 519
  5.   Height = 397
  6.   Caption = 'Sorry'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object BitBtn1: TBitBtn
  17.     Left = 202
  18.     Top = 320
  19.     Width = 107
  20.     Height = 33
  21.     TabOrder = 0
  22.     Kind = bkOK
  23.   end
  24.   object memo_en: TMemo
  25.     Left = 17
  26.     Top = 16
  27.     Width = 476
  28.     Height = 281
  29.     Font.Color = clBlack
  30.     Font.Height = -13
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     Lines.Strings = (
  34.       'Sorry, but this beta version of TurboGo has expired on April 1, '
  35.       '1997. You can no longer use it. You should be able to find the '
  36.       'final version now on my website: '
  37.       'http://www.xs4all.nl/~arnoudlf'
  38.       ''
  39.       'Please note the following: every user who used this program (or '
  40.       'read the README file) before April 1 has been warned that this '
  41.       
  42.         'copy would stop working after this date. If they didn'#39't warn you' +
  43.         ' '
  44.       'please inform the person you got this program from that it has '
  45.       'expired. If you paid money for it (because you bought it from a '
  46.       'shareware vendor, or this program was included on a CD-ROM '
  47.       'you bought) YOU HAVE BEEN CHEATED!!! I specifically '
  48.       'prohibited people from charging money for this version. Please '
  49.       'don'#39't be angry at me.')
  50.     ParentFont = False
  51.     ReadOnly = True
  52.     ScrollBars = ssVertical
  53.     TabOrder = 1
  54.     WantReturns = False
  55.     WantTabs = True
  56.   end
  57.   object memo_nl: TMemo
  58.     Left = 17
  59.     Top = 16
  60.     Width = 476
  61.     Height = 281
  62.     Font.Color = clBlack
  63.     Font.Height = -13
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = [fsBold]
  66.     Lines.Strings = (
  67.       'Sorry, maar deze beta versie van TurboGo werkt niet meer na 1 '
  68.       
  69.         'april 1997. U kunt hem niet meer gebruiken. Als u wilt kunt u ee' +
  70.         'n '
  71.       'nieuwere, wel werkende versie van TurboGo vinden op mijn '
  72.       'homepage: '
  73.       'http://www.xs4all.nl/~arnoudlf'
  74.       ''
  75.       'Let op: iedere gebruiker die voor 1 april 1997 het programma '
  76.       'opstartte (of het LEESMIJ-bestand gelezen heeft) is '
  77.       'gewaarschuwd dat deze versie na deze datum niet meer zou '
  78.       'werken. '
  79.       'Als degene van wie u deze kopie kreeg u niet gewaarschuwd '
  80.       
  81.         'heeft, vertel deze persoon dan a.u.b. dat de geldigheidsduur van' +
  82.         ' '
  83.       'dit programma is verstreken. Als u er geld voor betaald heeft '
  84.       '(bijv. omdat u het van een shareware-handelaar heeft gekocht of '
  85.       'omdat het op een shareware CD-ROM stond die u gekocht heeft) '
  86.       'DAN BENT U BEDROGEN!!! Ik heb iedereen uitdrukkelijk '
  87.       'verboden om geld te vragen voor deze versie van TurboGo. '
  88.       'Wees a.u.b. niet kwaad op mij. Ik kan het ook niet helpen dat '
  89.       'sommige mensen/bedrijven overal geld uit proberen te slaan!')
  90.     ParentFont = False
  91.     ReadOnly = True
  92.     ScrollBars = ssVertical
  93.     TabOrder = 2
  94.     WantReturns = False
  95.     WantTabs = True
  96.   end
  97. end
  98.