home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / win95 / wonline.exe / INSTALL.EXE / 0 / RCDATA / TENDEFORM / TENDEFORM.txt
Text File  |  1996-10-16  |  2KB  |  75 lines

  1. object EndeForm: TEndeForm
  2.   Left = 173
  3.   Top = 125
  4.   BorderStyle = bsDialog
  5.   Caption = 'Installation beendet !'
  6.   ClientHeight = 326
  7.   ClientWidth = 444
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = [fsBold]
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 3
  18.     Top = 3
  19.     Width = 437
  20.     Height = 320
  21.     BevelOuter = bvLowered
  22.     TabOrder = 2
  23.   end
  24.   object Button1: TButton
  25.     Left = 179
  26.     Top = 279
  27.     Width = 89
  28.     Height = 33
  29.     Caption = 'OK !'
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.   end
  33.   object Memo1: TMemo
  34.     Left = 9
  35.     Top = 13
  36.     Width = 425
  37.     Height = 256
  38.     Font.Color = clBlack
  39.     Font.Height = -15
  40.     Font.Name = 'Arial'
  41.     Font.Style = []
  42.     Lines.Strings = (
  43.       'W-OnLINE pro 4.01  wurde erfolgreich installiert'
  44.       
  45.         '----------------------------------------------------------------' +
  46.         '-----'
  47.       ''
  48.       'ACHTUNG: Bitte unbedingt WICHTIG.TXT lesen !!!'
  49.       ''
  50.       'Infos/Updates unter:'
  51.       ''
  52.       '  http://www.felix-ritter.com'
  53.       ''
  54.       'W-OnLINE pro 4.01  enth∩┐╜lt eine Hilfe-Datei.'
  55.       'Sollten Sie Probleme haben, so schauen Sie bitte zun∩┐╜chst '
  56.       'in der Hilfe von W-OnLINE nach. Sollten Sie dort keine'
  57.       'Antwort auf das Problem finden, so schauen Sie bitte in der'
  58.       'Datei README.TXT nach.'
  59.       'F∩┐╜r Fragen zum Modem- und ISDN-Betrieb stehen Ihnen die'
  60.       'Dateien MODEM.TXT und ISDN.TXT zur Verf∩┐╜gung.'
  61.       ''
  62.       'Die Nutzungsbedingungen befinden sich in der Datei'
  63.       'README.TXT. Mit der Nutzung des Programmes werden die'
  64.       'Bedingungen akzeptiert.'
  65.       ''
  66.       ''
  67.       'W-OnLINE pro 4.01 (C) Felix Ritter 1996/1997')
  68.     ParentFont = False
  69.     ReadOnly = True
  70.     ScrollBars = ssVertical
  71.     TabOrder = 1
  72.     WordWrap = False
  73.   end
  74. end
  75.