Remove tabcontroller references

Remove commented tab controller references
This commit is contained in:
Camilo Alvarez
2019-01-06 22:43:57 -05:00
parent 20f3b19f29
commit d8cdba262b
2 changed files with 0 additions and 18 deletions

View File

@@ -44,9 +44,6 @@ namespace mRemoteNG.UI.Panels
private static void PrepareTabControllerSupport(bool noTabber, ConnectionWindow connectionForm)
{
/* if (noTabber)
connectionForm.TabController.Dispose();
else*/
Runtime.WindowList.Add(connectionForm);
}

View File

@@ -60,21 +60,6 @@ namespace mRemoteNG.UI.Window
cmenTab.SuspendLayout();
SuspendLayout();
//
//TabController
//
/* TabController.Anchor = ((AnchorStyles.Top | AnchorStyles.Bottom)
| AnchorStyles.Left)
| AnchorStyles.Right;
TabController.Appearance = TabControl.VisualAppearance.MultiDocument;
TabController.Cursor = Cursors.Hand;
TabController.DragFromControl = false;
TabController.IDEPixelArea = true;
TabController.IDEPixelBorder = false;
TabController.Location = new Point(0, -1);
TabController.Name = "TabController";
TabController.Size = new Size(632, 454);
TabController.TabIndex = 0;*/
//
//cmenTab
//
cmenTab.Items.AddRange(new ToolStripItem[]