home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / mp3renam / MP3Renamer.exe / 0 / RCDATA / TCONFIRMFORM / TCONFIRMFORM.txt < prev   
Text File  |  1998-09-23  |  1KB  |  74 lines

  1. object ConfirmForm: TConfirmForm
  2.   Left = 257
  3.   Top = 268
  4.   ActiveControl = btnYes
  5.   BorderStyle = bsDialog
  6.   Caption = 'Confirm File Rename'
  7.   ClientHeight = 104
  8.   ClientWidth = 411
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object imgConfirmFileRename: TImage
  19.     Left = 13
  20.     Top = 15
  21.     Width = 33
  22.     Height = 33
  23.     AutoSize = True
  24.     Picture.Data = {<image000.bmp>}
  25.     Transparent = True
  26.   end
  27.   object lblAreYouSure: TLabel
  28.     Left = 61
  29.     Top = 23
  30.     Width = 340
  31.     Height = 42
  32.     AutoSize = False
  33.     Caption = 'Are you sure you want to rename '#39'%s'#39' to '#39'%s'#39'?'
  34.     WordWrap = True
  35.   end
  36.   object btnNo: TButton
  37.     Left = 235
  38.     Top = 72
  39.     Width = 80
  40.     Height = 23
  41.     Caption = '&No'
  42.     ModalResult = 7
  43.     TabOrder = 2
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 322
  47.     Top = 72
  48.     Width = 80
  49.     Height = 23
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     ModalResult = 2
  53.     TabOrder = 3
  54.   end
  55.   object btnYesToAll: TButton
  56.     Left = 148
  57.     Top = 72
  58.     Width = 80
  59.     Height = 23
  60.     Caption = 'Yes To &All'
  61.     ModalResult = 10
  62.     TabOrder = 1
  63.   end
  64.   object btnYes: TButton
  65.     Left = 61
  66.     Top = 72
  67.     Width = 80
  68.     Height = 23
  69.     Caption = '&Yes'
  70.     ModalResult = 6
  71.     TabOrder = 0
  72.   end
  73. end
  74.