home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / n2p.xpi / net2phone / Net2fone.exe / 0 / RCDATA / TFPLAYTEST / TFPLAYTEST.txt < prev   
Encoding:
Text File  |  2001-06-19  |  3.7 KB  |  190 lines

  1. object FPlayTest: TFPlayTest
  2.   Left = 401
  3.   Top = 205
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Playback Test'
  9.   ClientHeight = 363
  10.   ClientWidth = 427
  11.   Color = clBtnFace
  12.   Font.Charset = ANSI_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object PlayLabel: TLabel
  25.     Left = 16
  26.     Top = 302
  27.     Width = 46
  28.     Height = 13
  29.     Caption = 'Playing ...'
  30.     Visible = False
  31.   end
  32.   object LTestName: TLabel
  33.     Left = 8
  34.     Top = 152
  35.     Width = 55
  36.     Height = 13
  37.     Caption = 'LTestName'
  38.     WordWrap = True
  39.   end
  40.   object LTestName2: TLabel
  41.     Left = 8
  42.     Top = 176
  43.     Width = 61
  44.     Height = 13
  45.     Caption = 'LTestName2'
  46.     WordWrap = True
  47.   end
  48.   object LTestname3: TLabel
  49.     Left = 8
  50.     Top = 208
  51.     Width = 61
  52.     Height = 13
  53.     Caption = 'LTestName3'
  54.     WordWrap = True
  55.   end
  56.   object Btest: TButton
  57.     Left = 15
  58.     Top = 327
  59.     Width = 75
  60.     Height = 23
  61.     Caption = 'Test'
  62.     TabOrder = 0
  63.     OnClick = BtestClick
  64.   end
  65.   object BNext: TButton
  66.     Left = 105
  67.     Top = 327
  68.     Width = 75
  69.     Height = 23
  70.     Caption = 'Next  >'
  71.     TabOrder = 1
  72.     OnClick = BNextClick
  73.   end
  74.   object BCancel: TButton
  75.     Left = 340
  76.     Top = 327
  77.     Width = 75
  78.     Height = 23
  79.     Caption = 'Cancel'
  80.     Default = True
  81.     TabOrder = 3
  82.     OnClick = BCancelClick
  83.   end
  84.   object BAdjust: TButton
  85.     Left = 195
  86.     Top = 327
  87.     Width = 75
  88.     Height = 23
  89.     Caption = 'Adjust'
  90.     TabOrder = 2
  91.     OnClick = BAdjustClick
  92.   end
  93.   object Playback: TGroupBox
  94.     Left = 8
  95.     Top = 8
  96.     Width = 409
  97.     Height = 129
  98.     Color = clBtnFace
  99.     ParentColor = False
  100.     TabOrder = 4
  101.     object LVolume: TLabel
  102.       Left = 160
  103.       Top = 19
  104.       Width = 38
  105.       Height = 13
  106.       Caption = 'Volume:'
  107.     end
  108.     object LLow: TLabel
  109.       Left = 225
  110.       Top = 51
  111.       Width = 6
  112.       Height = 13
  113.       Caption = '1'
  114.       Font.Charset = ANSI_CHARSET
  115.       Font.Color = clWindowText
  116.       Font.Height = -11
  117.       Font.Name = 'MS Sans Serif'
  118.       Font.Style = []
  119.       ParentFont = False
  120.     end
  121.     object LHigh: TLabel
  122.       Left = 362
  123.       Top = 51
  124.       Width = 12
  125.       Height = 13
  126.       Caption = '10'
  127.       Font.Charset = ANSI_CHARSET
  128.       Font.Color = clWindowText
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = []
  132.       ParentFont = False
  133.     end
  134.     object LDevices: TLabel
  135.       Left = 8
  136.       Top = 80
  137.       Width = 140
  138.       Height = 13
  139.       Caption = 'Preferred Net2Phone Device:'
  140.     end
  141.     object Image1: TImage
  142.       Left = 8
  143.       Top = 16
  144.       Width = 40
  145.       Height = 40
  146.       Picture.Data = {<image000.bmp>}
  147.       Transparent = True
  148.     end
  149.     object TrackBar1: TTrackBar
  150.       Left = 216
  151.       Top = 16
  152.       Width = 161
  153.       Height = 31
  154.       Ctl3D = True
  155.       LineSize = 655
  156.       Max = 65535
  157.       Orientation = trHorizontal
  158.       ParentCtl3D = False
  159.       PageSize = 6554
  160.       Frequency = 6554
  161.       Position = 50
  162.       SelEnd = 0
  163.       SelStart = 0
  164.       TabOrder = 0
  165.       TickMarks = tmBottomRight
  166.       TickStyle = tsAuto
  167.       OnChange = TrackBar1Change
  168.     end
  169.     object Devices: TComboBox
  170.       Left = 168
  171.       Top = 76
  172.       Width = 201
  173.       Height = 21
  174.       Style = csDropDownList
  175.       ItemHeight = 13
  176.       TabOrder = 1
  177.       OnChange = DevicesChange
  178.     end
  179.     object mDirectSound: TCheckBox
  180.       Left = 8
  181.       Top = 104
  182.       Width = 377
  183.       Height = 17
  184.       Caption = 'DirectSound'
  185.       TabOrder = 2
  186.       OnClick = mDirectSoundClick
  187.     end
  188.   end
  189. end
  190.