object WarningTextForm: TWarningTextForm Left = 276 Top = 114 BorderStyle = bsDialog Caption = 'Rechtlicher Hinweis' ClientHeight = 236 ClientWidth = 374 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object btnOk: TButton Left = 190 Top = 207 Width = 91 Height = 23 Caption = 'Ich stimme zu' Default = True ModalResult = 1 TabOrder = 2 end object cbHide: TCheckBox Left = 8 Top = 210 Width = 177 Height = 17 Caption = 'Meldung nicht mehr anzeigen' TabOrder = 1 end object memText: TMemo Left = 8 Top = 8 Width = 361 Height = 193 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'ES IST IHNEN GESTATTET, MIT HILFE DIESER ' 'SOFTWARE MATERIAL ZU KOPIEREN, DESSEN ' 'URHEBERRECHTSINHABER SIE SIND BZW. F'#220'R DAS SIE ' 'VOM URHEBERRECHTSINHABER EINE KOPIERERLAUBNIS ' 'ERHALTEN HABEN. WENN SIE NICHT DER ' 'URHEBERRECHTSINHABER SIND BZW. KEINE ' 'KOPIERERLAUBNIS VOM URHEBERRECHTSINHABER ' 'ERHALTEN HABEN, VERLETZEN SIE M'#214'GLICHERWEISE DAS ' 'URHEBERRECHT UND UNTERLIEGEN EVENTUELL ' 'SCHADENSERSATZANSPR'#220'CHEN UND/ODER ' 'KRIMINALSTRAFEN. ') ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object btnCancel: TButton Left = 294 Top = 207 Width = 75 Height = 23 Cancel = True Caption = 'Abbrechen' ModalResult = 2 TabOrder = 3 end end