ivr流程编辑器

CtlIVROutbound.Designer.cs 16KB

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