home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Novinky / April / Dm / Dm.exe / 0 / RCDATA / TDELETEFORM / TDELETEFORM.txt
Text File  |  1998-05-01  |  1KB  |  62 lines

  1. object DeleteForm: TDeleteForm
  2.   Left = 415
  3.   Top = 157
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm Folder Delete'
  6.   ClientHeight = 106
  7.   ClientWidth = 411
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnMouseMove = FormMouseMove
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 12
  20.     Top = 16
  21.     Width = 32
  22.     Height = 32
  23.     AutoSize = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 56
  27.     Top = 16
  28.     Width = 349
  29.     Height = 53
  30.     AutoSize = False
  31.     Caption = 
  32.       'Are you sure you want to remove the folder  '#39'New Folder (2)'#39' and' +
  33.       ' all its contents ?'
  34.     WordWrap = True
  35.   end
  36.   object Button1: TButton
  37.     Left = 236
  38.     Top = 73
  39.     Width = 79
  40.     Height = 24
  41.     Caption = '&Yes'
  42.     ModalResult = 1
  43.     TabOrder = 0
  44.   end
  45.   object Button2: TButton
  46.     Left = 323
  47.     Top = 73
  48.     Width = 79
  49.     Height = 24
  50.     Caption = '&No'
  51.     TabOrder = 1
  52.     OnMouseMove = Button2MouseMove
  53.   end
  54.   object YesTimer: TTimer
  55.     Enabled = False
  56.     Interval = 5000
  57.     OnTimer = YesTimerTimer
  58.     Left = 104
  59.     Top = 40
  60.   end
  61. end
  62.