ivr流程编辑器

CtlIVRBranch.Designer.cs 12KB

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