ivr流程编辑器

CtlIVRLeaveWord.Designer.cs 15KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRLeaveWord
  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.rtb_path = new System.Windows.Forms.RichTextBox();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.btn_cancel = new System.Windows.Forms.Button();
  31. this.btn_enter = new System.Windows.Forms.Button();
  32. this.label13 = new System.Windows.Forms.Label();
  33. this.cmb_failNextNode = new System.Windows.Forms.ComboBox();
  34. this.label16 = new System.Windows.Forms.Label();
  35. this.cmb_successNextNode = new System.Windows.Forms.ComboBox();
  36. this.rtb_Note = new System.Windows.Forms.RichTextBox();
  37. this.label15 = new System.Windows.Forms.Label();
  38. this.tb_NodeID = new System.Windows.Forms.TextBox();
  39. this.label17 = new System.Windows.Forms.Label();
  40. this.tb_NodeName = new System.Windows.Forms.TextBox();
  41. this.label18 = new System.Windows.Forms.Label();
  42. this.cmb_HangupPos = new System.Windows.Forms.ComboBox();
  43. this.label11 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.cmb_FinishKey = new System.Windows.Forms.ComboBox();
  48. this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
  49. this.tabControl1 = new System.Windows.Forms.TabControl();
  50. this.tabPage1 = new System.Windows.Forms.TabPage();
  51. this.tabPage2 = new System.Windows.Forms.TabPage();
  52. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
  53. this.tabControl1.SuspendLayout();
  54. this.tabPage1.SuspendLayout();
  55. this.tabPage2.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // rtb_path
  59. //
  60. this.rtb_path.Location = new System.Drawing.Point(114, 150);
  61. this.rtb_path.Name = "rtb_path";
  62. this.rtb_path.Size = new System.Drawing.Size(194, 108);
  63. this.rtb_path.TabIndex = 86;
  64. this.rtb_path.Text = "";
  65. this.rtb_path.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.rtb_path_MouseDoubleClick);
  66. //
  67. // label1
  68. //
  69. this.label1.AutoSize = true;
  70. this.label1.Location = new System.Drawing.Point(43, 150);
  71. this.label1.Name = "label1";
  72. this.label1.Size = new System.Drawing.Size(53, 12);
  73. this.label1.TabIndex = 85;
  74. this.label1.Text = "文件路径";
  75. //
  76. // btn_cancel
  77. //
  78. this.btn_cancel.Location = new System.Drawing.Point(240, 310);
  79. this.btn_cancel.Name = "btn_cancel";
  80. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  81. this.btn_cancel.TabIndex = 84;
  82. this.btn_cancel.Text = "取消";
  83. this.btn_cancel.UseVisualStyleBackColor = true;
  84. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  85. //
  86. // btn_enter
  87. //
  88. this.btn_enter.Location = new System.Drawing.Point(135, 310);
  89. this.btn_enter.Name = "btn_enter";
  90. this.btn_enter.Size = new System.Drawing.Size(75, 23);
  91. this.btn_enter.TabIndex = 83;
  92. this.btn_enter.Text = "确定";
  93. this.btn_enter.UseVisualStyleBackColor = true;
  94. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  95. //
  96. // label13
  97. //
  98. this.label13.AutoSize = true;
  99. this.label13.Location = new System.Drawing.Point(7, 119);
  100. this.label13.Name = "label13";
  101. this.label13.Size = new System.Drawing.Size(89, 12);
  102. this.label13.TabIndex = 82;
  103. this.label13.Text = "失败后下一端口";
  104. //
  105. // cmb_failNextNode
  106. //
  107. this.cmb_failNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  108. this.cmb_failNextNode.FormattingEnabled = true;
  109. this.cmb_failNextNode.Location = new System.Drawing.Point(114, 116);
  110. this.cmb_failNextNode.Name = "cmb_failNextNode";
  111. this.cmb_failNextNode.Size = new System.Drawing.Size(194, 20);
  112. this.cmb_failNextNode.TabIndex = 81;
  113. //
  114. // label16
  115. //
  116. this.label16.AutoSize = true;
  117. this.label16.Location = new System.Drawing.Point(7, 89);
  118. this.label16.Name = "label16";
  119. this.label16.Size = new System.Drawing.Size(89, 12);
  120. this.label16.TabIndex = 80;
  121. this.label16.Text = "成功后下一端口";
  122. //
  123. // cmb_successNextNode
  124. //
  125. this.cmb_successNextNode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  126. this.cmb_successNextNode.FormattingEnabled = true;
  127. this.cmb_successNextNode.Location = new System.Drawing.Point(114, 86);
  128. this.cmb_successNextNode.Name = "cmb_successNextNode";
  129. this.cmb_successNextNode.Size = new System.Drawing.Size(194, 20);
  130. this.cmb_successNextNode.TabIndex = 79;
  131. //
  132. // rtb_Note
  133. //
  134. this.rtb_Note.Location = new System.Drawing.Point(145, 137);
  135. this.rtb_Note.Name = "rtb_Note";
  136. this.rtb_Note.Size = new System.Drawing.Size(194, 77);
  137. this.rtb_Note.TabIndex = 78;
  138. this.rtb_Note.Text = "";
  139. //
  140. // label15
  141. //
  142. this.label15.AutoSize = true;
  143. this.label15.Location = new System.Drawing.Point(98, 140);
  144. this.label15.Name = "label15";
  145. this.label15.Size = new System.Drawing.Size(29, 12);
  146. this.label15.TabIndex = 77;
  147. this.label15.Text = "描述";
  148. //
  149. // tb_NodeID
  150. //
  151. this.tb_NodeID.Enabled = false;
  152. this.tb_NodeID.Location = new System.Drawing.Point(145, 29);
  153. this.tb_NodeID.Name = "tb_NodeID";
  154. this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
  155. this.tb_NodeID.TabIndex = 76;
  156. //
  157. // label17
  158. //
  159. this.label17.AutoSize = true;
  160. this.label17.Location = new System.Drawing.Point(74, 33);
  161. this.label17.Name = "label17";
  162. this.label17.Size = new System.Drawing.Size(53, 12);
  163. this.label17.TabIndex = 75;
  164. this.label17.Text = "节点编号";
  165. //
  166. // tb_NodeName
  167. //
  168. this.tb_NodeName.Location = new System.Drawing.Point(145, 65);
  169. this.tb_NodeName.Name = "tb_NodeName";
  170. this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
  171. this.tb_NodeName.TabIndex = 74;
  172. //
  173. // label18
  174. //
  175. this.label18.AutoSize = true;
  176. this.label18.Location = new System.Drawing.Point(74, 69);
  177. this.label18.Name = "label18";
  178. this.label18.Size = new System.Drawing.Size(53, 12);
  179. this.label18.TabIndex = 73;
  180. this.label18.Text = "节点名称";
  181. //
  182. // cmb_HangupPos
  183. //
  184. this.cmb_HangupPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  185. this.cmb_HangupPos.FormattingEnabled = true;
  186. this.cmb_HangupPos.Location = new System.Drawing.Point(145, 102);
  187. this.cmb_HangupPos.Name = "cmb_HangupPos";
  188. this.cmb_HangupPos.Size = new System.Drawing.Size(194, 20);
  189. this.cmb_HangupPos.TabIndex = 72;
  190. //
  191. // label11
  192. //
  193. this.label11.AutoSize = true;
  194. this.label11.Location = new System.Drawing.Point(74, 105);
  195. this.label11.Name = "label11";
  196. this.label11.Size = new System.Drawing.Size(53, 12);
  197. this.label11.TabIndex = 71;
  198. this.label11.Text = "挂机跳转";
  199. //
  200. // label4
  201. //
  202. this.label4.AutoSize = true;
  203. this.label4.Location = new System.Drawing.Point(240, 63);
  204. this.label4.Name = "label4";
  205. this.label4.Size = new System.Drawing.Size(17, 12);
  206. this.label4.TabIndex = 91;
  207. this.label4.Text = "秒";
  208. //
  209. // label3
  210. //
  211. this.label3.AutoSize = true;
  212. this.label3.Location = new System.Drawing.Point(19, 63);
  213. this.label3.Name = "label3";
  214. this.label3.Size = new System.Drawing.Size(77, 12);
  215. this.label3.TabIndex = 89;
  216. this.label3.Text = "留言超时时长";
  217. //
  218. // label2
  219. //
  220. this.label2.AutoSize = true;
  221. this.label2.Location = new System.Drawing.Point(31, 35);
  222. this.label2.Name = "label2";
  223. this.label2.Size = new System.Drawing.Size(65, 12);
  224. this.label2.TabIndex = 88;
  225. this.label2.Text = "留言结束键";
  226. //
  227. // cmb_FinishKey
  228. //
  229. this.cmb_FinishKey.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  230. this.cmb_FinishKey.FormattingEnabled = true;
  231. this.cmb_FinishKey.Location = new System.Drawing.Point(114, 32);
  232. this.cmb_FinishKey.Name = "cmb_FinishKey";
  233. this.cmb_FinishKey.Size = new System.Drawing.Size(194, 20);
  234. this.cmb_FinishKey.TabIndex = 87;
  235. //
  236. // numericUpDown1
  237. //
  238. this.numericUpDown1.Location = new System.Drawing.Point(114, 58);
  239. this.numericUpDown1.Name = "numericUpDown1";
  240. this.numericUpDown1.Size = new System.Drawing.Size(120, 21);
  241. this.numericUpDown1.TabIndex = 92;
  242. //
  243. // tabControl1
  244. //
  245. this.tabControl1.Controls.Add(this.tabPage1);
  246. this.tabControl1.Controls.Add(this.tabPage2);
  247. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  248. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  249. this.tabControl1.Name = "tabControl1";
  250. this.tabControl1.SelectedIndex = 0;
  251. this.tabControl1.Size = new System.Drawing.Size(400, 304);
  252. this.tabControl1.TabIndex = 93;
  253. //
  254. // tabPage1
  255. //
  256. this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
  257. this.tabPage1.Controls.Add(this.tb_NodeID);
  258. this.tabPage1.Controls.Add(this.label18);
  259. this.tabPage1.Controls.Add(this.tb_NodeName);
  260. this.tabPage1.Controls.Add(this.label17);
  261. this.tabPage1.Controls.Add(this.cmb_HangupPos);
  262. this.tabPage1.Controls.Add(this.label11);
  263. this.tabPage1.Controls.Add(this.rtb_Note);
  264. this.tabPage1.Controls.Add(this.label15);
  265. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  266. this.tabPage1.Name = "tabPage1";
  267. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  268. this.tabPage1.Size = new System.Drawing.Size(392, 278);
  269. this.tabPage1.TabIndex = 0;
  270. this.tabPage1.Text = "一般设置";
  271. //
  272. // tabPage2
  273. //
  274. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  275. this.tabPage2.Controls.Add(this.cmb_FinishKey);
  276. this.tabPage2.Controls.Add(this.numericUpDown1);
  277. this.tabPage2.Controls.Add(this.cmb_successNextNode);
  278. this.tabPage2.Controls.Add(this.label4);
  279. this.tabPage2.Controls.Add(this.label16);
  280. this.tabPage2.Controls.Add(this.label3);
  281. this.tabPage2.Controls.Add(this.cmb_failNextNode);
  282. this.tabPage2.Controls.Add(this.label2);
  283. this.tabPage2.Controls.Add(this.label13);
  284. this.tabPage2.Controls.Add(this.label1);
  285. this.tabPage2.Controls.Add(this.rtb_path);
  286. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  287. this.tabPage2.Name = "tabPage2";
  288. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  289. this.tabPage2.Size = new System.Drawing.Size(392, 278);
  290. this.tabPage2.TabIndex = 1;
  291. this.tabPage2.Text = "留言设置";
  292. //
  293. // CtlIVRLeaveWord
  294. //
  295. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  296. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  297. this.Controls.Add(this.tabControl1);
  298. this.Controls.Add(this.btn_cancel);
  299. this.Controls.Add(this.btn_enter);
  300. this.Name = "CtlIVRLeaveWord";
  301. this.Size = new System.Drawing.Size(400, 354);
  302. ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
  303. this.tabControl1.ResumeLayout(false);
  304. this.tabPage1.ResumeLayout(false);
  305. this.tabPage1.PerformLayout();
  306. this.tabPage2.ResumeLayout(false);
  307. this.tabPage2.PerformLayout();
  308. this.ResumeLayout(false);
  309. }
  310. #endregion
  311. private System.Windows.Forms.RichTextBox rtb_path;
  312. private System.Windows.Forms.Label label1;
  313. private System.Windows.Forms.Button btn_cancel;
  314. private System.Windows.Forms.Button btn_enter;
  315. private System.Windows.Forms.Label label13;
  316. private System.Windows.Forms.ComboBox cmb_failNextNode;
  317. private System.Windows.Forms.Label label16;
  318. private System.Windows.Forms.ComboBox cmb_successNextNode;
  319. private System.Windows.Forms.RichTextBox rtb_Note;
  320. private System.Windows.Forms.Label label15;
  321. private System.Windows.Forms.TextBox tb_NodeID;
  322. private System.Windows.Forms.Label label17;
  323. private System.Windows.Forms.TextBox tb_NodeName;
  324. private System.Windows.Forms.Label label18;
  325. private System.Windows.Forms.ComboBox cmb_HangupPos;
  326. private System.Windows.Forms.Label label11;
  327. private System.Windows.Forms.Label label4;
  328. private System.Windows.Forms.Label label3;
  329. private System.Windows.Forms.Label label2;
  330. private System.Windows.Forms.ComboBox cmb_FinishKey;
  331. private System.Windows.Forms.NumericUpDown numericUpDown1;
  332. private System.Windows.Forms.TabControl tabControl1;
  333. private System.Windows.Forms.TabPage tabPage1;
  334. private System.Windows.Forms.TabPage tabPage2;
  335. }
  336. }