home *** CD-ROM | disk | FTP | other *** search
- object Form6: TForm6
- Left = 661
- Top = 666
- BorderStyle = bsDialog
- Caption = 'Setup Beenden'
- ClientHeight = 183
- ClientWidth = 342
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 16
- Width = 313
- Height = 33
- AutoSize = False
- Caption =
- 'Die Installation ist noch nicht vollst�ndig. Wenn Sie die Instal' +
- 'lation jetzt beenden wird das Programm nicht installiert.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 8
- Top = 56
- Width = 313
- Height = 33
- AutoSize = False
- Caption =
- 'Sie k�nnen das Installationsprogramm sp�ter starten, um das Prog' +
- 'ramm zu installieren.'
- WordWrap = True
- end
- object Label3: TLabel
- Left = 8
- Top = 96
- Width = 313
- Height = 33
- AutoSize = False
- Caption =
- 'Dr�cken Sie Frotfahren, um mit der Installation fortzufahren.. D' +
- 'r�cken Sie Beenden, um das Installationsprogramm zu beenden.'
- WordWrap = True
- end
- object Button1: TButton
- Left = 168
- Top = 152
- Width = 75
- Height = 24
- Caption = '&Fortfahren'
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 256
- Top = 152
- Width = 75
- Height = 24
- Caption = '&Beenden'
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-