namespace HySoft.IVRFlowEditor.IVRControl
{
partial class CtlIVRContinueQueue
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region 组件设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.tb_ExtenVar = new System.Windows.Forms.TextBox();
this.tb_AgentVar = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.cmb_TimeoutPos = new System.Windows.Forms.ComboBox();
this.btn_cancel = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.cmb_successPos = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.cmb_HangupPos = new System.Windows.Forms.ComboBox();
this.label13 = new System.Windows.Forms.Label();
this.label18 = new System.Windows.Forms.Label();
this.tb_NodeName = new System.Windows.Forms.TextBox();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.rtb_Note = new System.Windows.Forms.RichTextBox();
this.label17 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.tb_NodeID = new System.Windows.Forms.TextBox();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.label2 = new System.Windows.Forms.Label();
this.num_timeout = new System.Windows.Forms.NumericUpDown();
this.tb_audio = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.btn_enter = new System.Windows.Forms.Button();
this.tabPage1.SuspendLayout();
this.tabControl1.SuspendLayout();
this.tabPage2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.num_timeout)).BeginInit();
this.SuspendLayout();
//
// tb_ExtenVar
//
this.tb_ExtenVar.Location = new System.Drawing.Point(142, 78);
this.tb_ExtenVar.Name = "tb_ExtenVar";
this.tb_ExtenVar.Size = new System.Drawing.Size(194, 21);
this.tb_ExtenVar.TabIndex = 108;
//
// tb_AgentVar
//
this.tb_AgentVar.Location = new System.Drawing.Point(142, 52);
this.tb_AgentVar.Name = "tb_AgentVar";
this.tb_AgentVar.Size = new System.Drawing.Size(194, 21);
this.tb_AgentVar.TabIndex = 107;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(71, 172);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 12);
this.label7.TabIndex = 96;
this.label7.Text = "超时跳转";
//
// cmb_TimeoutPos
//
this.cmb_TimeoutPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_TimeoutPos.FormattingEnabled = true;
this.cmb_TimeoutPos.Location = new System.Drawing.Point(142, 169);
this.cmb_TimeoutPos.Name = "cmb_TimeoutPos";
this.cmb_TimeoutPos.Size = new System.Drawing.Size(194, 20);
this.cmb_TimeoutPos.TabIndex = 95;
//
// btn_cancel
//
this.btn_cancel.Location = new System.Drawing.Point(254, 335);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 23);
this.btn_cancel.TabIndex = 87;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(47, 137);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 94;
this.label6.Text = "等待超时时常";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(59, 81);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 92;
this.label5.Text = "坐席分机号";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(71, 55);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 90;
this.label4.Text = "坐席工号";
//
// cmb_successPos
//
this.cmb_successPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_successPos.FormattingEnabled = true;
this.cmb_successPos.Location = new System.Drawing.Point(138, 87);
this.cmb_successPos.Name = "cmb_successPos";
this.cmb_successPos.Size = new System.Drawing.Size(194, 20);
this.cmb_successPos.TabIndex = 81;
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(67, 122);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(53, 12);
this.label11.TabIndex = 71;
this.label11.Text = "挂机跳转";
//
// cmb_HangupPos
//
this.cmb_HangupPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_HangupPos.FormattingEnabled = true;
this.cmb_HangupPos.Location = new System.Drawing.Point(138, 119);
this.cmb_HangupPos.Name = "cmb_HangupPos";
this.cmb_HangupPos.Size = new System.Drawing.Size(194, 20);
this.cmb_HangupPos.TabIndex = 72;
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(43, 90);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(77, 12);
this.label13.TabIndex = 82;
this.label13.Text = "成功跳转节点";
//
// label18
//
this.label18.AutoSize = true;
this.label18.Location = new System.Drawing.Point(67, 55);
this.label18.Name = "label18";
this.label18.Size = new System.Drawing.Size(53, 12);
this.label18.TabIndex = 73;
this.label18.Text = "节点名称";
//
// tb_NodeName
//
this.tb_NodeName.Location = new System.Drawing.Point(138, 51);
this.tb_NodeName.Name = "tb_NodeName";
this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
this.tb_NodeName.TabIndex = 74;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
this.tabPage1.Controls.Add(this.cmb_successPos);
this.tabPage1.Controls.Add(this.label11);
this.tabPage1.Controls.Add(this.cmb_HangupPos);
this.tabPage1.Controls.Add(this.label13);
this.tabPage1.Controls.Add(this.label18);
this.tabPage1.Controls.Add(this.tb_NodeName);
this.tabPage1.Controls.Add(this.rtb_Note);
this.tabPage1.Controls.Add(this.label17);
this.tabPage1.Controls.Add(this.label15);
this.tabPage1.Controls.Add(this.tb_NodeID);
this.tabPage1.Location = new System.Drawing.Point(4, 22);
this.tabPage1.Name = "tabPage1";
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
this.tabPage1.Size = new System.Drawing.Size(392, 304);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "一般设置";
//
// rtb_Note
//
this.rtb_Note.Location = new System.Drawing.Point(138, 156);
this.rtb_Note.Name = "rtb_Note";
this.rtb_Note.Size = new System.Drawing.Size(194, 97);
this.rtb_Note.TabIndex = 78;
this.rtb_Note.Text = "";
//
// label17
//
this.label17.AutoSize = true;
this.label17.Location = new System.Drawing.Point(67, 25);
this.label17.Name = "label17";
this.label17.Size = new System.Drawing.Size(53, 12);
this.label17.TabIndex = 75;
this.label17.Text = "节点编号";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(91, 159);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(29, 12);
this.label15.TabIndex = 77;
this.label15.Text = "描述";
//
// tb_NodeID
//
this.tb_NodeID.Enabled = false;
this.tb_NodeID.Location = new System.Drawing.Point(138, 21);
this.tb_NodeID.Name = "tb_NodeID";
this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
this.tb_NodeID.TabIndex = 76;
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabPage1);
this.tabControl1.Controls.Add(this.tabPage2);
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(400, 330);
this.tabControl1.TabIndex = 88;
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
this.tabPage2.Controls.Add(this.label2);
this.tabPage2.Controls.Add(this.num_timeout);
this.tabPage2.Controls.Add(this.tb_audio);
this.tabPage2.Controls.Add(this.label1);
this.tabPage2.Controls.Add(this.tb_ExtenVar);
this.tabPage2.Controls.Add(this.tb_AgentVar);
this.tabPage2.Controls.Add(this.cmb_TimeoutPos);
this.tabPage2.Controls.Add(this.label7);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.label4);
this.tabPage2.Location = new System.Drawing.Point(4, 22);
this.tabPage2.Name = "tabPage2";
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
this.tabPage2.Size = new System.Drawing.Size(392, 304);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "继续排队设置";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(268, 139);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(17, 12);
this.label2.TabIndex = 112;
this.label2.Text = "秒";
//
// num_timeout
//
this.num_timeout.Location = new System.Drawing.Point(142, 137);
this.num_timeout.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.num_timeout.Name = "num_timeout";
this.num_timeout.Size = new System.Drawing.Size(120, 21);
this.num_timeout.TabIndex = 111;
this.num_timeout.Value = new decimal(new int[] {
1,
0,
0,
0});
//
// tb_audio
//
this.tb_audio.Location = new System.Drawing.Point(142, 105);
this.tb_audio.Name = "tb_audio";
this.tb_audio.Size = new System.Drawing.Size(194, 21);
this.tb_audio.TabIndex = 110;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(59, 108);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 109;
this.label1.Text = "待播放语音";
//
// btn_enter
//
this.btn_enter.Location = new System.Drawing.Point(146, 335);
this.btn_enter.Name = "btn_enter";
this.btn_enter.Size = new System.Drawing.Size(75, 23);
this.btn_enter.TabIndex = 86;
this.btn_enter.Text = "确定";
this.btn_enter.UseVisualStyleBackColor = true;
this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
//
// CtlIVRContinueQueue
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.btn_enter);
this.Name = "CtlIVRContinueQueue";
this.Size = new System.Drawing.Size(400, 369);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabControl1.ResumeLayout(false);
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.num_timeout)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TextBox tb_ExtenVar;
private System.Windows.Forms.TextBox tb_AgentVar;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.ComboBox cmb_TimeoutPos;
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox cmb_successPos;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.ComboBox cmb_HangupPos;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.TextBox tb_NodeName;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.RichTextBox rtb_Note;
private System.Windows.Forms.Label label17;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox tb_NodeID;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.Button btn_enter;
private System.Windows.Forms.TextBox tb_audio;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.NumericUpDown num_timeout;
private System.Windows.Forms.Label label2;
}
}