📄 mainform.designer.cs
字号:
//
this.BtnSetPlayFile.BackColor = System.Drawing.SystemColors.Control;
this.BtnSetPlayFile.Cursor = System.Windows.Forms.Cursors.Default;
this.BtnSetPlayFile.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.BtnSetPlayFile.ForeColor = System.Drawing.SystemColors.ControlText;
this.BtnSetPlayFile.Location = new System.Drawing.Point(152, 68);
this.BtnSetPlayFile.Name = "BtnSetPlayFile";
this.BtnSetPlayFile.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnSetPlayFile.Size = new System.Drawing.Size(49, 25);
this.BtnSetPlayFile.TabIndex = 66;
this.BtnSetPlayFile.Text = "Set";
this.BtnSetPlayFile.UseVisualStyleBackColor = false;
this.BtnSetPlayFile.Click += new System.EventHandler(this.BtnSetPlayFile_Click);
//
// CheckPlayListen
//
this.CheckPlayListen.BackColor = System.Drawing.SystemColors.Control;
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(87, 48);
this.CheckPlayListen.Name = "CheckPlayListen";
this.CheckPlayListen.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.CheckPlayListen.Size = new System.Drawing.Size(65, 17);
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(104, 80);
this.BtnTransferCall.Name = "BtnTransferCall";
this.BtnTransferCall.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.BtnTransferCall.Size = new System.Drawing.Size(97, 25);
this.BtnTransferCall.TabIndex = 83;
this.BtnTransferCall.Text = "Transfer Call";
this.BtnTransferCall.UseVisualStyleBackColor = false;
this.BtnTransferCall.Click += new System.EventHandler(this.BtnTransferCall_Click);
//
// ComboRecord
//
this.ComboRecord.BackColor = System.Drawing.SystemColors.Window;
this.ComboRecord.Cursor = System.Windows.Forms.Cursors.Default;
this.ComboRecord.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboRecord.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ComboRecord.ForeColor = System.Drawing.SystemColors.WindowText;
this.ComboRecord.Location = new System.Drawing.Point(81, 24);
this.ComboRecord.Name = "ComboRecord";
this.ComboRecord.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ComboRecord.Size = new System.Drawing.Size(80, 21);
this.ComboRecord.TabIndex = 61;
this.ComboRecord.SelectedIndexChanged += new System.EventHandler(this.ComboRecord_SelectedIndexChanged);
//
// ComboPlayWave
//
this.ComboPlayWave.BackColor = System.Drawing.SystemColors.Window;
this.ComboPlayWave.Cursor = System.Windows.Forms.Cursors.Default;
this.ComboPlayWave.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.ComboPlayWave.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.ComboPlayWave.ForeColor = System.Drawing.SystemColors.WindowText;
this.ComboPlayWave.Location = new System.Drawing.Point(85, 24);
this.ComboPlayWave.Name = "ComboPlayWave";
this.ComboPlayWave.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.ComboPlayWave.Size = new System.Drawing.Size(117, 21);
this.ComboPlayWave.TabIndex = 64;
//
// 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, 56);
this.Label9.Name = "Label9";
this.Label9.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label9.Size = new System.Drawing.Size(67, 17);
this.Label9.TabIndex = 69;
this.Label9.Text = "File (.wav)";
//
// Label8
//
this.Label8.BackColor = System.Drawing.SystemColors.Control;
this.Label8.Cursor = System.Windows.Forms.Cursors.Default;
this.Label8.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label8.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label8.Location = new System.Drawing.Point(8, 27);
this.Label8.Name = "Label8";
this.Label8.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label8.Size = new System.Drawing.Size(74, 17);
this.Label8.TabIndex = 68;
this.Label8.Text = "Select Line:";
//
// 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, 96);
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, 96);
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, 96);
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);
//
// Label6
//
this.Label6.BackColor = System.Drawing.SystemColors.Control;
this.Label6.Cursor = System.Windows.Forms.Cursors.Default;
this.Label6.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.Label6.ForeColor = System.Drawing.SystemColors.ControlText;
this.Label6.Location = new System.Drawing.Point(20, 325);
this.Label6.Name = "Label6";
this.Label6.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Label6.Size = new System.Drawing.Size(74, 17);
this.Label6.TabIndex = 142;
this.Label6.Text = "Select Line:";
//
// 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(112, 96);
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.ComboPlayWave);
this.Frame9.Controls.Add(this.Label9);
this.Frame9.Controls.Add(this.Label8);
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(188, 426);
this.Frame9.Name = "Frame9";
this.Frame9.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.Frame9.Size = new System.Drawing.Size(209, 129);
this.Frame9.TabIndex = 143;
this.Frame9.TabStop = false;
this.Frame9.Text = "Play wave (.wav)";
//
// EditTotalLines
//
this.EditTotalLines.AcceptsReturn = true;
this.EditTotalLines.BackColor = System.Drawing.SystemColors.Window;
this.EditTotalLines.Cursor = System.Windows.Forms.Cursors.IBeam;
this.EditTotalLines.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.EditTotalLines.ForeColor = System.Drawing.SystemColors.WindowText;
this.EditTotalLines.Location = new System.Drawing.Point(264, 43);
this.EditTotalLines.MaxLength = 0;
this.EditTotalLines.Name = "EditTotalLines";
this.EditTotalLines.RightToLeft = System.Windows.Forms.RightToLeft.No;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -