inherited MP3Form: TMP3Form Caption = 'MP3' ClientHeight = 112 ClientWidth = 339 OldCreateOrder = True PixelsPerInch = 96 TextHeight = 13 object Rate: TComboBox Left = 76 Top = 10 Width = 145 Height = 21 Style = csDropDownList DropDownCount = 9 ItemHeight = 13 TabOrder = 0 OnChange = RateChange Items.Strings = ( '48000' '44100' '32000' '24000' '22050' '16000' '12000' '11025' '8000') end object RateText: TStaticText Left = 1 Top = 12 Width = 71 Height = 17 Alignment = taRightJustify Caption = 'Sampling rate:' TabOrder = 1 end object Channel: TComboBox Left = 76 Top = 35 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 Items.Strings = ( 'Stereo' 'Joint Stereo' 'Dual Channel' 'Mono') end object ChannelText: TStaticText Left = 21 Top = 37 Width = 51 Height = 17 Alignment = taRightJustify Caption = 'Channels:' TabOrder = 3 end object Bitrate: TComboBox Left = 76 Top = 60 Width = 64 Height = 21 Style = csDropDownList DropDownCount = 15 ItemHeight = 13 TabOrder = 4 end object BitrateText: TStaticText Left = 5 Top = 62 Width = 67 Height = 17 Alignment = taRightJustify Caption = 'Bitrate range:' TabOrder = 5 end object VBRTest: TStaticText Left = 10 Top = 87 Width = 62 Height = 17 Alignment = taRightJustify Caption = 'VBR quality:' TabOrder = 6 end object VBRMode: TComboBox Left = 76 Top = 85 Width = 145 Height = 21 Style = csDropDownList DropDownCount = 11 ItemHeight = 13 TabOrder = 7 OnChange = VBRModeChange Items.Strings = ( 'Off' '0 (high quality)' '1' '2' '3' '4' '5' '6' '7' '8' '9 (low quality)') end object GroupBox1: TGroupBox Left = 232 Top = 5 Width = 101 Height = 102 Caption = ' MPEG settings ' TabOrder = 8 object Private: TCheckBox Left = 8 Top = 17 Width = 89 Height = 17 Caption = 'Private' TabOrder = 0 end object IncludeCRC: TCheckBox Left = 8 Top = 37 Width = 89 Height = 17 Caption = 'Include CRC' TabOrder = 1 end object Copyright: TCheckBox Left = 8 Top = 57 Width = 89 Height = 17 Caption = 'Copyright' TabOrder = 2 end object Original: TCheckBox Left = 8 Top = 77 Width = 89 Height = 17 Caption = 'Original' TabOrder = 3 end end object MaxRate: TComboBox Left = 156 Top = 60 Width = 64 Height = 21 Style = csDropDownList DropDownCount = 15 ItemHeight = 13 TabOrder = 9 end object ToText: TStaticText Left = 140 Top = 62 Width = 16 Height = 17 Alignment = taCenter AutoSize = False Caption = 'to' TabOrder = 10 end end