home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / HELLOEN / _setup.1 / Deinstallieren.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1999-05-28  |  1KB  |  58 lines

  1. object Form1: TForm1
  2.   Left = 391
  3.   Top = 276
  4.   BorderStyle = bsDialog
  5.   Caption = 'sofTRANS-RegisterIt!: Deinstallation'
  6.   ClientHeight = 106
  7.   ClientWidth = 319
  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 = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Button1: TButton
  19.     Left = 77
  20.     Top = 74
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'Deinstallieren'
  24.     TabOrder = 0
  25.     OnClick = Button1Click
  26.   end
  27.   object Button2: TButton
  28.     Left = 165
  29.     Top = 74
  30.     Width = 75
  31.     Height = 25
  32.     Caption = 'Abbrechen'
  33.     TabOrder = 1
  34.     OnClick = Button2Click
  35.   end
  36.   object Panel1: TPanel
  37.     Left = 8
  38.     Top = 8
  39.     Width = 305
  40.     Height = 57
  41.     BorderWidth = 5
  42.     TabOrder = 2
  43.     object Label1: TLabel
  44.       Left = 6
  45.       Top = 6
  46.       Width = 293
  47.       Height = 45
  48.       Align = alClient
  49.       Caption = 
  50.         'Bitte klicken Sie auf DEINSTALLIEREN, um RegisterIt! von Ihrem P' +
  51.         'C zu entfernen. Klicken Sie auf ABBRECHEN, um die Deinstallation' +
  52.         ' abzubrechen.'
  53.       Transparent = True
  54.       WordWrap = True
  55.     end
  56.   end
  57. end
  58.