mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 12:08:37 +08:00
Remove tabcontroller references
Remove commented tab controller references
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
15
mRemoteV1/UI/Window/ConnectionWindow.Designer.cs
generated
15
mRemoteV1/UI/Window/ConnectionWindow.Designer.cs
generated
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user