home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1998 February / PCOnline_02_1998.iso / filesbbs / winnt / aewinnt.exe / SETUP.EXE / 0 / RCDATA / TUNINSTALLFORM / TUNINSTALLFORM.txt < prev   
Encoding:
Text File  |  1997-11-21  |  3.6 KB  |  191 lines

  1. object UninstallForm: TUninstallForm
  2.   Left = 648
  3.   Top = 561
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remove Programs From Your Computer'
  7.   ClientHeight = 329
  8.   ClientWidth = 472
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Label1: TLabel
  25.     Left = 176
  26.     Top = 16
  27.     Width = 273
  28.     Height = 49
  29.     AutoSize = False
  30.     Caption = 
  31.       'Anyware Antivirus will be removed from your computer. Please wai' +
  32.       't while each of the following components is removed...'
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 216
  37.     Top = 80
  38.     Width = 233
  39.     Height = 17
  40.     AutoSize = False
  41.     Caption = 'Shared program files...'
  42.     WordWrap = True
  43.   end
  44.   object Bevel1: TBevel
  45.     Left = 16
  46.     Top = 288
  47.     Width = 441
  48.     Height = 9
  49.     Shape = bsTopLine
  50.   end
  51.   object Label3: TLabel
  52.     Left = 216
  53.     Top = 104
  54.     Width = 233
  55.     Height = 17
  56.     AutoSize = False
  57.     Caption = 'Standard program files...'
  58.     Visible = False
  59.     WordWrap = True
  60.   end
  61.   object Label4: TLabel
  62.     Left = 216
  63.     Top = 128
  64.     Width = 233
  65.     Height = 17
  66.     AutoSize = False
  67.     Caption = 'Folder items...'
  68.     Visible = False
  69.     WordWrap = True
  70.   end
  71.   object Label5: TLabel
  72.     Left = 216
  73.     Top = 152
  74.     Width = 233
  75.     Height = 17
  76.     AutoSize = False
  77.     Caption = 'Program folders...'
  78.     Visible = False
  79.     WordWrap = True
  80.   end
  81.   object Label6: TLabel
  82.     Left = 216
  83.     Top = 176
  84.     Width = 233
  85.     Height = 17
  86.     AutoSize = False
  87.     Caption = 'Program directories...'
  88.     Visible = False
  89.     WordWrap = True
  90.   end
  91.   object Label7: TLabel
  92.     Left = 216
  93.     Top = 200
  94.     Width = 233
  95.     Height = 17
  96.     AutoSize = False
  97.     Caption = 'Program registry entries...'
  98.     Visible = False
  99.     WordWrap = True
  100.   end
  101.   object Image2: TImage
  102.     Left = 196
  103.     Top = 80
  104.     Width = 10
  105.     Height = 10
  106.     AutoSize = True
  107.     Picture.Data = {<image000.bmp>}
  108.     Visible = False
  109.   end
  110.   object Image3: TImage
  111.     Left = 196
  112.     Top = 104
  113.     Width = 10
  114.     Height = 10
  115.     AutoSize = True
  116.     Picture.Data = {<image001.bmp>}
  117.     Visible = False
  118.   end
  119.   object Image4: TImage
  120.     Left = 196
  121.     Top = 128
  122.     Width = 10
  123.     Height = 10
  124.     AutoSize = True
  125.     Picture.Data = {<image002.bmp>}
  126.     Visible = False
  127.   end
  128.   object Image5: TImage
  129.     Left = 196
  130.     Top = 152
  131.     Width = 10
  132.     Height = 10
  133.     AutoSize = True
  134.     Picture.Data = {<image003.bmp>}
  135.     Visible = False
  136.   end
  137.   object Image6: TImage
  138.     Left = 196
  139.     Top = 176
  140.     Width = 10
  141.     Height = 10
  142.     AutoSize = True
  143.     Picture.Data = {<image004.bmp>}
  144.     Visible = False
  145.   end
  146.   object Image7: TImage
  147.     Left = 196
  148.     Top = 200
  149.     Width = 10
  150.     Height = 10
  151.     AutoSize = True
  152.     Picture.Data = {<image005.bmp>}
  153.     Visible = False
  154.   end
  155.   object Panel1: TPanel
  156.     Left = 16
  157.     Top = 8
  158.     Width = 143
  159.     Height = 270
  160.     BevelOuter = bvLowered
  161.     Color = clTeal
  162.     TabOrder = 0
  163.     object Image1: TImage
  164.       Left = 1
  165.       Top = 1
  166.       Width = 141
  167.       Height = 268
  168.     end
  169.   end
  170.   object OkBtn: TButton
  171.     Left = 382
  172.     Top = 300
  173.     Width = 74
  174.     Height = 24
  175.     Caption = 'Ok'
  176.     Enabled = False
  177.     ModalResult = 6
  178.     TabOrder = 1
  179.     OnClick = ButtonClick
  180.   end
  181.   object ProgressBar1: TProgressBar
  182.     Left = 192
  183.     Top = 232
  184.     Width = 265
  185.     Height = 20
  186.     Min = 0
  187.     Max = 6
  188.     TabOrder = 2
  189.   end
  190. end
  191.