📄 helpform.designer.cs
字号:
namespace Project
{
partial class HelpForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.Label18 = new System.Windows.Forms.Label();
this.Label17 = new System.Windows.Forms.Label();
this.Label16 = new System.Windows.Forms.Label();
this.Label15 = new System.Windows.Forms.Label();
this.BtnClose = new System.Windows.Forms.Button();
this.Label14 = new System.Windows.Forms.Label();
this.Label13 = new System.Windows.Forms.Label();
this.Label12 = new System.Windows.Forms.Label();
this.Label11 = new System.Windows.Forms.Label();
this.Label5 = new System.Windows.Forms.Label();
this.Label4 = new System.Windows.Forms.Label();
this.Label3 = new System.Windows.Forms.Label();
this.Label1 = new System.Windows.Forms.Label();
this.Label2 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// Label18
//
this.Label18.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label18.Location = new System.Drawing.Point(13, 257);
this.Label18.Name = "Label18";
this.Label18.Size = new System.Drawing.Size(512, 16);
this.Label18.TabIndex = 46;
this.Label18.Text = "Typically ITSP may provide SIP outbound proxy to resolve NAT pass-through issues." +
"";
//
// Label17
//
this.Label17.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label17.Location = new System.Drawing.Point(48, 159);
this.Label17.Name = "Label17";
this.Label17.Size = new System.Drawing.Size(523, 16);
this.Label17.TabIndex = 45;
this.Label17.Text = "- Call is connected successfully, but unable to listen the other end.";
//
// Label16
//
this.Label16.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label16.Location = new System.Drawing.Point(48, 143);
this.Label16.Name = "Label16";
this.Label16.Size = new System.Drawing.Size(349, 16);
this.Label16.TabIndex = 44;
this.Label16.Text = "- Unable to register to the proxy server.";
//
// Label15
//
this.Label15.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label15.Location = new System.Drawing.Point(13, 127);
this.Label15.Name = "Label15";
this.Label15.Size = new System.Drawing.Size(558, 16);
this.Label15.TabIndex = 43;
this.Label15.Text = "If user is behind the NAT/firewall/router then these problems can occur:";
//
// BtnClose
//
this.BtnClose.BackColor = System.Drawing.SystemColors.Control;
this.BtnClose.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnClose.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnClose.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnClose.Location = new System.Drawing.Point(484, 281);
this.BtnClose.Name = "BtnClose";
this.BtnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnClose.Size = new System.Drawing.Size(87, 32);
this.BtnClose.TabIndex = 42;
this.BtnClose.Text = "Close";
this.BtnClose.UseVisualStyleBackColor = false;
this.BtnClose.Click += new System.EventHandler(this.BtnClose_Click);
//
// Label14
//
this.Label14.BackColor = System.Drawing.SystemColors.Control;
this.Label14.Cursor = System.Windows.Forms.Cursors.Default;
this.Label14.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label14.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label14.Location = new System.Drawing.Point(9, 297);
this.Label14.Name = "Label14";
this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label14.Size = new System.Drawing.Size(226, 17);
this.Label14.TabIndex = 41;
this.Label14.Text = " Web: http://www.vaxvoip.com";
//
// Label13
//
this.Label13.BackColor = System.Drawing.SystemColors.Control;
this.Label13.Cursor = System.Windows.Forms.Cursors.Default;
this.Label13.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label13.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label13.Location = new System.Drawing.Point(14, 281);
this.Label13.Name = "Label13";
this.Label13.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label13.Size = new System.Drawing.Size(240, 17);
this.Label13.TabIndex = 40;
this.Label13.Text = "Email: support@vaxvoip.com";
//
// Label12
//
this.Label12.BackColor = System.Drawing.SystemColors.Control;
this.Label12.Cursor = System.Windows.Forms.Cursors.Default;
this.Label12.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label12.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label12.Location = new System.Drawing.Point(13, 213);
this.Label12.Name = "Label12";
this.Label12.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label12.Size = new System.Drawing.Size(558, 42);
this.Label12.TabIndex = 39;
this.Label12.Text = "If the NAT router does not support SIP pass-through, you need to consult your ITS" +
"P support if they support SIP outbound proxy. Since different NAT router vendor" +
" implement NAT differently.";
//
// Label11
//
this.Label11.BackColor = System.Drawing.SystemColors.Control;
this.Label11.Cursor = System.Windows.Forms.Cursors.Default;
this.Label11.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label11.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label11.Location = new System.Drawing.Point(13, 181);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -