home *** CD-ROM | disk | FTP | other *** search
- object ControlPanel: TControlPanel
- Left = 537
- Top = 165
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Net2Phone Control Panel'
- ClientHeight = 232
- ClientWidth = 280
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- Scaled = False
- OnHide = FormHide
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Num: TLabel
- Left = 32
- Top = 216
- Width = 22
- Height = 13
- Caption = 'Num'
- Visible = False
- end
- object bCancel: TButton
- Left = 196
- Top = 197
- Width = 75
- Height = 23
- Caption = 'Close'
- Default = True
- ModalResult = 2
- TabOrder = 2
- OnClick = bCancelClick
- end
- object BAutoSet: TButton
- Left = 9
- Top = 197
- Width = 75
- Height = 23
- Caption = 'Auto Set'
- Enabled = False
- TabOrder = 0
- OnClick = BAutoSetClick
- end
- object mRcvThresh: TPanel
- Left = 100
- Top = 8
- Width = 81
- Height = 145
- Alignment = taLeftJustify
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 3
- object LRcvThresh: TLabel
- Left = 15
- Top = 6
- Width = 51
- Height = 13
- Alignment = taCenter
- Caption = 'Telephone'
- end
- object RcvVu: TVuStrip
- Left = 15
- Top = 26
- Width = 10
- Height = 80
- Value = 0
- Pieces = 0
- Max = 8
- end
- object RcvThreshX: TEdit
- Left = 41
- Top = 118
- Width = 21
- Height = 21
- TabStop = False
- Color = clWhite
- ReadOnly = True
- TabOrder = 0
- Text = '99'
- end
- object RcvThresh: TTrackBar
- Left = 39
- Top = 20
- Width = 25
- Height = 97
- Max = 64
- Min = 1
- Orientation = trVertical
- Frequency = 8
- Position = 64
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TabStop = False
- TickMarks = tmBoth
- TickStyle = tsNone
- OnChange = RcvThreshValueChange
- end
- end
- object mMicThresh: TPanel
- Left = 5
- Top = 8
- Width = 81
- Height = 145
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 4
- object LMicThresh: TLabel
- Left = 12
- Top = 6
- Width = 56
- Height = 13
- Alignment = taCenter
- Caption = 'Microphone'
- end
- object MicVu: TVuStrip
- Left = 16
- Top = 26
- Width = 10
- Height = 80
- Value = 0
- Pieces = 0
- Max = 8
- end
- object MicThresh: TTrackBar
- Left = 39
- Top = 20
- Width = 25
- Height = 97
- Max = 64
- Min = 1
- Orientation = trVertical
- Frequency = 8
- Position = 64
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TabStop = False
- TickMarks = tmBoth
- TickStyle = tsNone
- OnChange = MicThreshValueChange
- end
- object MicThreshX: TEdit
- Left = 41
- Top = 118
- Width = 21
- Height = 21
- TabStop = False
- Color = clWhite
- Ctl3D = True
- ParentCtl3D = False
- ReadOnly = True
- TabOrder = 0
- Text = '99'
- end
- end
- object mDelay: TPanel
- Left = 194
- Top = 8
- Width = 81
- Height = 145
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 5
- object LDelay: TLabel
- Left = 27
- Top = 6
- Width = 27
- Height = 13
- Alignment = taCenter
- Caption = 'Delay'
- end
- object DelayX: TEdit
- Left = 30
- Top = 118
- Width = 21
- Height = 21
- TabStop = False
- Color = clWhite
- ReadOnly = True
- TabOrder = 0
- Text = '99'
- end
- object Delay: TTrackBar
- Left = 28
- Top = 20
- Width = 25
- Height = 97
- Max = 64
- Min = 1
- Orientation = trVertical
- Frequency = 8
- Position = 64
- SelEnd = 0
- SelStart = 0
- TabOrder = 1
- TabStop = False
- TickMarks = tmBoth
- TickStyle = tsNone
- OnChange = DelayValueChange
- end
- end
- object bOK: TButton
- Left = 103
- Top = 197
- Width = 75
- Height = 23
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = bOKClick
- end
- end
-