ivr流程编辑器

CtlIVRSocket.Designer.cs 19KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRSocket
  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.tabPage2 = new System.Windows.Forms.TabPage();
  29. this.label6 = new System.Windows.Forms.Label();
  30. this.num_timeOut = new System.Windows.Forms.NumericUpDown();
  31. this.label5 = new System.Windows.Forms.Label();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.num_Port = new System.Windows.Forms.NumericUpDown();
  34. this.tb_FarIp = new System.Windows.Forms.TextBox();
  35. this.cmb_OpType = new System.Windows.Forms.ComboBox();
  36. this.cmb_FailPos = new System.Windows.Forms.ComboBox();
  37. this.label15 = new System.Windows.Forms.Label();
  38. this.cmb_SuccessPos = new System.Windows.Forms.ComboBox();
  39. this.label13 = new System.Windows.Forms.Label();
  40. this.label10 = new System.Windows.Forms.Label();
  41. this.label4 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.tb_NodeID = new System.Windows.Forms.TextBox();
  44. this.btn_enter = new System.Windows.Forms.Button();
  45. this.rtb_Note = new System.Windows.Forms.RichTextBox();
  46. this.tb_NodeName = new System.Windows.Forms.TextBox();
  47. this.tabControl1 = new System.Windows.Forms.TabControl();
  48. this.tabPage1 = new System.Windows.Forms.TabPage();
  49. this.label1 = new System.Windows.Forms.Label();
  50. this.tabPage3 = new System.Windows.Forms.TabPage();
  51. this.groupBox2 = new System.Windows.Forms.GroupBox();
  52. this.groupBox1 = new System.Windows.Forms.GroupBox();
  53. this.panel1 = new System.Windows.Forms.Panel();
  54. this.btn_add = new System.Windows.Forms.Button();
  55. this.btn_delete = new System.Windows.Forms.Button();
  56. this.btn_cancel = new System.Windows.Forms.Button();
  57. this.ctlDefaultListVar1 = new HySoft.IVRFlowEditor.IVRControl.CtlDefaultListVar();
  58. this.tabPage2.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.num_timeOut)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.num_Port)).BeginInit();
  61. this.tabControl1.SuspendLayout();
  62. this.tabPage1.SuspendLayout();
  63. this.tabPage3.SuspendLayout();
  64. this.groupBox2.SuspendLayout();
  65. this.groupBox1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // tabPage2
  69. //
  70. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  71. this.tabPage2.Controls.Add(this.label6);
  72. this.tabPage2.Controls.Add(this.num_timeOut);
  73. this.tabPage2.Controls.Add(this.label5);
  74. this.tabPage2.Controls.Add(this.label3);
  75. this.tabPage2.Controls.Add(this.num_Port);
  76. this.tabPage2.Controls.Add(this.tb_FarIp);
  77. this.tabPage2.Controls.Add(this.cmb_OpType);
  78. this.tabPage2.Controls.Add(this.cmb_FailPos);
  79. this.tabPage2.Controls.Add(this.label15);
  80. this.tabPage2.Controls.Add(this.cmb_SuccessPos);
  81. this.tabPage2.Controls.Add(this.label13);
  82. this.tabPage2.Controls.Add(this.label10);
  83. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  84. this.tabPage2.Name = "tabPage2";
  85. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  86. this.tabPage2.Size = new System.Drawing.Size(392, 338);
  87. this.tabPage2.TabIndex = 1;
  88. this.tabPage2.Text = "Socket通讯设置";
  89. //
  90. // label6
  91. //
  92. this.label6.AutoSize = true;
  93. this.label6.Location = new System.Drawing.Point(62, 116);
  94. this.label6.Name = "label6";
  95. this.label6.Size = new System.Drawing.Size(77, 12);
  96. this.label6.TabIndex = 31;
  97. this.label6.Text = "接收超时时间";
  98. //
  99. // num_timeOut
  100. //
  101. this.num_timeOut.Location = new System.Drawing.Point(146, 114);
  102. this.num_timeOut.Maximum = new decimal(new int[] {
  103. 10000,
  104. 0,
  105. 0,
  106. 0});
  107. this.num_timeOut.Name = "num_timeOut";
  108. this.num_timeOut.Size = new System.Drawing.Size(120, 21);
  109. this.num_timeOut.TabIndex = 30;
  110. //
  111. // label5
  112. //
  113. this.label5.AutoSize = true;
  114. this.label5.Location = new System.Drawing.Point(86, 85);
  115. this.label5.Name = "label5";
  116. this.label5.Size = new System.Drawing.Size(53, 12);
  117. this.label5.TabIndex = 29;
  118. this.label5.Text = "远端端口";
  119. //
  120. // label3
  121. //
  122. this.label3.AutoSize = true;
  123. this.label3.Location = new System.Drawing.Point(86, 54);
  124. this.label3.Name = "label3";
  125. this.label3.Size = new System.Drawing.Size(53, 12);
  126. this.label3.TabIndex = 28;
  127. this.label3.Text = "远端地址";
  128. //
  129. // num_Port
  130. //
  131. this.num_Port.Location = new System.Drawing.Point(146, 83);
  132. this.num_Port.Maximum = new decimal(new int[] {
  133. 100000,
  134. 0,
  135. 0,
  136. 0});
  137. this.num_Port.Name = "num_Port";
  138. this.num_Port.Size = new System.Drawing.Size(120, 21);
  139. this.num_Port.TabIndex = 27;
  140. //
  141. // tb_FarIp
  142. //
  143. this.tb_FarIp.Location = new System.Drawing.Point(145, 51);
  144. this.tb_FarIp.Name = "tb_FarIp";
  145. this.tb_FarIp.Size = new System.Drawing.Size(121, 21);
  146. this.tb_FarIp.TabIndex = 26;
  147. //
  148. // cmb_OpType
  149. //
  150. this.cmb_OpType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  151. this.cmb_OpType.FormattingEnabled = true;
  152. this.cmb_OpType.Location = new System.Drawing.Point(145, 25);
  153. this.cmb_OpType.Name = "cmb_OpType";
  154. this.cmb_OpType.Size = new System.Drawing.Size(121, 20);
  155. this.cmb_OpType.TabIndex = 25;
  156. //
  157. // cmb_FailPos
  158. //
  159. this.cmb_FailPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  160. this.cmb_FailPos.FormattingEnabled = true;
  161. this.cmb_FailPos.Location = new System.Drawing.Point(145, 173);
  162. this.cmb_FailPos.Name = "cmb_FailPos";
  163. this.cmb_FailPos.Size = new System.Drawing.Size(241, 20);
  164. this.cmb_FailPos.TabIndex = 24;
  165. //
  166. // label15
  167. //
  168. this.label15.AutoSize = true;
  169. this.label15.Location = new System.Drawing.Point(50, 176);
  170. this.label15.Name = "label15";
  171. this.label15.Size = new System.Drawing.Size(89, 12);
  172. this.label15.TabIndex = 23;
  173. this.label15.Text = "失败时跳转节点";
  174. //
  175. // cmb_SuccessPos
  176. //
  177. this.cmb_SuccessPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  178. this.cmb_SuccessPos.FormattingEnabled = true;
  179. this.cmb_SuccessPos.Location = new System.Drawing.Point(145, 147);
  180. this.cmb_SuccessPos.Name = "cmb_SuccessPos";
  181. this.cmb_SuccessPos.Size = new System.Drawing.Size(241, 20);
  182. this.cmb_SuccessPos.TabIndex = 22;
  183. //
  184. // label13
  185. //
  186. this.label13.AutoSize = true;
  187. this.label13.Location = new System.Drawing.Point(50, 150);
  188. this.label13.Name = "label13";
  189. this.label13.Size = new System.Drawing.Size(89, 12);
  190. this.label13.TabIndex = 16;
  191. this.label13.Text = "成功时跳转节点";
  192. //
  193. // label10
  194. //
  195. this.label10.AutoSize = true;
  196. this.label10.Location = new System.Drawing.Point(86, 28);
  197. this.label10.Name = "label10";
  198. this.label10.Size = new System.Drawing.Size(53, 12);
  199. this.label10.TabIndex = 10;
  200. this.label10.Text = "操作类型";
  201. //
  202. // label4
  203. //
  204. this.label4.AutoSize = true;
  205. this.label4.Location = new System.Drawing.Point(91, 87);
  206. this.label4.Name = "label4";
  207. this.label4.Size = new System.Drawing.Size(29, 12);
  208. this.label4.TabIndex = 16;
  209. this.label4.Text = "描述";
  210. //
  211. // label2
  212. //
  213. this.label2.AutoSize = true;
  214. this.label2.Location = new System.Drawing.Point(67, 21);
  215. this.label2.Name = "label2";
  216. this.label2.Size = new System.Drawing.Size(53, 12);
  217. this.label2.TabIndex = 12;
  218. this.label2.Text = "节点编号";
  219. //
  220. // tb_NodeID
  221. //
  222. this.tb_NodeID.Enabled = false;
  223. this.tb_NodeID.Location = new System.Drawing.Point(138, 17);
  224. this.tb_NodeID.Name = "tb_NodeID";
  225. this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
  226. this.tb_NodeID.TabIndex = 13;
  227. //
  228. // btn_enter
  229. //
  230. this.btn_enter.Location = new System.Drawing.Point(142, 366);
  231. this.btn_enter.Name = "btn_enter";
  232. this.btn_enter.Size = new System.Drawing.Size(75, 23);
  233. this.btn_enter.TabIndex = 29;
  234. this.btn_enter.Text = "确定";
  235. this.btn_enter.UseVisualStyleBackColor = true;
  236. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  237. //
  238. // rtb_Note
  239. //
  240. this.rtb_Note.Location = new System.Drawing.Point(138, 88);
  241. this.rtb_Note.Name = "rtb_Note";
  242. this.rtb_Note.Size = new System.Drawing.Size(194, 176);
  243. this.rtb_Note.TabIndex = 17;
  244. this.rtb_Note.Text = "";
  245. //
  246. // tb_NodeName
  247. //
  248. this.tb_NodeName.Location = new System.Drawing.Point(138, 50);
  249. this.tb_NodeName.Name = "tb_NodeName";
  250. this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
  251. this.tb_NodeName.TabIndex = 11;
  252. //
  253. // tabControl1
  254. //
  255. this.tabControl1.Controls.Add(this.tabPage1);
  256. this.tabControl1.Controls.Add(this.tabPage2);
  257. this.tabControl1.Controls.Add(this.tabPage3);
  258. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  259. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  260. this.tabControl1.Name = "tabControl1";
  261. this.tabControl1.SelectedIndex = 0;
  262. this.tabControl1.Size = new System.Drawing.Size(400, 364);
  263. this.tabControl1.TabIndex = 31;
  264. //
  265. // tabPage1
  266. //
  267. this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
  268. this.tabPage1.Controls.Add(this.label1);
  269. this.tabPage1.Controls.Add(this.tb_NodeName);
  270. this.tabPage1.Controls.Add(this.rtb_Note);
  271. this.tabPage1.Controls.Add(this.label2);
  272. this.tabPage1.Controls.Add(this.label4);
  273. this.tabPage1.Controls.Add(this.tb_NodeID);
  274. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  275. this.tabPage1.Name = "tabPage1";
  276. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  277. this.tabPage1.Size = new System.Drawing.Size(392, 338);
  278. this.tabPage1.TabIndex = 0;
  279. this.tabPage1.Text = "一般设置";
  280. //
  281. // label1
  282. //
  283. this.label1.AutoSize = true;
  284. this.label1.Location = new System.Drawing.Point(67, 54);
  285. this.label1.Name = "label1";
  286. this.label1.Size = new System.Drawing.Size(53, 12);
  287. this.label1.TabIndex = 10;
  288. this.label1.Text = "节点名称";
  289. //
  290. // tabPage3
  291. //
  292. this.tabPage3.BackColor = System.Drawing.SystemColors.Control;
  293. this.tabPage3.Controls.Add(this.groupBox2);
  294. this.tabPage3.Controls.Add(this.groupBox1);
  295. this.tabPage3.Location = new System.Drawing.Point(4, 22);
  296. this.tabPage3.Name = "tabPage3";
  297. this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
  298. this.tabPage3.Size = new System.Drawing.Size(392, 338);
  299. this.tabPage3.TabIndex = 2;
  300. this.tabPage3.Text = "其他参数设置";
  301. //
  302. // groupBox2
  303. //
  304. this.groupBox2.Controls.Add(this.ctlDefaultListVar1);
  305. this.groupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  306. this.groupBox2.Location = new System.Drawing.Point(3, 163);
  307. this.groupBox2.Name = "groupBox2";
  308. this.groupBox2.Size = new System.Drawing.Size(386, 172);
  309. this.groupBox2.TabIndex = 1;
  310. this.groupBox2.TabStop = false;
  311. this.groupBox2.Text = "所有用以接收网络数据的变量";
  312. //
  313. // groupBox1
  314. //
  315. this.groupBox1.Controls.Add(this.panel1);
  316. this.groupBox1.Controls.Add(this.btn_add);
  317. this.groupBox1.Controls.Add(this.btn_delete);
  318. this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  319. this.groupBox1.Location = new System.Drawing.Point(3, 3);
  320. this.groupBox1.Name = "groupBox1";
  321. this.groupBox1.Size = new System.Drawing.Size(386, 160);
  322. this.groupBox1.TabIndex = 0;
  323. this.groupBox1.TabStop = false;
  324. this.groupBox1.Text = "所有网络发送参数";
  325. //
  326. // panel1
  327. //
  328. this.panel1.AutoScroll = true;
  329. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  330. this.panel1.Location = new System.Drawing.Point(3, 43);
  331. this.panel1.Name = "panel1";
  332. this.panel1.Size = new System.Drawing.Size(380, 114);
  333. this.panel1.TabIndex = 35;
  334. //
  335. // btn_add
  336. //
  337. this.btn_add.Location = new System.Drawing.Point(229, 14);
  338. this.btn_add.Name = "btn_add";
  339. this.btn_add.Size = new System.Drawing.Size(19, 23);
  340. this.btn_add.TabIndex = 33;
  341. this.btn_add.Text = "+";
  342. this.btn_add.UseVisualStyleBackColor = true;
  343. this.btn_add.Click += new System.EventHandler(this.btn_add_Click);
  344. //
  345. // btn_delete
  346. //
  347. this.btn_delete.Location = new System.Drawing.Point(254, 14);
  348. this.btn_delete.Name = "btn_delete";
  349. this.btn_delete.Size = new System.Drawing.Size(18, 23);
  350. this.btn_delete.TabIndex = 34;
  351. this.btn_delete.Text = "-";
  352. this.btn_delete.UseVisualStyleBackColor = true;
  353. this.btn_delete.Click += new System.EventHandler(this.btn_delete_Click);
  354. //
  355. // btn_cancel
  356. //
  357. this.btn_cancel.Location = new System.Drawing.Point(261, 366);
  358. this.btn_cancel.Name = "btn_cancel";
  359. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  360. this.btn_cancel.TabIndex = 30;
  361. this.btn_cancel.Text = "取消";
  362. this.btn_cancel.UseVisualStyleBackColor = true;
  363. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  364. //
  365. // ctlDefaultListVar1
  366. //
  367. this.ctlDefaultListVar1.Dock = System.Windows.Forms.DockStyle.Fill;
  368. this.ctlDefaultListVar1.Location = new System.Drawing.Point(3, 17);
  369. this.ctlDefaultListVar1.Name = "ctlDefaultListVar1";
  370. this.ctlDefaultListVar1.Size = new System.Drawing.Size(380, 152);
  371. this.ctlDefaultListVar1.TabIndex = 0;
  372. //
  373. // CtlIVRSocket
  374. //
  375. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  376. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  377. this.Controls.Add(this.btn_enter);
  378. this.Controls.Add(this.tabControl1);
  379. this.Controls.Add(this.btn_cancel);
  380. this.Name = "CtlIVRSocket";
  381. this.Size = new System.Drawing.Size(400, 400);
  382. this.tabPage2.ResumeLayout(false);
  383. this.tabPage2.PerformLayout();
  384. ((System.ComponentModel.ISupportInitialize)(this.num_timeOut)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.num_Port)).EndInit();
  386. this.tabControl1.ResumeLayout(false);
  387. this.tabPage1.ResumeLayout(false);
  388. this.tabPage1.PerformLayout();
  389. this.tabPage3.ResumeLayout(false);
  390. this.groupBox2.ResumeLayout(false);
  391. this.groupBox1.ResumeLayout(false);
  392. this.ResumeLayout(false);
  393. }
  394. #endregion
  395. private System.Windows.Forms.TabPage tabPage2;
  396. private System.Windows.Forms.ComboBox cmb_FailPos;
  397. private System.Windows.Forms.Label label15;
  398. private System.Windows.Forms.ComboBox cmb_SuccessPos;
  399. private System.Windows.Forms.Label label13;
  400. private System.Windows.Forms.Label label10;
  401. private System.Windows.Forms.Label label4;
  402. private System.Windows.Forms.Label label2;
  403. private System.Windows.Forms.TextBox tb_NodeID;
  404. private System.Windows.Forms.Button btn_enter;
  405. private System.Windows.Forms.RichTextBox rtb_Note;
  406. private System.Windows.Forms.TextBox tb_NodeName;
  407. private System.Windows.Forms.TabControl tabControl1;
  408. private System.Windows.Forms.TabPage tabPage1;
  409. private System.Windows.Forms.Label label1;
  410. private System.Windows.Forms.Button btn_cancel;
  411. private System.Windows.Forms.ComboBox cmb_OpType;
  412. private System.Windows.Forms.TextBox tb_FarIp;
  413. private System.Windows.Forms.NumericUpDown num_Port;
  414. private System.Windows.Forms.Label label5;
  415. private System.Windows.Forms.Label label3;
  416. private System.Windows.Forms.Label label6;
  417. private System.Windows.Forms.NumericUpDown num_timeOut;
  418. private System.Windows.Forms.TabPage tabPage3;
  419. private System.Windows.Forms.GroupBox groupBox1;
  420. private System.Windows.Forms.GroupBox groupBox2;
  421. private System.Windows.Forms.Panel panel1;
  422. private System.Windows.Forms.Button btn_add;
  423. private System.Windows.Forms.Button btn_delete;
  424. private CtlDefaultListVar ctlDefaultListVar1;
  425. }
  426. }