home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April (Special) / Chip-Special_2003-04_Vypalujeme-cd-i-dvd.bin / soft / instantcopy / InstantCopy.msi / Cabs.w1.cab / CDWizard.EXE / 0 / RCDATA / TMP3SAVEFORM / TMP3SAVEFORM.txt
Encoding:
Text File  |  2002-12-06  |  1.6 KB  |  87 lines

  1. object MP3SaveForm: TMP3SaveForm
  2.   Left = 326
  3.   Top = 285
  4.   BorderStyle = bsDialog
  5.   Caption = 'Compressing wavefile'
  6.   ClientHeight = 97
  7.   ClientWidth = 434
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblProgress: TLabel
  22.     Left = 64
  23.     Top = 32
  24.     Width = 265
  25.     Height = 13
  26.     AutoSize = False
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 344
  30.     Top = 16
  31.     Width = 75
  32.     Height = 23
  33.     Caption = 'Cancel'
  34.     TabOrder = 0
  35.     OnClick = btnCancelClick
  36.   end
  37.   object pbCompress: TProgressBar
  38.     Left = 64
  39.     Top = 8
  40.     Width = 273
  41.     Height = 16
  42.     Min = 0
  43.     Max = 100
  44.     TabOrder = 1
  45.   end
  46.   object WaveFile: TMMWaveFile
  47.     Output = Trigger
  48.     Left = 56
  49.     Top = 64
  50.   end
  51.   object MP3Encoder: TMMMP3Encoder
  52.     Input = Trigger
  53.     Left = 168
  54.     Top = 64
  55.   end
  56.   object Trigger: TMMTrigger
  57.     OnStart = TriggerStart
  58.     OnStop = TriggerStop
  59.     Input = WaveFile
  60.     Output = MP3Encoder
  61.     BufferSize = 32768
  62.     Interval = 0
  63.     Left = 112
  64.     Top = 64
  65.   end
  66.   object tmCompress: TTimer
  67.     Enabled = False
  68.     Interval = 500
  69.     OnTimer = tmCompressTimer
  70.     Left = 224
  71.     Top = 64
  72.   end
  73.   object MMACM: TMMACM
  74.     OnFormatEnum = MMACMFormatEnum
  75.     ACMPresent = True
  76.     NumDrivers = 14
  77.     NumCodecs = 13
  78.     NumConverters = 1
  79.     NumFilters = 0
  80.     EnumFormats = efConvert
  81.     Title = 'Select...'
  82.     Source = WaveFile
  83.     Left = 112
  84.     Top = 32
  85.   end
  86. end
  87.