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 / TOVERWRITEFILESDLG / TOVERWRITEFILESDLG.txt < prev   
Encoding:
Text File  |  2002-12-06  |  2.2 KB  |  125 lines

  1. object OverwriteFilesDlg: TOverwriteFilesDlg
  2.   Left = 244
  3.   Top = 173
  4.   ActiveControl = YesBtn
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Confirm File Overwrite'
  8.   ClientHeight = 238
  9.   ClientWidth = 422
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 16
  23.     Top = 16
  24.     Width = 32
  25.     Height = 32
  26.     Picture.Data = {<image000.ico>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 64
  30.     Top = 16
  31.     Width = 333
  32.     Height = 36
  33.     AutoSize = False
  34.     WordWrap = True
  35.   end
  36.   object Label2: TLabel
  37.     Left = 64
  38.     Top = 64
  39.     Width = 153
  40.     Height = 13
  41.     AutoSize = False
  42.     Caption = 'Replace file'
  43.   end
  44.   object Label3: TLabel
  45.     Left = 64
  46.     Top = 126
  47.     Width = 153
  48.     Height = 13
  49.     AutoSize = False
  50.     Caption = 'with this file ?'
  51.   end
  52.   object FileImage1: TImage
  53.     Left = 76
  54.     Top = 84
  55.     Width = 32
  56.     Height = 32
  57.   end
  58.   object FileImage2: TImage
  59.     Left = 75
  60.     Top = 148
  61.     Width = 32
  62.     Height = 32
  63.   end
  64.   object FileDesc1Label: TLabel
  65.     Left = 120
  66.     Top = 84
  67.     Width = 276
  68.     Height = 29
  69.     AutoSize = False
  70.   end
  71.   object FileDesc2Label: TLabel
  72.     Left = 120
  73.     Top = 148
  74.     Width = 276
  75.     Height = 29
  76.     AutoSize = False
  77.   end
  78.   object YesBtn: TButton
  79.     Left = 55
  80.     Top = 212
  81.     Width = 81
  82.     Height = 23
  83.     Caption = '&Yes'
  84.     Default = True
  85.     ModalResult = 6
  86.     TabOrder = 0
  87.   end
  88.   object NoBtn: TButton
  89.     Left = 240
  90.     Top = 212
  91.     Width = 81
  92.     Height = 23
  93.     Caption = '&No'
  94.     ModalResult = 7
  95.     TabOrder = 2
  96.   end
  97.   object AllBtn: TButton
  98.     Left = 147
  99.     Top = 212
  100.     Width = 81
  101.     Height = 23
  102.     Caption = 'Replace &all'
  103.     ModalResult = 8
  104.     TabOrder = 1
  105.   end
  106.   object AbortBtn: TButton
  107.     Left = 332
  108.     Top = 212
  109.     Width = 81
  110.     Height = 23
  111.     Cancel = True
  112.     Caption = 'Cancel'
  113.     ModalResult = 3
  114.     TabOrder = 3
  115.   end
  116.   object UpdateCheckBox: TCheckBox
  117.     Left = 56
  118.     Top = 187
  119.     Width = 281
  120.     Height = 17
  121.     Caption = 'Replace only newer files'
  122.     TabOrder = 4
  123.   end
  124. end
  125.