object dlgDF: TdlgDF Left = 112 Top = 137 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Removing Software' ClientHeight = 152 ClientWidth = 386 Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 16 object Panel1: TPanel Left = 0 Top = 0 Width = 386 Height = 152 Align = alClient TabOrder = 0 object Label1: TLabel Left = 40 Top = 8 Width = 136 Height = 22 Caption = 'Removing files' Font.Color = clBlack Font.Height = -19 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 8 Top = 8 Width = 25 Height = 25 Picture.Data = {} end object btnCancel: TButton Left = 288 Top = 8 Width = 89 Height = 33 Caption = '&Cancel' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False TabOrder = 0 end object DriveComboBox1: TDriveComboBox Left = 8 Top = 40 Width = 145 Height = 22 Enabled = False TabOrder = 1 end object FileListBox1: TFileListBox Left = 160 Top = 40 Width = 113 Height = 105 Enabled = False ItemHeight = 16 TabOrder = 2 end object DirectoryListBox1: TDirectoryListBox Left = 8 Top = 64 Width = 145 Height = 81 Enabled = False ItemHeight = 16 TabOrder = 3 end end end