ivr流程编辑器

CtlIVREndNode.Designer.cs 7.0KB

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