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 / TOVERWRITEFOLDERDLG / TOVERWRITEFOLDERDLG.txt < prev   
Encoding:
Text File  |  2002-12-06  |  1.5 KB  |  82 lines

  1. object OverwriteFolderDlg: TOverwriteFolderDlg
  2.   Left = 292
  3.   Top = 214
  4.   ActiveControl = YesBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Confirm Folder Overwrite'
  8.   ClientHeight = 144
  9.   ClientWidth = 479
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image2: TImage
  19.     Left = 12
  20.     Top = 12
  21.     Width = 32
  22.     Height = 32
  23.     Picture.Data = {<image000.ico>}
  24.   end
  25.   object Label1: TLabel
  26.     Left = 64
  27.     Top = 8
  28.     Width = 400
  29.     Height = 33
  30.     AutoSize = False
  31.     Caption = 'This folder contains a folder  '#39'%2'#39'.'
  32.     WordWrap = True
  33.   end
  34.   object Label2: TLabel
  35.     Left = 64
  36.     Top = 48
  37.     Width = 393
  38.     Height = 33
  39.     AutoSize = False
  40.     Caption = 'Replace existing files?'
  41.     WordWrap = True
  42.   end
  43.   object AbortBtn: TButton
  44.     Left = 381
  45.     Top = 112
  46.     Width = 81
  47.     Height = 23
  48.     Cancel = True
  49.     Caption = 'Cancel'
  50.     ModalResult = 3
  51.     TabOrder = 3
  52.   end
  53.   object NoBtn: TButton
  54.     Left = 289
  55.     Top = 112
  56.     Width = 81
  57.     Height = 23
  58.     Caption = '&No'
  59.     ModalResult = 7
  60.     TabOrder = 2
  61.   end
  62.   object AllBtn: TButton
  63.     Left = 196
  64.     Top = 112
  65.     Width = 81
  66.     Height = 23
  67.     Caption = 'Replace &all'
  68.     ModalResult = 8
  69.     TabOrder = 1
  70.   end
  71.   object YesBtn: TButton
  72.     Left = 104
  73.     Top = 112
  74.     Width = 81
  75.     Height = 23
  76.     Caption = '&Yes'
  77.     Default = True
  78.     ModalResult = 6
  79.     TabOrder = 0
  80.   end
  81. end
  82.