📄 mainunit.dfm
字号:
end
object GroupBox3: TGroupBox
Left = 553
Top = 6
Width = 223
Height = 114
Caption = ' Sound Device(s) '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 18
object Label6: TLabel
Left = 139
Top = 16
Width = 56
Height = 13
Caption = 'Audio Out'
end
object Label11: TLabel
Left = 145
Top = 60
Width = 48
Height = 13
Caption = 'Audio In'
end
object ComboAudioOut: TComboBox
Left = 22
Top = 33
Width = 175
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 0
end
object ComboAudioIn: TComboBox
Left = 23
Top = 76
Width = 175
Height = 21
Style = csDropDownList
ItemHeight = 13
TabOrder = 1
end
end
object GroupBox4: TGroupBox
Left = 344
Top = 6
Width = 205
Height = 95
Caption = ' Help '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 19
object Label7: TLabel
Left = 8
Top = 15
Width = 163
Height = 13
Caption = '- Enter SIP account settings.'
end
object Label8: TLabel
Left = 8
Top = 75
Width = 121
Height = 13
Caption = '- Click Online button.'
end
object Label20: TLabel
Left = 8
Top = 31
Width = 182
Height = 13
Caption = '- Leave Outbound-Proxy and/or'
end
object Label21: TLabel
Left = 17
Top = 43
Width = 148
Height = 13
Caption = 'Display-Name blank if not'
end
object Label22: TLabel
Left = 18
Top = 56
Width = 54
Height = 13
Caption = 'provided.'
end
object BtnMoreHelp: TButton
Left = 137
Top = 63
Width = 60
Height = 25
Caption = 'More'
TabOrder = 0
OnClick = BtnMoreHelpClick
end
end
object GroupBox5: TGroupBox
Left = 344
Top = 109
Width = 205
Height = 80
Caption = ' Other Settings '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 20
object CheckEchoCancel: TCheckBox
Left = 11
Top = 17
Width = 158
Height = 17
Caption = 'Echo/Noise Cancelation'
TabOrder = 0
OnClick = CheckEchoCancelClick
end
object CheckMicBoost: TCheckBox
Left = 11
Top = 55
Width = 81
Height = 17
Caption = 'Mic Boost'
TabOrder = 1
OnClick = CheckMicBoostClick
end
object CheckDonotDisturb: TCheckBox
Left = 99
Top = 55
Width = 98
Height = 17
Caption = 'Don'#39't disturb'
TabOrder = 2
OnClick = CheckDonotDisturbClick
end
object CheckBoxAGC: TCheckBox
Left = 11
Top = 36
Width = 166
Height = 17
Caption = 'AGC (Auto Gain Control)'
TabOrder = 3
OnClick = CheckMicBoostClick
end
end
object GroupBox6: TGroupBox
Left = 344
Top = 192
Width = 206
Height = 68
Caption = ' Supported Voice Codec '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 21
object CheckGSM610: TCheckBox
Left = 11
Top = 23
Width = 83
Height = 17
Caption = 'GSM 6.10'
TabOrder = 0
OnClick = CheckGSM610Click
end
object CheckiLBC: TCheckBox
Left = 11
Top = 42
Width = 54
Height = 17
Caption = 'iLBC'
TabOrder = 1
OnClick = CheckiLBCClick
end
object CheckG711A: TCheckBox
Left = 90
Top = 23
Width = 113
Height = 17
Caption = 'GSM 711 A-Law'
TabOrder = 2
OnClick = CheckG711AClick
end
object CheckG711U: TCheckBox
Left = 90
Top = 41
Width = 109
Height = 17
Caption = 'GSM 711 U-Law'
TabOrder = 3
OnClick = CheckG711UClick
end
end
object GroupBox7: TGroupBox
Left = 344
Top = 264
Width = 204
Height = 96
Caption = ' Conversation Recording '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 22
object Label10: TLabel
Left = 10
Top = 45
Width = 65
Height = 13
Caption = 'File: (.wav)'
end
object CheckBoxStartRecording: TCheckBox
Left = 10
Top = 24
Width = 96
Height = 15
Caption = 'Start Record'
TabOrder = 0
OnClick = CheckBoxStartRecordingClick
end
object BtnResetBuffer: TButton
Left = 148
Top = 18
Width = 48
Height = 31
Caption = 'Reset'
TabOrder = 1
OnClick = BtnResetBufferClick
end
object BtnSave: TButton
Left = 148
Top = 53
Width = 48
Height = 31
Caption = 'Save'
TabOrder = 2
OnClick = BtnSaveClick
end
object EditRecordFileName: TEdit
Left = 9
Top = 63
Width = 136
Height = 21
TabOrder = 3
end
end
object GroupBox8: TGroupBox
Left = 344
Top = 361
Width = 203
Height = 99
Caption = ' Play wave (.wav) '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 23
object Label15: TLabel
Left = 8
Top = 18
Width = 65
Height = 13
Caption = 'File: (.wav)'
end
object CheckBoxPlayListen: TCheckBox
Left = 142
Top = 16
Width = 56
Height = 15
Caption = 'Listen'
TabOrder = 0
end
object BtnPlayWaveStart: TButton
Left = 85
Top = 63
Width = 34
Height = 25
Caption = '>'
TabOrder = 1
OnClick = BtnPlayWaveStartClick
end
object BtnOpenPlayWave: TButton
Left = 139
Top = 34
Width = 58
Height = 25
Caption = 'Set'
TabOrder = 2
OnClick = BtnOpenPlayWaveClick
end
object EditPlayFileName: TEdit
Left = 9
Top = 37
Width = 124
Height = 21
TabOrder = 3
end
object BtnPlayWaveRewind: TButton
Left = 8
Top = 63
Width = 34
Height = 25
Caption = '<<'
TabOrder = 4
OnClick = BtnPlayWaveRewindClick
end
object BtnPlayWaveForward: TButton
Left = 47
Top = 63
Width = 34
Height = 25
Caption = '>>'
TabOrder = 5
OnClick = BtnPlayWaveForwardClick
end
object BtnPlayWavePause: TButton
Left = 124
Top = 63
Width = 34
Height = 25
Caption = '||'
TabOrder = 6
OnClick = BtnPlayWavePauseClick
end
object BtnPlayWaveStop: TButton
Left = 162
Top = 63
Width = 34
Height = 25
Caption = '*'
TabOrder = 7
OnClick = BtnPlayWaveStopClick
end
end
object GroupBox9: TGroupBox
Left = 168
Top = 162
Width = 169
Height = 90
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 24
object Label9: TLabel
Left = 8
Top = 13
Width = 59
Height = 13
Caption = 'Phone No:'
end
object BtnTransferCall: TButton
Left = 41
Top = 52
Width = 112
Height = 25
Caption = 'Transfer Line'
TabOrder = 0
OnClick = BtnTransferCallClick
end
object EditTransferNo: TEdit
Left = 9
Top = 27
Width = 144
Height = 21
TabOrder = 1
end
end
object GroupBox10: TGroupBox
Left = 553
Top = 121
Width = 223
Height = 176
Caption = ' Status Log '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 25
object ListStatusLog: TListBox
Left = 7
Top = 16
Width = 209
Height = 119
ItemHeight = 13
TabOrder = 0
end
object Button10: TButton
Left = 120
Top = 142
Width = 97
Height = 27
Caption = 'Clear'
TabOrder = 1
OnClick = BtnClearClick
end
end
object GroupBox13: TGroupBox
Left = 9
Top = 131
Width = 152
Height = 121
Caption = ' Multiple Lines '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 26
object ListLines: TListBox
Left = 5
Top = 14
Width = 140
Height = 100
ItemHeight = 13
TabOrder = 0
end
end
object CheckStartConf: TCheckBox
Left = 168
Top = 142
Width = 120
Height = 15
Caption = 'Start Conference'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 27
OnClick = CheckStartConfClick
end
object VaxSIPUserAgentOCX: TVaxSIPUserAgentOCX
Left = 288
Top = 136
Width = 49
Height = 25
TabOrder = 28
Visible = False
OnPlayWaveDone = VaxSIPUserAgentOCXPlayWaveDone
OnTryingToUnRegister = VaxSIPUserAgentOCXTryingToUnRegister
OnFailToUnRegister = VaxSIPUserAgentOCXFailToUnRegister
OnSuccessToUnRegister = VaxSIPUserAgentOCXSuccessToUnRegister
OnTryingToRegister = VaxSIPUserAgentOCXTryingToRegister
OnFailToRegister = VaxSIPUserAgentOCXFailToRegister
OnSuccessToRegister = VaxSIPUserAgentOCXSuccessToRegister
OnFailToConnect = VaxSIPUserAgentOCXFailToConnect
OnConnecting = VaxSIPUserAgentOCXConnecting
OnIncomingCallRingingStart = VaxSIPUserAgentOCXIncomingCallRingingStart
OnIncomingCallRingingStop = VaxSIPUserAgentOCXIncomingCallRingingStop
OnDisconnectCall = VaxSIPUserAgentOCXDisconnectCall
OnCallTransferAccepted = VaxSIPUserAgentOCXCallTransferAccepted
OnProvisionalResponse = VaxSIPUserAgentOCXProvisionalResponse
OnRedirectionResponse = VaxSIPUserAgentOCXRedirectionResponse
OnRequestFailureResponse = VaxSIPUserAgentOCXRequestFailureResponse
OnServerFailureResponse = VaxSIPUserAgentOCXServerFailureResponse
OnGeneralFailureResponse = VaxSIPUserAgentOCXGeneralFailureResponse
OnSuccessToConnect = VaxSIPUserAgentOCXSuccessToConnect
OnIncomingCall = VaxSIPUserAgentOCXIncomingCall
OnTryingToReRegister = VaxSIPUserAgentOCXTryingToReRegister
OnFailToReRegister = VaxSIPUserAgentOCXFailToReRegister
OnSuccessToReRegister = VaxSIPUserAgentOCXSuccessToReRegister
ControlData = {00000100100500009502000000000000}
end
object TimerTick: TTimer
Enabled = False
OnTimer = TimerTickTimer
Left = 560
Top = 261
end
object TimerProgress: TTimer
Enabled = False
Interval = 20
OnTimer = TimerProgressTimer
Left = 595
Top = 261
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -