home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TDELETEFILEDLG / TDELETEFILEDLG.txt < prev   
Encoding:
Text File  |  2002-12-06  |  1.3 KB  |  72 lines

  1. object DeleteFileDlg: TDeleteFileDlg
  2.   Left = 311
  3.   Top = 178
  4.   BorderStyle = bsDialog
  5.   Caption = 'Confirm deletion of files...'
  6.   ClientHeight = 127
  7.   ClientWidth = 347
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object IconImage: TListImage
  20.     Left = 8
  21.     Top = 16
  22.     Width = 32
  23.     Height = 32
  24.     ImageList = PopupMenuModule.LargeSysImageList
  25.   end
  26.   object MessageLabel: TLabel
  27.     Left = 56
  28.     Top = 16
  29.     Width = 281
  30.     Height = 65
  31.     AutoSize = False
  32.     Caption = '<Msg>'
  33.     WordWrap = True
  34.   end
  35.   object Image1: TImage
  36.     Left = 8
  37.     Top = 16
  38.     Width = 32
  39.     Height = 32
  40.     Picture.Data = {<image000.ico>}
  41.   end
  42.   object OKBtn: TButton
  43.     Left = 86
  44.     Top = 100
  45.     Width = 83
  46.     Height = 23
  47.     Caption = 'OK'
  48.     Default = True
  49.     ModalResult = 1
  50.     TabOrder = 0
  51.   end
  52.   object CancelBtn: TButton
  53.     Left = 262
  54.     Top = 100
  55.     Width = 81
  56.     Height = 23
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     ModalResult = 2
  60.     TabOrder = 2
  61.   end
  62.   object Button1: TButton
  63.     Left = 174
  64.     Top = 100
  65.     Width = 81
  66.     Height = 23
  67.     Caption = 'Delete &all'
  68.     ModalResult = 8
  69.     TabOrder = 1
  70.   end
  71. end
  72.