ivr流程编辑器

CtlIVRCalculate.Designer.cs 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRCalculate
  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.cmb_ResultType = new System.Windows.Forms.ComboBox();
  29. this.cmb_CalcuType = new System.Windows.Forms.ComboBox();
  30. this.label15 = new System.Windows.Forms.Label();
  31. this.tabControl1 = new System.Windows.Forms.TabControl();
  32. this.tabPage1 = new System.Windows.Forms.TabPage();
  33. this.cmb_Next = new System.Windows.Forms.ComboBox();
  34. this.label11 = new System.Windows.Forms.Label();
  35. this.label1 = new System.Windows.Forms.Label();
  36. this.tb_NodeName = new System.Windows.Forms.TextBox();
  37. this.rtb_Note = new System.Windows.Forms.RichTextBox();
  38. this.label2 = new System.Windows.Forms.Label();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.tb_NodeID = new System.Windows.Forms.TextBox();
  41. this.tabPage2 = new System.Windows.Forms.TabPage();
  42. this.tb_result = new System.Windows.Forms.TextBox();
  43. this.cmb_Data2 = new System.Windows.Forms.ComboBox();
  44. this.cmb_Data1 = new System.Windows.Forms.ComboBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.label14 = new System.Windows.Forms.Label();
  47. this.label8 = new System.Windows.Forms.Label();
  48. this.label9 = new System.Windows.Forms.Label();
  49. this.cmb_dataType2 = new System.Windows.Forms.ComboBox();
  50. this.label10 = new System.Windows.Forms.Label();
  51. this.label7 = new System.Windows.Forms.Label();
  52. this.label6 = new System.Windows.Forms.Label();
  53. this.cmb_dataType1 = new System.Windows.Forms.ComboBox();
  54. this.label5 = new System.Windows.Forms.Label();
  55. this.btn_cancel = new System.Windows.Forms.Button();
  56. this.btn_enter = new System.Windows.Forms.Button();
  57. this.tabControl1.SuspendLayout();
  58. this.tabPage1.SuspendLayout();
  59. this.tabPage2.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // cmb_ResultType
  63. //
  64. this.cmb_ResultType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  65. this.cmb_ResultType.FormattingEnabled = true;
  66. this.cmb_ResultType.Location = new System.Drawing.Point(103, 128);
  67. this.cmb_ResultType.Name = "cmb_ResultType";
  68. this.cmb_ResultType.Size = new System.Drawing.Size(92, 20);
  69. this.cmb_ResultType.TabIndex = 18;
  70. //
  71. // cmb_CalcuType
  72. //
  73. this.cmb_CalcuType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  74. this.cmb_CalcuType.FormattingEnabled = true;
  75. this.cmb_CalcuType.Location = new System.Drawing.Point(103, 98);
  76. this.cmb_CalcuType.Name = "cmb_CalcuType";
  77. this.cmb_CalcuType.Size = new System.Drawing.Size(92, 20);
  78. this.cmb_CalcuType.TabIndex = 17;
  79. //
  80. // label15
  81. //
  82. this.label15.AutoSize = true;
  83. this.label15.Location = new System.Drawing.Point(44, 131);
  84. this.label15.Name = "label15";
  85. this.label15.Size = new System.Drawing.Size(53, 12);
  86. this.label15.TabIndex = 16;
  87. this.label15.Text = "结果类型";
  88. //
  89. // tabControl1
  90. //
  91. this.tabControl1.Controls.Add(this.tabPage1);
  92. this.tabControl1.Controls.Add(this.tabPage2);
  93. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  94. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  95. this.tabControl1.Name = "tabControl1";
  96. this.tabControl1.SelectedIndex = 0;
  97. this.tabControl1.Size = new System.Drawing.Size(400, 340);
  98. this.tabControl1.TabIndex = 28;
  99. //
  100. // tabPage1
  101. //
  102. this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
  103. this.tabPage1.Controls.Add(this.cmb_Next);
  104. this.tabPage1.Controls.Add(this.label11);
  105. this.tabPage1.Controls.Add(this.label1);
  106. this.tabPage1.Controls.Add(this.tb_NodeName);
  107. this.tabPage1.Controls.Add(this.rtb_Note);
  108. this.tabPage1.Controls.Add(this.label2);
  109. this.tabPage1.Controls.Add(this.label4);
  110. this.tabPage1.Controls.Add(this.tb_NodeID);
  111. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  112. this.tabPage1.Name = "tabPage1";
  113. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  114. this.tabPage1.Size = new System.Drawing.Size(392, 314);
  115. this.tabPage1.TabIndex = 0;
  116. this.tabPage1.Text = "一般设置";
  117. //
  118. // cmb_Next
  119. //
  120. this.cmb_Next.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  121. this.cmb_Next.FormattingEnabled = true;
  122. this.cmb_Next.Location = new System.Drawing.Point(138, 82);
  123. this.cmb_Next.Name = "cmb_Next";
  124. this.cmb_Next.Size = new System.Drawing.Size(194, 20);
  125. this.cmb_Next.TabIndex = 97;
  126. //
  127. // label11
  128. //
  129. this.label11.AutoSize = true;
  130. this.label11.Location = new System.Drawing.Point(67, 85);
  131. this.label11.Name = "label11";
  132. this.label11.Size = new System.Drawing.Size(53, 12);
  133. this.label11.TabIndex = 98;
  134. this.label11.Text = "下一结点";
  135. //
  136. // label1
  137. //
  138. this.label1.AutoSize = true;
  139. this.label1.Location = new System.Drawing.Point(67, 54);
  140. this.label1.Name = "label1";
  141. this.label1.Size = new System.Drawing.Size(53, 12);
  142. this.label1.TabIndex = 10;
  143. this.label1.Text = "节点名称";
  144. //
  145. // tb_NodeName
  146. //
  147. this.tb_NodeName.Location = new System.Drawing.Point(138, 50);
  148. this.tb_NodeName.Name = "tb_NodeName";
  149. this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
  150. this.tb_NodeName.TabIndex = 11;
  151. //
  152. // rtb_Note
  153. //
  154. this.rtb_Note.Location = new System.Drawing.Point(138, 118);
  155. this.rtb_Note.Name = "rtb_Note";
  156. this.rtb_Note.Size = new System.Drawing.Size(194, 146);
  157. this.rtb_Note.TabIndex = 17;
  158. this.rtb_Note.Text = "";
  159. //
  160. // label2
  161. //
  162. this.label2.AutoSize = true;
  163. this.label2.Location = new System.Drawing.Point(67, 21);
  164. this.label2.Name = "label2";
  165. this.label2.Size = new System.Drawing.Size(53, 12);
  166. this.label2.TabIndex = 12;
  167. this.label2.Text = "节点编号";
  168. //
  169. // label4
  170. //
  171. this.label4.AutoSize = true;
  172. this.label4.Location = new System.Drawing.Point(91, 122);
  173. this.label4.Name = "label4";
  174. this.label4.Size = new System.Drawing.Size(29, 12);
  175. this.label4.TabIndex = 16;
  176. this.label4.Text = "描述";
  177. //
  178. // tb_NodeID
  179. //
  180. this.tb_NodeID.Enabled = false;
  181. this.tb_NodeID.Location = new System.Drawing.Point(138, 17);
  182. this.tb_NodeID.Name = "tb_NodeID";
  183. this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
  184. this.tb_NodeID.TabIndex = 13;
  185. //
  186. // tabPage2
  187. //
  188. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  189. this.tabPage2.Controls.Add(this.tb_result);
  190. this.tabPage2.Controls.Add(this.cmb_Data2);
  191. this.tabPage2.Controls.Add(this.cmb_Data1);
  192. this.tabPage2.Controls.Add(this.label3);
  193. this.tabPage2.Controls.Add(this.cmb_ResultType);
  194. this.tabPage2.Controls.Add(this.cmb_CalcuType);
  195. this.tabPage2.Controls.Add(this.label15);
  196. this.tabPage2.Controls.Add(this.label14);
  197. this.tabPage2.Controls.Add(this.label8);
  198. this.tabPage2.Controls.Add(this.label9);
  199. this.tabPage2.Controls.Add(this.cmb_dataType2);
  200. this.tabPage2.Controls.Add(this.label10);
  201. this.tabPage2.Controls.Add(this.label7);
  202. this.tabPage2.Controls.Add(this.label6);
  203. this.tabPage2.Controls.Add(this.cmb_dataType1);
  204. this.tabPage2.Controls.Add(this.label5);
  205. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  206. this.tabPage2.Name = "tabPage2";
  207. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  208. this.tabPage2.Size = new System.Drawing.Size(392, 314);
  209. this.tabPage2.TabIndex = 1;
  210. this.tabPage2.Text = "算数运算设置";
  211. //
  212. // tb_result
  213. //
  214. this.tb_result.Location = new System.Drawing.Point(237, 129);
  215. this.tb_result.Name = "tb_result";
  216. this.tb_result.Size = new System.Drawing.Size(121, 21);
  217. this.tb_result.TabIndex = 91;
  218. //
  219. // cmb_Data2
  220. //
  221. this.cmb_Data2.FormattingEnabled = true;
  222. this.cmb_Data2.Location = new System.Drawing.Point(237, 65);
  223. this.cmb_Data2.Name = "cmb_Data2";
  224. this.cmb_Data2.Size = new System.Drawing.Size(121, 20);
  225. this.cmb_Data2.TabIndex = 90;
  226. //
  227. // cmb_Data1
  228. //
  229. this.cmb_Data1.FormattingEnabled = true;
  230. this.cmb_Data1.Location = new System.Drawing.Point(237, 35);
  231. this.cmb_Data1.Name = "cmb_Data1";
  232. this.cmb_Data1.Size = new System.Drawing.Size(121, 20);
  233. this.cmb_Data1.TabIndex = 89;
  234. //
  235. // label3
  236. //
  237. this.label3.AutoSize = true;
  238. this.label3.Location = new System.Drawing.Point(214, 132);
  239. this.label3.Name = "label3";
  240. this.label3.Size = new System.Drawing.Size(17, 12);
  241. this.label3.TabIndex = 88;
  242. this.label3.Text = "值";
  243. //
  244. // label14
  245. //
  246. this.label14.AutoSize = true;
  247. this.label14.Location = new System.Drawing.Point(44, 101);
  248. this.label14.Name = "label14";
  249. this.label14.Size = new System.Drawing.Size(53, 12);
  250. this.label14.TabIndex = 15;
  251. this.label14.Text = "运算类型";
  252. //
  253. // label8
  254. //
  255. this.label8.AutoSize = true;
  256. this.label8.Location = new System.Drawing.Point(214, 69);
  257. this.label8.Name = "label8";
  258. this.label8.Size = new System.Drawing.Size(17, 12);
  259. this.label8.TabIndex = 9;
  260. this.label8.Text = "值";
  261. //
  262. // label9
  263. //
  264. this.label9.AutoSize = true;
  265. this.label9.Location = new System.Drawing.Point(68, 69);
  266. this.label9.Name = "label9";
  267. this.label9.Size = new System.Drawing.Size(29, 12);
  268. this.label9.TabIndex = 8;
  269. this.label9.Text = "类型";
  270. //
  271. // cmb_dataType2
  272. //
  273. this.cmb_dataType2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  274. this.cmb_dataType2.FormattingEnabled = true;
  275. this.cmb_dataType2.Location = new System.Drawing.Point(103, 65);
  276. this.cmb_dataType2.Name = "cmb_dataType2";
  277. this.cmb_dataType2.Size = new System.Drawing.Size(92, 20);
  278. this.cmb_dataType2.TabIndex = 6;
  279. this.cmb_dataType2.SelectedIndexChanged += new System.EventHandler(this.cmb_dataType2_SelectedIndexChanged);
  280. //
  281. // label10
  282. //
  283. this.label10.AutoSize = true;
  284. this.label10.Location = new System.Drawing.Point(18, 68);
  285. this.label10.Name = "label10";
  286. this.label10.Size = new System.Drawing.Size(35, 12);
  287. this.label10.TabIndex = 5;
  288. this.label10.Text = "数据2";
  289. //
  290. // label7
  291. //
  292. this.label7.AutoSize = true;
  293. this.label7.Location = new System.Drawing.Point(214, 39);
  294. this.label7.Name = "label7";
  295. this.label7.Size = new System.Drawing.Size(17, 12);
  296. this.label7.TabIndex = 4;
  297. this.label7.Text = "值";
  298. //
  299. // label6
  300. //
  301. this.label6.AutoSize = true;
  302. this.label6.Location = new System.Drawing.Point(68, 39);
  303. this.label6.Name = "label6";
  304. this.label6.Size = new System.Drawing.Size(29, 12);
  305. this.label6.TabIndex = 3;
  306. this.label6.Text = "类型";
  307. //
  308. // cmb_dataType1
  309. //
  310. this.cmb_dataType1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  311. this.cmb_dataType1.FormattingEnabled = true;
  312. this.cmb_dataType1.Location = new System.Drawing.Point(103, 35);
  313. this.cmb_dataType1.Name = "cmb_dataType1";
  314. this.cmb_dataType1.Size = new System.Drawing.Size(92, 20);
  315. this.cmb_dataType1.TabIndex = 1;
  316. this.cmb_dataType1.SelectedIndexChanged += new System.EventHandler(this.cmb_dataType1_SelectedIndexChanged);
  317. //
  318. // label5
  319. //
  320. this.label5.AutoSize = true;
  321. this.label5.Location = new System.Drawing.Point(18, 38);
  322. this.label5.Name = "label5";
  323. this.label5.Size = new System.Drawing.Size(35, 12);
  324. this.label5.TabIndex = 0;
  325. this.label5.Text = "数据1";
  326. //
  327. // btn_cancel
  328. //
  329. this.btn_cancel.Location = new System.Drawing.Point(261, 346);
  330. this.btn_cancel.Name = "btn_cancel";
  331. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  332. this.btn_cancel.TabIndex = 27;
  333. this.btn_cancel.Text = "取消";
  334. this.btn_cancel.UseVisualStyleBackColor = true;
  335. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  336. //
  337. // btn_enter
  338. //
  339. this.btn_enter.Location = new System.Drawing.Point(142, 346);
  340. this.btn_enter.Name = "btn_enter";
  341. this.btn_enter.Size = new System.Drawing.Size(75, 23);
  342. this.btn_enter.TabIndex = 26;
  343. this.btn_enter.Text = "确定";
  344. this.btn_enter.UseVisualStyleBackColor = true;
  345. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  346. //
  347. // CtlIVRCalculate
  348. //
  349. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  350. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  351. this.Controls.Add(this.tabControl1);
  352. this.Controls.Add(this.btn_cancel);
  353. this.Controls.Add(this.btn_enter);
  354. this.Name = "CtlIVRCalculate";
  355. this.Size = new System.Drawing.Size(400, 385);
  356. this.tabControl1.ResumeLayout(false);
  357. this.tabPage1.ResumeLayout(false);
  358. this.tabPage1.PerformLayout();
  359. this.tabPage2.ResumeLayout(false);
  360. this.tabPage2.PerformLayout();
  361. this.ResumeLayout(false);
  362. }
  363. #endregion
  364. private System.Windows.Forms.ComboBox cmb_ResultType;
  365. private System.Windows.Forms.ComboBox cmb_CalcuType;
  366. private System.Windows.Forms.Label label15;
  367. private System.Windows.Forms.TabControl tabControl1;
  368. private System.Windows.Forms.TabPage tabPage1;
  369. private System.Windows.Forms.Label label1;
  370. private System.Windows.Forms.TextBox tb_NodeName;
  371. private System.Windows.Forms.RichTextBox rtb_Note;
  372. private System.Windows.Forms.Label label2;
  373. private System.Windows.Forms.Label label4;
  374. private System.Windows.Forms.TextBox tb_NodeID;
  375. private System.Windows.Forms.TabPage tabPage2;
  376. private System.Windows.Forms.Label label14;
  377. private System.Windows.Forms.Label label8;
  378. private System.Windows.Forms.Label label9;
  379. private System.Windows.Forms.ComboBox cmb_dataType2;
  380. private System.Windows.Forms.Label label10;
  381. private System.Windows.Forms.Label label7;
  382. private System.Windows.Forms.Label label6;
  383. private System.Windows.Forms.ComboBox cmb_dataType1;
  384. private System.Windows.Forms.Label label5;
  385. private System.Windows.Forms.Button btn_cancel;
  386. private System.Windows.Forms.Button btn_enter;
  387. private System.Windows.Forms.Label label3;
  388. private System.Windows.Forms.ComboBox cmb_Next;
  389. private System.Windows.Forms.Label label11;
  390. private System.Windows.Forms.ComboBox cmb_Data2;
  391. private System.Windows.Forms.ComboBox cmb_Data1;
  392. private System.Windows.Forms.TextBox tb_result;
  393. }
  394. }