home *** CD-ROM | disk | FTP | other *** search
- object OverwriteFilesDlg: TOverwriteFilesDlg
- Left = 244
- Top = 173
- ActiveControl = YesBtn
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Confirm File Overwrite'
- ClientHeight = 238
- ClientWidth = 422
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 16
- Top = 16
- Width = 32
- Height = 32
- Picture.Data = {<image000.ico>}
- end
- object Label1: TLabel
- Left = 64
- Top = 16
- Width = 333
- Height = 36
- AutoSize = False
- WordWrap = True
- end
- object Label2: TLabel
- Left = 64
- Top = 64
- Width = 153
- Height = 13
- AutoSize = False
- Caption = 'Replace file'
- end
- object Label3: TLabel
- Left = 64
- Top = 126
- Width = 153
- Height = 13
- AutoSize = False
- Caption = 'with this file ?'
- end
- object FileImage1: TImage
- Left = 76
- Top = 84
- Width = 32
- Height = 32
- end
- object FileImage2: TImage
- Left = 75
- Top = 148
- Width = 32
- Height = 32
- end
- object FileDesc1Label: TLabel
- Left = 120
- Top = 84
- Width = 276
- Height = 29
- AutoSize = False
- end
- object FileDesc2Label: TLabel
- Left = 120
- Top = 148
- Width = 276
- Height = 29
- AutoSize = False
- end
- object YesBtn: TButton
- Left = 55
- Top = 212
- Width = 81
- Height = 23
- Caption = '&Yes'
- Default = True
- ModalResult = 6
- TabOrder = 0
- end
- object NoBtn: TButton
- Left = 240
- Top = 212
- Width = 81
- Height = 23
- Caption = '&No'
- ModalResult = 7
- TabOrder = 2
- end
- object AllBtn: TButton
- Left = 147
- Top = 212
- Width = 81
- Height = 23
- Caption = 'Replace &all'
- ModalResult = 8
- TabOrder = 1
- end
- object AbortBtn: TButton
- Left = 332
- Top = 212
- Width = 81
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 3
- TabOrder = 3
- end
- object UpdateCheckBox: TCheckBox
- Left = 56
- Top = 187
- Width = 281
- Height = 17
- Caption = 'Replace only newer files'
- TabOrder = 4
- end
- end
-