object frmDelete: TfrmDelete Left = 0 Top = 0 ActiveControl = chbDeleteFiles BorderStyle = bsDialog Caption = 'Avant Downloader' ClientHeight = 138 ClientWidth = 289 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblMsg: TTntLabel Left = 16 Top = 16 Width = 257 Height = 34 AutoSize = False Caption = 'Do you really want to delete selected item(s)?' WordWrap = True end object chbDeleteFiles: TTntCheckBox Left = 32 Top = 56 Width = 241 Height = 25 Caption = '&Delete Completed Download File(s)' TabOrder = 0 WordWrap = True end object btnYes: TTntButton Left = 104 Top = 99 Width = 75 Height = 25 Caption = '&Yes' Default = True ModalResult = 6 TabOrder = 1 end object btnNo: TTntButton Left = 203 Top = 99 Width = 75 Height = 25 Caption = '&No' ModalResult = 7 TabOrder = 2 end end