home *** CD-ROM | disk | FTP | other *** search
/ Freelog 115 / FreelogNo115-MaiJuin2013.iso / Internet / AvantBrowser / asetup.exe / _data / adownloader.exe / 0 / RCDATA / TFRMDELETE / TFRMDELETE.txt
Text File  |  2013-04-03  |  1KB  |  58 lines

  1. object frmDelete: TfrmDelete
  2.   Left = 0
  3.   Top = 0
  4.   ActiveControl = chbDeleteFiles
  5.   BorderStyle = bsDialog
  6.   Caption = 'Avant Downloader'
  7.   ClientHeight = 138
  8.   ClientWidth = 289
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblMsg: TTntLabel
  21.     Left = 16
  22.     Top = 16
  23.     Width = 257
  24.     Height = 34
  25.     AutoSize = False
  26.     Caption = 'Do you really want to delete selected item(s)?'
  27.     WordWrap = True
  28.   end
  29.   object chbDeleteFiles: TTntCheckBox
  30.     Left = 32
  31.     Top = 56
  32.     Width = 241
  33.     Height = 25
  34.     Caption = '&Delete Completed Download File(s)'
  35.     TabOrder = 0
  36.     WordWrap = True
  37.   end
  38.   object btnYes: TTntButton
  39.     Left = 104
  40.     Top = 99
  41.     Width = 75
  42.     Height = 25
  43.     Caption = '&Yes'
  44.     Default = True
  45.     ModalResult = 6
  46.     TabOrder = 1
  47.   end
  48.   object btnNo: TTntButton
  49.     Left = 203
  50.     Top = 99
  51.     Width = 75
  52.     Height = 25
  53.     Caption = '&No'
  54.     ModalResult = 7
  55.     TabOrder = 2
  56.   end
  57. end
  58.