| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- namespace CitiLogReportDemo
- {
- partial class CitiLogReportDemo
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.numericUpDownID = new System.Windows.Forms.NumericUpDown();
- this.label1 = new System.Windows.Forms.Label();
- this.textBoxTimeOut = new System.Windows.Forms.TextBox();
- this.label8 = new System.Windows.Forms.Label();
- this.textBoxPeriod = new System.Windows.Forms.TextBox();
- this.label9 = new System.Windows.Forms.Label();
- this.buttonConnect = new System.Windows.Forms.Button();
- this.textBoxPort = new System.Windows.Forms.TextBox();
- this.label7 = new System.Windows.Forms.Label();
- this.textBoxServer = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.textBoxDBPassowrd = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.textBoxDBUser = new System.Windows.Forms.TextBox();
- this.label5 = new System.Windows.Forms.Label();
- this.textBoxDBPort = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.textBoxDBServer = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.textBoxDatabase = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.textBoxTable = new System.Windows.Forms.TextBox();
- this.groupBox2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDownID)).BeginInit();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.numericUpDownID);
- this.groupBox2.Controls.Add(this.label1);
- this.groupBox2.Controls.Add(this.textBoxTimeOut);
- this.groupBox2.Controls.Add(this.label8);
- this.groupBox2.Controls.Add(this.textBoxPeriod);
- this.groupBox2.Controls.Add(this.label9);
- this.groupBox2.Controls.Add(this.buttonConnect);
- this.groupBox2.Controls.Add(this.textBoxPort);
- this.groupBox2.Controls.Add(this.label7);
- this.groupBox2.Controls.Add(this.textBoxServer);
- this.groupBox2.Controls.Add(this.label4);
- this.groupBox2.Location = new System.Drawing.Point(30, 108);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(581, 99);
- this.groupBox2.TabIndex = 20;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Connection Group";
- //
- // numericUpDownID
- //
- this.numericUpDownID.Location = new System.Drawing.Point(473, 22);
- this.numericUpDownID.Maximum = new decimal(new int[] {
- 100000,
- 0,
- 0,
- 0});
- this.numericUpDownID.Minimum = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- this.numericUpDownID.Name = "numericUpDownID";
- this.numericUpDownID.Size = new System.Drawing.Size(92, 20);
- this.numericUpDownID.TabIndex = 26;
- this.numericUpDownID.Value = new decimal(new int[] {
- 1,
- 0,
- 0,
- 0});
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(448, 26);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(18, 13);
- this.label1.TabIndex = 25;
- this.label1.Text = "ID";
- //
- // textBoxTimeOut
- //
- this.textBoxTimeOut.Location = new System.Drawing.Point(317, 58);
- this.textBoxTimeOut.Name = "textBoxTimeOut";
- this.textBoxTimeOut.Size = new System.Drawing.Size(109, 20);
- this.textBoxTimeOut.TabIndex = 24;
- this.textBoxTimeOut.Text = "60";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Location = new System.Drawing.Point(230, 61);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(47, 13);
- this.label8.TabIndex = 23;
- this.label8.Text = "TimeOut";
- //
- // textBoxPeriod
- //
- this.textBoxPeriod.Location = new System.Drawing.Point(76, 58);
- this.textBoxPeriod.Name = "textBoxPeriod";
- this.textBoxPeriod.Size = new System.Drawing.Size(109, 20);
- this.textBoxPeriod.TabIndex = 22;
- this.textBoxPeriod.Text = "30";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Location = new System.Drawing.Point(25, 61);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(37, 13);
- this.label9.TabIndex = 21;
- this.label9.Text = "Period";
- //
- // buttonConnect
- //
- this.buttonConnect.Location = new System.Drawing.Point(467, 53);
- this.buttonConnect.Name = "buttonConnect";
- this.buttonConnect.Size = new System.Drawing.Size(98, 28);
- this.buttonConnect.TabIndex = 19;
- this.buttonConnect.Text = "Connect";
- this.buttonConnect.UseVisualStyleBackColor = true;
- this.buttonConnect.Click += new System.EventHandler(this.buttonConnect_Click);
- //
- // textBoxPort
- //
- this.textBoxPort.Location = new System.Drawing.Point(317, 23);
- this.textBoxPort.Name = "textBoxPort";
- this.textBoxPort.Size = new System.Drawing.Size(109, 20);
- this.textBoxPort.TabIndex = 7;
- this.textBoxPort.Text = "44000";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(230, 26);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(60, 13);
- this.label7.TabIndex = 6;
- this.label7.Text = "Server Port";
- //
- // textBoxServer
- //
- this.textBoxServer.Location = new System.Drawing.Point(76, 23);
- this.textBoxServer.Name = "textBoxServer";
- this.textBoxServer.Size = new System.Drawing.Size(109, 20);
- this.textBoxServer.TabIndex = 5;
- this.textBoxServer.Text = "172.1.13.228";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(25, 26);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(51, 13);
- this.label4.TabIndex = 4;
- this.label4.Text = "Server IP";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.textBoxTable);
- this.groupBox1.Controls.Add(this.label11);
- this.groupBox1.Controls.Add(this.textBoxDatabase);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.textBoxDBPassowrd);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.textBoxDBUser);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.textBoxDBPort);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.textBoxDBServer);
- this.groupBox1.Controls.Add(this.label10);
- this.groupBox1.Location = new System.Drawing.Point(30, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(581, 99);
- this.groupBox1.TabIndex = 27;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Database Group";
- //
- // textBoxDBPassowrd
- //
- this.textBoxDBPassowrd.Location = new System.Drawing.Point(264, 55);
- this.textBoxDBPassowrd.Name = "textBoxDBPassowrd";
- this.textBoxDBPassowrd.Size = new System.Drawing.Size(111, 20);
- this.textBoxDBPassowrd.TabIndex = 24;
- this.textBoxDBPassowrd.Text = "123";
- this.textBoxDBPassowrd.UseSystemPasswordChar = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(205, 58);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 13);
- this.label3.TabIndex = 23;
- this.label3.Text = "Password";
- //
- // textBoxDBUser
- //
- this.textBoxDBUser.Location = new System.Drawing.Point(266, 23);
- this.textBoxDBUser.Name = "textBoxDBUser";
- this.textBoxDBUser.Size = new System.Drawing.Size(109, 20);
- this.textBoxDBUser.TabIndex = 22;
- this.textBoxDBUser.Text = "root";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(205, 26);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(29, 13);
- this.label5.TabIndex = 21;
- this.label5.Text = "User";
- //
- // textBoxDBPort
- //
- this.textBoxDBPort.Location = new System.Drawing.Point(76, 55);
- this.textBoxDBPort.Name = "textBoxDBPort";
- this.textBoxDBPort.Size = new System.Drawing.Size(109, 20);
- this.textBoxDBPort.TabIndex = 7;
- this.textBoxDBPort.Text = "3306";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(25, 58);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(26, 13);
- this.label6.TabIndex = 6;
- this.label6.Text = "Port";
- //
- // textBoxDBServer
- //
- this.textBoxDBServer.Location = new System.Drawing.Point(76, 23);
- this.textBoxDBServer.Name = "textBoxDBServer";
- this.textBoxDBServer.Size = new System.Drawing.Size(109, 20);
- this.textBoxDBServer.TabIndex = 5;
- this.textBoxDBServer.Text = "localhost";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(25, 26);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(51, 13);
- this.label10.TabIndex = 4;
- this.label10.Text = "Server IP";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(403, 26);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 13);
- this.label2.TabIndex = 25;
- this.label2.Text = "Database";
- //
- // textBoxDatabase
- //
- this.textBoxDatabase.Location = new System.Drawing.Point(456, 23);
- this.textBoxDatabase.Name = "textBoxDatabase";
- this.textBoxDatabase.Size = new System.Drawing.Size(109, 20);
- this.textBoxDatabase.TabIndex = 26;
- this.textBoxDatabase.Text = "trafficbase";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(403, 58);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(34, 13);
- this.label11.TabIndex = 27;
- this.label11.Text = "Table";
- //
- // textBoxTable
- //
- this.textBoxTable.Location = new System.Drawing.Point(456, 55);
- this.textBoxTable.Name = "textBoxTable";
- this.textBoxTable.Size = new System.Drawing.Size(109, 20);
- this.textBoxTable.TabIndex = 28;
- this.textBoxTable.Text = "location";
- //
- // CitiLogReportDemo
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(636, 219);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.groupBox2);
- this.Name = "CitiLogReportDemo";
- this.Text = "CitiLog Report Demo";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.CitiLogReportDemo_FormClosing);
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numericUpDownID)).EndInit();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.Button buttonConnect;
- private System.Windows.Forms.TextBox textBoxPort;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox textBoxServer;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox textBoxTimeOut;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TextBox textBoxPeriod;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.NumericUpDown numericUpDownID;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox textBoxDBPassowrd;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.TextBox textBoxDBUser;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox textBoxDBPort;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.TextBox textBoxDBServer;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox textBoxTable;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.TextBox textBoxDatabase;
- private System.Windows.Forms.Label label2;
- }
- }
|