home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Utilitare / docresc / documentsrescuepro_setup.exe / DocumentsRescuePro.exe / 0 / RCDATA / TSPECIALNOTEFORM / TSPECIALNOTEFORM.txt < prev   
Text File  |  2005-03-03  |  3KB  |  118 lines

  1. object SpecialNoteForm: TSpecialNoteForm
  2.   Left = 255
  3.   Top = 227
  4.   BorderStyle = bsDialog
  5.   Caption = 'Digital VideoRescue Professional for C'#39'T Magazine Readers'
  6.   ClientHeight = 394
  7.   ClientWidth = 475
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 0
  20.     Top = 354
  21.     Width = 475
  22.     Height = 2
  23.     Align = alBottom
  24.   end
  25.   object Image1: TImage
  26.     Left = 8
  27.     Top = 3
  28.     Width = 90
  29.     Height = 56
  30.     AutoSize = True
  31.     Picture.Data = {<image000.bmp>}
  32.     Transparent = True
  33.   end
  34.   object TextRichEdit: TRichEdit
  35.     Left = 8
  36.     Top = 76
  37.     Width = 457
  38.     Height = 277
  39.     Alignment = taCenter
  40.     BorderStyle = bsNone
  41.     Color = clBtnFace
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -13
  45.     Font.Name = 'Arial'
  46.     Font.Style = [fsBold]
  47.     Lines.Strings = (
  48.       
  49.         'Diese Digital PhotoRescue Professional Ausgabe ist extra f?r  C'#39 +
  50.         'T - '
  51.       'Leser gedacht!'
  52.       ''
  53.       
  54.         'Digital VideoRescue Professional ist ein vollwertiges Programm, ' +
  55.         ' Sie '
  56.       'sind berechtet es ohne irgendwelche Begrenzungen solange Sie '
  57.       'wollen zu benutzen.'
  58.       ''
  59.       
  60.         'Sie k?nnen den Entwickler dieses Programms materiell unterst?tze' +
  61.         'n. '
  62.       'Ihre Unterst?tzung hilft der Entwicklung weiterer Projekte.'
  63.       ''
  64.       
  65.         'Um den Entwickler zu danken, dr?cken Sie bitte die '#8222'Kaufen'#8220' Tast' +
  66.         'e. '
  67.       
  68.         'Die Zahlung wird mithilfe eines sicheren Anschlusses vollbracht ' +
  69.         'und '
  70.       'nimmt nur wenig Zeit in Anspruch. Sie bekommen dann einen '
  71.       'Registrierschl?ssel f?r die neuste VideoRescue 2.0 Version mit '
  72.       'erweiterten M?glichkeiten.')
  73.     ParentFont = False
  74.     ReadOnly = True
  75.     ScrollBars = ssBoth
  76.     TabOrder = 0
  77.   end
  78.   object BottomPanel: TPanel
  79.     Left = 0
  80.     Top = 356
  81.     Width = 475
  82.     Height = 38
  83.     Align = alBottom
  84.     BevelOuter = bvNone
  85.     TabOrder = 1
  86.     object ContinueButton: TButton
  87.       Left = 200
  88.       Top = 8
  89.       Width = 129
  90.       Height = 25
  91.       Cancel = True
  92.       Caption = '&Fortzusetzen'
  93.       Default = True
  94.       ModalResult = 2
  95.       TabOrder = 1
  96.     end
  97.     object ExitButton: TButton
  98.       Left = 336
  99.       Top = 8
  100.       Width = 131
  101.       Height = 25
  102.       Cancel = True
  103.       Caption = '&Herauszukommen'
  104.       TabOrder = 2
  105.       OnClick = ExitButtonClick
  106.     end
  107.     object PurchaseButton: TButton
  108.       Left = 64
  109.       Top = 8
  110.       Width = 129
  111.       Height = 25
  112.       Caption = '&Kaufen'
  113.       TabOrder = 0
  114.       OnClick = PurchaseButtonClick
  115.     end
  116.   end
  117. end
  118.