object MainForm: TMainForm Left = 249 Top = 145 BorderIcons = [] AutoScroll = False Caption = 'Uninstall' ClientHeight = 254 ClientWidth = 377 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Visible = True OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object LabelIcons: TLabel Left = 16 Top = 56 Width = 6 Height = 13 Caption = '�' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Symbol' Font.Style = [] ParentFont = False end object LabelGroups: TLabel Left = 16 Top = 80 Width = 6 Height = 13 Caption = '�' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Symbol' Font.Style = [] ParentFont = False end object LabelFiles: TLabel Left = 16 Top = 104 Width = 6 Height = 13 Caption = '�' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Symbol' Font.Style = [] ParentFont = False end object LabelDirs: TLabel Left = 16 Top = 128 Width = 6 Height = 13 Caption = '�' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Symbol' Font.Style = [] ParentFont = False end object LabelRegs: TLabel Left = 16 Top = 152 Width = 6 Height = 13 Caption = '�' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Symbol' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 32 Top = 56 Width = 75 Height = 13 Caption = 'Program items...' end object Label2: TLabel Left = 32 Top = 80 Width = 82 Height = 13 Caption = 'Program folders...' end object Label3: TLabel Left = 32 Top = 104 Width = 69 Height = 13 Caption = 'Program files...' end object Label4: TLabel Left = 32 Top = 128 Width = 99 Height = 13 Caption = 'Program directories...' end object Label5: TLabel Left = 32 Top = 152 Width = 118 Height = 13 Caption = 'Program registry entries...' end object Label6: TLabel Left = 16 Top = 176 Width = 50 Height = 13 Caption = 'Progress...' end object MainLabel: TLabel Left = 0 Top = 8 Width = 377 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Uninstall will remove the software '#39'Z'#39' from your computer.' end object Label0: TLabel Left = 0 Top = 24 Width = 377 Height = 13 Alignment = taCenter AutoSize = False Caption = 'Please wait while each of the following components is removed...' end object StatusText: TLabel Left = 16 Top = 216 Width = 345 Height = 13 Alignment = taCenter AutoSize = False end object DelProgress: TProgressBar Left = 16 Top = 192 Width = 345 Height = 16 Min = 0 Max = 100 TabOrder = 0 end object FinishButton: TButton Left = 151 Top = 224 Width = 75 Height = 25 Caption = 'Finish' TabOrder = 1 OnClick = FinishClick end object InfoMemo: TMemo Left = 16 Top = 800 Width = 800 Height = 25 TabStop = False Enabled = False TabOrder = 2 end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Top = 224 end object DdeClientConvProgMan: TDdeClientConv DdeService = 'ProgMan' DdeTopic = 'ProgMan' Left = 32 Top = 224 LinkInfo = ( 'Service ProgMan' 'Topic ProgMan') end end