home *** CD-ROM | disk | FTP | other *** search
- object dlgUninstall: TdlgUninstall
- Left = 309
- Top = 118
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'InVircible Uninstall'
- ClientHeight = 105
- ClientWidth = 337
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object grpLabels: TGroupBox
- Left = 8
- Top = 8
- Width = 321
- Height = 89
- TabOrder = 0
- object lblDelete: TLabel
- Left = 8
- Top = 16
- Width = 185
- Height = 13
- Caption = 'Removing installed files and directories.'
- end
- object lblRegistry: TLabel
- Left = 8
- Top = 40
- Width = 151
- Height = 13
- Caption = 'Removing created registry keys.'
- end
- object lblPFolder: TLabel
- Left = 8
- Top = 64
- Width = 305
- Height = 17
- AutoSize = False
- Caption = 'Removing created Program Folder/Start Menu items.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- end
- object Timer: TTimer
- Interval = 750
- OnTimer = TimerTimer
- Left = 296
- Top = 16
- end
- end
-