home *** CD-ROM | disk | FTP | other *** search
/ PC go! 1999 February / PCGO_2.ISO / PROGRAMM / SHARE / CSE / cse.exe / file0019.bin / 0 / RCDATA / TTWAINF / TTWAINF.txt
Encoding:
Text File  |  1998-11-25  |  3.0 KB  |  115 lines

  1. object TwainF: TTwainF
  2.   Left = 308
  3.   Top = 121
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'TWAIN - Versionhinweis'
  7.   ClientHeight = 342
  8.   ClientWidth = 451
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object BeachtenG: TGroupBox
  21.     Left = 8
  22.     Top = 12
  23.     Width = 435
  24.     Height = 293
  25.     Caption = 'Bitte unbedingt beachten: '
  26.     TabOrder = 0
  27.     object Info1: TLabel
  28.       Left = 21
  29.       Top = 24
  30.       Width = 390
  31.       Height = 80
  32.       AutoSize = False
  33.       Caption = 
  34.         'Copyshop 2000 wurde mit dem neusten TWAIN-Modul entwickelt und  ' +
  35.         'getestet. In Ihrem Windows-Verzeichnis befinden sich Treiber ein' +
  36.         'er ∩┐╜lteren Version. Unter Umst∩┐╜nden kann es Probleme bei der Zus' +
  37.         'ammenarbeit mit Copyshop 2000 geben!'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = clRed
  40.       Font.Height = -13
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       WordWrap = True
  45.     end
  46.     object Info2: TLabel
  47.       Left = 21
  48.       Top = 112
  49.       Width = 390
  50.       Height = 64
  51.       AutoSize = False
  52.       BiDiMode = bdLeftToRight
  53.       Caption = 
  54.         'Wir empfehlen unbedingt die Treiber durch die neuste Version zu ' +
  55.         'ersetzen! Bei Copyshop 2000 werden neuere Treiber mitgeliefert. ' +
  56.         'Dr∩┐╜cken Sie den Schalter "Treiber aktualisieren" um die neuste V' +
  57.         'ersion der Treiber in Ihr Windows-Verzeichnis zu kopieren.'
  58.       Font.Charset = DEFAULT_CHARSET
  59.       Font.Color = clWindowText
  60.       Font.Height = -13
  61.       Font.Name = 'MS Sans Serif'
  62.       Font.Style = []
  63.       ParentBiDiMode = False
  64.       ParentFont = False
  65.       WordWrap = True
  66.     end
  67.     object Info3: TLabel
  68.       Left = 22
  69.       Top = 228
  70.       Width = 390
  71.       Height = 53
  72.       AutoSize = False
  73.       BiDiMode = bdLeftToRight
  74.       Caption = 
  75.         'Es werden die Dateien TWAIN.DLL und TWAIN_32.DLL in Ihrem Window' +
  76.         's-Verzeichnis ersetzt. Die alten Dateien werden im Unterverzeich' +
  77.         'nis TWAIN ALT von Copyshop 2000 gesichert.'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -13
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentBiDiMode = False
  84.       ParentFont = False
  85.       WordWrap = True
  86.     end
  87.     object TreiberUpdateB: TButton
  88.       Left = 138
  89.       Top = 192
  90.       Width = 157
  91.       Height = 25
  92.       Caption = '&Treiber aktualisieren'
  93.       TabOrder = 0
  94.       OnClick = TreiberUpdateBClick
  95.     end
  96.   end
  97.   object OKB: TButton
  98.     Left = 368
  99.     Top = 312
  100.     Width = 75
  101.     Height = 25
  102.     Caption = '&OK'
  103.     TabOrder = 1
  104.     OnClick = OKBClick
  105.   end
  106.   object KeineMeldungC: TCheckBox
  107.     Left = 24
  108.     Top = 308
  109.     Width = 289
  110.     Height = 17
  111.     Caption = 'Diese Meldung nicht mehr anzeigen'
  112.     TabOrder = 2
  113.   end
  114. end
  115.