Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Finch <jason.finch@gmail.com>2022-06-02 10:01:06 +0300
committerJason Finch <jason.finch@gmail.com>2022-06-02 10:01:06 +0300
commit1eb6fc2235919fff4697378f8b380abc700de7ca (patch)
tree84cd573d32945f312c1f8a7c0fc7ef1ba6461560
parent5ff4502f0aeb31ae0777aa784e7214fca7ac1e6b (diff)
fix (Toolbar): Remove unused `modeToolStripmenuItem` from Main toolbar
-rw-r--r--mRemoteNG/UI/Forms/frmMain.Designer.cs11
1 files changed, 1 insertions, 10 deletions
diff --git a/mRemoteNG/UI/Forms/frmMain.Designer.cs b/mRemoteNG/UI/Forms/frmMain.Designer.cs
index 3b6580ed..0ff629f4 100644
--- a/mRemoteNG/UI/Forms/frmMain.Designer.cs
+++ b/mRemoteNG/UI/Forms/frmMain.Designer.cs
@@ -39,7 +39,6 @@
this.viewMenu = new mRemoteNG.UI.Menu.ViewMenu();
this.toolsMenu = new mRemoteNG.UI.Menu.ToolsMenu();
this.helpMenu = new mRemoteNG.UI.Menu.HelpMenu();
- this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.mMenSep3 = new System.Windows.Forms.ToolStripSeparator();
this.tsContainer = new System.Windows.Forms.ToolStripContainer();
this._quickConnectToolStrip = new mRemoteNG.UI.Controls.QuickConnectToolStrip();
@@ -47,7 +46,6 @@
this._externalToolsToolStrip = new mRemoteNG.UI.Controls.ExternalToolsToolStrip();
this.tmrAutoSave = new System.Windows.Forms.Timer(this.components);
this.vsToolStripExtender = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components);
- this.modeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.tsModeAdmin = new System.Windows.Forms.ToolStripMenuItem();
this.tsModeUser = new System.Windows.Forms.ToolStripMenuItem();
this.msMain.SuspendLayout();
@@ -77,8 +75,7 @@
this.fileMenu,
this.viewMenu,
this.toolsMenu,
- this.helpMenu,
- this.modeToolStripMenuItem});
+ this.helpMenu});
this.msMain.Location = new System.Drawing.Point(3, 0);
this.msMain.Name = "msMain";
this.msMain.Padding = new System.Windows.Forms.Padding(0, 0, 1, 0);
@@ -125,11 +122,6 @@
this.helpMenu.Text = "&Help";
this.helpMenu.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
//
- // modeToolStripMenuItem
- //
- this.modeToolStripMenuItem.Name = "modeToolStripMenuItem";
- this.modeToolStripMenuItem.Size = new System.Drawing.Size(12, 25);
- //
// mMenSep3
//
this.mMenSep3.Name = "mMenSep3";
@@ -254,7 +246,6 @@
internal mRemoteNG.UI.Controls.MultiSshToolStrip _multiSshToolStrip;
//theming support
private WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender vsToolStripExtender;
- private System.Windows.Forms.ToolStripMenuItem modeToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem tsModeAdmin;
private System.Windows.Forms.ToolStripMenuItem tsModeUser;
}