ivr流程编辑器

CtlIVRTimer.Designer.cs 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRTimer
  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_HangupPos = new System.Windows.Forms.ComboBox();
  29. this.tabControl1 = new System.Windows.Forms.TabControl();
  30. this.tabPage1 = new System.Windows.Forms.TabPage();
  31. this.label11 = new System.Windows.Forms.Label();
  32. this.label18 = new System.Windows.Forms.Label();
  33. this.tb_NodeName = new System.Windows.Forms.TextBox();
  34. this.rtb_Note = new System.Windows.Forms.RichTextBox();
  35. this.label17 = new System.Windows.Forms.Label();
  36. this.label15 = new System.Windows.Forms.Label();
  37. this.tb_NodeID = new System.Windows.Forms.TextBox();
  38. this.tabPage2 = new System.Windows.Forms.TabPage();
  39. this.tb_endtime = new System.Windows.Forms.TextBox();
  40. this.tb_begintime = new System.Windows.Forms.TextBox();
  41. this.label3 = new System.Windows.Forms.Label();
  42. this.label2 = new System.Windows.Forms.Label();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.num_TimerInterval = new System.Windows.Forms.NumericUpDown();
  45. this.label5 = new System.Windows.Forms.Label();
  46. this.btn_cancel = new System.Windows.Forms.Button();
  47. this.btn_enter = new System.Windows.Forms.Button();
  48. this.tabControl1.SuspendLayout();
  49. this.tabPage1.SuspendLayout();
  50. this.tabPage2.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.num_TimerInterval)).BeginInit();
  52. this.SuspendLayout();
  53. //
  54. // cmb_HangupPos
  55. //
  56. this.cmb_HangupPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  57. this.cmb_HangupPos.FormattingEnabled = true;
  58. this.cmb_HangupPos.Location = new System.Drawing.Point(138, 86);
  59. this.cmb_HangupPos.Name = "cmb_HangupPos";
  60. this.cmb_HangupPos.Size = new System.Drawing.Size(194, 20);
  61. this.cmb_HangupPos.TabIndex = 72;
  62. //
  63. // tabControl1
  64. //
  65. this.tabControl1.Controls.Add(this.tabPage1);
  66. this.tabControl1.Controls.Add(this.tabPage2);
  67. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  68. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  69. this.tabControl1.Name = "tabControl1";
  70. this.tabControl1.SelectedIndex = 0;
  71. this.tabControl1.Size = new System.Drawing.Size(400, 330);
  72. this.tabControl1.TabIndex = 91;
  73. //
  74. // tabPage1
  75. //
  76. this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
  77. this.tabPage1.Controls.Add(this.label11);
  78. this.tabPage1.Controls.Add(this.cmb_HangupPos);
  79. this.tabPage1.Controls.Add(this.label18);
  80. this.tabPage1.Controls.Add(this.tb_NodeName);
  81. this.tabPage1.Controls.Add(this.rtb_Note);
  82. this.tabPage1.Controls.Add(this.label17);
  83. this.tabPage1.Controls.Add(this.label15);
  84. this.tabPage1.Controls.Add(this.tb_NodeID);
  85. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  86. this.tabPage1.Name = "tabPage1";
  87. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  88. this.tabPage1.Size = new System.Drawing.Size(392, 304);
  89. this.tabPage1.TabIndex = 0;
  90. this.tabPage1.Text = "一般设置";
  91. //
  92. // label11
  93. //
  94. this.label11.AutoSize = true;
  95. this.label11.Location = new System.Drawing.Point(67, 89);
  96. this.label11.Name = "label11";
  97. this.label11.Size = new System.Drawing.Size(53, 12);
  98. this.label11.TabIndex = 71;
  99. this.label11.Text = "挂机跳转";
  100. //
  101. // label18
  102. //
  103. this.label18.AutoSize = true;
  104. this.label18.Location = new System.Drawing.Point(67, 55);
  105. this.label18.Name = "label18";
  106. this.label18.Size = new System.Drawing.Size(53, 12);
  107. this.label18.TabIndex = 73;
  108. this.label18.Text = "节点名称";
  109. //
  110. // tb_NodeName
  111. //
  112. this.tb_NodeName.Location = new System.Drawing.Point(138, 51);
  113. this.tb_NodeName.Name = "tb_NodeName";
  114. this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
  115. this.tb_NodeName.TabIndex = 74;
  116. //
  117. // rtb_Note
  118. //
  119. this.rtb_Note.Location = new System.Drawing.Point(138, 123);
  120. this.rtb_Note.Name = "rtb_Note";
  121. this.rtb_Note.Size = new System.Drawing.Size(194, 97);
  122. this.rtb_Note.TabIndex = 78;
  123. this.rtb_Note.Text = "";
  124. //
  125. // label17
  126. //
  127. this.label17.AutoSize = true;
  128. this.label17.Location = new System.Drawing.Point(67, 25);
  129. this.label17.Name = "label17";
  130. this.label17.Size = new System.Drawing.Size(53, 12);
  131. this.label17.TabIndex = 75;
  132. this.label17.Text = "节点编号";
  133. //
  134. // label15
  135. //
  136. this.label15.AutoSize = true;
  137. this.label15.Location = new System.Drawing.Point(91, 126);
  138. this.label15.Name = "label15";
  139. this.label15.Size = new System.Drawing.Size(29, 12);
  140. this.label15.TabIndex = 77;
  141. this.label15.Text = "描述";
  142. //
  143. // tb_NodeID
  144. //
  145. this.tb_NodeID.Enabled = false;
  146. this.tb_NodeID.Location = new System.Drawing.Point(138, 21);
  147. this.tb_NodeID.Name = "tb_NodeID";
  148. this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
  149. this.tb_NodeID.TabIndex = 76;
  150. //
  151. // tabPage2
  152. //
  153. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  154. this.tabPage2.Controls.Add(this.tb_endtime);
  155. this.tabPage2.Controls.Add(this.tb_begintime);
  156. this.tabPage2.Controls.Add(this.label3);
  157. this.tabPage2.Controls.Add(this.label2);
  158. this.tabPage2.Controls.Add(this.label1);
  159. this.tabPage2.Controls.Add(this.num_TimerInterval);
  160. this.tabPage2.Controls.Add(this.label5);
  161. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  162. this.tabPage2.Name = "tabPage2";
  163. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  164. this.tabPage2.Size = new System.Drawing.Size(392, 304);
  165. this.tabPage2.TabIndex = 1;
  166. this.tabPage2.Text = "定时器设置";
  167. //
  168. // tb_endtime
  169. //
  170. this.tb_endtime.Location = new System.Drawing.Point(212, 125);
  171. this.tb_endtime.Name = "tb_endtime";
  172. this.tb_endtime.Size = new System.Drawing.Size(120, 21);
  173. this.tb_endtime.TabIndex = 99;
  174. //
  175. // tb_begintime
  176. //
  177. this.tb_begintime.Location = new System.Drawing.Point(212, 89);
  178. this.tb_begintime.Name = "tb_begintime";
  179. this.tb_begintime.Size = new System.Drawing.Size(120, 21);
  180. this.tb_begintime.TabIndex = 98;
  181. //
  182. // label3
  183. //
  184. this.label3.AutoSize = true;
  185. this.label3.Location = new System.Drawing.Point(99, 128);
  186. this.label3.Name = "label3";
  187. this.label3.Size = new System.Drawing.Size(101, 12);
  188. this.label3.TabIndex = 97;
  189. this.label3.Text = "生效时间结束时间";
  190. //
  191. // label2
  192. //
  193. this.label2.AutoSize = true;
  194. this.label2.Location = new System.Drawing.Point(99, 92);
  195. this.label2.Name = "label2";
  196. this.label2.Size = new System.Drawing.Size(101, 12);
  197. this.label2.TabIndex = 95;
  198. this.label2.Text = "生效时间开始时间";
  199. //
  200. // label1
  201. //
  202. this.label1.AutoSize = true;
  203. this.label1.Location = new System.Drawing.Point(338, 57);
  204. this.label1.Name = "label1";
  205. this.label1.Size = new System.Drawing.Size(17, 12);
  206. this.label1.TabIndex = 94;
  207. this.label1.Text = "秒";
  208. //
  209. // num_TimerInterval
  210. //
  211. this.num_TimerInterval.Location = new System.Drawing.Point(212, 53);
  212. this.num_TimerInterval.Name = "num_TimerInterval";
  213. this.num_TimerInterval.Size = new System.Drawing.Size(120, 21);
  214. this.num_TimerInterval.TabIndex = 93;
  215. //
  216. // label5
  217. //
  218. this.label5.AutoSize = true;
  219. this.label5.Location = new System.Drawing.Point(147, 55);
  220. this.label5.Name = "label5";
  221. this.label5.Size = new System.Drawing.Size(53, 12);
  222. this.label5.TabIndex = 92;
  223. this.label5.Text = "定时间隔";
  224. //
  225. // btn_cancel
  226. //
  227. this.btn_cancel.Location = new System.Drawing.Point(261, 335);
  228. this.btn_cancel.Name = "btn_cancel";
  229. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  230. this.btn_cancel.TabIndex = 90;
  231. this.btn_cancel.Text = "取消";
  232. this.btn_cancel.UseVisualStyleBackColor = true;
  233. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  234. //
  235. // btn_enter
  236. //
  237. this.btn_enter.Location = new System.Drawing.Point(142, 335);
  238. this.btn_enter.Name = "btn_enter";
  239. this.btn_enter.Size = new System.Drawing.Size(75, 23);
  240. this.btn_enter.TabIndex = 89;
  241. this.btn_enter.Text = "确定";
  242. this.btn_enter.UseVisualStyleBackColor = true;
  243. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  244. //
  245. // CtlIVRTimer
  246. //
  247. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  248. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  249. this.Controls.Add(this.tabControl1);
  250. this.Controls.Add(this.btn_cancel);
  251. this.Controls.Add(this.btn_enter);
  252. this.Name = "CtlIVRTimer";
  253. this.Size = new System.Drawing.Size(400, 371);
  254. this.tabControl1.ResumeLayout(false);
  255. this.tabPage1.ResumeLayout(false);
  256. this.tabPage1.PerformLayout();
  257. this.tabPage2.ResumeLayout(false);
  258. this.tabPage2.PerformLayout();
  259. ((System.ComponentModel.ISupportInitialize)(this.num_TimerInterval)).EndInit();
  260. this.ResumeLayout(false);
  261. }
  262. #endregion
  263. private System.Windows.Forms.ComboBox cmb_HangupPos;
  264. private System.Windows.Forms.TabControl tabControl1;
  265. private System.Windows.Forms.TabPage tabPage1;
  266. private System.Windows.Forms.Label label11;
  267. private System.Windows.Forms.Label label18;
  268. private System.Windows.Forms.TextBox tb_NodeName;
  269. private System.Windows.Forms.RichTextBox rtb_Note;
  270. private System.Windows.Forms.Label label17;
  271. private System.Windows.Forms.Label label15;
  272. private System.Windows.Forms.TextBox tb_NodeID;
  273. private System.Windows.Forms.TabPage tabPage2;
  274. private System.Windows.Forms.Label label5;
  275. private System.Windows.Forms.Button btn_cancel;
  276. private System.Windows.Forms.Button btn_enter;
  277. private System.Windows.Forms.Label label1;
  278. private System.Windows.Forms.NumericUpDown num_TimerInterval;
  279. private System.Windows.Forms.Label label2;
  280. private System.Windows.Forms.Label label3;
  281. private System.Windows.Forms.TextBox tb_endtime;
  282. private System.Windows.Forms.TextBox tb_begintime;
  283. }
  284. }