📄 详细设置.designer.cs
字号:
using System.Windows.Forms;
using System.ComponentModel;
using System.Drawing;
namespace SmartAnswerCall
{
partial class 详细设置
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu main菜单;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
private Label lbl自动接听延迟;
private Label lbl秒;
public CheckBox chb自动启动;
public ComboBox cbo延迟时间;
public CheckBox chb来电黑名单;
public CheckBox chb自动录音;
private Label lbl录音连贯值;
public TextBox txt录音连贯值;
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.lbl自动接听延迟 = new System.Windows.Forms.Label();
this.cbo延迟时间 = new System.Windows.Forms.ComboBox();
this.lbl秒 = new System.Windows.Forms.Label();
this.chb自动启动 = new System.Windows.Forms.CheckBox();
this.chb来电黑名单 = new System.Windows.Forms.CheckBox();
this.chb自动录音 = new System.Windows.Forms.CheckBox();
this.txt录音连贯值 = new System.Windows.Forms.TextBox();
this.lbl录音连贯值 = new System.Windows.Forms.Label();
this.main菜单 = new System.Windows.Forms.MainMenu();
this.menu完成 = new System.Windows.Forms.MenuItem();
this.menu取消 = new System.Windows.Forms.MenuItem();
this.panel1 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.panel2 = new System.Windows.Forms.Panel();
this.label1 = new System.Windows.Forms.Label();
this.chb短信回复 = new System.Windows.Forms.CheckBox();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// lbl自动接听延迟
//
this.lbl自动接听延迟.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.lbl自动接听延迟.Location = new System.Drawing.Point(9, 9);
this.lbl自动接听延迟.Name = "lbl自动接听延迟";
this.lbl自动接听延迟.Size = new System.Drawing.Size(99, 15);
this.lbl自动接听延迟.Text = "自动接听延迟";
//
// cbo延迟时间
//
this.cbo延迟时间.BackColor = System.Drawing.SystemColors.ScrollBar;
this.cbo延迟时间.Items.Add("3");
this.cbo延迟时间.Items.Add("5");
this.cbo延迟时间.Items.Add("10");
this.cbo延迟时间.Items.Add("15");
this.cbo延迟时间.Items.Add("20");
this.cbo延迟时间.Items.Add("25");
this.cbo延迟时间.Items.Add("30");
this.cbo延迟时间.Items.Add("35");
this.cbo延迟时间.Items.Add("40");
this.cbo延迟时间.Location = new System.Drawing.Point(10, 29);
this.cbo延迟时间.Name = "cbo延迟时间";
this.cbo延迟时间.Size = new System.Drawing.Size(78, 22);
this.cbo延迟时间.TabIndex = 1;
//
// lbl秒
//
this.lbl秒.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.lbl秒.Location = new System.Drawing.Point(93, 33);
this.lbl秒.Name = "lbl秒";
this.lbl秒.Size = new System.Drawing.Size(31, 16);
this.lbl秒.Text = "秒";
this.lbl秒.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// chb自动启动
//
this.chb自动启动.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.chb自动启动.Location = new System.Drawing.Point(9, 78);
this.chb自动启动.Name = "chb自动启动";
this.chb自动启动.Size = new System.Drawing.Size(99, 22);
this.chb自动启动.TabIndex = 3;
this.chb自动启动.Text = "自动启动";
//
// chb来电黑名单
//
this.chb来电黑名单.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.chb来电黑名单.Location = new System.Drawing.Point(9, 119);
this.chb来电黑名单.Name = "chb来电黑名单";
this.chb来电黑名单.Size = new System.Drawing.Size(99, 22);
this.chb来电黑名单.TabIndex = 7;
this.chb来电黑名单.Text = "来电黑名单";
//
// chb自动录音
//
this.chb自动录音.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.chb自动录音.Location = new System.Drawing.Point(9, 57);
this.chb自动录音.Name = "chb自动录音";
this.chb自动录音.Size = new System.Drawing.Size(99, 22);
this.chb自动录音.TabIndex = 8;
this.chb自动录音.Text = "自动录音";
//
// txt录音连贯值
//
this.txt录音连贯值.BackColor = System.Drawing.SystemColors.ScrollBar;
this.txt录音连贯值.Location = new System.Drawing.Point(89, 141);
this.txt录音连贯值.MaxLength = 4;
this.txt录音连贯值.Name = "txt录音连贯值";
this.txt录音连贯值.Size = new System.Drawing.Size(60, 21);
this.txt录音连贯值.TabIndex = 11;
this.txt录音连贯值.Text = "17";
this.txt录音连贯值.WordWrap = false;
//
// lbl录音连贯值
//
this.lbl录音连贯值.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.lbl录音连贯值.Location = new System.Drawing.Point(9, 142);
this.lbl录音连贯值.Name = "lbl录音连贯值";
this.lbl录音连贯值.Size = new System.Drawing.Size(73, 17);
this.lbl录音连贯值.Text = "录音连贯值";
//
// main菜单
//
this.main菜单.MenuItems.Add(this.menu完成);
this.main菜单.MenuItems.Add(this.menu取消);
//
// 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);
//
// panel1
//
this.panel1.BackColor = System.Drawing.SystemColors.InactiveBorder;
this.panel1.Controls.Add(this.panel3);
this.panel1.Controls.Add(this.panel2);
this.panel1.Location = new System.Drawing.Point(5, 5);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(230, 258);
//
// panel3
//
this.panel3.BackColor = System.Drawing.Color.Gold;
this.panel3.Controls.Add(this.chb短信回复);
this.panel3.Controls.Add(this.lbl自动接听延迟);
this.panel3.Controls.Add(this.txt录音连贯值);
this.panel3.Controls.Add(this.chb自动启动);
this.panel3.Controls.Add(this.chb来电黑名单);
this.panel3.Controls.Add(this.lbl录音连贯值);
this.panel3.Controls.Add(this.lbl秒);
this.panel3.Controls.Add(this.chb自动录音);
this.panel3.Controls.Add(this.cbo延迟时间);
this.panel3.Location = new System.Drawing.Point(6, 87);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(219, 166);
//
// panel2
//
this.panel2.BackColor = System.Drawing.SystemColors.Control;
this.panel2.Controls.Add(this.label1);
this.panel2.Location = new System.Drawing.Point(5, 3);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(220, 80);
//
// label1
//
this.label1.Location = new System.Drawing.Point(1, 5);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(216, 73);
this.label1.Text = "说明:\r\n 如有问题或意见请电邮联系作\r\n 者:\r\n lanlangliang@163.com \r\n QQ:553" +
"829591";
//
// chb短信回复
//
this.chb短信回复.Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.chb短信回复.Location = new System.Drawing.Point(9, 98);
this.chb短信回复.Name = "chb短信回复";
this.chb短信回复.Size = new System.Drawing.Size(99, 22);
this.chb短信回复.TabIndex = 14;
this.chb短信回复.Text = "短信回复";
//
// 详细设置
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.SystemColors.Control;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.panel1);
this.Menu = this.main菜单;
this.Name = "详细设置";
this.Text = "详细设置";
this.Load += new System.EventHandler(this.frmSet_Load);
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private MenuItem menu完成;
private MenuItem menu取消;
private Panel panel1;
private Panel panel2;
private Label label1;
private Panel panel3;
public CheckBox chb短信回复;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -