object DeleteForm: TDeleteForm Left = 415 Top = 157 BorderStyle = bsDialog Caption = 'Confirm Folder Delete' ClientHeight = 106 ClientWidth = 411 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnMouseMove = FormMouseMove OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 12 Top = 16 Width = 32 Height = 32 AutoSize = True end object Label1: TLabel Left = 56 Top = 16 Width = 349 Height = 53 AutoSize = False Caption = 'Are you sure you want to remove the folder '#39'New Folder (2)'#39' and' + ' all its contents ?' WordWrap = True end object Button1: TButton Left = 236 Top = 73 Width = 79 Height = 24 Caption = '&Yes' ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 323 Top = 73 Width = 79 Height = 24 Caption = '&No' TabOrder = 1 OnMouseMove = Button2MouseMove end object YesTimer: TTimer Enabled = False Interval = 5000 OnTimer = YesTimerTimer Left = 104 Top = 40 end end