ivr流程编辑器

CtlIVRCompare.Designer.cs 21KB

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