home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 June B / Pcwk6b98.iso / Mpeg3 / Mp3coder / mp3Coder.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-05-24  |  6KB  |  253 lines

  1. object Form1: TForm1
  2.   Left = 639
  3.   Top = 243
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'mp3 Coder'
  7.   ClientHeight = 317
  8.   ClientWidth = 360
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poDefaultPosOnly
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 360
  23.     Height = 317
  24.     ActivePage = codepage
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object codepage: TTabSheet
  28.       Caption = 'Encode/Decode'
  29.       object DriveComboBox1: TDriveComboBox
  30.         Left = 4
  31.         Top = 4
  32.         Width = 153
  33.         Height = 19
  34.         DirList = DirectoryListBox1
  35.         TabOrder = 0
  36.       end
  37.       object DirectoryListBox1: TDirectoryListBox
  38.         Left = 4
  39.         Top = 24
  40.         Width = 153
  41.         Height = 129
  42.         FileList = FileListBox1
  43.         ItemHeight = 16
  44.         TabOrder = 1
  45.       end
  46.       object FileListBox1: TFileListBox
  47.         Left = 160
  48.         Top = 4
  49.         Width = 189
  50.         Height = 149
  51.         FileType = [ftReadOnly, ftHidden, ftSystem, ftArchive, ftNormal]
  52.         ItemHeight = 16
  53.         Mask = '*.wav'
  54.         TabOrder = 2
  55.       end
  56.       object rED: TRadioGroup
  57.         Left = 4
  58.         Top = 160
  59.         Width = 197
  60.         Height = 33
  61.         Caption = 'Encode or Decode?'
  62.         Columns = 2
  63.         ItemIndex = 0
  64.         Items.Strings = (
  65.           'Encode'
  66.           'Decode')
  67.         TabOrder = 3
  68.         OnClick = rEDClick
  69.       end
  70.       object rBitrate: TRadioGroup
  71.         Left = 4
  72.         Top = 196
  73.         Width = 345
  74.         Height = 45
  75.         Caption = 'Bitrate (kbits/s)'
  76.         Columns = 5
  77.         ItemIndex = 8
  78.         Items.Strings = (
  79.           '8'
  80.           '16'
  81.           '24'
  82.           '32'
  83.           '56'
  84.           '64'
  85.           '96'
  86.           '112'
  87.           '128'
  88.           '256')
  89.         TabOrder = 4
  90.         OnClick = rBitrateClick
  91.       end
  92.       object cbDM: TCheckBox
  93.         Left = 4
  94.         Top = 248
  95.         Width = 145
  96.         Height = 17
  97.         Caption = 'DownMix (stereo to mono)'
  98.         TabOrder = 5
  99.         OnClick = cbDMClick
  100.       end
  101.       object cbCRC: TCheckBox
  102.         Left = 4
  103.         Top = 267
  104.         Width = 76
  105.         Height = 17
  106.         Caption = 'CRC Check'
  107.         State = cbChecked
  108.         TabOrder = 6
  109.         OnClick = cbCRCClick
  110.       end
  111.       object cbHQ: TCheckBox
  112.         Left = 165
  113.         Top = 248
  114.         Width = 128
  115.         Height = 17
  116.         Caption = 'High Quality Encoding'
  117.         State = cbChecked
  118.         TabOrder = 7
  119.         OnClick = cbHQClick
  120.       end
  121.       object cbAD: TCheckBox
  122.         Left = 165
  123.         Top = 267
  124.         Width = 104
  125.         Height = 17
  126.         Caption = 'Auto Delete .wav'
  127.         TabOrder = 8
  128.         OnClick = cbADClick
  129.       end
  130.       object btn: TButton
  131.         Left = 204
  132.         Top = 165
  133.         Width = 145
  134.         Height = 29
  135.         Caption = '>>>>>>   Do It!   <<<<<<'
  136.         TabOrder = 9
  137.         OnClick = btnClick
  138.       end
  139.     end
  140.     object HelpPage: TTabSheet
  141.       Caption = 'Help'
  142.       object Memo1: TMemo
  143.         Left = 0
  144.         Top = 0
  145.         Width = 352
  146.         Height = 289
  147.         Align = alClient
  148.         BorderStyle = bsNone
  149.         Lines.Strings = (
  150.           'mp3 Coder'
  151.           
  152.             'freeware written in Delphi by william '#39'pete'#39' moss -- kaeru@flash' +
  153.             '.net'
  154.           ''
  155.           'mp3Coder will encode and decode .mp3 files from .wav files using'
  156.           'registered versions of l3enc and l3dec.'
  157.           ''
  158.           
  159.             'For encoding, the input .wav files must have a resolution of 16b' +
  160.             'its.'
  161.           ''
  162.           'the various bitrates are compared below:'
  163.           
  164.             'sound quality                 bandwidth   mode      bitrate     ' +
  165.             '     reduction ratio'
  166.           
  167.             '"telephone sound"          2.5 kHz     mono      8 kbps         ' +
  168.             '    96:1'
  169.           
  170.             '"better than shortwave"  4.5 kHz     mono      16 kbps          ' +
  171.             ' 48:1'
  172.           
  173.             '"better than AM radio"    7.5 kHz     mono      32 kbps         ' +
  174.             '   24:1'
  175.           
  176.             '"similar to FM radio"         11 kHz     stereo     56..64 kbps ' +
  177.             '     26..24:1'
  178.           
  179.             '"near-CD"                        15 kHz     stereo     96 kbps  ' +
  180.             '          16:1'
  181.           
  182.             '"CD"                             > 15 kHz     stereo     112..12' +
  183.             '8 kbps  14..12:1'
  184.           ''
  185.           'DownMix -- converts stereo .wav files to mono'
  186.           'CRC check -- checks CRC of resulting .mp3 file'
  187.           
  188.             'High Quality -- highest quality .mp3 output with encoding speed ' +
  189.             'reduction'
  190.           'AutoDelete -- Delete original .wav after converting')
  191.         ReadOnly = True
  192.         TabOrder = 0
  193.       end
  194.     end
  195.     object setupPage: TTabSheet
  196.       Caption = 'Settings'
  197.       object Label1: TLabel
  198.         Left = 4
  199.         Top = 20
  200.         Width = 345
  201.         Height = 21
  202.         Alignment = taCenter
  203.         AutoSize = False
  204.         Caption = 'Specify the directory that contains l3enc and l3dec:'
  205.       end
  206.       object Label2: TLabel
  207.         Left = 4
  208.         Top = 232
  209.         Width = 345
  210.         Height = 17
  211.         Alignment = taCenter
  212.         AutoSize = False
  213.         Caption = 'Specify a drive with enough space for temporary files:'
  214.       end
  215.       object DriveComboBox2: TDriveComboBox
  216.         Left = 4
  217.         Top = 44
  218.         Width = 345
  219.         Height = 19
  220.         DirList = DirectoryListBox2
  221.         TabOrder = 0
  222.       end
  223.       object DirectoryListBox2: TDirectoryListBox
  224.         Left = 4
  225.         Top = 68
  226.         Width = 345
  227.         Height = 145
  228.         ItemHeight = 16
  229.         TabOrder = 1
  230.       end
  231.       object tempDrive: TDriveComboBox
  232.         Left = 4
  233.         Top = 252
  234.         Width = 345
  235.         Height = 19
  236.         TabOrder = 2
  237.         OnChange = tempDriveChange
  238.       end
  239.     end
  240.   end
  241.   object SendKeys1: TSendKeys
  242.     Left = 286
  243.     Top = 68
  244.   end
  245.   object Timer1: TTimer
  246.     Enabled = False
  247.     Interval = 2000
  248.     OnTimer = Timer1Timer
  249.     Left = 216
  250.     Top = 80
  251.   end
  252. end
  253.