ivr流程编辑器

CtlIVRContinueQueue.Designer.cs 16KB

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