--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/08 14:23:01 2000 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/08/26 10:40:26 2054 @@ -30,12 +30,13 @@ { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); - this.transports = new System.Windows.Forms.ListBox(); this.stopAll = new System.Windows.Forms.Button(); this.startAll = new System.Windows.Forms.Button(); this.refreshTimer = new System.Windows.Forms.Timer(this.components); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); + this.txtTransferTime = new System.Windows.Forms.TextBox(); + this.label14 = new System.Windows.Forms.Label(); this.txtErrorMsg = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.txtCounter = new System.Windows.Forms.TextBox(); @@ -67,23 +68,13 @@ this.label8 = new System.Windows.Forms.Label(); this.lnkServer = new System.Windows.Forms.LinkLabel(); this.label13 = new System.Windows.Forms.Label(); - this.txtTransferTime = new System.Windows.Forms.TextBox(); - this.label14 = new System.Windows.Forms.Label(); + this.transports = new System.Windows.Forms.ListView(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // - // transports - // - this.transports.FormattingEnabled = true; - this.transports.Location = new System.Drawing.Point(13, 13); - this.transports.Name = "transports"; - this.transports.Size = new System.Drawing.Size(157, 355); - this.transports.TabIndex = 0; - this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged); - // // stopAll // this.stopAll.Location = new System.Drawing.Point(95, 379); @@ -150,6 +141,23 @@ this.tabPage1.Text = "Status"; this.tabPage1.UseVisualStyleBackColor = true; // + // txtTransferTime + // + this.txtTransferTime.Location = new System.Drawing.Point(96, 123); + this.txtTransferTime.Name = "txtTransferTime"; + this.txtTransferTime.ReadOnly = true; + this.txtTransferTime.Size = new System.Drawing.Size(130, 20); + this.txtTransferTime.TabIndex = 36; + // + // label14 + // + this.label14.AutoSize = true; + this.label14.Location = new System.Drawing.Point(21, 126); + this.label14.Name = "label14"; + this.label14.Size = new System.Drawing.Size(72, 13); + this.label14.TabIndex = 35; + this.label14.Text = "Transfer Time"; + // // txtErrorMsg // this.txtErrorMsg.Location = new System.Drawing.Point(96, 175); @@ -203,7 +211,7 @@ // // txtOkTime // - this.txtOkTime.Location = new System.Drawing.Point(96, 97); + this.txtOkTime.Location = new System.Drawing.Point(96, 98); this.txtOkTime.Name = "txtOkTime"; this.txtOkTime.ReadOnly = true; this.txtOkTime.Size = new System.Drawing.Size(130, 20); @@ -212,7 +220,7 @@ // label4 // this.label4.AutoSize = true; - this.label4.Location = new System.Drawing.Point(21, 100); + this.label4.Location = new System.Drawing.Point(21, 101); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(48, 13); this.label4.TabIndex = 27; @@ -308,6 +316,7 @@ this.txtLog.Multiline = true; this.txtLog.Name = "txtLog"; this.txtLog.ReadOnly = true; + this.txtLog.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtLog.Size = new System.Drawing.Size(436, 328); this.txtLog.TabIndex = 0; // @@ -332,7 +341,7 @@ // // txtUpdateQuery // - this.txtUpdateQuery.Location = new System.Drawing.Point(88, 117); + this.txtUpdateQuery.Location = new System.Drawing.Point(96, 125); this.txtUpdateQuery.Name = "txtUpdateQuery"; this.txtUpdateQuery.ReadOnly = true; this.txtUpdateQuery.Size = new System.Drawing.Size(130, 20); @@ -341,7 +350,7 @@ // label12 // this.label12.AutoSize = true; - this.label12.Location = new System.Drawing.Point(14, 120); + this.label12.Location = new System.Drawing.Point(21, 128); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(70, 13); this.label12.TabIndex = 29; @@ -349,7 +358,7 @@ // // txtReadQuery // - this.txtReadQuery.Location = new System.Drawing.Point(88, 91); + this.txtReadQuery.Location = new System.Drawing.Point(96, 98); this.txtReadQuery.Name = "txtReadQuery"; this.txtReadQuery.ReadOnly = true; this.txtReadQuery.Size = new System.Drawing.Size(130, 20); @@ -358,7 +367,7 @@ // label11 // this.label11.AutoSize = true; - this.label11.Location = new System.Drawing.Point(14, 94); + this.label11.Location = new System.Drawing.Point(21, 101); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(61, 13); this.label11.TabIndex = 27; @@ -366,7 +375,7 @@ // // txtInsertQuery // - this.txtInsertQuery.Location = new System.Drawing.Point(88, 65); + this.txtInsertQuery.Location = new System.Drawing.Point(96, 71); this.txtInsertQuery.Name = "txtInsertQuery"; this.txtInsertQuery.ReadOnly = true; this.txtInsertQuery.Size = new System.Drawing.Size(130, 20); @@ -375,7 +384,7 @@ // label10 // this.label10.AutoSize = true; - this.label10.Location = new System.Drawing.Point(14, 68); + this.label10.Location = new System.Drawing.Point(21, 74); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(61, 13); this.label10.TabIndex = 25; @@ -383,7 +392,7 @@ // // txtQueueName // - this.txtQueueName.Location = new System.Drawing.Point(88, 39); + this.txtQueueName.Location = new System.Drawing.Point(96, 44); this.txtQueueName.Name = "txtQueueName"; this.txtQueueName.ReadOnly = true; this.txtQueueName.Size = new System.Drawing.Size(130, 20); @@ -392,7 +401,7 @@ // label9 // this.label9.AutoSize = true; - this.label9.Location = new System.Drawing.Point(14, 42); + this.label9.Location = new System.Drawing.Point(21, 47); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(39, 13); this.label9.TabIndex = 23; @@ -400,7 +409,7 @@ // // txtDirection // - this.txtDirection.Location = new System.Drawing.Point(88, 13); + this.txtDirection.Location = new System.Drawing.Point(96, 17); this.txtDirection.Name = "txtDirection"; this.txtDirection.ReadOnly = true; this.txtDirection.Size = new System.Drawing.Size(130, 20); @@ -409,7 +418,7 @@ // label8 // this.label8.AutoSize = true; - this.label8.Location = new System.Drawing.Point(14, 16); + this.label8.Location = new System.Drawing.Point(21, 20); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(49, 13); this.label8.TabIndex = 21; @@ -435,35 +444,30 @@ this.label13.TabIndex = 21; this.label13.Text = "Server"; // - // txtTransferTime - // - this.txtTransferTime.Location = new System.Drawing.Point(96, 123); - this.txtTransferTime.Name = "txtTransferTime"; - this.txtTransferTime.ReadOnly = true; - this.txtTransferTime.Size = new System.Drawing.Size(130, 20); - this.txtTransferTime.TabIndex = 36; - // - // label14 + // transports // - this.label14.AutoSize = true; - this.label14.Location = new System.Drawing.Point(21, 126); - this.label14.Name = "label14"; - this.label14.Size = new System.Drawing.Size(72, 13); - this.label14.TabIndex = 35; - this.label14.Text = "Transfer Time"; + this.transports.Location = new System.Drawing.Point(13, 13); + this.transports.Name = "transports"; + this.transports.Size = new System.Drawing.Size(180, 351); + this.transports.TabIndex = 22; + this.transports.UseCompatibleStateImageBehavior = false; + this.transports.View = System.Windows.Forms.View.List; + this.transports.SelectedIndexChanged += new System.EventHandler(this.transports_SelectedIndexChanged); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(656, 414); + this.Controls.Add(this.transports); this.Controls.Add(this.label13); this.Controls.Add(this.lnkServer); this.Controls.Add(this.tabControl1); this.Controls.Add(this.startAll); this.Controls.Add(this.stopAll); - this.Controls.Add(this.transports); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); + this.MaximizeBox = false; this.Name = "MainForm"; this.Text = "DAO MQ GUI"; this.Shown += new System.EventHandler(this.MainForm_Shown); @@ -481,7 +485,6 @@ #endregion - private System.Windows.Forms.ListBox transports; private System.Windows.Forms.Button stopAll; private System.Windows.Forms.Button startAll; private System.Windows.Forms.Timer refreshTimer; @@ -520,6 +523,7 @@ private System.Windows.Forms.Label label13; private System.Windows.Forms.TextBox txtTransferTime; private System.Windows.Forms.Label label14; + private System.Windows.Forms.ListView transports; } }