home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #8 / K-CD_2002-08.iso / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TAUDIOFORM / TAUDIOFORM.txt < prev   
Text File  |  2002-01-25  |  2KB  |  96 lines

  1. object AudioForm: TAudioForm
  2.   Left = 341
  3.   Top = 152
  4.   BorderStyle = bsDialog
  5.   Caption = 'Audio Compression Selection'
  6.   ClientHeight = 325
  7.   ClientWidth = 326
  8.   Color = 3375359
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object miclabel: TLabel
  24.     Left = 33
  25.     Top = 284
  26.     Width = 94
  27.     Height = 13
  28.     Caption = 'Microphone Volume'
  29.   end
  30.   object AudioFormatButton: TButton
  31.     Left = 162
  32.     Top = 279
  33.     Width = 160
  34.     Height = 20
  35.     Caption = 'Audio Compression Selection'
  36.     TabOrder = 0
  37.     OnClick = AudioFormatButtonClick
  38.   end
  39.   object CloseBtn: TButton
  40.     Left = 270
  41.     Top = 304
  42.     Width = 52
  43.     Height = 18
  44.     Caption = 'Close'
  45.     TabOrder = 1
  46.     OnClick = CloseBtnClick
  47.   end
  48.   object Memo1: TMemo
  49.     Left = 4
  50.     Top = 5
  51.     Width = 317
  52.     Height = 268
  53.     Lines.Strings = (
  54.       'Please use the button below to select the desired Audio'
  55.       'Compression Codec for Voice Transmission.'
  56.       'Below are some suggestions, if these Codecs are available.'
  57.       ''
  58.       'For greater internet speed but lower voice quality select:'
  59.       'Format:  Microsoft ADPCM'
  60.       'Attributes: 8,000 Hz, 4 bit, Mono       4 KB/s'
  61.       ''
  62.       'For even more internet speed with even lower quality select:'
  63.       'Format: GSM 6.10'
  64.       'Attributes: 8,000 Hz, Mono  2 KB/s'
  65.       ''
  66.       
  67.         'For High Quality, but very slow internet transmission speed sele' +
  68.         'ct:'
  69.       'Format:  PCM'
  70.       'Attributes: 11,025 Hz, 8 bit, Mono        11KB/s'
  71.       ''
  72.       'If none of the above works, try this:'
  73.       'Format:  Microsoft ADPCM'
  74.       'Attributes: 44,100 Hz, 4 bit, Mono        22KB/s')
  75.     TabOrder = 2
  76.   end
  77.   object VolCtl: TTrackBar
  78.     Left = 7
  79.     Top = 299
  80.     Width = 150
  81.     Height = 21
  82.     Max = 65535
  83.     Min = 1000
  84.     Orientation = trHorizontal
  85.     Frequency = 1
  86.     Position = 55000
  87.     SelEnd = 0
  88.     SelStart = 0
  89.     TabOrder = 3
  90.     ThumbLength = 15
  91.     TickMarks = tmBottomRight
  92.     TickStyle = tsNone
  93.     OnChange = VolCtlChange
  94.   end
  95. end
  96.