home *** CD-ROM | disk | FTP | other *** search
- object FRecTest: TFRecTest
- Left = 152
- Top = 203
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Record Test'
- ClientHeight = 363
- ClientWidth = 427
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object RecPlayLabel: TLabel
- Left = 15
- Top = 294
- Width = 79
- Height = 13
- Caption = 'Recording.....'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object LTestName: TLabel
- Left = 8
- Top = 168
- Width = 55
- Height = 13
- Caption = 'LTestName'
- WordWrap = True
- end
- object LTestName2: TLabel
- Left = 16
- Top = 192
- Width = 61
- Height = 13
- Caption = 'LTestName2'
- WordWrap = True
- end
- object LTestName3: TLabel
- Left = 16
- Top = 224
- Width = 61
- Height = 13
- Caption = 'LTestName3'
- WordWrap = True
- end
- object Btest: TButton
- Left = 7
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Test'
- TabOrder = 0
- OnClick = BtestClick
- end
- object BNext: TButton
- Left = 97
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Next >'
- TabOrder = 1
- OnClick = BNextClick
- end
- object BCancel: TButton
- Left = 332
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = BCancelClick
- end
- object BAdjust: TButton
- Left = 187
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Adjust'
- TabOrder = 3
- Visible = False
- OnClick = BAdjustClick
- end
- object PlayBack: TGroupBox
- Left = 8
- Top = 24
- Width = 409
- Height = 129
- TabOrder = 4
- object LDevices: TLabel
- Left = 8
- Top = 80
- Width = 140
- Height = 13
- Caption = 'Preferred Net2Phone Device:'
- end
- object Image1: TImage
- Left = 8
- Top = 16
- Width = 40
- Height = 40
- Picture.Data = {<image000.bmp>}
- Transparent = True
- end
- object Devices: TComboBox
- Left = 216
- Top = 84
- Width = 145
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- OnChange = DevicesChange
- end
- object mFullDup: TCheckBox
- Left = 8
- Top = 104
- Width = 97
- Height = 17
- Caption = 'Full Duplex'
- TabOrder = 1
- OnClick = mFullDupClick
- end
- end
- end
-