?? 詳細(xì)設(shè)置.designer.cs
字號:
?using System.Windows.Forms;
using System.ComponentModel;
using System.Drawing;
namespace SmartAnswerCall
{
partial class 詳細(xì)設(shè)置
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu main菜單;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 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 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </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短信回復(fù) = 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短信回復(fù));
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 如有問題或意見請電郵聯(lián)系作\r\n 者:\r\n lanlangliang@163.com \r\n QQ:553" +
"829591";
//
// chb短信回復(fù)
//
this.chb短信回復(fù).Font = new System.Drawing.Font("Courier New", 9F, System.Drawing.FontStyle.Bold);
this.chb短信回復(fù).Location = new System.Drawing.Point(9, 98);
this.chb短信回復(fù).Name = "chb短信回復(fù)";
this.chb短信回復(fù).Size = new System.Drawing.Size(99, 22);
this.chb短信回復(fù).TabIndex = 14;
this.chb短信回復(fù).Text = "短信回復(fù)";
//
// 詳細(xì)設(shè)置
//
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 = "詳細(xì)設(shè)置";
this.Text = "詳細(xì)設(shè)置";
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短信回復(fù);
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -