inherited NewSoundForm: TNewSoundForm Left = 243 Top = 180 Caption = 'New Sound' ClientHeight = 171 ClientWidth = 320 OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 4 Top = 4 Width = 183 Height = 73 Caption = ' Manual quality settings ' TabOrder = 0 object Channel: TComboBox Left = 80 Top = 15 Width = 77 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 Items.Strings = ( '1 (mono)' '2 (stereo)') end object ChannelsLabel: TStaticText Left = 24 Top = 17 Width = 51 Height = 17 Alignment = taRightJustify Caption = 'Channels:' TabOrder = 0 end object Rate: TNumBox Left = 80 Top = 42 Width = 79 Height = 21 TabStop = True Value = 1000 Min = 1000 Max = 192000 PageChange = 10 LineChange = 100 Label = 'Sampling rate' DropDownCount = 12 Items.Strings = ( '6000' '7333' '8000' '11025' '16000' '22050' '24000' '32000' '44100' '48000' '88200' '96000' '192000') TabOrder = 3 Text = '100' MaxLength = 7 end object RateLabel: TStaticText Left = 4 Top = 44 Width = 71 Height = 17 Alignment = taRightJustify Caption = 'Sampling rate:' TabOrder = 2 end object RateBuddy: TBuddyUpDown Left = 159 Top = 42 Width = 15 Height = 21 Associate = Rate TabOrder = 4 end end object GroupBox2: TGroupBox Left = 194 Top = 4 Width = 122 Height = 73 Caption = ' Preset quality settings ' TabOrder = 1 object Preset: TComboBox Left = 11 Top = 30 Width = 100 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = PresetChange Items.Strings = ( '' 'Telephone' 'Voice' 'AM Radio' 'FM Stereo' 'CD Audio' 'DAT' 'DVD 24/96k') end end object GroupBox3: TGroupBox Left = 4 Top = 81 Width = 312 Height = 51 Caption = ' Duration ' TabOrder = 2 object Time: TTimeBox Left = 178 Top = 18 Width = 92 Height = 21 TabStop = True Value = 60 Min = 0.010000000000000000 Max = 1000000 Decimal = -3 PageChange = 10 LineChange = 60 Label = 'Length' Items.Strings = ( '1.0' '5.0' '10.0' '30.0' '1:00.0' '2:00.0' '5:00.0' '10:00.0' '30:00.0' '1:00:00.0' '2:00:00.0' '3:00:00.0' '5:00:00.0' '10:00:00.0' '24:00:00.0') TabOrder = 1 Text = '1:00.000' MaxLength = 20 Caption = '1:00.000' end object LengthLabel: TStaticText Left = 21 Top = 20 Width = 152 Height = 17 Alignment = taRightJustify Caption = 'Initial file length (HH:MM:SS.T):' TabOrder = 0 end object TimeBuddy: TBuddyUpDown Left = 270 Top = 18 Width = 15 Height = 21 Associate = Time TabOrder = 2 end end inherited ButtonOk: TButton Left = 42 Top = 140 TabOrder = 3 end inherited ButtonCancel: TButton Left = 122 Top = 140 TabOrder = 4 end inherited ButtonHelp: THelpButton Left = 202 Top = 140 TabOrder = 5 HelpKey = 'file_new' end end