ivr流程编辑器

CtlIVRRecordSet.Designer.cs 12KB

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