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

  1. object FRecTest: TFRecTest
  2.   Left = 152
  3.   Top = 203
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Record 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 RecPlayLabel: TLabel
  25.     Left = 15
  26.     Top = 294
  27.     Width = 79
  28.     Height = 13
  29.     Caption = 'Recording.....'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clBlack
  32.     Font.Height = -12
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.     Visible = False
  37.   end
  38.   object LTestName: TLabel
  39.     Left = 8
  40.     Top = 168
  41.     Width = 55
  42.     Height = 13
  43.     Caption = 'LTestName'
  44.     WordWrap = True
  45.   end
  46.   object LTestName2: TLabel
  47.     Left = 16
  48.     Top = 192
  49.     Width = 61
  50.     Height = 13
  51.     Caption = 'LTestName2'
  52.     WordWrap = True
  53.   end
  54.   object LTestName3: TLabel
  55.     Left = 16
  56.     Top = 224
  57.     Width = 61
  58.     Height = 13
  59.     Caption = 'LTestName3'
  60.     WordWrap = True
  61.   end
  62.   object Btest: TButton
  63.     Left = 7
  64.     Top = 327
  65.     Width = 75
  66.     Height = 23
  67.     Caption = 'Test'
  68.     TabOrder = 0
  69.     OnClick = BtestClick
  70.   end
  71.   object BNext: TButton
  72.     Left = 97
  73.     Top = 327
  74.     Width = 75
  75.     Height = 23
  76.     Caption = 'Next  >'
  77.     TabOrder = 1
  78.     OnClick = BNextClick
  79.   end
  80.   object BCancel: TButton
  81.     Left = 332
  82.     Top = 327
  83.     Width = 75
  84.     Height = 23
  85.     Caption = 'Cancel'
  86.     TabOrder = 2
  87.     OnClick = BCancelClick
  88.   end
  89.   object BAdjust: TButton
  90.     Left = 187
  91.     Top = 327
  92.     Width = 75
  93.     Height = 23
  94.     Caption = 'Adjust'
  95.     TabOrder = 3
  96.     Visible = False
  97.     OnClick = BAdjustClick
  98.   end
  99.   object PlayBack: TGroupBox
  100.     Left = 8
  101.     Top = 24
  102.     Width = 409
  103.     Height = 129
  104.     TabOrder = 4
  105.     object LDevices: TLabel
  106.       Left = 8
  107.       Top = 80
  108.       Width = 140
  109.       Height = 13
  110.       Caption = 'Preferred Net2Phone Device:'
  111.     end
  112.     object Image1: TImage
  113.       Left = 8
  114.       Top = 16
  115.       Width = 40
  116.       Height = 40
  117.       Picture.Data = {<image000.bmp>}
  118.       Transparent = True
  119.     end
  120.     object Devices: TComboBox
  121.       Left = 216
  122.       Top = 84
  123.       Width = 145
  124.       Height = 21
  125.       Style = csDropDownList
  126.       ItemHeight = 13
  127.       TabOrder = 0
  128.       OnChange = DevicesChange
  129.     end
  130.     object mFullDup: TCheckBox
  131.       Left = 8
  132.       Top = 104
  133.       Width = 97
  134.       Height = 17
  135.       Caption = 'Full Duplex'
  136.       TabOrder = 1
  137.       OnClick = mFullDupClick
  138.     end
  139.   end
  140. end
  141.