home *** CD-ROM | disk | FTP | other *** search
/ com!online 2001 November / COMCD1101.iso / handy / vgsm_nokia / setup.exe / 0 / RCDATA / TFORM6 / TFORM6.txt
Encoding:
Text File  |  2001-07-16  |  1.5 KB  |  71 lines

  1. object Form6: TForm6
  2.   Left = 661
  3.   Top = 666
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup Beenden'
  6.   ClientHeight = 183
  7.   ClientWidth = 342
  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.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 8
  21.     Top = 16
  22.     Width = 313
  23.     Height = 33
  24.     AutoSize = False
  25.     Caption = 
  26.       'Die Installation ist noch nicht vollst∩┐╜ndig. Wenn Sie die Instal' +
  27.       'lation jetzt beenden wird das Programm nicht installiert.'
  28.     WordWrap = True
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 56
  33.     Width = 313
  34.     Height = 33
  35.     AutoSize = False
  36.     Caption = 
  37.       'Sie k∩┐╜nnen das Installationsprogramm sp∩┐╜ter starten, um das Prog' +
  38.       'ramm zu installieren.'
  39.     WordWrap = True
  40.   end
  41.   object Label3: TLabel
  42.     Left = 8
  43.     Top = 96
  44.     Width = 313
  45.     Height = 33
  46.     AutoSize = False
  47.     Caption = 
  48.       'Dr∩┐╜cken Sie Frotfahren, um mit der Installation fortzufahren.. D' +
  49.       'r∩┐╜cken Sie Beenden, um das Installationsprogramm zu beenden.'
  50.     WordWrap = True
  51.   end
  52.   object Button1: TButton
  53.     Left = 168
  54.     Top = 152
  55.     Width = 75
  56.     Height = 24
  57.     Caption = '&Fortfahren'
  58.     TabOrder = 0
  59.     OnClick = Button1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 256
  63.     Top = 152
  64.     Width = 75
  65.     Height = 24
  66.     Caption = '&Beenden'
  67.     TabOrder = 1
  68.     OnClick = Button2Click
  69.   end
  70. end
  71.