home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EasyMail / EZM32V12.EXE / SETUPMN.DLL / 0 / RCDATA / TFILECONFIRMATIONFM / TFILECONFIRMATIONFM.txt
Encoding:
Text File  |  1999-02-01  |  1.8 KB  |  92 lines

  1. object FileConfirmationFm: TFileConfirmationFm
  2.   Left = 320
  3.   Top = 283
  4.   ActiveControl = ReplaceBt
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Replace File'
  8.   ClientHeight = 145
  9.   ClientWidth = 424
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MessageLb: TLabel
  19.     Left = 52
  20.     Top = 8
  21.     Width = 249
  22.     Height = 26
  23.     AutoSize = False
  24.     Caption = 
  25.       'The following file already exists on your computer.'#13#10'Do you want' +
  26.       ' to replace it with the new file?'
  27.     WordWrap = True
  28.   end
  29.   object IconIm: TEPImage
  30.     Left = 8
  31.     Top = 8
  32.     Width = 32
  33.     Height = 32
  34.     ParentColor = False
  35.   end
  36.   object ExistingFileLb: TLabel
  37.     Left = 120
  38.     Top = 44
  39.     Width = 177
  40.     Height = 29
  41.     AutoSize = False
  42.   end
  43.   object NewFileLb: TLabel
  44.     Left = 120
  45.     Top = 76
  46.     Width = 177
  47.     Height = 29
  48.     AutoSize = False
  49.   end
  50.   object ExistingFileLabelLb: TLabel
  51.     Left = 52
  52.     Top = 44
  53.     Width = 58
  54.     Height = 13
  55.     Caption = 'Existing File:'
  56.   end
  57.   object NewFileLabelLb: TLabel
  58.     Left = 52
  59.     Top = 76
  60.     Width = 44
  61.     Height = 13
  62.     Caption = 'New File:'
  63.   end
  64.   object DoNotReplaceBt: TButton
  65.     Left = 316
  66.     Top = 40
  67.     Width = 99
  68.     Height = 25
  69.     Caption = 'Do &Not Replace'
  70.     ModalResult = 7
  71.     TabOrder = 1
  72.   end
  73.   object ReplaceBt: TButton
  74.     Left = 316
  75.     Top = 8
  76.     Width = 99
  77.     Height = 25
  78.     Caption = '&Replace'
  79.     Default = True
  80.     ModalResult = 6
  81.     TabOrder = 0
  82.   end
  83.   object DoNotConfirmAgainCb: TCheckBox
  84.     Left = 52
  85.     Top = 116
  86.     Width = 245
  87.     Height = 17
  88.     Caption = '&Do not prompt for confirmation again'
  89.     TabOrder = 2
  90.   end
  91. end
  92.