home *** CD-ROM | disk | FTP | other *** search
- object FormOverwriteFolderWarning: TFormOverwriteFolderWarning
- Left = 421
- Top = 187
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Confirm Folder Replace'
- ClientHeight = 146
- ClientWidth = 374
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 205
- Height = 13
- Caption = 'This folder already contains a folder named '
- end
- object Label2: TLabel
- Left = 27
- Top = 44
- Width = 307
- Height = 13
- Caption =
- 'If the files in the existing folder have the same name as files ' +
- 'in the'
- end
- object Label3: TLabel
- Left = 27
- Top = 59
- Width = 315
- Height = 13
- Caption =
- 'folder you are moving or copying, they will be replaced. Do you' +
- ' still'
- end
- object Label4: TLabel
- Left = 27
- Top = 74
- Width = 158
- Height = 13
- Caption = 'want to move or copy the folder ?'
- end
- object BtnYes: TButton
- Left = 28
- Top = 111
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Yes'
- TabOrder = 0
- OnClick = BtnYesClick
- end
- object BtnYesAll: TButton
- Left = 110
- Top = 111
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Yes All'
- TabOrder = 1
- OnClick = BtnYesAllClick
- end
- object BtnNo: TButton
- Left = 192
- Top = 111
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'No'
- TabOrder = 2
- OnClick = BtnNoClick
- end
- object BtnCancel: TButton
- Left = 275
- Top = 111
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = BtnCancelClick
- end
- end
-