ivr流程编辑器

CtlIVRDefinevar.Designer.cs 11KB

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