home *** CD-ROM | disk | FTP | other *** search
- object ConfirmForm: TConfirmForm
- Left = 257
- Top = 268
- ActiveControl = btnYes
- BorderStyle = bsDialog
- Caption = 'Confirm File Rename'
- ClientHeight = 104
- ClientWidth = 411
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imgConfirmFileRename: TImage
- Left = 13
- Top = 15
- Width = 33
- Height = 33
- AutoSize = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object lblAreYouSure: TLabel
- Left = 61
- Top = 23
- Width = 340
- Height = 42
- AutoSize = False
- Caption = 'Are you sure you want to rename '#39'%s'#39' to '#39'%s'#39'?'
- WordWrap = True
- end
- object btnNo: TButton
- Left = 235
- Top = 72
- Width = 80
- Height = 23
- Caption = '&No'
- ModalResult = 7
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 322
- Top = 72
- Width = 80
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object btnYesToAll: TButton
- Left = 148
- Top = 72
- Width = 80
- Height = 23
- Caption = 'Yes To &All'
- ModalResult = 10
- TabOrder = 1
- end
- object btnYes: TButton
- Left = 61
- Top = 72
- Width = 80
- Height = 23
- Caption = '&Yes'
- ModalResult = 6
- TabOrder = 0
- end
- end
-