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

  1. object RenameDlg: TRenameDlg
  2.   Left = 257
  3.   Top = 106
  4.   ActiveControl = btnCancel
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Renaming...'
  8.   ClientHeight = 135
  9.   ClientWidth = 373
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OnPaint = FormPaint
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblToFilename: TLabel
  20.     Left = 10
  21.     Top = 78
  22.     Width = 285
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'To'
  26.     ShowAccelChar = False
  27.   end
  28.   object lblFilename: TLabel
  29.     Left = 10
  30.     Top = 62
  31.     Width = 285
  32.     Height = 13
  33.     AutoSize = False
  34.     Caption = 'Filename'
  35.   end
  36.   object ProgressBar: TProgressBar
  37.     Left = 10
  38.     Top = 101
  39.     Width = 285
  40.     Height = 13
  41.     Min = 0
  42.     Max = 100
  43.     TabOrder = 0
  44.   end
  45.   object btnCancel: TButton
  46.     Left = 302
  47.     Top = 101
  48.     Width = 60
  49.     Height = 23
  50.     Cancel = True
  51.     Caption = 'Cancel'
  52.     Default = True
  53.     ModalResult = 2
  54.     TabOrder = 1
  55.     OnClick = btnCancelClick
  56.   end
  57.   object pnlAnimate: TAnimate
  58.     Left = 10
  59.     Top = 0
  60.     Width = 272
  61.     Height = 60
  62.     Active = False
  63.     CommonAVI = aviCopyFiles
  64.     StopFrame = 34
  65.   end
  66. end
  67.