namespace HySoft.IVRFlowEditor.Propretity { partial class CtlIVRAudioDTMF { /// /// 必需的设计器变量。 /// 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.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.cmb_HangupPos = new System.Windows.Forms.ComboBox(); this.tcb_TTSSpeed = new System.Windows.Forms.TrackBar(); this.tcb_TTSVolume = new System.Windows.Forms.TrackBar(); this.cmb_TTSNumMode = new System.Windows.Forms.ComboBox(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.rtb_Note = new System.Windows.Forms.RichTextBox(); this.label15 = new System.Windows.Forms.Label(); this.tb_NodeID = new System.Windows.Forms.TextBox(); this.label17 = new System.Windows.Forms.Label(); this.tb_NodeName = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.cmb_KeyVar = new System.Windows.Forms.ComboBox(); this.label13 = new System.Windows.Forms.Label(); this.cmb_failNextNode = new System.Windows.Forms.ComboBox(); this.label16 = new System.Windows.Forms.Label(); this.cmb_successNextNode = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.cmb_PlayType = new System.Windows.Forms.ComboBox(); this.rtb_Content = new System.Windows.Forms.RichTextBox(); this.num_MaxKeyCount = new System.Windows.Forms.NumericUpDown(); this.label9 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cmb_FinishKey = new System.Windows.Forms.ComboBox(); this.label14 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.cmb_ContentType = new System.Windows.Forms.ComboBox(); this.cb_StopWhenDtmf = new System.Windows.Forms.CheckBox(); this.label4 = new System.Windows.Forms.Label(); this.num_KeyPressInterval = new System.Windows.Forms.NumericUpDown(); this.label3 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.label20 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.cmb_TTSEngine = new System.Windows.Forms.ComboBox(); this.btn_enter = new System.Windows.Forms.Button(); this.btn_cancel = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSSpeed)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSVolume)).BeginInit(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxKeyCount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.num_KeyPressInterval)).BeginInit(); this.tabPage2.SuspendLayout(); this.SuspendLayout(); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(82, 22); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(59, 12); this.label7.TabIndex = 14; this.label7.Text = "TTS引擎库"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(90, 71); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(47, 12); this.label8.TabIndex = 12; this.label8.Text = "TTS播报"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(94, 182); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(47, 12); this.label10.TabIndex = 16; this.label10.Text = "TTS语速"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(70, 90); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(53, 12); this.label11.TabIndex = 22; this.label11.Text = "挂机跳转"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(90, 121); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(47, 12); this.label12.TabIndex = 20; this.label12.Text = "TTS音量"; // // cmb_HangupPos // this.cmb_HangupPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_HangupPos.FormattingEnabled = true; this.cmb_HangupPos.Location = new System.Drawing.Point(141, 87); this.cmb_HangupPos.Name = "cmb_HangupPos"; this.cmb_HangupPos.Size = new System.Drawing.Size(194, 20); this.cmb_HangupPos.TabIndex = 33; // // tcb_TTSSpeed // this.tcb_TTSSpeed.Location = new System.Drawing.Point(155, 182); this.tcb_TTSSpeed.Maximum = 100; this.tcb_TTSSpeed.Minimum = 1; this.tcb_TTSSpeed.Name = "tcb_TTSSpeed"; this.tcb_TTSSpeed.Size = new System.Drawing.Size(104, 45); this.tcb_TTSSpeed.TabIndex = 34; this.tcb_TTSSpeed.Value = 1; this.tcb_TTSSpeed.Scroll += new System.EventHandler(this.tcb_TTSSpeed_Scroll); // // tcb_TTSVolume // this.tcb_TTSVolume.Location = new System.Drawing.Point(155, 121); this.tcb_TTSVolume.Maximum = 100; this.tcb_TTSVolume.Minimum = 1; this.tcb_TTSVolume.Name = "tcb_TTSVolume"; this.tcb_TTSVolume.Size = new System.Drawing.Size(104, 45); this.tcb_TTSVolume.TabIndex = 36; this.tcb_TTSVolume.Value = 1; this.tcb_TTSVolume.Scroll += new System.EventHandler(this.tcb_TTSVolume_Scroll); // // cmb_TTSNumMode // this.cmb_TTSNumMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_TTSNumMode.FormattingEnabled = true; this.cmb_TTSNumMode.Location = new System.Drawing.Point(155, 68); this.cmb_TTSNumMode.Name = "cmb_TTSNumMode"; this.cmb_TTSNumMode.Size = new System.Drawing.Size(100, 20); this.cmb_TTSNumMode.TabIndex = 37; // // tabControl1 // this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage3); 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(435, 338); this.tabControl1.TabIndex = 39; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.SystemColors.Control; this.tabPage1.Controls.Add(this.rtb_Note); this.tabPage1.Controls.Add(this.label15); this.tabPage1.Controls.Add(this.tb_NodeID); this.tabPage1.Controls.Add(this.label17); this.tabPage1.Controls.Add(this.tb_NodeName); this.tabPage1.Controls.Add(this.label18); this.tabPage1.Controls.Add(this.cmb_HangupPos); this.tabPage1.Controls.Add(this.label11); 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(427, 312); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "一般设置"; // // rtb_Note // this.rtb_Note.Location = new System.Drawing.Point(141, 121); this.rtb_Note.Name = "rtb_Note"; this.rtb_Note.Size = new System.Drawing.Size(194, 122); this.rtb_Note.TabIndex = 50; this.rtb_Note.Text = ""; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(94, 121); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(29, 12); this.label15.TabIndex = 49; this.label15.Text = "描述"; // // tb_NodeID // this.tb_NodeID.Enabled = false; this.tb_NodeID.Location = new System.Drawing.Point(141, 22); this.tb_NodeID.Name = "tb_NodeID"; this.tb_NodeID.Size = new System.Drawing.Size(194, 21); this.tb_NodeID.TabIndex = 46; // // label17 // this.label17.AutoSize = true; this.label17.Location = new System.Drawing.Point(70, 26); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(53, 12); this.label17.TabIndex = 45; this.label17.Text = "节点编号"; // // tb_NodeName // this.tb_NodeName.Location = new System.Drawing.Point(141, 52); this.tb_NodeName.Name = "tb_NodeName"; this.tb_NodeName.Size = new System.Drawing.Size(194, 21); this.tb_NodeName.TabIndex = 44; // // label18 // this.label18.AutoSize = true; this.label18.Location = new System.Drawing.Point(70, 56); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(53, 12); this.label18.TabIndex = 43; this.label18.Text = "节点名称"; // // tabPage3 // this.tabPage3.BackColor = System.Drawing.SystemColors.Control; this.tabPage3.Controls.Add(this.button1); this.tabPage3.Controls.Add(this.cmb_KeyVar); this.tabPage3.Controls.Add(this.label13); this.tabPage3.Controls.Add(this.cmb_failNextNode); this.tabPage3.Controls.Add(this.label16); this.tabPage3.Controls.Add(this.cmb_successNextNode); this.tabPage3.Controls.Add(this.label2); this.tabPage3.Controls.Add(this.cmb_PlayType); this.tabPage3.Controls.Add(this.rtb_Content); this.tabPage3.Controls.Add(this.num_MaxKeyCount); this.tabPage3.Controls.Add(this.label9); this.tabPage3.Controls.Add(this.label1); this.tabPage3.Controls.Add(this.cmb_FinishKey); this.tabPage3.Controls.Add(this.label14); this.tabPage3.Controls.Add(this.label6); this.tabPage3.Controls.Add(this.cmb_ContentType); this.tabPage3.Controls.Add(this.cb_StopWhenDtmf); this.tabPage3.Controls.Add(this.label4); this.tabPage3.Controls.Add(this.num_KeyPressInterval); this.tabPage3.Controls.Add(this.label3); this.tabPage3.Controls.Add(this.label5); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(427, 312); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "播放设置"; // // cmb_KeyVar // this.cmb_KeyVar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_KeyVar.FormattingEnabled = true; this.cmb_KeyVar.Location = new System.Drawing.Point(101, 274); this.cmb_KeyVar.Name = "cmb_KeyVar"; this.cmb_KeyVar.Size = new System.Drawing.Size(99, 20); this.cmb_KeyVar.TabIndex = 61; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(5, 136); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(89, 12); this.label13.TabIndex = 60; this.label13.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(100, 136); this.cmb_failNextNode.Name = "cmb_failNextNode"; this.cmb_failNextNode.Size = new System.Drawing.Size(243, 20); this.cmb_failNextNode.TabIndex = 59; // // label16 // this.label16.AutoSize = true; this.label16.Location = new System.Drawing.Point(5, 109); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(89, 12); this.label16.TabIndex = 58; this.label16.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(101, 106); this.cmb_successNextNode.Name = "cmb_successNextNode"; this.cmb_successNextNode.Size = new System.Drawing.Size(242, 20); this.cmb_successNextNode.TabIndex = 57; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(349, 51); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(17, 12); this.label2.TabIndex = 56; this.label2.Text = "秒"; // // cmb_PlayType // this.cmb_PlayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_PlayType.FormattingEnabled = true; this.cmb_PlayType.Location = new System.Drawing.Point(100, 18); this.cmb_PlayType.Name = "cmb_PlayType"; this.cmb_PlayType.Size = new System.Drawing.Size(100, 20); this.cmb_PlayType.TabIndex = 55; this.cmb_PlayType.SelectedIndexChanged += new System.EventHandler(this.cmb_PlayType_SelectedIndexChanged); // // rtb_Content // this.rtb_Content.Location = new System.Drawing.Point(100, 165); this.rtb_Content.Name = "rtb_Content"; this.rtb_Content.Size = new System.Drawing.Size(243, 96); this.rtb_Content.TabIndex = 53; this.rtb_Content.Text = ""; this.rtb_Content.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this._Content_MouseDoubleClick); // // num_MaxKeyCount // this.num_MaxKeyCount.Location = new System.Drawing.Point(100, 76); this.num_MaxKeyCount.Name = "num_MaxKeyCount"; this.num_MaxKeyCount.Size = new System.Drawing.Size(100, 21); this.num_MaxKeyCount.TabIndex = 54; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(6, 274); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(89, 12); this.label9.TabIndex = 46; this.label9.Text = "存储按键的变量"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(41, 21); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 41; this.label1.Text = "放音类型"; // // cmb_FinishKey // this.cmb_FinishKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_FinishKey.FormattingEnabled = true; this.cmb_FinishKey.Location = new System.Drawing.Point(266, 74); this.cmb_FinishKey.Name = "cmb_FinishKey"; this.cmb_FinishKey.Size = new System.Drawing.Size(77, 20); this.cmb_FinishKey.TabIndex = 52; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(222, 78); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(41, 12); this.label14.TabIndex = 48; this.label14.Text = "结束键"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(41, 165); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 44; this.label6.Text = "放音内容"; // // cmb_ContentType // this.cmb_ContentType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_ContentType.FormattingEnabled = true; this.cmb_ContentType.Location = new System.Drawing.Point(100, 46); this.cmb_ContentType.Name = "cmb_ContentType"; this.cmb_ContentType.Size = new System.Drawing.Size(100, 20); this.cmb_ContentType.TabIndex = 50; // // cb_StopWhenDtmf // this.cb_StopWhenDtmf.AutoSize = true; this.cb_StopWhenDtmf.Location = new System.Drawing.Point(223, 20); this.cb_StopWhenDtmf.Name = "cb_StopWhenDtmf"; this.cb_StopWhenDtmf.Size = new System.Drawing.Size(120, 16); this.cb_StopWhenDtmf.TabIndex = 49; this.cb_StopWhenDtmf.Text = "允许按键打断放音"; this.cb_StopWhenDtmf.UseVisualStyleBackColor = true; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(17, 49); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(77, 12); this.label4.TabIndex = 42; this.label4.Text = "放音内容类型"; // // num_KeyPressInterval // this.num_KeyPressInterval.Location = new System.Drawing.Point(266, 47); this.num_KeyPressInterval.Name = "num_KeyPressInterval"; this.num_KeyPressInterval.Size = new System.Drawing.Size(77, 21); this.num_KeyPressInterval.TabIndex = 51; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(32, 77); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(65, 12); this.label3.TabIndex = 43; this.label3.Text = "最大按键数"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(210, 52); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 45; this.label5.Text = "按键间隔"; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.SystemColors.Control; this.tabPage2.Controls.Add(this.label20); this.tabPage2.Controls.Add(this.label19); this.tabPage2.Controls.Add(this.cmb_TTSEngine); this.tabPage2.Controls.Add(this.tcb_TTSSpeed); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.cmb_TTSNumMode); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Controls.Add(this.tcb_TTSVolume); this.tabPage2.Controls.Add(this.label10); this.tabPage2.Controls.Add(this.label12); 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(427, 312); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "TTS设置"; // // label20 // this.label20.AutoSize = true; this.label20.Location = new System.Drawing.Point(266, 182); this.label20.Name = "label20"; this.label20.Size = new System.Drawing.Size(11, 12); this.label20.TabIndex = 40; this.label20.Text = "1"; // // label19 // this.label19.AutoSize = true; this.label19.Location = new System.Drawing.Point(265, 121); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(11, 12); this.label19.TabIndex = 39; this.label19.Text = "1"; // // cmb_TTSEngine // this.cmb_TTSEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cmb_TTSEngine.FormattingEnabled = true; this.cmb_TTSEngine.Location = new System.Drawing.Point(152, 20); this.cmb_TTSEngine.Name = "cmb_TTSEngine"; this.cmb_TTSEngine.Size = new System.Drawing.Size(107, 20); this.cmb_TTSEngine.TabIndex = 38; // // btn_enter // this.btn_enter.Location = new System.Drawing.Point(109, 342); this.btn_enter.Name = "btn_enter"; this.btn_enter.Size = new System.Drawing.Size(75, 23); this.btn_enter.TabIndex = 40; this.btn_enter.Text = "确定"; this.btn_enter.UseVisualStyleBackColor = true; this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click); // // btn_cancel // this.btn_cancel.Location = new System.Drawing.Point(242, 342); this.btn_cancel.Name = "btn_cancel"; this.btn_cancel.Size = new System.Drawing.Size(75, 23); this.btn_cancel.TabIndex = 41; this.btn_cancel.Text = "取消"; this.btn_cancel.UseVisualStyleBackColor = true; this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click); // // button1 // this.button1.Location = new System.Drawing.Point(221, 273); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(41, 22); this.button1.TabIndex = 62; this.button1.Text = "清空"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // CtlIVRAudioDTMF // 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.btn_enter); this.Controls.Add(this.tabControl1); this.Name = "CtlIVRAudioDTMF"; this.Size = new System.Drawing.Size(435, 387); ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSSpeed)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSVolume)).EndInit(); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.num_MaxKeyCount)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.num_KeyPressInterval)).EndInit(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.ComboBox cmb_HangupPos; private System.Windows.Forms.TrackBar tcb_TTSSpeed; private System.Windows.Forms.TrackBar tcb_TTSVolume; private System.Windows.Forms.ComboBox cmb_TTSNumMode; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button btn_enter; private System.Windows.Forms.Button btn_cancel; private System.Windows.Forms.ComboBox cmb_TTSEngine; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Label label2; private System.Windows.Forms.ComboBox cmb_PlayType; private System.Windows.Forms.RichTextBox rtb_Content; private System.Windows.Forms.NumericUpDown num_MaxKeyCount; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox cmb_FinishKey; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label6; private System.Windows.Forms.ComboBox cmb_ContentType; private System.Windows.Forms.CheckBox cb_StopWhenDtmf; private System.Windows.Forms.Label label4; private System.Windows.Forms.NumericUpDown num_KeyPressInterval; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label5; private System.Windows.Forms.RichTextBox rtb_Note; private System.Windows.Forms.Label label15; private System.Windows.Forms.TextBox tb_NodeID; private System.Windows.Forms.Label label17; private System.Windows.Forms.TextBox tb_NodeName; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label13; private System.Windows.Forms.ComboBox cmb_failNextNode; private System.Windows.Forms.Label label16; private System.Windows.Forms.ComboBox cmb_successNextNode; private System.Windows.Forms.ComboBox cmb_KeyVar; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label19; private System.Windows.Forms.Button button1; } }