?? formhelp.frm
字號(hào):
VERSION 5.00
Begin VB.Form HelpForm
BorderStyle = 1 'Fixed Single
Caption = "SIP Proxy Settings Help"
ClientHeight = 5370
ClientLeft = 45
ClientTop = 330
ClientWidth = 7710
BeginProperty Font
Name = "Verdana"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 5370
ScaleWidth = 7710
StartUpPosition = 3 'Windows Default
Begin VB.CommandButton BtnClose
Caption = "Close"
Height = 495
Left = 6360
TabIndex = 9
Top = 4680
Width = 1095
End
Begin VB.Label Label7
Caption = $"FormHelp.frx":0000
Height = 495
Left = 120
TabIndex = 15
Top = 1320
Width = 7335
End
Begin VB.Label Label6
Caption = "5. Display Name"
Height = 255
Left = 6000
TabIndex = 14
Top = 960
Width = 1455
End
Begin VB.Label Label18
Caption = "Typically ITSP may provide SIP outbound proxy to resolve NAT pass-through issues."
Height = 255
Left = 120
TabIndex = 13
Top = 4320
Width = 7335
End
Begin VB.Label Label17
Caption = "- Call is connected successfully, but unable to listen the other end."
Height = 255
Left = 600
TabIndex = 12
Top = 2520
Width = 5775
End
Begin VB.Label Label16
Caption = "- Unable to register to the proxy server."
Height = 255
Left = 600
TabIndex = 11
Top = 2280
Width = 3615
End
Begin VB.Label Label15
Caption = "If user is behind the NAT/firewall/router then these problems can occur:"
Height = 255
Left = 120
TabIndex = 10
Top = 1920
Width = 6255
End
Begin VB.Label Label14
Caption = " Web: http://www.vaxvoip.com"
Height = 255
Left = 120
TabIndex = 8
Top = 4920
Width = 2775
End
Begin VB.Label Label13
Caption = "Email: support@vaxvoip.com"
Height = 255
Left = 240
TabIndex = 7
Top = 4680
Width = 2655
End
Begin VB.Label Label12
Caption = $"FormHelp.frx":008A
Height = 615
Left = 120
TabIndex = 6
Top = 3600
Width = 7215
End
Begin VB.Label Label11
Caption = $"FormHelp.frx":014A
Height = 615
Left = 120
TabIndex = 5
Top = 2880
Width = 7215
End
Begin VB.Label Label5
Caption = "4. SIP outbound Proxy IP or FQDN."
Height = 255
Left = 2640
TabIndex = 4
Top = 960
Width = 3135
End
Begin VB.Label Label4
Caption = "3. SIP Proxy/Gatekeeper IP or FQDN."
Height = 255
Left = 2640
TabIndex = 3
Top = 720
Width = 3375
End
Begin VB.Label Label3
Caption = "2. Login password."
Height = 255
Left = 240
TabIndex = 2
Top = 960
Width = 1695
End
Begin VB.Label Label1
Caption = "1. Login Id or User name."
Height = 255
Left = 240
TabIndex = 1
Top = 720
Width = 2415
End
Begin VB.Label Label2
Caption = "Please contact to any SIP based IP-Telephony service provider inorder to get the following SIP settings:"
Height = 495
Left = 120
TabIndex = 0
Top = 120
Width = 6975
End
End
Attribute VB_Name = "HelpForm"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub BtnClose_Click()
Unload Me
End Sub
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -