object DesktopDeleteForm: TDesktopDeleteForm Left = 672 Top = 206 HelpContext = 6020 BorderStyle = bsDialog Caption = 'Delete Saved Desktop' ClientHeight = 175 ClientWidth = 286 Color = clBtnFace ParentFont = True OldCreateOrder = False Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ListBox1: TListBox Left = 8 Top = 8 Width = 273 Height = 130 ItemHeight = 13 MultiSelect = True TabOrder = 0 end object btnCancel: TButton Left = 145 Top = 146 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object btnDelete: TButton Left = 65 Top = 146 Width = 75 Height = 25 Caption = 'Delete' Default = True ModalResult = 1 TabOrder = 2 OnClick = btnDeleteClick end end