--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/08/27 06:49:36 2057 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/08/28 06:45:20 2058 @@ -69,6 +69,8 @@ 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(); @@ -115,6 +117,8 @@ // // 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); @@ -229,7 +233,7 @@ // btnDisableOne // this.btnDisableOne.Enabled = false; - this.btnDisableOne.Location = new System.Drawing.Point(106, 236); + 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; @@ -240,7 +244,7 @@ // btnEnableOne // this.btnEnableOne.Enabled = false; - this.btnEnableOne.Location = new System.Drawing.Point(24, 236); + 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; @@ -454,6 +458,23 @@ 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); @@ -524,6 +545,8 @@ 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; } }