Allow shutting down the active remote server

This commit is contained in:
baldurk
2016-09-13 11:52:28 +02:00
parent c1a0b4857b
commit c10c487a02
3 changed files with 28 additions and 7 deletions
+3 -1
View File
@@ -310,8 +310,10 @@
this.ClientSize = new System.Drawing.Size(602, 460);
this.Controls.Add(tableLayoutPanel1);
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Name = "RemoteManager";
this.MinimizeBox = false;
this.MaximizeBox = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Remote Host Manager";
tableLayoutPanel1.ResumeLayout(false);