📄 录音.designer.cs
字号:
namespace SmartAnswerCall
{
partial class 录音
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menu完成 = new System.Windows.Forms.MenuItem();
this.menu菜单 = new System.Windows.Forms.MenuItem();
this.menu重放 = new System.Windows.Forms.MenuItem();
this.menu录音 = new System.Windows.Forms.MenuItem();
this.timer时间 = new System.Windows.Forms.Timer();
this.pro进度 = new System.Windows.Forms.ProgressBar();
this.lbl提示 = new System.Windows.Forms.Label();
this.lbl状态 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// mainMenu1
//
this.mainMenu1.MenuItems.Add(this.menu完成);
this.mainMenu1.MenuItems.Add(this.menu菜单);
//
// menu完成
//
this.menu完成.Text = "完成";
this.menu完成.Click += new System.EventHandler(this.menu完成_Click);
//
// menu菜单
//
this.menu菜单.MenuItems.Add(this.menu录音);
this.menu菜单.MenuItems.Add(this.menu重放);
this.menu菜单.Text = "菜单";
//
// menu重放
//
this.menu重放.Text = "重放";
this.menu重放.Click += new System.EventHandler(this.menu重放_Click);
//
// menu录音
//
this.menu录音.Text = "录音";
this.menu录音.Click += new System.EventHandler(this.menu录音_Click);
//
// timer时间
//
this.timer时间.Tick += new System.EventHandler(this.timer时间_Tick);
//
// pro进度
//
this.pro进度.Location = new System.Drawing.Point(3, 45);
this.pro进度.Maximum = 10;
this.pro进度.Name = "pro进度";
this.pro进度.Size = new System.Drawing.Size(234, 20);
//
// lbl提示
//
this.lbl提示.Location = new System.Drawing.Point(3, 22);
this.lbl提示.Name = "lbl提示";
this.lbl提示.Size = new System.Drawing.Size(164, 20);
this.lbl提示.Text = "自动应答语最多10秒";
//
// lbl状态
//
this.lbl状态.Location = new System.Drawing.Point(3, 81);
this.lbl状态.Name = "lbl状态";
this.lbl状态.Size = new System.Drawing.Size(100, 20);
this.lbl状态.Text = "状态";
//
// 录音
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.Gold;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.lbl状态);
this.Controls.Add(this.lbl提示);
this.Controls.Add(this.pro进度);
this.Menu = this.mainMenu1;
this.Name = "录音";
this.Text = "录音";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.MenuItem menu完成;
private System.Windows.Forms.MenuItem menu菜单;
private System.Windows.Forms.MenuItem menu重放;
private System.Windows.Forms.MenuItem menu录音;
private System.Windows.Forms.Timer timer时间;
private System.Windows.Forms.ProgressBar pro进度;
private System.Windows.Forms.Label lbl提示;
private System.Windows.Forms.Label lbl状态;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -