home *** CD-ROM | disk | FTP | other *** search
- object FPlayTest: TFPlayTest
- Left = 401
- Top = 205
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Playback 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 PlayLabel: TLabel
- Left = 16
- Top = 302
- Width = 46
- Height = 13
- Caption = 'Playing ...'
- Visible = False
- end
- object LTestName: TLabel
- Left = 8
- Top = 152
- Width = 55
- Height = 13
- Caption = 'LTestName'
- WordWrap = True
- end
- object LTestName2: TLabel
- Left = 8
- Top = 176
- Width = 61
- Height = 13
- Caption = 'LTestName2'
- WordWrap = True
- end
- object LTestname3: TLabel
- Left = 8
- Top = 208
- Width = 61
- Height = 13
- Caption = 'LTestName3'
- WordWrap = True
- end
- object Btest: TButton
- Left = 15
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Test'
- TabOrder = 0
- OnClick = BtestClick
- end
- object BNext: TButton
- Left = 105
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Next >'
- TabOrder = 1
- OnClick = BNextClick
- end
- object BCancel: TButton
- Left = 340
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Cancel'
- Default = True
- TabOrder = 3
- OnClick = BCancelClick
- end
- object BAdjust: TButton
- Left = 195
- Top = 327
- Width = 75
- Height = 23
- Caption = 'Adjust'
- TabOrder = 2
- OnClick = BAdjustClick
- end
- object Playback: TGroupBox
- Left = 8
- Top = 8
- Width = 409
- Height = 129
- Color = clBtnFace
- ParentColor = False
- TabOrder = 4
- object LVolume: TLabel
- Left = 160
- Top = 19
- Width = 38
- Height = 13
- Caption = 'Volume:'
- end
- object LLow: TLabel
- Left = 225
- Top = 51
- Width = 6
- Height = 13
- Caption = '1'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object LHigh: TLabel
- Left = 362
- Top = 51
- Width = 12
- Height = 13
- Caption = '10'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- 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 TrackBar1: TTrackBar
- Left = 216
- Top = 16
- Width = 161
- Height = 31
- Ctl3D = True
- LineSize = 655
- Max = 65535
- Orientation = trHorizontal
- ParentCtl3D = False
- PageSize = 6554
- Frequency = 6554
- Position = 50
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- object Devices: TComboBox
- Left = 168
- Top = 76
- Width = 201
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = DevicesChange
- end
- object mDirectSound: TCheckBox
- Left = 8
- Top = 104
- Width = 377
- Height = 17
- Caption = 'DirectSound'
- TabOrder = 2
- OnClick = mDirectSoundClick
- end
- end
- end
-