ivr流程编辑器

CtlIVRAudioDTMF.Designer.cs 28KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610
  1. namespace HySoft.IVRFlowEditor.Propretity
  2. {
  3. partial class CtlIVRAudioDTMF
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.label7 = new System.Windows.Forms.Label();
  29. this.label8 = new System.Windows.Forms.Label();
  30. this.label10 = new System.Windows.Forms.Label();
  31. this.label11 = new System.Windows.Forms.Label();
  32. this.label12 = new System.Windows.Forms.Label();
  33. this.cmb_HangupPos = new System.Windows.Forms.ComboBox();
  34. this.tcb_TTSSpeed = new System.Windows.Forms.TrackBar();
  35. this.tcb_TTSVolume = new System.Windows.Forms.TrackBar();
  36. this.cmb_TTSNumMode = new System.Windows.Forms.ComboBox();
  37. this.tabControl1 = new System.Windows.Forms.TabControl();
  38. this.tabPage1 = new System.Windows.Forms.TabPage();
  39. this.rtb_Note = new System.Windows.Forms.RichTextBox();
  40. this.label15 = new System.Windows.Forms.Label();
  41. this.tb_NodeID = new System.Windows.Forms.TextBox();
  42. this.label17 = new System.Windows.Forms.Label();
  43. this.tb_NodeName = new System.Windows.Forms.TextBox();
  44. this.label18 = new System.Windows.Forms.Label();
  45. this.tabPage3 = new System.Windows.Forms.TabPage();
  46. this.cmb_KeyVar = new System.Windows.Forms.ComboBox();
  47. this.label13 = new System.Windows.Forms.Label();
  48. this.cmb_failNextNode = new System.Windows.Forms.ComboBox();
  49. this.label16 = new System.Windows.Forms.Label();
  50. this.cmb_successNextNode = new System.Windows.Forms.ComboBox();
  51. this.label2 = new System.Windows.Forms.Label();
  52. this.cmb_PlayType = new System.Windows.Forms.ComboBox();
  53. this.rtb_Content = new System.Windows.Forms.RichTextBox();
  54. this.num_MaxKeyCount = new System.Windows.Forms.NumericUpDown();
  55. this.label9 = new System.Windows.Forms.Label();
  56. this.label1 = new System.Windows.Forms.Label();
  57. this.cmb_FinishKey = new System.Windows.Forms.ComboBox();
  58. this.label14 = new System.Windows.Forms.Label();
  59. this.label6 = new System.Windows.Forms.Label();
  60. this.cmb_ContentType = new System.Windows.Forms.ComboBox();
  61. this.cb_StopWhenDtmf = new System.Windows.Forms.CheckBox();
  62. this.label4 = new System.Windows.Forms.Label();
  63. this.num_KeyPressInterval = new System.Windows.Forms.NumericUpDown();
  64. this.label3 = new System.Windows.Forms.Label();
  65. this.label5 = new System.Windows.Forms.Label();
  66. this.tabPage2 = new System.Windows.Forms.TabPage();
  67. this.label20 = new System.Windows.Forms.Label();
  68. this.label19 = new System.Windows.Forms.Label();
  69. this.cmb_TTSEngine = new System.Windows.Forms.ComboBox();
  70. this.btn_enter = new System.Windows.Forms.Button();
  71. this.btn_cancel = new System.Windows.Forms.Button();
  72. this.button1 = new System.Windows.Forms.Button();
  73. ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSSpeed)).BeginInit();
  74. ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSVolume)).BeginInit();
  75. this.tabControl1.SuspendLayout();
  76. this.tabPage1.SuspendLayout();
  77. this.tabPage3.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.num_MaxKeyCount)).BeginInit();
  79. ((System.ComponentModel.ISupportInitialize)(this.num_KeyPressInterval)).BeginInit();
  80. this.tabPage2.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // label7
  84. //
  85. this.label7.AutoSize = true;
  86. this.label7.Location = new System.Drawing.Point(82, 22);
  87. this.label7.Name = "label7";
  88. this.label7.Size = new System.Drawing.Size(59, 12);
  89. this.label7.TabIndex = 14;
  90. this.label7.Text = "TTS引擎库";
  91. //
  92. // label8
  93. //
  94. this.label8.AutoSize = true;
  95. this.label8.Location = new System.Drawing.Point(90, 71);
  96. this.label8.Name = "label8";
  97. this.label8.Size = new System.Drawing.Size(47, 12);
  98. this.label8.TabIndex = 12;
  99. this.label8.Text = "TTS播报";
  100. //
  101. // label10
  102. //
  103. this.label10.AutoSize = true;
  104. this.label10.Location = new System.Drawing.Point(94, 182);
  105. this.label10.Name = "label10";
  106. this.label10.Size = new System.Drawing.Size(47, 12);
  107. this.label10.TabIndex = 16;
  108. this.label10.Text = "TTS语速";
  109. //
  110. // label11
  111. //
  112. this.label11.AutoSize = true;
  113. this.label11.Location = new System.Drawing.Point(70, 90);
  114. this.label11.Name = "label11";
  115. this.label11.Size = new System.Drawing.Size(53, 12);
  116. this.label11.TabIndex = 22;
  117. this.label11.Text = "挂机跳转";
  118. //
  119. // label12
  120. //
  121. this.label12.AutoSize = true;
  122. this.label12.Location = new System.Drawing.Point(90, 121);
  123. this.label12.Name = "label12";
  124. this.label12.Size = new System.Drawing.Size(47, 12);
  125. this.label12.TabIndex = 20;
  126. this.label12.Text = "TTS音量";
  127. //
  128. // cmb_HangupPos
  129. //
  130. this.cmb_HangupPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  131. this.cmb_HangupPos.FormattingEnabled = true;
  132. this.cmb_HangupPos.Location = new System.Drawing.Point(141, 87);
  133. this.cmb_HangupPos.Name = "cmb_HangupPos";
  134. this.cmb_HangupPos.Size = new System.Drawing.Size(194, 20);
  135. this.cmb_HangupPos.TabIndex = 33;
  136. //
  137. // tcb_TTSSpeed
  138. //
  139. this.tcb_TTSSpeed.Location = new System.Drawing.Point(155, 182);
  140. this.tcb_TTSSpeed.Maximum = 100;
  141. this.tcb_TTSSpeed.Minimum = 1;
  142. this.tcb_TTSSpeed.Name = "tcb_TTSSpeed";
  143. this.tcb_TTSSpeed.Size = new System.Drawing.Size(104, 45);
  144. this.tcb_TTSSpeed.TabIndex = 34;
  145. this.tcb_TTSSpeed.Value = 1;
  146. this.tcb_TTSSpeed.Scroll += new System.EventHandler(this.tcb_TTSSpeed_Scroll);
  147. //
  148. // tcb_TTSVolume
  149. //
  150. this.tcb_TTSVolume.Location = new System.Drawing.Point(155, 121);
  151. this.tcb_TTSVolume.Maximum = 100;
  152. this.tcb_TTSVolume.Minimum = 1;
  153. this.tcb_TTSVolume.Name = "tcb_TTSVolume";
  154. this.tcb_TTSVolume.Size = new System.Drawing.Size(104, 45);
  155. this.tcb_TTSVolume.TabIndex = 36;
  156. this.tcb_TTSVolume.Value = 1;
  157. this.tcb_TTSVolume.Scroll += new System.EventHandler(this.tcb_TTSVolume_Scroll);
  158. //
  159. // cmb_TTSNumMode
  160. //
  161. this.cmb_TTSNumMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  162. this.cmb_TTSNumMode.FormattingEnabled = true;
  163. this.cmb_TTSNumMode.Location = new System.Drawing.Point(155, 68);
  164. this.cmb_TTSNumMode.Name = "cmb_TTSNumMode";
  165. this.cmb_TTSNumMode.Size = new System.Drawing.Size(100, 20);
  166. this.cmb_TTSNumMode.TabIndex = 37;
  167. //
  168. // tabControl1
  169. //
  170. this.tabControl1.Controls.Add(this.tabPage1);
  171. this.tabControl1.Controls.Add(this.tabPage3);
  172. this.tabControl1.Controls.Add(this.tabPage2);
  173. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  174. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  175. this.tabControl1.Name = "tabControl1";
  176. this.tabControl1.SelectedIndex = 0;
  177. this.tabControl1.Size = new System.Drawing.Size(435, 338);
  178. this.tabControl1.TabIndex = 39;
  179. //
  180. // tabPage1
  181. //
  182. this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
  183. this.tabPage1.Controls.Add(this.rtb_Note);
  184. this.tabPage1.Controls.Add(this.label15);
  185. this.tabPage1.Controls.Add(this.tb_NodeID);
  186. this.tabPage1.Controls.Add(this.label17);
  187. this.tabPage1.Controls.Add(this.tb_NodeName);
  188. this.tabPage1.Controls.Add(this.label18);
  189. this.tabPage1.Controls.Add(this.cmb_HangupPos);
  190. this.tabPage1.Controls.Add(this.label11);
  191. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  192. this.tabPage1.Name = "tabPage1";
  193. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  194. this.tabPage1.Size = new System.Drawing.Size(427, 312);
  195. this.tabPage1.TabIndex = 0;
  196. this.tabPage1.Text = "一般设置";
  197. //
  198. // rtb_Note
  199. //
  200. this.rtb_Note.Location = new System.Drawing.Point(141, 121);
  201. this.rtb_Note.Name = "rtb_Note";
  202. this.rtb_Note.Size = new System.Drawing.Size(194, 122);
  203. this.rtb_Note.TabIndex = 50;
  204. this.rtb_Note.Text = "";
  205. //
  206. // label15
  207. //
  208. this.label15.AutoSize = true;
  209. this.label15.Location = new System.Drawing.Point(94, 121);
  210. this.label15.Name = "label15";
  211. this.label15.Size = new System.Drawing.Size(29, 12);
  212. this.label15.TabIndex = 49;
  213. this.label15.Text = "描述";
  214. //
  215. // tb_NodeID
  216. //
  217. this.tb_NodeID.Enabled = false;
  218. this.tb_NodeID.Location = new System.Drawing.Point(141, 22);
  219. this.tb_NodeID.Name = "tb_NodeID";
  220. this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
  221. this.tb_NodeID.TabIndex = 46;
  222. //
  223. // label17
  224. //
  225. this.label17.AutoSize = true;
  226. this.label17.Location = new System.Drawing.Point(70, 26);
  227. this.label17.Name = "label17";
  228. this.label17.Size = new System.Drawing.Size(53, 12);
  229. this.label17.TabIndex = 45;
  230. this.label17.Text = "节点编号";
  231. //
  232. // tb_NodeName
  233. //
  234. this.tb_NodeName.Location = new System.Drawing.Point(141, 52);
  235. this.tb_NodeName.Name = "tb_NodeName";
  236. this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
  237. this.tb_NodeName.TabIndex = 44;
  238. //
  239. // label18
  240. //
  241. this.label18.AutoSize = true;
  242. this.label18.Location = new System.Drawing.Point(70, 56);
  243. this.label18.Name = "label18";
  244. this.label18.Size = new System.Drawing.Size(53, 12);
  245. this.label18.TabIndex = 43;
  246. this.label18.Text = "节点名称";
  247. //
  248. // tabPage3
  249. //
  250. this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
  251. this.tabPage3.Controls.Add(this.button1);
  252. this.tabPage3.Controls.Add(this.cmb_KeyVar);
  253. this.tabPage3.Controls.Add(this.label13);
  254. this.tabPage3.Controls.Add(this.cmb_failNextNode);
  255. this.tabPage3.Controls.Add(this.label16);
  256. this.tabPage3.Controls.Add(this.cmb_successNextNode);
  257. this.tabPage3.Controls.Add(this.label2);
  258. this.tabPage3.Controls.Add(this.cmb_PlayType);
  259. this.tabPage3.Controls.Add(this.rtb_Content);
  260. this.tabPage3.Controls.Add(this.num_MaxKeyCount);
  261. this.tabPage3.Controls.Add(this.label9);
  262. this.tabPage3.Controls.Add(this.label1);
  263. this.tabPage3.Controls.Add(this.cmb_FinishKey);
  264. this.tabPage3.Controls.Add(this.label14);
  265. this.tabPage3.Controls.Add(this.label6);
  266. this.tabPage3.Controls.Add(this.cmb_ContentType);
  267. this.tabPage3.Controls.Add(this.cb_StopWhenDtmf);
  268. this.tabPage3.Controls.Add(this.label4);
  269. this.tabPage3.Controls.Add(this.num_KeyPressInterval);
  270. this.tabPage3.Controls.Add(this.label3);
  271. this.tabPage3.Controls.Add(this.label5);
  272. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  273. this.tabPage3.Name = "tabPage3";
  274. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  275. this.tabPage3.Size = new System.Drawing.Size(427, 312);
  276. this.tabPage3.TabIndex = 2;
  277. this.tabPage3.Text = "播放设置";
  278. //
  279. // cmb_KeyVar
  280. //
  281. this.cmb_KeyVar.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  282. this.cmb_KeyVar.FormattingEnabled = true;
  283. this.cmb_KeyVar.Location = new System.Drawing.Point(101, 274);
  284. this.cmb_KeyVar.Name = "cmb_KeyVar";
  285. this.cmb_KeyVar.Size = new System.Drawing.Size(99, 20);
  286. this.cmb_KeyVar.TabIndex = 61;
  287. //
  288. // label13
  289. //
  290. this.label13.AutoSize = true;
  291. this.label13.Location = new System.Drawing.Point(5, 136);
  292. this.label13.Name = "label13";
  293. this.label13.Size = new System.Drawing.Size(89, 12);
  294. this.label13.TabIndex = 60;
  295. this.label13.Text = "失败后跳转节点";
  296. //
  297. // cmb_failNextNode
  298. //
  299. this.cmb_failNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  300. this.cmb_failNextNode.FormattingEnabled = true;
  301. this.cmb_failNextNode.Location = new System.Drawing.Point(100, 136);
  302. this.cmb_failNextNode.Name = "cmb_failNextNode";
  303. this.cmb_failNextNode.Size = new System.Drawing.Size(243, 20);
  304. this.cmb_failNextNode.TabIndex = 59;
  305. //
  306. // label16
  307. //
  308. this.label16.AutoSize = true;
  309. this.label16.Location = new System.Drawing.Point(5, 109);
  310. this.label16.Name = "label16";
  311. this.label16.Size = new System.Drawing.Size(89, 12);
  312. this.label16.TabIndex = 58;
  313. this.label16.Text = "成功后跳转节点";
  314. //
  315. // cmb_successNextNode
  316. //
  317. this.cmb_successNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  318. this.cmb_successNextNode.FormattingEnabled = true;
  319. this.cmb_successNextNode.Location = new System.Drawing.Point(101, 106);
  320. this.cmb_successNextNode.Name = "cmb_successNextNode";
  321. this.cmb_successNextNode.Size = new System.Drawing.Size(242, 20);
  322. this.cmb_successNextNode.TabIndex = 57;
  323. //
  324. // label2
  325. //
  326. this.label2.AutoSize = true;
  327. this.label2.Location = new System.Drawing.Point(349, 51);
  328. this.label2.Name = "label2";
  329. this.label2.Size = new System.Drawing.Size(17, 12);
  330. this.label2.TabIndex = 56;
  331. this.label2.Text = "秒";
  332. //
  333. // cmb_PlayType
  334. //
  335. this.cmb_PlayType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  336. this.cmb_PlayType.FormattingEnabled = true;
  337. this.cmb_PlayType.Location = new System.Drawing.Point(100, 18);
  338. this.cmb_PlayType.Name = "cmb_PlayType";
  339. this.cmb_PlayType.Size = new System.Drawing.Size(100, 20);
  340. this.cmb_PlayType.TabIndex = 55;
  341. this.cmb_PlayType.SelectedIndexChanged += new System.EventHandler(this.cmb_PlayType_SelectedIndexChanged);
  342. //
  343. // rtb_Content
  344. //
  345. this.rtb_Content.Location = new System.Drawing.Point(100, 165);
  346. this.rtb_Content.Name = "rtb_Content";
  347. this.rtb_Content.Size = new System.Drawing.Size(243, 96);
  348. this.rtb_Content.TabIndex = 53;
  349. this.rtb_Content.Text = "";
  350. this.rtb_Content.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this._Content_MouseDoubleClick);
  351. //
  352. // num_MaxKeyCount
  353. //
  354. this.num_MaxKeyCount.Location = new System.Drawing.Point(100, 76);
  355. this.num_MaxKeyCount.Name = "num_MaxKeyCount";
  356. this.num_MaxKeyCount.Size = new System.Drawing.Size(100, 21);
  357. this.num_MaxKeyCount.TabIndex = 54;
  358. //
  359. // label9
  360. //
  361. this.label9.AutoSize = true;
  362. this.label9.Location = new System.Drawing.Point(6, 274);
  363. this.label9.Name = "label9";
  364. this.label9.Size = new System.Drawing.Size(89, 12);
  365. this.label9.TabIndex = 46;
  366. this.label9.Text = "存储按键的变量";
  367. //
  368. // label1
  369. //
  370. this.label1.AutoSize = true;
  371. this.label1.Location = new System.Drawing.Point(41, 21);
  372. this.label1.Name = "label1";
  373. this.label1.Size = new System.Drawing.Size(53, 12);
  374. this.label1.TabIndex = 41;
  375. this.label1.Text = "放音类型";
  376. //
  377. // cmb_FinishKey
  378. //
  379. this.cmb_FinishKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  380. this.cmb_FinishKey.FormattingEnabled = true;
  381. this.cmb_FinishKey.Location = new System.Drawing.Point(266, 74);
  382. this.cmb_FinishKey.Name = "cmb_FinishKey";
  383. this.cmb_FinishKey.Size = new System.Drawing.Size(77, 20);
  384. this.cmb_FinishKey.TabIndex = 52;
  385. //
  386. // label14
  387. //
  388. this.label14.AutoSize = true;
  389. this.label14.Location = new System.Drawing.Point(222, 78);
  390. this.label14.Name = "label14";
  391. this.label14.Size = new System.Drawing.Size(41, 12);
  392. this.label14.TabIndex = 48;
  393. this.label14.Text = "结束键";
  394. //
  395. // label6
  396. //
  397. this.label6.AutoSize = true;
  398. this.label6.Location = new System.Drawing.Point(41, 165);
  399. this.label6.Name = "label6";
  400. this.label6.Size = new System.Drawing.Size(53, 12);
  401. this.label6.TabIndex = 44;
  402. this.label6.Text = "放音内容";
  403. //
  404. // cmb_ContentType
  405. //
  406. this.cmb_ContentType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  407. this.cmb_ContentType.FormattingEnabled = true;
  408. this.cmb_ContentType.Location = new System.Drawing.Point(100, 46);
  409. this.cmb_ContentType.Name = "cmb_ContentType";
  410. this.cmb_ContentType.Size = new System.Drawing.Size(100, 20);
  411. this.cmb_ContentType.TabIndex = 50;
  412. //
  413. // cb_StopWhenDtmf
  414. //
  415. this.cb_StopWhenDtmf.AutoSize = true;
  416. this.cb_StopWhenDtmf.Location = new System.Drawing.Point(223, 20);
  417. this.cb_StopWhenDtmf.Name = "cb_StopWhenDtmf";
  418. this.cb_StopWhenDtmf.Size = new System.Drawing.Size(120, 16);
  419. this.cb_StopWhenDtmf.TabIndex = 49;
  420. this.cb_StopWhenDtmf.Text = "允许按键打断放音";
  421. this.cb_StopWhenDtmf.UseVisualStyleBackColor = true;
  422. //
  423. // label4
  424. //
  425. this.label4.AutoSize = true;
  426. this.label4.Location = new System.Drawing.Point(17, 49);
  427. this.label4.Name = "label4";
  428. this.label4.Size = new System.Drawing.Size(77, 12);
  429. this.label4.TabIndex = 42;
  430. this.label4.Text = "放音内容类型";
  431. //
  432. // num_KeyPressInterval
  433. //
  434. this.num_KeyPressInterval.Location = new System.Drawing.Point(266, 47);
  435. this.num_KeyPressInterval.Name = "num_KeyPressInterval";
  436. this.num_KeyPressInterval.Size = new System.Drawing.Size(77, 21);
  437. this.num_KeyPressInterval.TabIndex = 51;
  438. //
  439. // label3
  440. //
  441. this.label3.AutoSize = true;
  442. this.label3.Location = new System.Drawing.Point(32, 77);
  443. this.label3.Name = "label3";
  444. this.label3.Size = new System.Drawing.Size(65, 12);
  445. this.label3.TabIndex = 43;
  446. this.label3.Text = "最大按键数";
  447. //
  448. // label5
  449. //
  450. this.label5.AutoSize = true;
  451. this.label5.Location = new System.Drawing.Point(210, 52);
  452. this.label5.Name = "label5";
  453. this.label5.Size = new System.Drawing.Size(53, 12);
  454. this.label5.TabIndex = 45;
  455. this.label5.Text = "按键间隔";
  456. //
  457. // tabPage2
  458. //
  459. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  460. this.tabPage2.Controls.Add(this.label20);
  461. this.tabPage2.Controls.Add(this.label19);
  462. this.tabPage2.Controls.Add(this.cmb_TTSEngine);
  463. this.tabPage2.Controls.Add(this.tcb_TTSSpeed);
  464. this.tabPage2.Controls.Add(this.label8);
  465. this.tabPage2.Controls.Add(this.cmb_TTSNumMode);
  466. this.tabPage2.Controls.Add(this.label7);
  467. this.tabPage2.Controls.Add(this.tcb_TTSVolume);
  468. this.tabPage2.Controls.Add(this.label10);
  469. this.tabPage2.Controls.Add(this.label12);
  470. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  471. this.tabPage2.Name = "tabPage2";
  472. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  473. this.tabPage2.Size = new System.Drawing.Size(427, 312);
  474. this.tabPage2.TabIndex = 1;
  475. this.tabPage2.Text = "TTS设置";
  476. //
  477. // label20
  478. //
  479. this.label20.AutoSize = true;
  480. this.label20.Location = new System.Drawing.Point(266, 182);
  481. this.label20.Name = "label20";
  482. this.label20.Size = new System.Drawing.Size(11, 12);
  483. this.label20.TabIndex = 40;
  484. this.label20.Text = "1";
  485. //
  486. // label19
  487. //
  488. this.label19.AutoSize = true;
  489. this.label19.Location = new System.Drawing.Point(265, 121);
  490. this.label19.Name = "label19";
  491. this.label19.Size = new System.Drawing.Size(11, 12);
  492. this.label19.TabIndex = 39;
  493. this.label19.Text = "1";
  494. //
  495. // cmb_TTSEngine
  496. //
  497. this.cmb_TTSEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  498. this.cmb_TTSEngine.FormattingEnabled = true;
  499. this.cmb_TTSEngine.Location = new System.Drawing.Point(152, 20);
  500. this.cmb_TTSEngine.Name = "cmb_TTSEngine";
  501. this.cmb_TTSEngine.Size = new System.Drawing.Size(107, 20);
  502. this.cmb_TTSEngine.TabIndex = 38;
  503. //
  504. // btn_enter
  505. //
  506. this.btn_enter.Location = new System.Drawing.Point(109, 342);
  507. this.btn_enter.Name = "btn_enter";
  508. this.btn_enter.Size = new System.Drawing.Size(75, 23);
  509. this.btn_enter.TabIndex = 40;
  510. this.btn_enter.Text = "确定";
  511. this.btn_enter.UseVisualStyleBackColor = true;
  512. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  513. //
  514. // btn_cancel
  515. //
  516. this.btn_cancel.Location = new System.Drawing.Point(242, 342);
  517. this.btn_cancel.Name = "btn_cancel";
  518. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  519. this.btn_cancel.TabIndex = 41;
  520. this.btn_cancel.Text = "取消";
  521. this.btn_cancel.UseVisualStyleBackColor = true;
  522. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  523. //
  524. // button1
  525. //
  526. this.button1.Location = new System.Drawing.Point(221, 273);
  527. this.button1.Name = "button1";
  528. this.button1.Size = new System.Drawing.Size(41, 22);
  529. this.button1.TabIndex = 62;
  530. this.button1.Text = "清空";
  531. this.button1.UseVisualStyleBackColor = true;
  532. this.button1.Click += new System.EventHandler(this.button1_Click);
  533. //
  534. // CtlIVRAudioDTMF
  535. //
  536. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  537. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  538. this.Controls.Add(this.btn_cancel);
  539. this.Controls.Add(this.btn_enter);
  540. this.Controls.Add(this.tabControl1);
  541. this.Name = "CtlIVRAudioDTMF";
  542. this.Size = new System.Drawing.Size(435, 387);
  543. ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSSpeed)).EndInit();
  544. ((System.ComponentModel.ISupportInitialize)(this.tcb_TTSVolume)).EndInit();
  545. this.tabControl1.ResumeLayout(false);
  546. this.tabPage1.ResumeLayout(false);
  547. this.tabPage1.PerformLayout();
  548. this.tabPage3.ResumeLayout(false);
  549. this.tabPage3.PerformLayout();
  550. ((System.ComponentModel.ISupportInitialize)(this.num_MaxKeyCount)).EndInit();
  551. ((System.ComponentModel.ISupportInitialize)(this.num_KeyPressInterval)).EndInit();
  552. this.tabPage2.ResumeLayout(false);
  553. this.tabPage2.PerformLayout();
  554. this.ResumeLayout(false);
  555. }
  556. #endregion
  557. private System.Windows.Forms.Label label7;
  558. private System.Windows.Forms.Label label8;
  559. private System.Windows.Forms.Label label10;
  560. private System.Windows.Forms.Label label11;
  561. private System.Windows.Forms.Label label12;
  562. private System.Windows.Forms.ComboBox cmb_HangupPos;
  563. private System.Windows.Forms.TrackBar tcb_TTSSpeed;
  564. private System.Windows.Forms.TrackBar tcb_TTSVolume;
  565. private System.Windows.Forms.ComboBox cmb_TTSNumMode;
  566. private System.Windows.Forms.TabControl tabControl1;
  567. private System.Windows.Forms.TabPage tabPage1;
  568. private System.Windows.Forms.TabPage tabPage2;
  569. private System.Windows.Forms.Button btn_enter;
  570. private System.Windows.Forms.Button btn_cancel;
  571. private System.Windows.Forms.ComboBox cmb_TTSEngine;
  572. private System.Windows.Forms.TabPage tabPage3;
  573. private System.Windows.Forms.Label label2;
  574. private System.Windows.Forms.ComboBox cmb_PlayType;
  575. private System.Windows.Forms.RichTextBox rtb_Content;
  576. private System.Windows.Forms.NumericUpDown num_MaxKeyCount;
  577. private System.Windows.Forms.Label label9;
  578. private System.Windows.Forms.Label label1;
  579. private System.Windows.Forms.ComboBox cmb_FinishKey;
  580. private System.Windows.Forms.Label label14;
  581. private System.Windows.Forms.Label label6;
  582. private System.Windows.Forms.ComboBox cmb_ContentType;
  583. private System.Windows.Forms.CheckBox cb_StopWhenDtmf;
  584. private System.Windows.Forms.Label label4;
  585. private System.Windows.Forms.NumericUpDown num_KeyPressInterval;
  586. private System.Windows.Forms.Label label3;
  587. private System.Windows.Forms.Label label5;
  588. private System.Windows.Forms.RichTextBox rtb_Note;
  589. private System.Windows.Forms.Label label15;
  590. private System.Windows.Forms.TextBox tb_NodeID;
  591. private System.Windows.Forms.Label label17;
  592. private System.Windows.Forms.TextBox tb_NodeName;
  593. private System.Windows.Forms.Label label18;
  594. private System.Windows.Forms.Label label13;
  595. private System.Windows.Forms.ComboBox cmb_failNextNode;
  596. private System.Windows.Forms.Label label16;
  597. private System.Windows.Forms.ComboBox cmb_successNextNode;
  598. private System.Windows.Forms.ComboBox cmb_KeyVar;
  599. private System.Windows.Forms.Label label20;
  600. private System.Windows.Forms.Label label19;
  601. private System.Windows.Forms.Button button1;
  602. }
  603. }