ivr流程编辑器

CtlIVRSendfax.Designer.cs 12KB

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