object Form1: TForm1
  Left = 0
  Top = 0
  Caption = 'ID3 renamer'
  ClientHeight = 27
  ClientWidth = 624
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Tahoma'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object prog: TLabel
    Left = 8
    Top = 8
    Width = 42
    Height = 13
    Caption = 'Progress'
  end
end