object Form1: TForm1 Left = 193 Top = 113 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Uninstall' ClientHeight = 110 ClientWidth = 300 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poDesktopCenter PixelsPerInch = 96 TextHeight = 13 object GroupBox2: TGroupBox Left = 0 Top = 0 Width = 297 Height = 73 Caption = ' Status ' TabOrder = 0 object Label2: TLabel Left = 88 Top = 48 Width = 21 Height = 13 Caption = 'Files' Enabled = False end object Label3: TLabel Left = 88 Top = 32 Width = 45 Height = 13 Caption = 'Shortcuts' Enabled = False end object Label7: TLabel Left = 176 Top = 32 Width = 12 Height = 13 Caption = 'ok' Visible = False end object Label9: TLabel Left = 176 Top = 48 Width = 12 Height = 13 Caption = 'ok' Visible = False end object Image1: TImage Left = 8 Top = 16 Width = 49 Height = 49 Center = True Picture.Data = {} end object Label4: TLabel Left = 64 Top = 16 Width = 43 Height = 13 Caption = 'Remove:' OnClick = Button1Click end object Memo1: TMemo Left = 216 Top = 16 Width = 73 Height = 49 Lines.Strings = ( 'Memo1') TabOrder = 0 Visible = False WordWrap = False end end object Button2: TButton Left = 147 Top = 80 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 OnClick = Button2Click end object Button1: TButton Left = 221 Top = 80 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 OnClick = Button1Click end end