ivr流程编辑器

CtlIVRCancelQueue.Designer.cs 9.9KB

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