namespace HySoft.IVRFlowEditor.Propretity
{
partial class CtlIVROutbound
{
///
/// 必需的设计器变量。
///
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.rtb_Note = new System.Windows.Forms.RichTextBox();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.cmb_successNextNode = new System.Windows.Forms.ComboBox();
this.tb_NodeID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tb_NodeName = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.cmb_failNextNode = new System.Windows.Forms.ComboBox();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.tb_TimeOut = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.cmb_CalleeNumType = new System.Windows.Forms.ComboBox();
this.cmb_CalleeNum = new System.Windows.Forms.ComboBox();
this.btn_cancel = new System.Windows.Forms.Button();
this.btn_enter = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabPage1 = new System.Windows.Forms.TabPage();
this.tabPage2 = new System.Windows.Forms.TabPage();
this.cmb_CallerNumType = new System.Windows.Forms.ComboBox();
this.cmb_CallerNum = new System.Windows.Forms.ComboBox();
this.label9 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.tabControl1.SuspendLayout();
this.tabPage1.SuspendLayout();
this.tabPage2.SuspendLayout();
this.SuspendLayout();
//
// rtb_Note
//
this.rtb_Note.Location = new System.Drawing.Point(127, 98);
this.rtb_Note.Name = "rtb_Note";
this.rtb_Note.Size = new System.Drawing.Size(194, 114);
this.rtb_Note.TabIndex = 15;
this.rtb_Note.Text = "";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(80, 98);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(29, 12);
this.label4.TabIndex = 14;
this.label4.Text = "描述";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(40, 190);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(89, 12);
this.label3.TabIndex = 13;
this.label3.Text = "成功后下一端口";
//
// cmb_successNextNode
//
this.cmb_successNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_successNextNode.FormattingEnabled = true;
this.cmb_successNextNode.Location = new System.Drawing.Point(147, 187);
this.cmb_successNextNode.Name = "cmb_successNextNode";
this.cmb_successNextNode.Size = new System.Drawing.Size(194, 20);
this.cmb_successNextNode.TabIndex = 12;
//
// tb_NodeID
//
this.tb_NodeID.Enabled = false;
this.tb_NodeID.Location = new System.Drawing.Point(127, 30);
this.tb_NodeID.Name = "tb_NodeID";
this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
this.tb_NodeID.TabIndex = 11;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(56, 34);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 10;
this.label2.Text = "节点编号";
//
// tb_NodeName
//
this.tb_NodeName.Location = new System.Drawing.Point(127, 62);
this.tb_NodeName.Name = "tb_NodeName";
this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
this.tb_NodeName.TabIndex = 9;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(56, 66);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 8;
this.label1.Text = "节点名称";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(40, 224);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(89, 12);
this.label5.TabIndex = 17;
this.label5.Text = "失败后下一端口";
//
// cmb_failNextNode
//
this.cmb_failNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_failNextNode.FormattingEnabled = true;
this.cmb_failNextNode.Location = new System.Drawing.Point(147, 221);
this.cmb_failNextNode.Name = "cmb_failNextNode";
this.cmb_failNextNode.Size = new System.Drawing.Size(194, 20);
this.cmb_failNextNode.TabIndex = 16;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(52, 44);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(77, 12);
this.label6.TabIndex = 18;
this.label6.Text = "被叫字段类型";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(52, 74);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(77, 12);
this.label7.TabIndex = 20;
this.label7.Text = "被叫号码字段";
//
// tb_TimeOut
//
this.tb_TimeOut.Location = new System.Drawing.Point(147, 158);
this.tb_TimeOut.Name = "tb_TimeOut";
this.tb_TimeOut.Size = new System.Drawing.Size(194, 21);
this.tb_TimeOut.TabIndex = 23;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(52, 160);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(77, 12);
this.label8.TabIndex = 22;
this.label8.Text = "外呼超时时间";
//
// cmb_CalleeNumType
//
this.cmb_CalleeNumType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_CalleeNumType.FormattingEnabled = true;
this.cmb_CalleeNumType.Location = new System.Drawing.Point(147, 41);
this.cmb_CalleeNumType.Name = "cmb_CalleeNumType";
this.cmb_CalleeNumType.Size = new System.Drawing.Size(194, 20);
this.cmb_CalleeNumType.TabIndex = 24;
this.cmb_CalleeNumType.SelectedIndexChanged += new System.EventHandler(this.cmb_NumberType_SelectedIndexChanged);
//
// cmb_CalleeNum
//
this.cmb_CalleeNum.FormattingEnabled = true;
this.cmb_CalleeNum.Location = new System.Drawing.Point(147, 71);
this.cmb_CalleeNum.Name = "cmb_CalleeNum";
this.cmb_CalleeNum.Size = new System.Drawing.Size(194, 20);
this.cmb_CalleeNum.TabIndex = 25;
//
// btn_cancel
//
this.btn_cancel.Location = new System.Drawing.Point(270, 356);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(75, 23);
this.btn_cancel.TabIndex = 27;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// btn_enter
//
this.btn_enter.Location = new System.Drawing.Point(151, 356);
this.btn_enter.Name = "btn_enter";
this.btn_enter.Size = new System.Drawing.Size(75, 23);
this.btn_enter.TabIndex = 26;
this.btn_enter.Text = "确定";
this.btn_enter.UseVisualStyleBackColor = true;
this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
//
// 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, 350);
this.tabControl1.TabIndex = 28;
//
// tabPage1
//
this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
this.tabPage1.Controls.Add(this.tb_NodeID);
this.tabPage1.Controls.Add(this.label1);
this.tabPage1.Controls.Add(this.tb_NodeName);
this.tabPage1.Controls.Add(this.label2);
this.tabPage1.Controls.Add(this.rtb_Note);
this.tabPage1.Controls.Add(this.label4);
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, 324);
this.tabPage1.TabIndex = 0;
this.tabPage1.Text = "一般设置";
//
// tabPage2
//
this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
this.tabPage2.Controls.Add(this.cmb_CallerNumType);
this.tabPage2.Controls.Add(this.cmb_CallerNum);
this.tabPage2.Controls.Add(this.label9);
this.tabPage2.Controls.Add(this.label10);
this.tabPage2.Controls.Add(this.cmb_CalleeNumType);
this.tabPage2.Controls.Add(this.cmb_successNextNode);
this.tabPage2.Controls.Add(this.label3);
this.tabPage2.Controls.Add(this.cmb_CalleeNum);
this.tabPage2.Controls.Add(this.cmb_failNextNode);
this.tabPage2.Controls.Add(this.label5);
this.tabPage2.Controls.Add(this.tb_TimeOut);
this.tabPage2.Controls.Add(this.label6);
this.tabPage2.Controls.Add(this.label8);
this.tabPage2.Controls.Add(this.label7);
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, 324);
this.tabPage2.TabIndex = 1;
this.tabPage2.Text = "外呼设置";
//
// cmb_CallerNumType
//
this.cmb_CallerNumType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cmb_CallerNumType.FormattingEnabled = true;
this.cmb_CallerNumType.Location = new System.Drawing.Point(147, 99);
this.cmb_CallerNumType.Name = "cmb_CallerNumType";
this.cmb_CallerNumType.Size = new System.Drawing.Size(194, 20);
this.cmb_CallerNumType.TabIndex = 28;
this.cmb_CallerNumType.SelectedIndexChanged += new System.EventHandler(this.cmb_CallerNumType_SelectedIndexChanged);
//
// cmb_CallerNum
//
this.cmb_CallerNum.FormattingEnabled = true;
this.cmb_CallerNum.Location = new System.Drawing.Point(147, 129);
this.cmb_CallerNum.Name = "cmb_CallerNum";
this.cmb_CallerNum.Size = new System.Drawing.Size(194, 20);
this.cmb_CallerNum.TabIndex = 29;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(28, 102);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(101, 12);
this.label9.TabIndex = 26;
this.label9.Text = "主叫号码字段类型";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(52, 132);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(77, 12);
this.label10.TabIndex = 27;
this.label10.Text = "主叫号码字段";
//
// CtlIVROutbound
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.tabControl1);
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_enter);
this.Name = "CtlIVROutbound";
this.Size = new System.Drawing.Size(400, 400);
this.tabControl1.ResumeLayout(false);
this.tabPage1.ResumeLayout(false);
this.tabPage1.PerformLayout();
this.tabPage2.ResumeLayout(false);
this.tabPage2.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox rtb_Note;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox cmb_successNextNode;
private System.Windows.Forms.TextBox tb_NodeID;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tb_NodeName;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.ComboBox cmb_failNextNode;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tb_TimeOut;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.ComboBox cmb_CalleeNumType;
private System.Windows.Forms.ComboBox cmb_CalleeNum;
private System.Windows.Forms.Button btn_cancel;
private System.Windows.Forms.Button btn_enter;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TabPage tabPage1;
private System.Windows.Forms.TabPage tabPage2;
private System.Windows.Forms.ComboBox cmb_CallerNumType;
private System.Windows.Forms.ComboBox cmb_CallerNum;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
}
}