--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/08 14:22:33 1999 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/08 14:23:01 2000 @@ -67,6 +67,8 @@ 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.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); @@ -122,6 +124,8 @@ // // tabPage1 // + 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); @@ -148,7 +152,7 @@ // // 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 +161,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 +169,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 +178,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 +186,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 +195,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 +203,7 @@ // // txtOkTime // - this.txtOkTime.Location = new System.Drawing.Point(79, 97); + this.txtOkTime.Location = new System.Drawing.Point(96, 97); this.txtOkTime.Name = "txtOkTime"; this.txtOkTime.ReadOnly = true; this.txtOkTime.Size = new System.Drawing.Size(130, 20); @@ -217,7 +221,7 @@ // btnDisableOne // this.btnDisableOne.Enabled = false; - this.btnDisableOne.Location = new System.Drawing.Point(106, 210); + this.btnDisableOne.Location = new System.Drawing.Point(106, 236); this.btnDisableOne.Name = "btnDisableOne"; this.btnDisableOne.Size = new System.Drawing.Size(75, 23); this.btnDisableOne.TabIndex = 26; @@ -228,7 +232,7 @@ // btnEnableOne // this.btnEnableOne.Enabled = false; - this.btnEnableOne.Location = new System.Drawing.Point(24, 210); + this.btnEnableOne.Location = new System.Drawing.Point(24, 236); this.btnEnableOne.Name = "btnEnableOne"; this.btnEnableOne.Size = new System.Drawing.Size(75, 23); this.btnEnableOne.TabIndex = 25; @@ -238,7 +242,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 +259,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 +276,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); @@ -431,6 +435,23 @@ 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 + // + 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"; + // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -497,6 +518,8 @@ 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; } }