ivr流程编辑器

CtlIVRStartNode.Designer.cs 8.1KB

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