--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/03 07:56:52 1986 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/08 14:23:01 2000 @@ -65,6 +65,10 @@ this.label9 = new System.Windows.Forms.Label(); this.txtDirection = new System.Windows.Forms.TextBox(); 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(); @@ -120,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); @@ -146,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); @@ -155,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; @@ -163,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); @@ -172,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; @@ -180,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); @@ -189,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; @@ -197,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); @@ -215,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; @@ -226,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; @@ -236,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); @@ -253,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); @@ -270,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); @@ -409,11 +415,50 @@ this.label8.TabIndex = 21; this.label8.Text = "Direction"; // + // lnkServer + // + this.lnkServer.AutoSize = true; + this.lnkServer.Location = new System.Drawing.Point(556, 389); + this.lnkServer.Name = "lnkServer"; + this.lnkServer.Size = new System.Drawing.Size(16, 13); + this.lnkServer.TabIndex = 20; + this.lnkServer.TabStop = true; + this.lnkServer.Text = "..."; + this.lnkServer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.lnkServer_LinkClicked); + // + // label13 + // + this.label13.AutoSize = true; + this.label13.Location = new System.Drawing.Point(509, 389); + this.label13.Name = "label13"; + this.label13.Size = new System.Drawing.Size(38, 13); + 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); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(656, 414); + 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); @@ -421,6 +466,7 @@ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 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(); @@ -429,6 +475,7 @@ this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); + this.PerformLayout(); } @@ -469,6 +516,10 @@ private System.Windows.Forms.TextBox txtDirection; private System.Windows.Forms.Label label8; 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; } }