ivr流程编辑器

CtlIVRTurnagent.Designer.cs 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRTurnagent
  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.label7 = new System.Windows.Forms.Label();
  30. this.cmb_FailPos = new System.Windows.Forms.ComboBox();
  31. this.btn_cancel = new System.Windows.Forms.Button();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.label11 = new System.Windows.Forms.Label();
  34. this.cmb_HangupPos = new System.Windows.Forms.ComboBox();
  35. this.label18 = new System.Windows.Forms.Label();
  36. this.tb_NodeName = new System.Windows.Forms.TextBox();
  37. this.tabPage1 = new System.Windows.Forms.TabPage();
  38. this.rtb_Note = new System.Windows.Forms.RichTextBox();
  39. this.label17 = new System.Windows.Forms.Label();
  40. this.label15 = new System.Windows.Forms.Label();
  41. this.tb_NodeID = new System.Windows.Forms.TextBox();
  42. this.tabControl1 = new System.Windows.Forms.TabControl();
  43. this.tabPage2 = new System.Windows.Forms.TabPage();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.rtb_BindData = new System.Windows.Forms.RichTextBox();
  46. this.cmb_successPos = new System.Windows.Forms.ComboBox();
  47. this.label13 = new System.Windows.Forms.Label();
  48. this.btn_enter = new System.Windows.Forms.Button();
  49. this.tabPage1.SuspendLayout();
  50. this.tabControl1.SuspendLayout();
  51. this.tabPage2.SuspendLayout();
  52. this.groupBox1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // tb_ExtenVar
  56. //
  57. this.tb_ExtenVar.Location = new System.Drawing.Point(142, 46);
  58. this.tb_ExtenVar.Name = "tb_ExtenVar";
  59. this.tb_ExtenVar.Size = new System.Drawing.Size(194, 21);
  60. this.tb_ExtenVar.TabIndex = 108;
  61. //
  62. // label7
  63. //
  64. this.label7.AutoSize = true;
  65. this.label7.Location = new System.Drawing.Point(47, 115);
  66. this.label7.Name = "label7";
  67. this.label7.Size = new System.Drawing.Size(77, 12);
  68. this.label7.TabIndex = 96;
  69. this.label7.Text = "失败跳转节点";
  70. //
  71. // cmb_FailPos
  72. //
  73. this.cmb_FailPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  74. this.cmb_FailPos.FormattingEnabled = true;
  75. this.cmb_FailPos.Location = new System.Drawing.Point(142, 112);
  76. this.cmb_FailPos.Name = "cmb_FailPos";
  77. this.cmb_FailPos.Size = new System.Drawing.Size(194, 20);
  78. this.cmb_FailPos.TabIndex = 95;
  79. //
  80. // btn_cancel
  81. //
  82. this.btn_cancel.Location = new System.Drawing.Point(254, 332);
  83. this.btn_cancel.Name = "btn_cancel";
  84. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  85. this.btn_cancel.TabIndex = 87;
  86. this.btn_cancel.Text = "取消";
  87. this.btn_cancel.UseVisualStyleBackColor = true;
  88. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  89. //
  90. // label5
  91. //
  92. this.label5.AutoSize = true;
  93. this.label5.Location = new System.Drawing.Point(23, 49);
  94. this.label5.Name = "label5";
  95. this.label5.Size = new System.Drawing.Size(101, 12);
  96. this.label5.TabIndex = 92;
  97. this.label5.Text = "待转移坐席分机号";
  98. //
  99. // label11
  100. //
  101. this.label11.AutoSize = true;
  102. this.label11.Location = new System.Drawing.Point(67, 89);
  103. this.label11.Name = "label11";
  104. this.label11.Size = new System.Drawing.Size(53, 12);
  105. this.label11.TabIndex = 71;
  106. this.label11.Text = "挂机跳转";
  107. //
  108. // cmb_HangupPos
  109. //
  110. this.cmb_HangupPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  111. this.cmb_HangupPos.FormattingEnabled = true;
  112. this.cmb_HangupPos.Location = new System.Drawing.Point(138, 86);
  113. this.cmb_HangupPos.Name = "cmb_HangupPos";
  114. this.cmb_HangupPos.Size = new System.Drawing.Size(194, 20);
  115. this.cmb_HangupPos.TabIndex = 72;
  116. //
  117. // label18
  118. //
  119. this.label18.AutoSize = true;
  120. this.label18.Location = new System.Drawing.Point(67, 55);
  121. this.label18.Name = "label18";
  122. this.label18.Size = new System.Drawing.Size(53, 12);
  123. this.label18.TabIndex = 73;
  124. this.label18.Text = "节点名称";
  125. //
  126. // tb_NodeName
  127. //
  128. this.tb_NodeName.Location = new System.Drawing.Point(138, 51);
  129. this.tb_NodeName.Name = "tb_NodeName";
  130. this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
  131. this.tb_NodeName.TabIndex = 74;
  132. //
  133. // tabPage1
  134. //
  135. this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
  136. this.tabPage1.Controls.Add(this.label11);
  137. this.tabPage1.Controls.Add(this.cmb_HangupPos);
  138. this.tabPage1.Controls.Add(this.label18);
  139. this.tabPage1.Controls.Add(this.tb_NodeName);
  140. this.tabPage1.Controls.Add(this.rtb_Note);
  141. this.tabPage1.Controls.Add(this.label17);
  142. this.tabPage1.Controls.Add(this.label15);
  143. this.tabPage1.Controls.Add(this.tb_NodeID);
  144. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  145. this.tabPage1.Name = "tabPage1";
  146. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  147. this.tabPage1.Size = new System.Drawing.Size(392, 304);
  148. this.tabPage1.TabIndex = 0;
  149. this.tabPage1.Text = "一般设置";
  150. //
  151. // rtb_Note
  152. //
  153. this.rtb_Note.Location = new System.Drawing.Point(138, 123);
  154. this.rtb_Note.Name = "rtb_Note";
  155. this.rtb_Note.Size = new System.Drawing.Size(194, 97);
  156. this.rtb_Note.TabIndex = 78;
  157. this.rtb_Note.Text = "";
  158. //
  159. // label17
  160. //
  161. this.label17.AutoSize = true;
  162. this.label17.Location = new System.Drawing.Point(67, 25);
  163. this.label17.Name = "label17";
  164. this.label17.Size = new System.Drawing.Size(53, 12);
  165. this.label17.TabIndex = 75;
  166. this.label17.Text = "节点编号";
  167. //
  168. // label15
  169. //
  170. this.label15.AutoSize = true;
  171. this.label15.Location = new System.Drawing.Point(91, 126);
  172. this.label15.Name = "label15";
  173. this.label15.Size = new System.Drawing.Size(29, 12);
  174. this.label15.TabIndex = 77;
  175. this.label15.Text = "描述";
  176. //
  177. // tb_NodeID
  178. //
  179. this.tb_NodeID.Enabled = false;
  180. this.tb_NodeID.Location = new System.Drawing.Point(138, 21);
  181. this.tb_NodeID.Name = "tb_NodeID";
  182. this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
  183. this.tb_NodeID.TabIndex = 76;
  184. //
  185. // tabControl1
  186. //
  187. this.tabControl1.Controls.Add(this.tabPage1);
  188. this.tabControl1.Controls.Add(this.tabPage2);
  189. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  190. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  191. this.tabControl1.Name = "tabControl1";
  192. this.tabControl1.SelectedIndex = 0;
  193. this.tabControl1.Size = new System.Drawing.Size(400, 330);
  194. this.tabControl1.TabIndex = 88;
  195. //
  196. // tabPage2
  197. //
  198. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  199. this.tabPage2.Controls.Add(this.groupBox1);
  200. this.tabPage2.Controls.Add(this.cmb_successPos);
  201. this.tabPage2.Controls.Add(this.label13);
  202. this.tabPage2.Controls.Add(this.tb_ExtenVar);
  203. this.tabPage2.Controls.Add(this.cmb_FailPos);
  204. this.tabPage2.Controls.Add(this.label7);
  205. this.tabPage2.Controls.Add(this.label5);
  206. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  207. this.tabPage2.Name = "tabPage2";
  208. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  209. this.tabPage2.Size = new System.Drawing.Size(392, 304);
  210. this.tabPage2.TabIndex = 1;
  211. this.tabPage2.Text = "转人工设置";
  212. //
  213. // groupBox1
  214. //
  215. this.groupBox1.Controls.Add(this.rtb_BindData);
  216. this.groupBox1.Location = new System.Drawing.Point(7, 150);
  217. this.groupBox1.Name = "groupBox1";
  218. this.groupBox1.Size = new System.Drawing.Size(379, 145);
  219. this.groupBox1.TabIndex = 111;
  220. this.groupBox1.TabStop = false;
  221. this.groupBox1.Text = "罗列所有要传递给座席的变量列表";
  222. //
  223. // rtb_BindData
  224. //
  225. this.rtb_BindData.Dock = System.Windows.Forms.DockStyle.Fill;
  226. this.rtb_BindData.Location = new System.Drawing.Point(3, 17);
  227. this.rtb_BindData.Name = "rtb_BindData";
  228. this.rtb_BindData.Size = new System.Drawing.Size(373, 125);
  229. this.rtb_BindData.TabIndex = 0;
  230. this.rtb_BindData.Text = "";
  231. this.rtb_BindData.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.rtb_BindData_MouseDoubleClick);
  232. //
  233. // cmb_successPos
  234. //
  235. this.cmb_successPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  236. this.cmb_successPos.FormattingEnabled = true;
  237. this.cmb_successPos.Location = new System.Drawing.Point(142, 79);
  238. this.cmb_successPos.Name = "cmb_successPos";
  239. this.cmb_successPos.Size = new System.Drawing.Size(194, 20);
  240. this.cmb_successPos.TabIndex = 109;
  241. //
  242. // label13
  243. //
  244. this.label13.AutoSize = true;
  245. this.label13.Location = new System.Drawing.Point(47, 82);
  246. this.label13.Name = "label13";
  247. this.label13.Size = new System.Drawing.Size(77, 12);
  248. this.label13.TabIndex = 110;
  249. this.label13.Text = "成功跳转节点";
  250. //
  251. // btn_enter
  252. //
  253. this.btn_enter.Location = new System.Drawing.Point(146, 332);
  254. this.btn_enter.Name = "btn_enter";
  255. this.btn_enter.Size = new System.Drawing.Size(75, 23);
  256. this.btn_enter.TabIndex = 86;
  257. this.btn_enter.Text = "确定";
  258. this.btn_enter.UseVisualStyleBackColor = true;
  259. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  260. //
  261. // CtlIVRTurnagent
  262. //
  263. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  264. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  265. this.Controls.Add(this.btn_cancel);
  266. this.Controls.Add(this.tabControl1);
  267. this.Controls.Add(this.btn_enter);
  268. this.Name = "CtlIVRTurnagent";
  269. this.Size = new System.Drawing.Size(400, 365);
  270. this.tabPage1.ResumeLayout(false);
  271. this.tabPage1.PerformLayout();
  272. this.tabControl1.ResumeLayout(false);
  273. this.tabPage2.ResumeLayout(false);
  274. this.tabPage2.PerformLayout();
  275. this.groupBox1.ResumeLayout(false);
  276. this.ResumeLayout(false);
  277. }
  278. #endregion
  279. private System.Windows.Forms.TextBox tb_ExtenVar;
  280. private System.Windows.Forms.Label label7;
  281. private System.Windows.Forms.ComboBox cmb_FailPos;
  282. private System.Windows.Forms.Button btn_cancel;
  283. private System.Windows.Forms.Label label5;
  284. private System.Windows.Forms.Label label11;
  285. private System.Windows.Forms.ComboBox cmb_HangupPos;
  286. private System.Windows.Forms.Label label18;
  287. private System.Windows.Forms.TextBox tb_NodeName;
  288. private System.Windows.Forms.TabPage tabPage1;
  289. private System.Windows.Forms.RichTextBox rtb_Note;
  290. private System.Windows.Forms.Label label17;
  291. private System.Windows.Forms.Label label15;
  292. private System.Windows.Forms.TextBox tb_NodeID;
  293. private System.Windows.Forms.TabControl tabControl1;
  294. private System.Windows.Forms.TabPage tabPage2;
  295. private System.Windows.Forms.Button btn_enter;
  296. private System.Windows.Forms.ComboBox cmb_successPos;
  297. private System.Windows.Forms.Label label13;
  298. private System.Windows.Forms.GroupBox groupBox1;
  299. private System.Windows.Forms.RichTextBox rtb_BindData;
  300. }
  301. }