CitiLogReportDemo.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. namespace CitiLogReportDemo
  2. {
  3. partial class CitiLogReportDemo
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.groupBox2 = new System.Windows.Forms.GroupBox();
  29. this.numericUpDownID = new System.Windows.Forms.NumericUpDown();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.textBoxTimeOut = new System.Windows.Forms.TextBox();
  32. this.label8 = new System.Windows.Forms.Label();
  33. this.textBoxPeriod = new System.Windows.Forms.TextBox();
  34. this.label9 = new System.Windows.Forms.Label();
  35. this.buttonConnect = new System.Windows.Forms.Button();
  36. this.textBoxPort = new System.Windows.Forms.TextBox();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.textBoxServer = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.groupBox1 = new System.Windows.Forms.GroupBox();
  41. this.textBoxDBPassowrd = new System.Windows.Forms.TextBox();
  42. this.label3 = new System.Windows.Forms.Label();
  43. this.textBoxDBUser = new System.Windows.Forms.TextBox();
  44. this.label5 = new System.Windows.Forms.Label();
  45. this.textBoxDBPort = new System.Windows.Forms.TextBox();
  46. this.label6 = new System.Windows.Forms.Label();
  47. this.textBoxDBServer = new System.Windows.Forms.TextBox();
  48. this.label10 = new System.Windows.Forms.Label();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.textBoxDatabase = new System.Windows.Forms.TextBox();
  51. this.label11 = new System.Windows.Forms.Label();
  52. this.textBoxTable = new System.Windows.Forms.TextBox();
  53. this.groupBox2.SuspendLayout();
  54. ((System.ComponentModel.ISupportInitialize)(this.numericUpDownID)).BeginInit();
  55. this.groupBox1.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // groupBox2
  59. //
  60. this.groupBox2.Controls.Add(this.numericUpDownID);
  61. this.groupBox2.Controls.Add(this.label1);
  62. this.groupBox2.Controls.Add(this.textBoxTimeOut);
  63. this.groupBox2.Controls.Add(this.label8);
  64. this.groupBox2.Controls.Add(this.textBoxPeriod);
  65. this.groupBox2.Controls.Add(this.label9);
  66. this.groupBox2.Controls.Add(this.buttonConnect);
  67. this.groupBox2.Controls.Add(this.textBoxPort);
  68. this.groupBox2.Controls.Add(this.label7);
  69. this.groupBox2.Controls.Add(this.textBoxServer);
  70. this.groupBox2.Controls.Add(this.label4);
  71. this.groupBox2.Location = new System.Drawing.Point(30, 108);
  72. this.groupBox2.Name = "groupBox2";
  73. this.groupBox2.Size = new System.Drawing.Size(581, 99);
  74. this.groupBox2.TabIndex = 20;
  75. this.groupBox2.TabStop = false;
  76. this.groupBox2.Text = "Connection Group";
  77. //
  78. // numericUpDownID
  79. //
  80. this.numericUpDownID.Location = new System.Drawing.Point(473, 22);
  81. this.numericUpDownID.Maximum = new decimal(new int[] {
  82. 100000,
  83. 0,
  84. 0,
  85. 0});
  86. this.numericUpDownID.Minimum = new decimal(new int[] {
  87. 1,
  88. 0,
  89. 0,
  90. 0});
  91. this.numericUpDownID.Name = "numericUpDownID";
  92. this.numericUpDownID.Size = new System.Drawing.Size(92, 20);
  93. this.numericUpDownID.TabIndex = 26;
  94. this.numericUpDownID.Value = new decimal(new int[] {
  95. 1,
  96. 0,
  97. 0,
  98. 0});
  99. //
  100. // label1
  101. //
  102. this.label1.AutoSize = true;
  103. this.label1.Location = new System.Drawing.Point(448, 26);
  104. this.label1.Name = "label1";
  105. this.label1.Size = new System.Drawing.Size(18, 13);
  106. this.label1.TabIndex = 25;
  107. this.label1.Text = "ID";
  108. //
  109. // textBoxTimeOut
  110. //
  111. this.textBoxTimeOut.Location = new System.Drawing.Point(317, 58);
  112. this.textBoxTimeOut.Name = "textBoxTimeOut";
  113. this.textBoxTimeOut.Size = new System.Drawing.Size(109, 20);
  114. this.textBoxTimeOut.TabIndex = 24;
  115. this.textBoxTimeOut.Text = "60";
  116. //
  117. // label8
  118. //
  119. this.label8.AutoSize = true;
  120. this.label8.Location = new System.Drawing.Point(230, 61);
  121. this.label8.Name = "label8";
  122. this.label8.Size = new System.Drawing.Size(47, 13);
  123. this.label8.TabIndex = 23;
  124. this.label8.Text = "TimeOut";
  125. //
  126. // textBoxPeriod
  127. //
  128. this.textBoxPeriod.Location = new System.Drawing.Point(76, 58);
  129. this.textBoxPeriod.Name = "textBoxPeriod";
  130. this.textBoxPeriod.Size = new System.Drawing.Size(109, 20);
  131. this.textBoxPeriod.TabIndex = 22;
  132. this.textBoxPeriod.Text = "30";
  133. //
  134. // label9
  135. //
  136. this.label9.AutoSize = true;
  137. this.label9.Location = new System.Drawing.Point(25, 61);
  138. this.label9.Name = "label9";
  139. this.label9.Size = new System.Drawing.Size(37, 13);
  140. this.label9.TabIndex = 21;
  141. this.label9.Text = "Period";
  142. //
  143. // buttonConnect
  144. //
  145. this.buttonConnect.Location = new System.Drawing.Point(467, 53);
  146. this.buttonConnect.Name = "buttonConnect";
  147. this.buttonConnect.Size = new System.Drawing.Size(98, 28);
  148. this.buttonConnect.TabIndex = 19;
  149. this.buttonConnect.Text = "Connect";
  150. this.buttonConnect.UseVisualStyleBackColor = true;
  151. this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
  152. //
  153. // textBoxPort
  154. //
  155. this.textBoxPort.Location = new System.Drawing.Point(317, 23);
  156. this.textBoxPort.Name = "textBoxPort";
  157. this.textBoxPort.Size = new System.Drawing.Size(109, 20);
  158. this.textBoxPort.TabIndex = 7;
  159. this.textBoxPort.Text = "44000";
  160. //
  161. // label7
  162. //
  163. this.label7.AutoSize = true;
  164. this.label7.Location = new System.Drawing.Point(230, 26);
  165. this.label7.Name = "label7";
  166. this.label7.Size = new System.Drawing.Size(60, 13);
  167. this.label7.TabIndex = 6;
  168. this.label7.Text = "Server Port";
  169. //
  170. // textBoxServer
  171. //
  172. this.textBoxServer.Location = new System.Drawing.Point(76, 23);
  173. this.textBoxServer.Name = "textBoxServer";
  174. this.textBoxServer.Size = new System.Drawing.Size(109, 20);
  175. this.textBoxServer.TabIndex = 5;
  176. this.textBoxServer.Text = "172.1.13.228";
  177. //
  178. // label4
  179. //
  180. this.label4.AutoSize = true;
  181. this.label4.Location = new System.Drawing.Point(25, 26);
  182. this.label4.Name = "label4";
  183. this.label4.Size = new System.Drawing.Size(51, 13);
  184. this.label4.TabIndex = 4;
  185. this.label4.Text = "Server IP";
  186. //
  187. // groupBox1
  188. //
  189. this.groupBox1.Controls.Add(this.textBoxTable);
  190. this.groupBox1.Controls.Add(this.label11);
  191. this.groupBox1.Controls.Add(this.textBoxDatabase);
  192. this.groupBox1.Controls.Add(this.label2);
  193. this.groupBox1.Controls.Add(this.textBoxDBPassowrd);
  194. this.groupBox1.Controls.Add(this.label3);
  195. this.groupBox1.Controls.Add(this.textBoxDBUser);
  196. this.groupBox1.Controls.Add(this.label5);
  197. this.groupBox1.Controls.Add(this.textBoxDBPort);
  198. this.groupBox1.Controls.Add(this.label6);
  199. this.groupBox1.Controls.Add(this.textBoxDBServer);
  200. this.groupBox1.Controls.Add(this.label10);
  201. this.groupBox1.Location = new System.Drawing.Point(30, 3);
  202. this.groupBox1.Name = "groupBox1";
  203. this.groupBox1.Size = new System.Drawing.Size(581, 99);
  204. this.groupBox1.TabIndex = 27;
  205. this.groupBox1.TabStop = false;
  206. this.groupBox1.Text = "Database Group";
  207. //
  208. // textBoxDBPassowrd
  209. //
  210. this.textBoxDBPassowrd.Location = new System.Drawing.Point(264, 55);
  211. this.textBoxDBPassowrd.Name = "textBoxDBPassowrd";
  212. this.textBoxDBPassowrd.Size = new System.Drawing.Size(111, 20);
  213. this.textBoxDBPassowrd.TabIndex = 24;
  214. this.textBoxDBPassowrd.Text = "123";
  215. this.textBoxDBPassowrd.UseSystemPasswordChar = true;
  216. //
  217. // label3
  218. //
  219. this.label3.AutoSize = true;
  220. this.label3.Location = new System.Drawing.Point(205, 58);
  221. this.label3.Name = "label3";
  222. this.label3.Size = new System.Drawing.Size(53, 13);
  223. this.label3.TabIndex = 23;
  224. this.label3.Text = "Password";
  225. //
  226. // textBoxDBUser
  227. //
  228. this.textBoxDBUser.Location = new System.Drawing.Point(266, 23);
  229. this.textBoxDBUser.Name = "textBoxDBUser";
  230. this.textBoxDBUser.Size = new System.Drawing.Size(109, 20);
  231. this.textBoxDBUser.TabIndex = 22;
  232. this.textBoxDBUser.Text = "root";
  233. //
  234. // label5
  235. //
  236. this.label5.AutoSize = true;
  237. this.label5.Location = new System.Drawing.Point(205, 26);
  238. this.label5.Name = "label5";
  239. this.label5.Size = new System.Drawing.Size(29, 13);
  240. this.label5.TabIndex = 21;
  241. this.label5.Text = "User";
  242. //
  243. // textBoxDBPort
  244. //
  245. this.textBoxDBPort.Location = new System.Drawing.Point(76, 55);
  246. this.textBoxDBPort.Name = "textBoxDBPort";
  247. this.textBoxDBPort.Size = new System.Drawing.Size(109, 20);
  248. this.textBoxDBPort.TabIndex = 7;
  249. this.textBoxDBPort.Text = "3306";
  250. //
  251. // label6
  252. //
  253. this.label6.AutoSize = true;
  254. this.label6.Location = new System.Drawing.Point(25, 58);
  255. this.label6.Name = "label6";
  256. this.label6.Size = new System.Drawing.Size(26, 13);
  257. this.label6.TabIndex = 6;
  258. this.label6.Text = "Port";
  259. //
  260. // textBoxDBServer
  261. //
  262. this.textBoxDBServer.Location = new System.Drawing.Point(76, 23);
  263. this.textBoxDBServer.Name = "textBoxDBServer";
  264. this.textBoxDBServer.Size = new System.Drawing.Size(109, 20);
  265. this.textBoxDBServer.TabIndex = 5;
  266. this.textBoxDBServer.Text = "localhost";
  267. //
  268. // label10
  269. //
  270. this.label10.AutoSize = true;
  271. this.label10.Location = new System.Drawing.Point(25, 26);
  272. this.label10.Name = "label10";
  273. this.label10.Size = new System.Drawing.Size(51, 13);
  274. this.label10.TabIndex = 4;
  275. this.label10.Text = "Server IP";
  276. //
  277. // label2
  278. //
  279. this.label2.AutoSize = true;
  280. this.label2.Location = new System.Drawing.Point(403, 26);
  281. this.label2.Name = "label2";
  282. this.label2.Size = new System.Drawing.Size(53, 13);
  283. this.label2.TabIndex = 25;
  284. this.label2.Text = "Database";
  285. //
  286. // textBoxDatabase
  287. //
  288. this.textBoxDatabase.Location = new System.Drawing.Point(456, 23);
  289. this.textBoxDatabase.Name = "textBoxDatabase";
  290. this.textBoxDatabase.Size = new System.Drawing.Size(109, 20);
  291. this.textBoxDatabase.TabIndex = 26;
  292. this.textBoxDatabase.Text = "trafficbase";
  293. //
  294. // label11
  295. //
  296. this.label11.AutoSize = true;
  297. this.label11.Location = new System.Drawing.Point(403, 58);
  298. this.label11.Name = "label11";
  299. this.label11.Size = new System.Drawing.Size(34, 13);
  300. this.label11.TabIndex = 27;
  301. this.label11.Text = "Table";
  302. //
  303. // textBoxTable
  304. //
  305. this.textBoxTable.Location = new System.Drawing.Point(456, 55);
  306. this.textBoxTable.Name = "textBoxTable";
  307. this.textBoxTable.Size = new System.Drawing.Size(109, 20);
  308. this.textBoxTable.TabIndex = 28;
  309. this.textBoxTable.Text = "location";
  310. //
  311. // CitiLogReportDemo
  312. //
  313. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  314. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  315. this.ClientSize = new System.Drawing.Size(636, 219);
  316. this.Controls.Add(this.groupBox1);
  317. this.Controls.Add(this.groupBox2);
  318. this.Name = "CitiLogReportDemo";
  319. this.Text = "CitiLog Report Demo";
  320. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CitiLogReportDemo_FormClosing);
  321. this.groupBox2.ResumeLayout(false);
  322. this.groupBox2.PerformLayout();
  323. ((System.ComponentModel.ISupportInitialize)(this.numericUpDownID)).EndInit();
  324. this.groupBox1.ResumeLayout(false);
  325. this.groupBox1.PerformLayout();
  326. this.ResumeLayout(false);
  327. }
  328. #endregion
  329. private System.Windows.Forms.GroupBox groupBox2;
  330. private System.Windows.Forms.Button buttonConnect;
  331. private System.Windows.Forms.TextBox textBoxPort;
  332. private System.Windows.Forms.Label label7;
  333. private System.Windows.Forms.TextBox textBoxServer;
  334. private System.Windows.Forms.Label label4;
  335. private System.Windows.Forms.TextBox textBoxTimeOut;
  336. private System.Windows.Forms.Label label8;
  337. private System.Windows.Forms.TextBox textBoxPeriod;
  338. private System.Windows.Forms.Label label9;
  339. private System.Windows.Forms.NumericUpDown numericUpDownID;
  340. private System.Windows.Forms.Label label1;
  341. private System.Windows.Forms.GroupBox groupBox1;
  342. private System.Windows.Forms.TextBox textBoxDBPassowrd;
  343. private System.Windows.Forms.Label label3;
  344. private System.Windows.Forms.TextBox textBoxDBUser;
  345. private System.Windows.Forms.Label label5;
  346. private System.Windows.Forms.TextBox textBoxDBPort;
  347. private System.Windows.Forms.Label label6;
  348. private System.Windows.Forms.TextBox textBoxDBServer;
  349. private System.Windows.Forms.Label label10;
  350. private System.Windows.Forms.TextBox textBoxTable;
  351. private System.Windows.Forms.Label label11;
  352. private System.Windows.Forms.TextBox textBoxDatabase;
  353. private System.Windows.Forms.Label label2;
  354. }
  355. }