object IconDeleteDlg: TIconDeleteDlg Left = 228 Top = 143 BorderStyle = bsDialog Caption = 'Delete Icon Image' ClientHeight = 158 ClientWidth = 226 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 162 Height = 13 Caption = '&Select which icon image to delete:' FocusControl = IconList end object IconList: TListBox Left = 8 Top = 24 Width = 209 Height = 97 ItemHeight = 13 TabOrder = 0 end object OKButton: TButton Left = 27 Top = 128 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKButtonClick end object CancelButton: TButton Left = 123 Top = 128 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end