ivr流程编辑器

CtlIVRSql.Designer.cs 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. namespace HySoft.IVRFlowEditor.IVRControl
  2. {
  3. partial class CtlIVRSql
  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.components = new System.ComponentModel.Container();
  29. this.tabPage2 = new System.Windows.Forms.TabPage();
  30. this.rtb_SqlStr = new System.Windows.Forms.RichTextBox();
  31. this.ckb_IsSaved = new System.Windows.Forms.CheckBox();
  32. this.cmb_FailPos = new System.Windows.Forms.ComboBox();
  33. this.label15 = new System.Windows.Forms.Label();
  34. this.cmb_SuccessPos = new System.Windows.Forms.ComboBox();
  35. this.label13 = new System.Windows.Forms.Label();
  36. this.label11 = new System.Windows.Forms.Label();
  37. this.label10 = new System.Windows.Forms.Label();
  38. this.tabControl1 = new System.Windows.Forms.TabControl();
  39. this.tabPage1 = new System.Windows.Forms.TabPage();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.tb_NodeName = new System.Windows.Forms.TextBox();
  42. this.rtb_Note = new System.Windows.Forms.RichTextBox();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label4 = new System.Windows.Forms.Label();
  45. this.tb_NodeID = new System.Windows.Forms.TextBox();
  46. this.btn_enter = new System.Windows.Forms.Button();
  47. this.btn_cancel = new System.Windows.Forms.Button();
  48. this.rtb_ConnStr = new System.Windows.Forms.RichTextBox();
  49. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  50. this.tabPage2.SuspendLayout();
  51. this.tabControl1.SuspendLayout();
  52. this.tabPage1.SuspendLayout();
  53. this.SuspendLayout();
  54. //
  55. // tabPage2
  56. //
  57. this.tabPage2.BackColor = System.Drawing.SystemColors.Control;
  58. this.tabPage2.Controls.Add(this.rtb_SqlStr);
  59. this.tabPage2.Controls.Add(this.rtb_ConnStr);
  60. this.tabPage2.Controls.Add(this.ckb_IsSaved);
  61. this.tabPage2.Controls.Add(this.cmb_FailPos);
  62. this.tabPage2.Controls.Add(this.label15);
  63. this.tabPage2.Controls.Add(this.cmb_SuccessPos);
  64. this.tabPage2.Controls.Add(this.label13);
  65. this.tabPage2.Controls.Add(this.label11);
  66. this.tabPage2.Controls.Add(this.label10);
  67. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  68. this.tabPage2.Name = "tabPage2";
  69. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  70. this.tabPage2.Size = new System.Drawing.Size(467, 314);
  71. this.tabPage2.TabIndex = 1;
  72. this.tabPage2.Text = "数据库读写设置";
  73. //
  74. // rtb_SqlStr
  75. //
  76. this.rtb_SqlStr.Location = new System.Drawing.Point(145, 79);
  77. this.rtb_SqlStr.Name = "rtb_SqlStr";
  78. this.rtb_SqlStr.Size = new System.Drawing.Size(254, 143);
  79. this.rtb_SqlStr.TabIndex = 27;
  80. this.rtb_SqlStr.Text = "";
  81. this.toolTip1.SetToolTip(this.rtb_SqlStr, "双击进行变量的选择与语句的编辑");
  82. this.rtb_SqlStr.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.rtb_SqlStr_MouseDoubleClick);
  83. //
  84. // ckb_IsSaved
  85. //
  86. this.ckb_IsSaved.AutoSize = true;
  87. this.ckb_IsSaved.Location = new System.Drawing.Point(145, 228);
  88. this.ckb_IsSaved.Name = "ckb_IsSaved";
  89. this.ckb_IsSaved.Size = new System.Drawing.Size(138, 16);
  90. this.ckb_IsSaved.TabIndex = 25;
  91. this.ckb_IsSaved.Text = "SQL执行是否返回记录";
  92. this.ckb_IsSaved.UseVisualStyleBackColor = true;
  93. //
  94. // cmb_FailPos
  95. //
  96. this.cmb_FailPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  97. this.cmb_FailPos.FormattingEnabled = true;
  98. this.cmb_FailPos.Location = new System.Drawing.Point(145, 276);
  99. this.cmb_FailPos.Name = "cmb_FailPos";
  100. this.cmb_FailPos.Size = new System.Drawing.Size(254, 20);
  101. this.cmb_FailPos.TabIndex = 24;
  102. //
  103. // label15
  104. //
  105. this.label15.AutoSize = true;
  106. this.label15.Location = new System.Drawing.Point(50, 279);
  107. this.label15.Name = "label15";
  108. this.label15.Size = new System.Drawing.Size(89, 12);
  109. this.label15.TabIndex = 23;
  110. this.label15.Text = "为假时下一节点";
  111. //
  112. // cmb_SuccessPos
  113. //
  114. this.cmb_SuccessPos.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  115. this.cmb_SuccessPos.FormattingEnabled = true;
  116. this.cmb_SuccessPos.Location = new System.Drawing.Point(145, 250);
  117. this.cmb_SuccessPos.Name = "cmb_SuccessPos";
  118. this.cmb_SuccessPos.Size = new System.Drawing.Size(254, 20);
  119. this.cmb_SuccessPos.TabIndex = 22;
  120. //
  121. // label13
  122. //
  123. this.label13.AutoSize = true;
  124. this.label13.Location = new System.Drawing.Point(50, 253);
  125. this.label13.Name = "label13";
  126. this.label13.Size = new System.Drawing.Size(89, 12);
  127. this.label13.TabIndex = 16;
  128. this.label13.Text = "为真时下一节点";
  129. //
  130. // label11
  131. //
  132. this.label11.AutoSize = true;
  133. this.label11.Location = new System.Drawing.Point(44, 98);
  134. this.label11.Name = "label11";
  135. this.label11.Size = new System.Drawing.Size(95, 12);
  136. this.label11.TabIndex = 12;
  137. this.label11.Text = "要执行的SQL语句";
  138. //
  139. // label10
  140. //
  141. this.label10.AutoSize = true;
  142. this.label10.Location = new System.Drawing.Point(38, 30);
  143. this.label10.Name = "label10";
  144. this.label10.Size = new System.Drawing.Size(101, 12);
  145. this.label10.TabIndex = 10;
  146. this.label10.Text = "数据库连接字符串";
  147. //
  148. // tabControl1
  149. //
  150. this.tabControl1.Controls.Add(this.tabPage1);
  151. this.tabControl1.Controls.Add(this.tabPage2);
  152. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Top;
  153. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  154. this.tabControl1.Name = "tabControl1";
  155. this.tabControl1.SelectedIndex = 0;
  156. this.tabControl1.Size = new System.Drawing.Size(475, 340);
  157. this.tabControl1.TabIndex = 28;
  158. //
  159. // tabPage1
  160. //
  161. this.tabPage1.BackColor = System.Drawing.SystemColors.Control;
  162. this.tabPage1.Controls.Add(this.label1);
  163. this.tabPage1.Controls.Add(this.tb_NodeName);
  164. this.tabPage1.Controls.Add(this.rtb_Note);
  165. this.tabPage1.Controls.Add(this.label2);
  166. this.tabPage1.Controls.Add(this.label4);
  167. this.tabPage1.Controls.Add(this.tb_NodeID);
  168. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  169. this.tabPage1.Name = "tabPage1";
  170. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  171. this.tabPage1.Size = new System.Drawing.Size(467, 314);
  172. this.tabPage1.TabIndex = 0;
  173. this.tabPage1.Text = "一般设置";
  174. //
  175. // label1
  176. //
  177. this.label1.AutoSize = true;
  178. this.label1.Location = new System.Drawing.Point(67, 54);
  179. this.label1.Name = "label1";
  180. this.label1.Size = new System.Drawing.Size(53, 12);
  181. this.label1.TabIndex = 10;
  182. this.label1.Text = "节点名称";
  183. //
  184. // tb_NodeName
  185. //
  186. this.tb_NodeName.Location = new System.Drawing.Point(138, 50);
  187. this.tb_NodeName.Name = "tb_NodeName";
  188. this.tb_NodeName.Size = new System.Drawing.Size(194, 21);
  189. this.tb_NodeName.TabIndex = 11;
  190. //
  191. // rtb_Note
  192. //
  193. this.rtb_Note.Location = new System.Drawing.Point(138, 88);
  194. this.rtb_Note.Name = "rtb_Note";
  195. this.rtb_Note.Size = new System.Drawing.Size(194, 176);
  196. this.rtb_Note.TabIndex = 17;
  197. this.rtb_Note.Text = "";
  198. //
  199. // label2
  200. //
  201. this.label2.AutoSize = true;
  202. this.label2.Location = new System.Drawing.Point(67, 21);
  203. this.label2.Name = "label2";
  204. this.label2.Size = new System.Drawing.Size(53, 12);
  205. this.label2.TabIndex = 12;
  206. this.label2.Text = "节点编号";
  207. //
  208. // label4
  209. //
  210. this.label4.AutoSize = true;
  211. this.label4.Location = new System.Drawing.Point(91, 87);
  212. this.label4.Name = "label4";
  213. this.label4.Size = new System.Drawing.Size(29, 12);
  214. this.label4.TabIndex = 16;
  215. this.label4.Text = "描述";
  216. //
  217. // tb_NodeID
  218. //
  219. this.tb_NodeID.Enabled = false;
  220. this.tb_NodeID.Location = new System.Drawing.Point(138, 17);
  221. this.tb_NodeID.Name = "tb_NodeID";
  222. this.tb_NodeID.Size = new System.Drawing.Size(194, 21);
  223. this.tb_NodeID.TabIndex = 13;
  224. //
  225. // btn_enter
  226. //
  227. this.btn_enter.Location = new System.Drawing.Point(142, 362);
  228. this.btn_enter.Name = "btn_enter";
  229. this.btn_enter.Size = new System.Drawing.Size(75, 23);
  230. this.btn_enter.TabIndex = 26;
  231. this.btn_enter.Text = "确定";
  232. this.btn_enter.UseVisualStyleBackColor = true;
  233. this.btn_enter.Click += new System.EventHandler(this.btn_enter_Click);
  234. //
  235. // btn_cancel
  236. //
  237. this.btn_cancel.Location = new System.Drawing.Point(261, 362);
  238. this.btn_cancel.Name = "btn_cancel";
  239. this.btn_cancel.Size = new System.Drawing.Size(75, 23);
  240. this.btn_cancel.TabIndex = 27;
  241. this.btn_cancel.Text = "取消";
  242. this.btn_cancel.UseVisualStyleBackColor = true;
  243. this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
  244. //
  245. // rtb_ConnStr
  246. //
  247. this.rtb_ConnStr.Location = new System.Drawing.Point(145, 27);
  248. this.rtb_ConnStr.Name = "rtb_ConnStr";
  249. this.rtb_ConnStr.Size = new System.Drawing.Size(254, 45);
  250. this.rtb_ConnStr.TabIndex = 26;
  251. this.rtb_ConnStr.Text = "data source=127.0.0.1,1433;uid=sa;pwd=sztiger;";
  252. this.toolTip1.SetToolTip(this.rtb_ConnStr, "data source=127.0.0.1,1433;uid=sa;pwd=sztiger;");
  253. //
  254. // CtlIVRSql
  255. //
  256. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  257. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  258. this.Controls.Add(this.tabControl1);
  259. this.Controls.Add(this.btn_enter);
  260. this.Controls.Add(this.btn_cancel);
  261. this.Name = "CtlIVRSql";
  262. this.Size = new System.Drawing.Size(475, 400);
  263. this.tabPage2.ResumeLayout(false);
  264. this.tabPage2.PerformLayout();
  265. this.tabControl1.ResumeLayout(false);
  266. this.tabPage1.ResumeLayout(false);
  267. this.tabPage1.PerformLayout();
  268. this.ResumeLayout(false);
  269. }
  270. #endregion
  271. private System.Windows.Forms.TabPage tabPage2;
  272. private System.Windows.Forms.ComboBox cmb_FailPos;
  273. private System.Windows.Forms.Label label15;
  274. private System.Windows.Forms.ComboBox cmb_SuccessPos;
  275. private System.Windows.Forms.Label label13;
  276. private System.Windows.Forms.Label label11;
  277. private System.Windows.Forms.Label label10;
  278. private System.Windows.Forms.TabControl tabControl1;
  279. private System.Windows.Forms.TabPage tabPage1;
  280. private System.Windows.Forms.Label label1;
  281. private System.Windows.Forms.TextBox tb_NodeName;
  282. private System.Windows.Forms.RichTextBox rtb_Note;
  283. private System.Windows.Forms.Label label2;
  284. private System.Windows.Forms.Label label4;
  285. private System.Windows.Forms.TextBox tb_NodeID;
  286. private System.Windows.Forms.Button btn_enter;
  287. private System.Windows.Forms.Button btn_cancel;
  288. private System.Windows.Forms.RichTextBox rtb_SqlStr;
  289. private System.Windows.Forms.CheckBox ckb_IsSaved;
  290. private System.Windows.Forms.RichTextBox rtb_ConnStr;
  291. private System.Windows.Forms.ToolTip toolTip1;
  292. }
  293. }