home *** CD-ROM | disk | FTP | other *** search
- object OverwriteFolderDlg: TOverwriteFolderDlg
- Left = 292
- Top = 214
- ActiveControl = YesBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Confirm Folder Overwrite'
- ClientHeight = 144
- ClientWidth = 479
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Image2: TImage
- Left = 12
- Top = 12
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 64
- Top = 8
- Width = 400
- Height = 33
- AutoSize = False
- Caption = 'This folder contains a folder '#39'%2'#39'.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 64
- Top = 48
- Width = 393
- Height = 33
- AutoSize = False
- Caption = 'Replace existing files?'
- WordWrap = True
- end
- object AbortBtn: TButton
- Left = 381
- Top = 112
- Width = 81
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 3
- TabOrder = 3
- end
- object NoBtn: TButton
- Left = 289
- Top = 112
- Width = 81
- Height = 23
- Caption = '&No'
- ModalResult = 7
- TabOrder = 2
- end
- object AllBtn: TButton
- Left = 196
- Top = 112
- Width = 81
- Height = 23
- Caption = 'Replace &all'
- ModalResult = 8
- TabOrder = 1
- end
- object YesBtn: TButton
- Left = 104
- Top = 112
- Width = 81
- Height = 23
- Caption = '&Yes'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- end
-