📄 helpunit.dfm
字号:
object HelpForm: THelpForm
Left = 454
Top = 134
BorderStyle = bsDialog
Caption = 'SIP Proxy Settings Help'
ClientHeight = 322
ClientWidth = 520
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 12
Top = 8
Width = 469
Height = 26
Caption =
'Please contact to any SIP based IP-Telephony service provider in' +
'order to get the following SIP settings:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label2: TLabel
Left = 12
Top = 43
Width = 147
Height = 13
Caption = '1. Login Id or User name.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label3: TLabel
Left = 12
Top = 59
Width = 111
Height = 13
Caption = '2. Login password.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label4: TLabel
Left = 170
Top = 43
Width = 216
Height = 13
Caption = '3. SIP Proxy/Gatekeeper IP or FQDN.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label5: TLabel
Left = 170
Top = 59
Width = 201
Height = 13
Caption = '4. SIP outbound Proxy IP or FQDN.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label11: TLabel
Left = 10
Top = 166
Width = 501
Height = 39
Caption =
'To resolve these issues, ITSP (IP-Telephony service provider) su' +
'pport SIP OUTBOUND PROXY. Outbound proxy is the only way to let ' +
'the NAT/firewall user make and receive phone calls.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label12: TLabel
Left = 10
Top = 208
Width = 485
Height = 26
Caption =
'If the NAT router does not support SIP pass-through, you need to' +
' consult your ITSP support if they support SIP outbound proxy. '
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label13: TLabel
Left = 8
Top = 238
Width = 468
Height = 26
Caption =
'Since different NAT router vendor implement NAT differently. Typ' +
'ically ITSP may provide SIP outbound proxy to resolve NAT pass-t' +
'hrough issues.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
WordWrap = True
end
object Label14: TLabel
Left = 10
Top = 273
Width = 166
Height = 13
Caption = 'Email: support@vaxvoip.com'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label15: TLabel
Left = 10
Top = 289
Width = 175
Height = 13
Caption = 'Web: http://www.vaxvoip.com'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label17: TLabel
Left = 55
Top = 131
Width = 230
Height = 13
Caption = '- Unable to register to the proxy server.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label18: TLabel
Left = 53
Top = 145
Width = 380
Height = 13
Caption =
'- Call is connected successfully, but unable to listen the other' +
' end.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label16: TLabel
Left = 9
Top = 115
Width = 413
Height = 13
Caption =
'If user is behind the NAT/firewall/router then these problems ca' +
'n occur:'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label6: TLabel
Left = 388
Top = 59
Width = 94
Height = 13
Caption = '5. Display Name'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
end
object Label7: TLabel
Left = 12
Top = 79
Width = 442
Height = 26
Caption =
'Note: Leave Display Name and/or SIP outbound Proxy blank if your' +
' ITSP (IP-Telephony service provider) does not provide it.'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
WordWrap = True
end
object BtnClose: TButton
Left = 440
Top = 275
Width = 73
Height = 33
Caption = 'Close'
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Verdana'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = BtnCloseClick
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -