--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/04 08:05:04 1992 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/08/28 06:45:20 2058 @@ -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,21 +68,15 @@ this.label8 = new System.Windows.Forms.Label(); this.lnkServer = new System.Windows.Forms.LinkLabel(); this.label13 = new System.Windows.Forms.Label(); + this.transports = new System.Windows.Forms.ListView(); + this.txtDiscarded = new System.Windows.Forms.TextBox(); + this.label15 = new System.Windows.Forms.Label(); 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); @@ -122,6 +117,10 @@ // // tabPage1 // + this.tabPage1.Controls.Add(this.txtDiscarded); + this.tabPage1.Controls.Add(this.label15); + this.tabPage1.Controls.Add(this.txtTransferTime); + this.tabPage1.Controls.Add(this.label14); this.tabPage1.Controls.Add(this.txtErrorMsg); this.tabPage1.Controls.Add(this.label7); this.tabPage1.Controls.Add(this.txtCounter); @@ -146,9 +145,26 @@ 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(79, 149); + this.txtErrorMsg.Location = new System.Drawing.Point(96, 175); this.txtErrorMsg.Name = "txtErrorMsg"; this.txtErrorMsg.ReadOnly = true; this.txtErrorMsg.Size = new System.Drawing.Size(130, 20); @@ -157,7 +173,7 @@ // label7 // this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(21, 152); + this.label7.Location = new System.Drawing.Point(21, 178); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(51, 13); this.label7.TabIndex = 33; @@ -165,7 +181,7 @@ // // txtCounter // - this.txtCounter.Location = new System.Drawing.Point(79, 175); + this.txtCounter.Location = new System.Drawing.Point(96, 201); this.txtCounter.Name = "txtCounter"; this.txtCounter.ReadOnly = true; this.txtCounter.Size = new System.Drawing.Size(130, 20); @@ -174,7 +190,7 @@ // label6 // this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(21, 178); + this.label6.Location = new System.Drawing.Point(21, 204); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(44, 13); this.label6.TabIndex = 31; @@ -182,7 +198,7 @@ // // txtErrorTime // - this.txtErrorTime.Location = new System.Drawing.Point(79, 123); + this.txtErrorTime.Location = new System.Drawing.Point(96, 149); this.txtErrorTime.Name = "txtErrorTime"; this.txtErrorTime.ReadOnly = true; this.txtErrorTime.Size = new System.Drawing.Size(130, 20); @@ -191,7 +207,7 @@ // label5 // this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(21, 126); + this.label5.Location = new System.Drawing.Point(21, 152); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(55, 13); this.label5.TabIndex = 29; @@ -199,7 +215,7 @@ // // txtOkTime // - this.txtOkTime.Location = new System.Drawing.Point(79, 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); @@ -208,7 +224,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; @@ -217,7 +233,7 @@ // btnDisableOne // this.btnDisableOne.Enabled = false; - this.btnDisableOne.Location = new System.Drawing.Point(106, 210); + this.btnDisableOne.Location = new System.Drawing.Point(106, 258); this.btnDisableOne.Name = "btnDisableOne"; this.btnDisableOne.Size = new System.Drawing.Size(75, 23); this.btnDisableOne.TabIndex = 26; @@ -228,7 +244,7 @@ // btnEnableOne // this.btnEnableOne.Enabled = false; - this.btnEnableOne.Location = new System.Drawing.Point(24, 210); + this.btnEnableOne.Location = new System.Drawing.Point(24, 258); this.btnEnableOne.Name = "btnEnableOne"; this.btnEnableOne.Size = new System.Drawing.Size(75, 23); this.btnEnableOne.TabIndex = 25; @@ -238,7 +254,7 @@ // // txtLastOK // - this.txtLastOK.Location = new System.Drawing.Point(79, 71); + this.txtLastOK.Location = new System.Drawing.Point(96, 71); this.txtLastOK.Name = "txtLastOK"; this.txtLastOK.ReadOnly = true; this.txtLastOK.Size = new System.Drawing.Size(130, 20); @@ -255,7 +271,7 @@ // // txtEnabled // - this.txtEnabled.Location = new System.Drawing.Point(79, 44); + this.txtEnabled.Location = new System.Drawing.Point(96, 44); this.txtEnabled.Name = "txtEnabled"; this.txtEnabled.ReadOnly = true; this.txtEnabled.Size = new System.Drawing.Size(130, 20); @@ -272,7 +288,7 @@ // // txtTransport // - this.txtTransport.Location = new System.Drawing.Point(79, 17); + this.txtTransport.Location = new System.Drawing.Point(96, 17); this.txtTransport.Name = "txtTransport"; this.txtTransport.ReadOnly = true; this.txtTransport.Size = new System.Drawing.Size(130, 20); @@ -304,6 +320,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; // @@ -328,7 +345,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); @@ -337,7 +354,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; @@ -345,7 +362,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); @@ -354,7 +371,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; @@ -362,7 +379,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); @@ -371,7 +388,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; @@ -379,7 +396,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); @@ -388,7 +405,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; @@ -396,7 +413,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); @@ -405,7 +422,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; @@ -431,20 +448,50 @@ this.label13.TabIndex = 21; this.label13.Text = "Server"; // + // transports + // + 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); + // + // txtDiscarded + // + this.txtDiscarded.Location = new System.Drawing.Point(96, 227); + this.txtDiscarded.Name = "txtDiscarded"; + this.txtDiscarded.ReadOnly = true; + this.txtDiscarded.Size = new System.Drawing.Size(130, 20); + this.txtDiscarded.TabIndex = 38; + // + // label15 + // + this.label15.AutoSize = true; + this.label15.Location = new System.Drawing.Point(21, 230); + this.label15.Name = "label15"; + this.label15.Size = new System.Drawing.Size(55, 13); + this.label15.TabIndex = 37; + this.label15.Text = "Discarded"; + // // 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); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); @@ -459,7 +506,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; @@ -496,6 +542,11 @@ private System.Windows.Forms.TextBox txtLog; private System.Windows.Forms.LinkLabel lnkServer; private System.Windows.Forms.Label label13; + private System.Windows.Forms.TextBox txtTransferTime; + private System.Windows.Forms.Label label14; + private System.Windows.Forms.ListView transports; + private System.Windows.Forms.TextBox txtDiscarded; + private System.Windows.Forms.Label label15; } }