⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 VaxSIPUserAgentSDK
💻 CS
📖 第 1 页 / 共 5 页
字号:
            this.CheckDisturb.Location = new System.Drawing.Point(101, 54);
            this.CheckDisturb.Name = "CheckDisturb";
            this.CheckDisturb.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.CheckDisturb.Size = new System.Drawing.Size(100, 17);
            this.CheckDisturb.TabIndex = 53;
            this.CheckDisturb.Text = "Don\'t disturb";
            this.CheckDisturb.UseVisualStyleBackColor = false;
            this.CheckDisturb.CheckedChanged += new System.EventHandler(this.CheckDisturb_CheckedChanged);
            // 
            // CheckMicBoost
            // 
            this.CheckMicBoost.BackColor = System.Drawing.SystemColors.Control;
            this.CheckMicBoost.Cursor = System.Windows.Forms.Cursors.Default;
            this.CheckMicBoost.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CheckMicBoost.ForeColor = System.Drawing.SystemColors.ControlText;
            this.CheckMicBoost.Location = new System.Drawing.Point(8, 54);
            this.CheckMicBoost.Name = "CheckMicBoost";
            this.CheckMicBoost.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.CheckMicBoost.Size = new System.Drawing.Size(89, 17);
            this.CheckMicBoost.TabIndex = 52;
            this.CheckMicBoost.Text = "Mic Boost";
            this.CheckMicBoost.UseVisualStyleBackColor = false;
            this.CheckMicBoost.CheckedChanged += new System.EventHandler(this.CheckMicBoost_CheckedChanged);
            // 
            // 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(8, 12);
            this.Label14.Name = "Label14";
            this.Label14.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Label14.Size = new System.Drawing.Size(66, 17);
            this.Label14.TabIndex = 85;
            this.Label14.Text = "Phone No:";
            // 
            // EditTransferPhoneNo
            // 
            this.EditTransferPhoneNo.AcceptsReturn = true;
            this.EditTransferPhoneNo.BackColor = System.Drawing.SystemColors.Window;
            this.EditTransferPhoneNo.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.EditTransferPhoneNo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.EditTransferPhoneNo.ForeColor = System.Drawing.SystemColors.WindowText;
            this.EditTransferPhoneNo.Location = new System.Drawing.Point(8, 31);
            this.EditTransferPhoneNo.MaxLength = 0;
            this.EditTransferPhoneNo.Name = "EditTransferPhoneNo";
            this.EditTransferPhoneNo.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.EditTransferPhoneNo.Size = new System.Drawing.Size(148, 21);
            this.EditTransferPhoneNo.TabIndex = 82;
            // 
            // Frame10
            // 
            this.Frame10.BackColor = System.Drawing.SystemColors.Control;
            this.Frame10.Controls.Add(this.BtnTransferCall);
            this.Frame10.Controls.Add(this.EditTransferPhoneNo);
            this.Frame10.Controls.Add(this.Label14);
            this.Frame10.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Frame10.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Frame10.Location = new System.Drawing.Point(180, 174);
            this.Frame10.Name = "Frame10";
            this.Frame10.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Frame10.Size = new System.Drawing.Size(162, 92);
            this.Frame10.TabIndex = 144;
            this.Frame10.TabStop = false;
            // 
            // CheckSpkMute
            // 
            this.CheckSpkMute.BackColor = System.Drawing.SystemColors.Control;
            this.CheckSpkMute.Cursor = System.Windows.Forms.Cursors.Default;
            this.CheckSpkMute.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CheckSpkMute.ForeColor = System.Drawing.SystemColors.ControlText;
            this.CheckSpkMute.Location = new System.Drawing.Point(172, 18);
            this.CheckSpkMute.Name = "CheckSpkMute";
            this.CheckSpkMute.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.CheckSpkMute.Size = new System.Drawing.Size(53, 17);
            this.CheckSpkMute.TabIndex = 29;
            this.CheckSpkMute.Text = "Mute";
            this.CheckSpkMute.UseVisualStyleBackColor = false;
            this.CheckSpkMute.CheckedChanged += new System.EventHandler(this.CheckSpkMute_CheckedChanged);
            // 
            // BtnDialPadNo
            // 
            this.BtnDialPadNo.BackColor = System.Drawing.SystemColors.Control;
            this.BtnDialPadNo.Cursor = System.Windows.Forms.Cursors.Default;
            this.BtnDialPadNo.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BtnDialPadNo.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BtnDialPadNo.Location = new System.Drawing.Point(127, 402);
            this.BtnDialPadNo.Name = "BtnDialPadNo";
            this.BtnDialPadNo.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.BtnDialPadNo.Size = new System.Drawing.Size(39, 25);
            this.BtnDialPadNo.TabIndex = 130;
            this.BtnDialPadNo.Text = "#";
            this.BtnDialPadNo.UseVisualStyleBackColor = false;
            this.BtnDialPadNo.Click += new System.EventHandler(this.BtnDialPadNo_Click);
            // 
            // BtnDialPad0
            // 
            this.BtnDialPad0.BackColor = System.Drawing.SystemColors.Control;
            this.BtnDialPad0.Cursor = System.Windows.Forms.Cursors.Default;
            this.BtnDialPad0.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BtnDialPad0.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BtnDialPad0.Location = new System.Drawing.Point(74, 402);
            this.BtnDialPad0.Name = "BtnDialPad0";
            this.BtnDialPad0.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.BtnDialPad0.Size = new System.Drawing.Size(39, 25);
            this.BtnDialPad0.TabIndex = 129;
            this.BtnDialPad0.Text = "0";
            this.BtnDialPad0.UseVisualStyleBackColor = false;
            this.BtnDialPad0.Click += new System.EventHandler(this.BtnDialPad0_Click);
            // 
            // BtnDialPadStar
            // 
            this.BtnDialPadStar.BackColor = System.Drawing.SystemColors.Control;
            this.BtnDialPadStar.Cursor = System.Windows.Forms.Cursors.Default;
            this.BtnDialPadStar.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BtnDialPadStar.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BtnDialPadStar.Location = new System.Drawing.Point(21, 402);
            this.BtnDialPadStar.Name = "BtnDialPadStar";
            this.BtnDialPadStar.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.BtnDialPadStar.Size = new System.Drawing.Size(39, 25);
            this.BtnDialPadStar.TabIndex = 128;
            this.BtnDialPadStar.Text = "*";
            this.BtnDialPadStar.UseVisualStyleBackColor = false;
            this.BtnDialPadStar.Click += new System.EventHandler(this.BtnDialPadStar_Click);
            // 
            // BtnDialPad9
            // 
            this.BtnDialPad9.BackColor = System.Drawing.SystemColors.Control;
            this.BtnDialPad9.Cursor = System.Windows.Forms.Cursors.Default;
            this.BtnDialPad9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BtnDialPad9.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BtnDialPad9.Location = new System.Drawing.Point(127, 374);
            this.BtnDialPad9.Name = "BtnDialPad9";
            this.BtnDialPad9.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.BtnDialPad9.Size = new System.Drawing.Size(39, 25);
            this.BtnDialPad9.TabIndex = 127;
            this.BtnDialPad9.Text = "9";
            this.BtnDialPad9.UseVisualStyleBackColor = false;
            this.BtnDialPad9.Click += new System.EventHandler(this.BtnDialPad9_Click);
            // 
            // ListStatusLog
            // 
            this.ListStatusLog.BackColor = System.Drawing.SystemColors.Window;
            this.ListStatusLog.Cursor = System.Windows.Forms.Cursors.Default;
            this.ListStatusLog.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ListStatusLog.ForeColor = System.Drawing.SystemColors.WindowText;
            this.ListStatusLog.Location = new System.Drawing.Point(8, 13);
            this.ListStatusLog.Name = "ListStatusLog";
            this.ListStatusLog.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.ListStatusLog.Size = new System.Drawing.Size(219, 121);
            this.ListStatusLog.TabIndex = 45;
            // 
            // CheckMuteMic
            // 
            this.CheckMuteMic.BackColor = System.Drawing.SystemColors.Control;
            this.CheckMuteMic.Cursor = System.Windows.Forms.Cursors.Default;
            this.CheckMuteMic.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.CheckMuteMic.ForeColor = System.Drawing.SystemColors.ControlText;
            this.CheckMuteMic.Location = new System.Drawing.Point(172, 88);
            this.CheckMuteMic.Name = "CheckMuteMic";
            this.CheckMuteMic.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.CheckMuteMic.Size = new System.Drawing.Size(53, 17);
            this.CheckMuteMic.TabIndex = 28;
            this.CheckMuteMic.Text = "Mute";
            this.CheckMuteMic.UseVisualStyleBackColor = false;
            this.CheckMuteMic.CheckedChanged += new System.EventHandler(this.CheckMuteMic_CheckedChanged);
            // 
            // Frame3
            // 
            this.Frame3.BackColor = System.Drawing.SystemColors.Control;
            this.Frame3.Controls.Add(this.BtnClearLog);
            this.Frame3.Controls.Add(this.ListStatusLog);
            this.Frame3.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Frame3.ForeColor = System.Drawing.SystemColors.ControlText;
            this.Frame3.Location = new System.Drawing.Point(563, 129);
            this.Frame3.Name = "Frame3";
            this.Frame3.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.Frame3.Size = new System.Drawing.Size(236, 178);
            this.Frame3.TabIndex = 134;
            this.Frame3.TabStop = false;
            this.Frame3.Text = " Status Log ";
            // 
            // BtnClearLog
            // 
            this.BtnClearLog.BackColor = System.Drawing.SystemColors.Control;
            this.BtnClearLog.Cursor = System.Windows.Forms.Cursors.Default;
            this.BtnClearLog.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BtnClearLog.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BtnClearLog.Location = new System.Drawing.Point(154, 138);
            this.BtnClearLog.Name = "BtnClearLog";
            this.BtnClearLog.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.BtnClearLog.Size = new System.Drawing.Size(73, 31);
            this.BtnClearLog.TabIndex = 46;
            this.BtnClearLog.Text = "Clear";
            this.BtnClearLog.UseVisualStyleBackColor = false;
            this.BtnClearLog.Click += new System.EventHandler(this.BtnClearLog_Click);
            // 
            // BtnDial
            // 
            this.BtnDial.BackColor = System.Drawing.SystemColors.Control;
            this.BtnDial.Cursor = System.Windows.Forms.Cursors.Default;
            this.BtnDial.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BtnDial.ForeColor = System.Drawing.SystemColors.ControlText;
            this.BtnDial.Location = new System.Drawing.Point(21, 433);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -