📄 mainform.designer.cs
字号:
this.CheckPlayListen.Cursor = System.Windows.Forms.Cursors.Default;
this.CheckPlayListen.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.CheckPlayListen.ForeColor = System.Drawing.SystemColors.ControlText;
this.CheckPlayListen.Location = new System.Drawing.Point(136, 16);
this.CheckPlayListen.Name = "CheckPlayListen";
this.CheckPlayListen.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CheckPlayListen.Size = new System.Drawing.Size(65, 16);
this.CheckPlayListen.TabIndex = 65;
this.CheckPlayListen.Text = "Listen";
this.CheckPlayListen.UseVisualStyleBackColor = false;
//
// BtnTransferCall
//
this.BtnTransferCall.BackColor = System.Drawing.SystemColors.Control;
this.BtnTransferCall.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnTransferCall.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnTransferCall.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnTransferCall.Location = new System.Drawing.Point(59, 58);
this.BtnTransferCall.Name = "BtnTransferCall";
this.BtnTransferCall.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnTransferCall.Size = new System.Drawing.Size(97, 27);
this.BtnTransferCall.TabIndex = 83;
this.BtnTransferCall.Text = "Transfer Line";
this.BtnTransferCall.UseVisualStyleBackColor = false;
this.BtnTransferCall.Click += new System.EventHandler(this.BtnTransferCall_Click);
//
// Label9
//
this.Label9.BackColor = System.Drawing.SystemColors.Control;
this.Label9.Cursor = System.Windows.Forms.Cursors.Default;
this.Label9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label9.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label9.Location = new System.Drawing.Point(8, 20);
this.Label9.Name = "Label9";
this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label9.Size = new System.Drawing.Size(67, 15);
this.Label9.TabIndex = 69;
this.Label9.Text = "File (.wav)";
//
// BtnPlayForward
//
this.BtnPlayForward.BackColor = System.Drawing.SystemColors.Control;
this.BtnPlayForward.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnPlayForward.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnPlayForward.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnPlayForward.Location = new System.Drawing.Point(49, 64);
this.BtnPlayForward.Name = "BtnPlayForward";
this.BtnPlayForward.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnPlayForward.Size = new System.Drawing.Size(33, 25);
this.BtnPlayForward.TabIndex = 72;
this.BtnPlayForward.Text = ">>";
this.BtnPlayForward.UseVisualStyleBackColor = false;
this.BtnPlayForward.Click += new System.EventHandler(this.BtnPlayForward_Click);
//
// BtnPlayStop
//
this.BtnPlayStop.BackColor = System.Drawing.SystemColors.Control;
this.BtnPlayStop.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnPlayStop.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnPlayStop.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnPlayStop.Location = new System.Drawing.Point(168, 64);
this.BtnPlayStop.Name = "BtnPlayStop";
this.BtnPlayStop.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnPlayStop.Size = new System.Drawing.Size(33, 25);
this.BtnPlayStop.TabIndex = 74;
this.BtnPlayStop.Text = "*";
this.BtnPlayStop.UseVisualStyleBackColor = false;
this.BtnPlayStop.Click += new System.EventHandler(this.BtnPlayStop_Click);
//
// BtnPlayPause
//
this.BtnPlayPause.BackColor = System.Drawing.SystemColors.Control;
this.BtnPlayPause.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnPlayPause.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnPlayPause.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnPlayPause.Location = new System.Drawing.Point(128, 64);
this.BtnPlayPause.Name = "BtnPlayPause";
this.BtnPlayPause.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnPlayPause.Size = new System.Drawing.Size(33, 25);
this.BtnPlayPause.TabIndex = 73;
this.BtnPlayPause.Text = "||";
this.BtnPlayPause.UseVisualStyleBackColor = false;
this.BtnPlayPause.Click += new System.EventHandler(this.BtnPlayPause_Click);
//
// BtnSaveToWaveFile
//
this.BtnSaveToWaveFile.BackColor = System.Drawing.SystemColors.Control;
this.BtnSaveToWaveFile.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnSaveToWaveFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnSaveToWaveFile.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnSaveToWaveFile.Location = new System.Drawing.Point(150, 55);
this.BtnSaveToWaveFile.Name = "BtnSaveToWaveFile";
this.BtnSaveToWaveFile.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnSaveToWaveFile.Size = new System.Drawing.Size(49, 25);
this.BtnSaveToWaveFile.TabIndex = 35;
this.BtnSaveToWaveFile.Text = "Save";
this.BtnSaveToWaveFile.UseVisualStyleBackColor = false;
this.BtnSaveToWaveFile.Click += new System.EventHandler(this.BtnSaveToWaveFile_Click);
//
// Frame9
//
this.Frame9.BackColor = System.Drawing.SystemColors.Control;
this.Frame9.Controls.Add(this.BtnPlayStop);
this.Frame9.Controls.Add(this.BtnPlayPause);
this.Frame9.Controls.Add(this.BtnPlayForward);
this.Frame9.Controls.Add(this.BtnPlayRewind);
this.Frame9.Controls.Add(this.BtnStartPlay);
this.Frame9.Controls.Add(this.EditPlayFileName);
this.Frame9.Controls.Add(this.BtnSetPlayFile);
this.Frame9.Controls.Add(this.CheckPlayListen);
this.Frame9.Controls.Add(this.Label9);
this.Frame9.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Frame9.ForeColor = System.Drawing.SystemColors.ControlText;
this.Frame9.Location = new System.Drawing.Point(348, 379);
this.Frame9.Name = "Frame9";
this.Frame9.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Frame9.Size = new System.Drawing.Size(209, 97);
this.Frame9.TabIndex = 143;
this.Frame9.TabStop = false;
this.Frame9.Text = "Play wave (.wav)";
//
// BtnOnline
//
this.BtnOnline.BackColor = System.Drawing.SystemColors.Control;
this.BtnOnline.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnOnline.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnOnline.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnOnline.Location = new System.Drawing.Point(217, 77);
this.BtnOnline.Name = "BtnOnline";
this.BtnOnline.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnOnline.Size = new System.Drawing.Size(105, 32);
this.BtnOnline.TabIndex = 9;
this.BtnOnline.Text = "Online";
this.BtnOnline.UseVisualStyleBackColor = false;
this.BtnOnline.Click += new System.EventHandler(this.BtnOnline_Click);
//
// EditOutBoundProxy
//
this.EditOutBoundProxy.AcceptsReturn = true;
this.EditOutBoundProxy.BackColor = System.Drawing.SystemColors.Window;
this.EditOutBoundProxy.Cursor = System.Windows.Forms.Cursors.IBeam;
this.EditOutBoundProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.EditOutBoundProxy.ForeColor = System.Drawing.SystemColors.WindowText;
this.EditOutBoundProxy.Location = new System.Drawing.Point(114, 88);
this.EditOutBoundProxy.MaxLength = 0;
this.EditOutBoundProxy.Name = "EditOutBoundProxy";
this.EditOutBoundProxy.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.EditOutBoundProxy.Size = new System.Drawing.Size(97, 21);
this.EditOutBoundProxy.TabIndex = 8;
//
// EditSIPProxy
//
this.EditSIPProxy.AcceptsReturn = true;
this.EditSIPProxy.BackColor = System.Drawing.SystemColors.Window;
this.EditSIPProxy.Cursor = System.Windows.Forms.Cursors.IBeam;
this.EditSIPProxy.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.EditSIPProxy.ForeColor = System.Drawing.SystemColors.WindowText;
this.EditSIPProxy.Location = new System.Drawing.Point(217, 43);
this.EditSIPProxy.MaxLength = 0;
this.EditSIPProxy.Name = "EditSIPProxy";
this.EditSIPProxy.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.EditSIPProxy.Size = new System.Drawing.Size(105, 21);
this.EditSIPProxy.TabIndex = 7;
//
// EditLoginPwd
//
this.EditLoginPwd.AcceptsReturn = true;
this.EditLoginPwd.BackColor = System.Drawing.SystemColors.Window;
this.EditLoginPwd.Cursor = System.Windows.Forms.Cursors.IBeam;
this.EditLoginPwd.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.EditLoginPwd.ForeColor = System.Drawing.SystemColors.WindowText;
this.EditLoginPwd.Location = new System.Drawing.Point(114, 43);
this.EditLoginPwd.MaxLength = 0;
this.EditLoginPwd.Name = "EditLoginPwd";
this.EditLoginPwd.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.EditLoginPwd.Size = new System.Drawing.Size(97, 21);
this.EditLoginPwd.TabIndex = 6;
//
// CheckkStartRecording
//
this.CheckkStartRecording.BackColor = System.Drawing.SystemColors.Control;
this.CheckkStartRecording.Cursor = System.Windows.Forms.Cursors.Default;
this.CheckkStartRecording.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.CheckkStartRecording.ForeColor = System.Drawing.SystemColors.ControlText;
this.CheckkStartRecording.Location = new System.Drawing.Point(11, 24);
this.CheckkStartRecording.Name = "CheckkStartRecording";
this.CheckkStartRecording.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CheckkStartRecording.Size = new System.Drawing.Size(98, 17);
this.CheckkStartRecording.TabIndex = 38;
this.CheckkStartRecording.Text = "Start Record";
this.CheckkStartRecording.UseVisualStyleBackColor = false;
this.CheckkStartRecording.CheckedChanged += new System.EventHandler(this.CheckkStartRecording_CheckedChanged);
//
// BtnHelpMore
//
this.BtnHelpMore.BackColor = System.Drawing.SystemColors.Control;
this.BtnHelpMore.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnHelpMore.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnHelpMore.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnHelpMore.Location = new System.Drawing.Point(149, 77);
this.BtnHelpMore.Name = "BtnHelpMore";
this.BtnHelpMore.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnHelpMore.Size = new System.Drawing.Size(53, 28);
this.BtnHelpMore.TabIndex = 78;
this.BtnHelpMore.Text = "More";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -