home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / CHIPCD_9_99.iso / software / shareware / irvinst / SETUP.EXE / 0 / RCDATA / TDLGUNINSTALL / TDLGUNINSTALL.txt
Encoding:
Text File  |  1999-07-11  |  1.3 KB  |  62 lines

  1. object dlgUninstall: TdlgUninstall
  2.   Left = 309
  3.   Top = 118
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'InVircible Uninstall'
  7.   ClientHeight = 105
  8.   ClientWidth = 337
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object grpLabels: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 321
  23.     Height = 89
  24.     TabOrder = 0
  25.     object lblDelete: TLabel
  26.       Left = 8
  27.       Top = 16
  28.       Width = 185
  29.       Height = 13
  30.       Caption = 'Removing installed files and directories.'
  31.     end
  32.     object lblRegistry: TLabel
  33.       Left = 8
  34.       Top = 40
  35.       Width = 151
  36.       Height = 13
  37.       Caption = 'Removing created registry keys.'
  38.     end
  39.     object lblPFolder: TLabel
  40.       Left = 8
  41.       Top = 64
  42.       Width = 305
  43.       Height = 17
  44.       AutoSize = False
  45.       Caption = 'Removing created Program Folder/Start Menu items.'
  46.       Font.Charset = DEFAULT_CHARSET
  47.       Font.Color = clWindowText
  48.       Font.Height = -11
  49.       Font.Name = 'MS Sans Serif'
  50.       Font.Style = []
  51.       ParentFont = False
  52.       WordWrap = True
  53.     end
  54.   end
  55.   object Timer: TTimer
  56.     Interval = 750
  57.     OnTimer = TimerTimer
  58.     Left = 296
  59.     Top = 16
  60.   end
  61. end
  62.