home *** CD-ROM | disk | FTP | other *** search
- object FileConfirmationFm: TFileConfirmationFm
- Left = 320
- Top = 283
- ActiveControl = ReplaceBt
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Replace File'
- ClientHeight = 145
- ClientWidth = 424
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object MessageLb: TLabel
- Left = 52
- Top = 8
- Width = 249
- Height = 26
- AutoSize = False
- Caption =
- 'The following file already exists on your computer.'#13#10'Do you want' +
- ' to replace it with the new file?'
- WordWrap = True
- end
- object IconIm: TEPImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- ParentColor = False
- end
- object ExistingFileLb: TLabel
- Left = 120
- Top = 44
- Width = 177
- Height = 29
- AutoSize = False
- end
- object NewFileLb: TLabel
- Left = 120
- Top = 76
- Width = 177
- Height = 29
- AutoSize = False
- end
- object ExistingFileLabelLb: TLabel
- Left = 52
- Top = 44
- Width = 58
- Height = 13
- Caption = 'Existing File:'
- end
- object NewFileLabelLb: TLabel
- Left = 52
- Top = 76
- Width = 44
- Height = 13
- Caption = 'New File:'
- end
- object DoNotReplaceBt: TButton
- Left = 316
- Top = 40
- Width = 99
- Height = 25
- Caption = 'Do &Not Replace'
- ModalResult = 7
- TabOrder = 1
- end
- object ReplaceBt: TButton
- Left = 316
- Top = 8
- Width = 99
- Height = 25
- Caption = '&Replace'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- object DoNotConfirmAgainCb: TCheckBox
- Left = 52
- Top = 116
- Width = 245
- Height = 17
- Caption = '&Do not prompt for confirmation again'
- TabOrder = 2
- end
- end
-