--- dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/03 09:54:25 1991 +++ dao/DaoMqPump2/DaoMqGUI/MainForm.Designer.cs 2013/07/04 08:05:04 1992 @@ -65,6 +65,8 @@ 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.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); @@ -409,11 +411,33 @@ 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"; + // // 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); @@ -429,6 +453,7 @@ this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); + this.PerformLayout(); } @@ -469,6 +494,8 @@ 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; } }