object DeleteWarning: TDeleteWarning Left = 218 Top = 122 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Confirm Delete' ClientHeight = 100 ClientWidth = 402 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 24 Top = 16 Width = 32 Height = 32 end object Msg: TLabel Left = 72 Top = 24 Width = 48 Height = 13 Caption = 'Delete %?' end object YesBtn: TBitBtn Left = 24 Top = 64 Width = 73 Height = 26 Caption = '&Yes' ModalResult = 6 TabOrder = 0 NumGlyphs = 2 end object AllBtn: TBitBtn Left = 104 Top = 64 Width = 73 Height = 26 Caption = 'Yes to &All' ModalResult = 8 TabOrder = 1 NumGlyphs = 2 end object NoBtn: TBitBtn Left = 184 Top = 64 Width = 73 Height = 26 Caption = '&No' ModalResult = 7 TabOrder = 2 NumGlyphs = 2 end object CancelBtn: TBitBtn Left = 264 Top = 64 Width = 73 Height = 26 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 NumGlyphs = 2 end end