object AudioForm: TAudioForm Left = 341 Top = 152 BorderStyle = bsDialog Caption = 'Audio Compression Selection' ClientHeight = 325 ClientWidth = 326 Color = 3375359 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = True Position = poScreenCenter OnActivate = FormActivate OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object miclabel: TLabel Left = 33 Top = 284 Width = 94 Height = 13 Caption = 'Microphone Volume' end object AudioFormatButton: TButton Left = 162 Top = 279 Width = 160 Height = 20 Caption = 'Audio Compression Selection' TabOrder = 0 OnClick = AudioFormatButtonClick end object CloseBtn: TButton Left = 270 Top = 304 Width = 52 Height = 18 Caption = 'Close' TabOrder = 1 OnClick = CloseBtnClick end object Memo1: TMemo Left = 4 Top = 5 Width = 317 Height = 268 Lines.Strings = ( 'Please use the button below to select the desired Audio' 'Compression Codec for Voice Transmission.' 'Below are some suggestions, if these Codecs are available.' '' 'For greater internet speed but lower voice quality select:' 'Format: Microsoft ADPCM' 'Attributes: 8,000 Hz, 4 bit, Mono 4 KB/s' '' 'For even more internet speed with even lower quality select:' 'Format: GSM 6.10' 'Attributes: 8,000 Hz, Mono 2 KB/s' '' 'For High Quality, but very slow internet transmission speed sele' + 'ct:' 'Format: PCM' 'Attributes: 11,025 Hz, 8 bit, Mono 11KB/s' '' 'If none of the above works, try this:' 'Format: Microsoft ADPCM' 'Attributes: 44,100 Hz, 4 bit, Mono 22KB/s') TabOrder = 2 end object VolCtl: TTrackBar Left = 7 Top = 299 Width = 150 Height = 21 Max = 65535 Min = 1000 Orientation = trHorizontal Frequency = 1 Position = 55000 SelEnd = 0 SelStart = 0 TabOrder = 3 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsNone OnChange = VolCtlChange end end