From 430a2529dbc32504f746e06108b76f35beaaea7f Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sat, 13 Jun 2020 14:10:25 +0200 Subject: [PATCH] renamed user controlls to start with capital letter --- mRemoteNG/Tools/ReconnectGroup.Designer.cs | 20 +-- .../CredentialRecordListView.Designer.cs | 4 +- .../CredentialRepositoryListView.Designer.cs | 4 +- .../NewPasswordWithVerification.Designer.cs | 12 +- .../UI/Controls/QuickConnectToolStrip.cs | 4 +- mRemoteNG/UI/Controls/SecureTextBox.cs | 2 +- mRemoteNG/UI/Controls/mrngAdTree.Designer.cs | 4 +- mRemoteNG/UI/Controls/mrngAdTree.cs | 4 +- mRemoteNG/UI/Controls/mrngButton.cs | 4 +- mRemoteNG/UI/Controls/mrngCheckBox.cs | 4 +- mRemoteNG/UI/Controls/mrngComboBox.cs | 4 +- mRemoteNG/UI/Controls/mrngGroupBox.cs | 4 +- mRemoteNG/UI/Controls/mrngIpTextBox.cs | 32 ++-- mRemoteNG/UI/Controls/mrngLabel.cs | 4 +- mRemoteNG/UI/Controls/mrngListView.cs | 4 +- mRemoteNG/UI/Controls/mrngNumericUpDown.cs | 14 +- .../UI/Controls/mrngPictureBox.Designer.cs | 2 +- mRemoteNG/UI/Controls/mrngPictureBox.cs | 6 +- mRemoteNG/UI/Controls/mrngProgressBar.cs | 4 +- mRemoteNG/UI/Controls/mrngRadioButton.cs | 4 +- mRemoteNG/UI/Controls/mrngSearchBox.cs | 4 +- mRemoteNG/UI/Controls/mrngTextBox.cs | 4 +- ...tButton.cs => mrngToolStripSplitButton.cs} | 4 +- mRemoteNG/UI/Forms/FrmAbout.Designer.cs | 16 +- mRemoteNG/UI/Forms/FrmExport.Designer.cs | 90 +++++------ mRemoteNG/UI/Forms/FrmInputBox.Designer.cs | 20 +-- mRemoteNG/UI/Forms/FrmPassword.Designer.cs | 32 ++-- .../OptionsPages/AdvancedPage.Designer.cs | 58 +++---- .../OptionsPages/AppearancePage.Designer.cs | 44 ++--- .../OptionsPages/ComponentsPage.Designer.cs | 46 +++--- .../OptionsPages/ConnectionsPage.Designer.cs | 92 +++++------ .../OptionsPages/CredentialsPage.Designer.cs | 40 ++--- .../NotificationsPage.Designer.cs | 150 +++++++++--------- .../OptionsPages/SecurityPage.Designer.cs | 44 ++--- .../OptionsPages/SqlServerPage.Designer.cs | 76 ++++----- .../OptionsPages/StartupExitPage.Designer.cs | 30 ++-- .../OptionsPages/TabsPanelsPage.Designer.cs | 62 ++++---- .../Forms/OptionsPages/ThemePage.Designer.cs | 26 +-- .../OptionsPages/UpdatesPage.Designer.cs | 86 +++++----- mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs | 22 +-- mRemoteNG/UI/Forms/frmMain.cs | 2 +- mRemoteNG/UI/Forms/frmOptions.Designer.cs | 22 +-- mRemoteNG/UI/TaskDialog/frmTaskDialog.cs | 4 +- .../UI/TaskDialog/frmTaskDialog.designer.cs | 44 ++--- .../ActiveDirectoryImportWindow.Designer.cs | 38 ++--- .../Window/ConnectionTreeWindow.Designer.cs | 8 +- .../UI/Window/ErrorAndInfoWindow.Designer.cs | 12 +- .../UI/Window/ExternalToolsWindow.Designer.cs | 80 +++++----- .../UI/Window/PortScanWindow.Designer.cs | 70 ++++---- mRemoteNG/UI/Window/SSHTransferWindow.cs | 84 +++++----- mRemoteNG/UI/Window/UpdateWindow.Designer.cs | 44 ++--- mRemoteNG/mRemoteNG.csproj | 86 +++++----- 52 files changed, 790 insertions(+), 790 deletions(-) rename mRemoteNG/UI/Controls/{ToolStripSplitButton.cs => mrngToolStripSplitButton.cs} (93%) diff --git a/mRemoteNG/Tools/ReconnectGroup.Designer.cs b/mRemoteNG/Tools/ReconnectGroup.Designer.cs index dd1e2f68e..f364a81c6 100644 --- a/mRemoteNG/Tools/ReconnectGroup.Designer.cs +++ b/mRemoteNG/Tools/ReconnectGroup.Designer.cs @@ -28,10 +28,10 @@ namespace mRemoteNG.Tools { this.components = new System.ComponentModel.Container(); this.grpAutomaticReconnect = new System.Windows.Forms.GroupBox(); - this.lblAnimation = new mRemoteNG.UI.Controls.mrngLabel(); - this.btnClose = new mrngButton(); - this.lblServerStatus = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkReconnectWhenReady = new mrngCheckBox(); + this.lblAnimation = new mRemoteNG.UI.Controls.MrngLabel(); + this.btnClose = new MrngButton(); + this.lblServerStatus = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkReconnectWhenReady = new MrngCheckBox(); this.pbServerStatus = new System.Windows.Forms.PictureBox(); this.tmrAnimation = new System.Windows.Forms.Timer(this.components); this.grpAutomaticReconnect.SuspendLayout(); @@ -63,7 +63,7 @@ namespace mRemoteNG.Tools // // btnClose // - this.btnClose._mice = mrngButton.MouseState.HOVER; + this.btnClose._mice = MrngButton.MouseState.HOVER; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnClose.Location = new System.Drawing.Point(6, 67); this.btnClose.Name = "btnClose"; @@ -84,7 +84,7 @@ namespace mRemoteNG.Tools // // chkReconnectWhenReady // - this.chkReconnectWhenReady._mice = mrngCheckBox.MouseState.HOVER; + this.chkReconnectWhenReady._mice = MrngCheckBox.MouseState.HOVER; this.chkReconnectWhenReady.AutoSize = true; this.chkReconnectWhenReady.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.chkReconnectWhenReady.Location = new System.Drawing.Point(18, 44); @@ -127,12 +127,12 @@ namespace mRemoteNG.Tools } internal System.Windows.Forms.GroupBox grpAutomaticReconnect; - internal mrngButton btnClose; - internal UI.Controls.mrngLabel lblServerStatus; - internal mrngCheckBox chkReconnectWhenReady; + internal MrngButton btnClose; + internal UI.Controls.MrngLabel lblServerStatus; + internal MrngCheckBox chkReconnectWhenReady; internal System.Windows.Forms.PictureBox pbServerStatus; internal System.Windows.Forms.Timer tmrAnimation; - internal UI.Controls.mrngLabel lblAnimation; + internal UI.Controls.MrngLabel lblAnimation; private System.ComponentModel.IContainer components; } } \ No newline at end of file diff --git a/mRemoteNG/UI/Controls/CredentialRecordListView.Designer.cs b/mRemoteNG/UI/Controls/CredentialRecordListView.Designer.cs index fc446a7aa..e2084c33a 100644 --- a/mRemoteNG/UI/Controls/CredentialRecordListView.Designer.cs +++ b/mRemoteNG/UI/Controls/CredentialRecordListView.Designer.cs @@ -28,7 +28,7 @@ /// private void InitializeComponent() { - this.objectListView1 = new mRemoteNG.UI.Controls.mrngListView(); + this.objectListView1 = new mRemoteNG.UI.Controls.MrngListView(); this.olvColumnTitle = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumnUsername = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumnDomain = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); @@ -118,7 +118,7 @@ #endregion - private mrngListView objectListView1; + private MrngListView objectListView1; private BrightIdeasSoftware.OLVColumn olvColumnCredentialId; private BrightIdeasSoftware.OLVColumn olvColumnTitle; private BrightIdeasSoftware.OLVColumn olvColumnUsername; diff --git a/mRemoteNG/UI/Controls/CredentialRepositoryListView.Designer.cs b/mRemoteNG/UI/Controls/CredentialRepositoryListView.Designer.cs index d6e5b0699..922c6d044 100644 --- a/mRemoteNG/UI/Controls/CredentialRepositoryListView.Designer.cs +++ b/mRemoteNG/UI/Controls/CredentialRepositoryListView.Designer.cs @@ -15,7 +15,7 @@ /// private void InitializeComponent() { - this.objectListView1 = new mRemoteNG.UI.Controls.mrngListView(); + this.objectListView1 = new mRemoteNG.UI.Controls.MrngListView(); this.olvColumnTitle = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumnProvider = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.olvColumnIsLoaded = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); @@ -100,7 +100,7 @@ #endregion - private mrngListView objectListView1; + private MrngListView objectListView1; private BrightIdeasSoftware.OLVColumn olvColumnProvider; private BrightIdeasSoftware.OLVColumn olvColumnSource; private BrightIdeasSoftware.OLVColumn olvColumnTitle; diff --git a/mRemoteNG/UI/Controls/NewPasswordWithVerification.Designer.cs b/mRemoteNG/UI/Controls/NewPasswordWithVerification.Designer.cs index b381438b5..992e2c534 100644 --- a/mRemoteNG/UI/Controls/NewPasswordWithVerification.Designer.cs +++ b/mRemoteNG/UI/Controls/NewPasswordWithVerification.Designer.cs @@ -28,9 +28,9 @@ /// private void InitializeComponent() { - this.labelFirstPasswordBox = new mRemoteNG.UI.Controls.mrngLabel(); - this.labelSecondPasswordBox = new mRemoteNG.UI.Controls.mrngLabel(); - this.labelPasswordsDontMatch = new mRemoteNG.UI.Controls.mrngLabel(); + this.labelFirstPasswordBox = new mRemoteNG.UI.Controls.MrngLabel(); + this.labelSecondPasswordBox = new mRemoteNG.UI.Controls.MrngLabel(); + this.labelPasswordsDontMatch = new mRemoteNG.UI.Controls.MrngLabel(); this.imgError = new System.Windows.Forms.PictureBox(); this.secureTextBox2 = new mRemoteNG.UI.Controls.SecureTextBox(); this.secureTextBox1 = new mRemoteNG.UI.Controls.SecureTextBox(); @@ -117,9 +117,9 @@ private SecureTextBox secureTextBox1; private SecureTextBox secureTextBox2; - private Controls.mrngLabel labelFirstPasswordBox; - private Controls.mrngLabel labelSecondPasswordBox; - private Controls.mrngLabel labelPasswordsDontMatch; + private Controls.MrngLabel labelFirstPasswordBox; + private Controls.MrngLabel labelSecondPasswordBox; + private Controls.MrngLabel labelPasswordsDontMatch; private System.Windows.Forms.PictureBox imgError; } } diff --git a/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs b/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs index 0ed9d4407..e718be5ad 100644 --- a/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs +++ b/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs @@ -20,7 +20,7 @@ namespace mRemoteNG.UI.Controls private IContainer components; private ToolStripLabel _lblQuickConnect; private ToolStripDropDownButton _btnConnections; - private ToolStripSplitButton _btnQuickConnect; + private MrngToolStripSplitButton _btnQuickConnect; private ContextMenuStrip _mnuQuickConnectProtocol; private QuickConnectComboBox _cmbQuickConnect; private ContextMenuStrip _mnuConnections; @@ -61,7 +61,7 @@ namespace mRemoteNG.UI.Controls components = new System.ComponentModel.Container(); _lblQuickConnect = new ToolStripLabel(); _cmbQuickConnect = new QuickConnectComboBox(); - _btnQuickConnect = new ToolStripSplitButton(); + _btnQuickConnect = new MrngToolStripSplitButton(); _mnuQuickConnectProtocol = new ContextMenuStrip(components); _btnConnections = new ToolStripDropDownButton(); _mnuConnections = new ContextMenuStrip(components); diff --git a/mRemoteNG/UI/Controls/SecureTextBox.cs b/mRemoteNG/UI/Controls/SecureTextBox.cs index bce287fce..fc1b3d699 100644 --- a/mRemoteNG/UI/Controls/SecureTextBox.cs +++ b/mRemoteNG/UI/Controls/SecureTextBox.cs @@ -3,7 +3,7 @@ using mRemoteNG.Security; namespace mRemoteNG.UI.Controls { - public partial class SecureTextBox : mrngTextBox + public partial class SecureTextBox : MrngTextBox { public SecureString SecString { get; private set; } = new SecureString(); diff --git a/mRemoteNG/UI/Controls/mrngAdTree.Designer.cs b/mRemoteNG/UI/Controls/mrngAdTree.Designer.cs index 9df691588..8a94f19dc 100644 --- a/mRemoteNG/UI/Controls/mrngAdTree.Designer.cs +++ b/mRemoteNG/UI/Controls/mrngAdTree.Designer.cs @@ -1,6 +1,6 @@ namespace mRemoteNG.UI.Controls { - partial class mrngAdTree + partial class MrngAdTree { /// /// Required designer variable. @@ -29,7 +29,7 @@ private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mrngAdTree)); + System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MrngAdTree)); this.tvActiveDirectory = new System.Windows.Forms.TreeView(); this.ImglTree = new System.Windows.Forms.ImageList(this.components); this.SuspendLayout(); diff --git a/mRemoteNG/UI/Controls/mrngAdTree.cs b/mRemoteNG/UI/Controls/mrngAdTree.cs index 3a0830d36..a4a3123ab 100644 --- a/mRemoteNG/UI/Controls/mrngAdTree.cs +++ b/mRemoteNG/UI/Controls/mrngAdTree.cs @@ -5,11 +5,11 @@ using System.Windows.Forms; namespace mRemoteNG.UI.Controls { - public partial class mrngAdTree : UserControl + public partial class MrngAdTree : UserControl { #region Public Methods - public mrngAdTree() + public MrngAdTree() { InitializeComponent(); } diff --git a/mRemoteNG/UI/Controls/mrngButton.cs b/mRemoteNG/UI/Controls/mrngButton.cs index 681f58ad0..7d9f0ef49 100644 --- a/mRemoteNG/UI/Controls/mrngButton.cs +++ b/mRemoteNG/UI/Controls/mrngButton.cs @@ -8,7 +8,7 @@ namespace mRemoteNG.UI.Controls { [ToolboxBitmap(typeof(Button))] //Extended button class, the button onPaint completely repaint the control - public class mrngButton : Button + public class MrngButton : Button { private ThemeManager _themeManager; @@ -22,7 +22,7 @@ namespace mRemoteNG.UI.Controls OUT } - public mrngButton() + public MrngButton() { ThemeManager.getInstance().ThemeChanged += OnCreateControl; } diff --git a/mRemoteNG/UI/Controls/mrngCheckBox.cs b/mRemoteNG/UI/Controls/mrngCheckBox.cs index b31543157..a9e3202f7 100644 --- a/mRemoteNG/UI/Controls/mrngCheckBox.cs +++ b/mRemoteNG/UI/Controls/mrngCheckBox.cs @@ -11,14 +11,14 @@ namespace mRemoteNG.UI.Controls // CheckBoxRenderer: // https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.checkboxrenderer?view=netframework-4.6 // - public class mrngCheckBox : CheckBox + public class MrngCheckBox : CheckBox { private ThemeManager _themeManager; private readonly Size _checkboxSize; private readonly int _checkboxYCoord; private readonly int _textXCoord; - public mrngCheckBox() + public MrngCheckBox() { InitializeComponent(); ThemeManager.getInstance().ThemeChanged += OnCreateControl; diff --git a/mRemoteNG/UI/Controls/mrngComboBox.cs b/mRemoteNG/UI/Controls/mrngComboBox.cs index 475f064e5..de473cc66 100644 --- a/mRemoteNG/UI/Controls/mrngComboBox.cs +++ b/mRemoteNG/UI/Controls/mrngComboBox.cs @@ -6,7 +6,7 @@ namespace mRemoteNG.UI.Controls { //Extended ComboBox class, the NGComboBox onPaint completely repaint the control as does the item painting //warning: THe DropDown style rendering is glitchy in this control, only use DropDownList or correct the rendering method - internal class mrngComboBox : ComboBox + internal class MrngComboBox : ComboBox { private ThemeManager _themeManager; @@ -19,7 +19,7 @@ namespace mRemoteNG.UI.Controls public MouseState _mice { get; set; } - public mrngComboBox() + public MrngComboBox() { ThemeManager.getInstance().ThemeChanged += OnCreateControl; } diff --git a/mRemoteNG/UI/Controls/mrngGroupBox.cs b/mRemoteNG/UI/Controls/mrngGroupBox.cs index 453cbffea..cfc1f1fcb 100644 --- a/mRemoteNG/UI/Controls/mrngGroupBox.cs +++ b/mRemoteNG/UI/Controls/mrngGroupBox.cs @@ -6,11 +6,11 @@ namespace mRemoteNG.UI.Controls { //Groupbox is colored using the innerTab colors as the vstheme doesnt have explicit groupbox palettes (at least completes) //This clas completely repaints the control - public class mrngGroupBox : GroupBox + public class MrngGroupBox : GroupBox { private ThemeManager _themeManager; - public mrngGroupBox() + public MrngGroupBox() { ThemeManager.getInstance().ThemeChanged += OnCreateControl; } diff --git a/mRemoteNG/UI/Controls/mrngIpTextBox.cs b/mRemoteNG/UI/Controls/mrngIpTextBox.cs index 8146e4087..5808b9659 100644 --- a/mRemoteNG/UI/Controls/mrngIpTextBox.cs +++ b/mRemoteNG/UI/Controls/mrngIpTextBox.cs @@ -14,16 +14,16 @@ namespace mRemoteNG.UI.Controls * An IP Address Box * A TextBox that only allows entry of a valid ip address */ - public class mrngIpTextBox : UserControl + public class MrngIpTextBox : UserControl { private Panel panel1; - public mrngTextBox Octet1; - public mrngTextBox Octet2; - public mrngTextBox Octet3; - public mrngTextBox Octet4; - private mrngLabel label1; - private mrngLabel label2; - private mrngLabel label3; + public MrngTextBox Octet1; + public MrngTextBox Octet2; + public MrngTextBox Octet3; + public MrngTextBox Octet4; + private MrngLabel label1; + private MrngLabel label2; + private MrngLabel label3; private ToolTip toolTip1; private System.ComponentModel.IContainer components; @@ -67,7 +67,7 @@ namespace mRemoteNG.UI.Controls } } - public mrngIpTextBox() + public MrngIpTextBox() { // This call is required by the Windows.Forms Form Designer. InitializeComponent(); @@ -119,13 +119,13 @@ namespace mRemoteNG.UI.Controls { this.components = new System.ComponentModel.Container(); this.panel1 = new System.Windows.Forms.Panel(); - this.Octet4 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.Octet3 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.Octet2 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.Octet1 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.label2 = new mRemoteNG.UI.Controls.mrngLabel(); - this.label1 = new mRemoteNG.UI.Controls.mrngLabel(); - this.label3 = new mRemoteNG.UI.Controls.mrngLabel(); + this.Octet4 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.Octet3 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.Octet2 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.Octet1 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.label2 = new mRemoteNG.UI.Controls.MrngLabel(); + this.label1 = new mRemoteNG.UI.Controls.MrngLabel(); + this.label3 = new mRemoteNG.UI.Controls.MrngLabel(); this.toolTip1 = new System.Windows.Forms.ToolTip(this.components); this.panel1.SuspendLayout(); this.SuspendLayout(); diff --git a/mRemoteNG/UI/Controls/mrngLabel.cs b/mRemoteNG/UI/Controls/mrngLabel.cs index 0eeb46458..db4c8f35c 100644 --- a/mRemoteNG/UI/Controls/mrngLabel.cs +++ b/mRemoteNG/UI/Controls/mrngLabel.cs @@ -8,12 +8,12 @@ namespace mRemoteNG.UI.Controls //Themable label to overide the winforms behavior of drawing the forecolor of disabled with a system color //This class repaints the control to avoid Disabled state mismatch of the theme [ToolboxBitmap(typeof(Label))] - public class mrngLabel : Label + public class MrngLabel : Label { private ThemeManager _themeManager; private TextFormatFlags _textFormatFlags; - public mrngLabel() + public MrngLabel() { ThemeManager.getInstance().ThemeChanged += OnCreateControl; } diff --git a/mRemoteNG/UI/Controls/mrngListView.cs b/mRemoteNG/UI/Controls/mrngListView.cs index e2a2fcf65..9587eb04a 100644 --- a/mRemoteNG/UI/Controls/mrngListView.cs +++ b/mRemoteNG/UI/Controls/mrngListView.cs @@ -7,14 +7,14 @@ namespace mRemoteNG.UI.Controls { //Simple coloring of ObjectListView //This is subclassed to avoid repeating the code in multiple places - internal class mrngListView : ObjectListView + internal class MrngListView : ObjectListView { private CellBorderDecoration deco; //Control if the gridlines are styled, must be set before the OnCreateControl is fired public bool DecorateLines { get; set; } = true; - public mrngListView() + public MrngListView() { InitializeComponent(); ThemeManager.getInstance().ThemeChanged += OnCreateControl; diff --git a/mRemoteNG/UI/Controls/mrngNumericUpDown.cs b/mRemoteNG/UI/Controls/mrngNumericUpDown.cs index c8ffc190b..6a52361a7 100644 --- a/mRemoteNG/UI/Controls/mrngNumericUpDown.cs +++ b/mRemoteNG/UI/Controls/mrngNumericUpDown.cs @@ -9,13 +9,13 @@ namespace mRemoteNG.UI.Controls { //Repaint of the NumericUpDown, the composite control buttons are replaced because the //original ones cannot be themed due to protected inheritance - internal class mrngNumericUpDown : NumericUpDown + internal class MrngNumericUpDown : NumericUpDown { private readonly ThemeManager _themeManager; - private mrngButton Up; - private mrngButton Down; + private MrngButton Up; + private MrngButton Down; - public mrngNumericUpDown() + public MrngNumericUpDown() { _themeManager = ThemeManager.getInstance(); ThemeManager.getInstance().ThemeChanged += OnCreateControl; @@ -43,7 +43,7 @@ namespace mRemoteNG.UI.Controls * OptionsPages are an example where the control is potentially created twice: * AddOptionsPagesToListView and then LstOptionPages_SelectedIndexChanged */ - if (!(Controls[i] is mrngButton)) continue; + if (!(Controls[i] is MrngButton)) continue; if (!Controls[i].Text.Equals("\u25B2") && !Controls[i].Text.Equals("\u25BC")) continue; Invalidate(); return; @@ -51,14 +51,14 @@ namespace mRemoteNG.UI.Controls } //Add new themable buttons - Up = new mrngButton + Up = new MrngButton { Text = "\u25B2", Font = new Font(Font.FontFamily, 5f) }; Up.SetBounds(Controls.Owner.Width - 17, 2, 16, Controls.Owner.Height / 2 - 1); Up.Click += Up_Click; - Down = new mrngButton + Down = new MrngButton { Text = "\u25BC", Font = new Font(Font.FontFamily, 5f) diff --git a/mRemoteNG/UI/Controls/mrngPictureBox.Designer.cs b/mRemoteNG/UI/Controls/mrngPictureBox.Designer.cs index a7fec185d..6c207be65 100644 --- a/mRemoteNG/UI/Controls/mrngPictureBox.Designer.cs +++ b/mRemoteNG/UI/Controls/mrngPictureBox.Designer.cs @@ -1,6 +1,6 @@ namespace mRemoteNG.UI.Controls { - partial class mrngPictureBox + partial class MrngPictureBox { /// /// Required designer variable. diff --git a/mRemoteNG/UI/Controls/mrngPictureBox.cs b/mRemoteNG/UI/Controls/mrngPictureBox.cs index 54a17b41d..b3f241a25 100644 --- a/mRemoteNG/UI/Controls/mrngPictureBox.cs +++ b/mRemoteNG/UI/Controls/mrngPictureBox.cs @@ -4,16 +4,16 @@ using mRemoteNG.Themes; namespace mRemoteNG.UI.Controls { - public partial class mrngPictureBox : PictureBox + public partial class MrngPictureBox : PictureBox { private ThemeManager _themeManager; - public mrngPictureBox() + public MrngPictureBox() { ThemeManager.getInstance().ThemeChanged += OnCreateControl; } - public mrngPictureBox(IContainer container) + public MrngPictureBox(IContainer container) { container.Add(this); diff --git a/mRemoteNG/UI/Controls/mrngProgressBar.cs b/mRemoteNG/UI/Controls/mrngProgressBar.cs index 93af7b62a..0047dd31c 100644 --- a/mRemoteNG/UI/Controls/mrngProgressBar.cs +++ b/mRemoteNG/UI/Controls/mrngProgressBar.cs @@ -5,12 +5,12 @@ using System.Windows.Forms; namespace mRemoteNG.UI.Controls { // Repaint of a ProgressBar on a flat style - internal class mrngProgressBar : ProgressBar + internal class MrngProgressBar : ProgressBar { private ThemeManager _themeManager; - public mrngProgressBar() + public MrngProgressBar() { ThemeManager.getInstance().ThemeChanged += OnCreateControl; } diff --git a/mRemoteNG/UI/Controls/mrngRadioButton.cs b/mRemoteNG/UI/Controls/mrngRadioButton.cs index 50665ac77..56adb19b8 100644 --- a/mRemoteNG/UI/Controls/mrngRadioButton.cs +++ b/mRemoteNG/UI/Controls/mrngRadioButton.cs @@ -7,7 +7,7 @@ namespace mRemoteNG.UI.Controls { // total replace of RadioButton to avoid disabled state inconsistency on the themes // and glyph color inconsistency - class mrngRadioButton : RadioButton + class MrngRadioButton : RadioButton { private ThemeManager _themeManager; private readonly Rectangle _circle; @@ -15,7 +15,7 @@ namespace mRemoteNG.UI.Controls private readonly int _textXCoord; // Constructor - public mrngRadioButton() + public MrngRadioButton() { var display = new DisplayProperties(); diff --git a/mRemoteNG/UI/Controls/mrngSearchBox.cs b/mRemoteNG/UI/Controls/mrngSearchBox.cs index 36af2b8e2..29d5c2341 100644 --- a/mRemoteNG/UI/Controls/mrngSearchBox.cs +++ b/mRemoteNG/UI/Controls/mrngSearchBox.cs @@ -4,14 +4,14 @@ using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { - public class mrngSearchBox : mrngTextBox + public class MrngSearchBox : MrngTextBox { private bool _showDefaultText = true; private bool _settingDefaultText = true; private readonly PictureBox _pbClear = new PictureBox(); private readonly ToolTip _btClearToolTip = new ToolTip(); - public mrngSearchBox() + public MrngSearchBox() { TextChanged += NGSearchBox_TextChanged; LostFocus += FocusLost; diff --git a/mRemoteNG/UI/Controls/mrngTextBox.cs b/mRemoteNG/UI/Controls/mrngTextBox.cs index 277a4c3c2..43bba235f 100644 --- a/mRemoteNG/UI/Controls/mrngTextBox.cs +++ b/mRemoteNG/UI/Controls/mrngTextBox.cs @@ -8,11 +8,11 @@ namespace mRemoteNG.UI.Controls { //This class is only minimally themed as textboxes onPaint are hard to theme (system wm paint control most of the drawing process //There are some glitches on the initial draw of some controls - public class mrngTextBox : TextBox + public class MrngTextBox : TextBox { private ThemeManager _themeManager; - public mrngTextBox() + public MrngTextBox() { InitializeComponent(); ThemeManager.getInstance().ThemeChanged += OnCreateControl; diff --git a/mRemoteNG/UI/Controls/ToolStripSplitButton.cs b/mRemoteNG/UI/Controls/mrngToolStripSplitButton.cs similarity index 93% rename from mRemoteNG/UI/Controls/ToolStripSplitButton.cs rename to mRemoteNG/UI/Controls/mrngToolStripSplitButton.cs index 1386136fa..6b395a445 100644 --- a/mRemoteNG/UI/Controls/ToolStripSplitButton.cs +++ b/mRemoteNG/UI/Controls/mrngToolStripSplitButton.cs @@ -1,9 +1,9 @@ -using System.Drawing; +using System.Drawing; using System.Windows.Forms; namespace mRemoteNG.UI.Controls { - public class ToolStripSplitButton : System.Windows.Forms.ToolStripSplitButton + public class MrngToolStripSplitButton : System.Windows.Forms.ToolStripSplitButton { public new ToolStripDropDown DropDown { diff --git a/mRemoteNG/UI/Forms/FrmAbout.Designer.cs b/mRemoteNG/UI/Forms/FrmAbout.Designer.cs index 1f4fc60c7..0fa1c6bcd 100644 --- a/mRemoteNG/UI/Forms/FrmAbout.Designer.cs +++ b/mRemoteNG/UI/Forms/FrmAbout.Designer.cs @@ -11,10 +11,10 @@ this.llCredits = new System.Windows.Forms.LinkLabel(); this.llChangelog = new System.Windows.Forms.LinkLabel(); this.llLicense = new System.Windows.Forms.LinkLabel(); - this.lblTitle = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblVersion = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblLicense = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblCopyright = new mRemoteNG.UI.Controls.mrngLabel(); + this.lblTitle = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblVersion = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblLicense = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblCopyright = new mRemoteNG.UI.Controls.MrngLabel(); ((System.ComponentModel.ISupportInitialize)(this.pbLogo)).BeginInit(); this.pnlBottom.SuspendLayout(); this.SuspendLayout(); @@ -161,10 +161,10 @@ } #endregion - internal Controls.mrngLabel lblCopyright; - internal Controls.mrngLabel lblTitle; - internal Controls.mrngLabel lblVersion; - internal Controls.mrngLabel lblLicense; + internal Controls.MrngLabel lblCopyright; + internal Controls.MrngLabel lblTitle; + internal Controls.MrngLabel lblVersion; + internal Controls.MrngLabel lblLicense; internal System.Windows.Forms.Panel pnlBottom; internal System.Windows.Forms.PictureBox pbLogo; private System.Windows.Forms.LinkLabel llCredits; diff --git a/mRemoteNG/UI/Forms/FrmExport.Designer.cs b/mRemoteNG/UI/Forms/FrmExport.Designer.cs index 56afb90b9..d6d81caee 100644 --- a/mRemoteNG/UI/Forms/FrmExport.Designer.cs +++ b/mRemoteNG/UI/Forms/FrmExport.Designer.cs @@ -10,27 +10,27 @@ namespace mRemoteNG.UI.Forms private void InitializeComponent() { - this.btnCancel = new mrngButton(); - this.btnOK = new mrngButton(); - this.lblUncheckProperties = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkUsername = new mrngCheckBox(); - this.chkPassword = new mrngCheckBox(); - this.chkDomain = new mrngCheckBox(); - this.chkInheritance = new mrngCheckBox(); - this.txtFileName = new mRemoteNG.UI.Controls.mrngTextBox(); - this.btnBrowse = new mrngButton(); + this.btnCancel = new MrngButton(); + this.btnOK = new MrngButton(); + this.lblUncheckProperties = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkUsername = new MrngCheckBox(); + this.chkPassword = new MrngCheckBox(); + this.chkDomain = new MrngCheckBox(); + this.chkInheritance = new MrngCheckBox(); + this.txtFileName = new mRemoteNG.UI.Controls.MrngTextBox(); + this.btnBrowse = new MrngButton(); this.grpProperties = new System.Windows.Forms.GroupBox(); - this.chkAssignedCredential = new mrngCheckBox(); + this.chkAssignedCredential = new MrngCheckBox(); this.grpFile = new System.Windows.Forms.GroupBox(); - this.lblFileFormat = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblFileName = new mRemoteNG.UI.Controls.mrngLabel(); - this.cboFileFormat = new mrngComboBox(); + this.lblFileFormat = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblFileName = new mRemoteNG.UI.Controls.MrngLabel(); + this.cboFileFormat = new MrngComboBox(); this.grpItems = new System.Windows.Forms.GroupBox(); - this.lblSelectedConnection = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblSelectedFolder = new mRemoteNG.UI.Controls.mrngLabel(); - this.rdoExportSelectedConnection = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.rdoExportSelectedFolder = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.rdoExportEverything = new mRemoteNG.UI.Controls.mrngRadioButton(); + this.lblSelectedConnection = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblSelectedFolder = new mRemoteNG.UI.Controls.MrngLabel(); + this.rdoExportSelectedConnection = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.rdoExportSelectedFolder = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.rdoExportEverything = new mRemoteNG.UI.Controls.MrngRadioButton(); this.grpProperties.SuspendLayout(); this.grpFile.SuspendLayout(); this.grpItems.SuspendLayout(); @@ -38,7 +38,7 @@ namespace mRemoteNG.UI.Forms // // btnCancel // - this.btnCancel._mice = mrngButton.MouseState.HOVER; + this.btnCancel._mice = MrngButton.MouseState.HOVER; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(447, 473); this.btnCancel.Name = "btnCancel"; @@ -50,7 +50,7 @@ namespace mRemoteNG.UI.Forms // // btnOK // - this.btnOK._mice = mrngButton.MouseState.HOVER; + this.btnOK._mice = MrngButton.MouseState.HOVER; this.btnOK.Location = new System.Drawing.Point(366, 473); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); @@ -70,7 +70,7 @@ namespace mRemoteNG.UI.Forms // // chkUsername // - this.chkUsername._mice = mrngCheckBox.MouseState.HOVER; + this.chkUsername._mice = MrngCheckBox.MouseState.HOVER; this.chkUsername.AutoSize = true; this.chkUsername.Checked = true; this.chkUsername.CheckState = System.Windows.Forms.CheckState.Checked; @@ -83,7 +83,7 @@ namespace mRemoteNG.UI.Forms // // chkPassword // - this.chkPassword._mice = mrngCheckBox.MouseState.HOVER; + this.chkPassword._mice = MrngCheckBox.MouseState.HOVER; this.chkPassword.AutoSize = true; this.chkPassword.Checked = true; this.chkPassword.CheckState = System.Windows.Forms.CheckState.Checked; @@ -96,7 +96,7 @@ namespace mRemoteNG.UI.Forms // // chkDomain // - this.chkDomain._mice = mrngCheckBox.MouseState.HOVER; + this.chkDomain._mice = MrngCheckBox.MouseState.HOVER; this.chkDomain.AutoSize = true; this.chkDomain.Checked = true; this.chkDomain.CheckState = System.Windows.Forms.CheckState.Checked; @@ -109,7 +109,7 @@ namespace mRemoteNG.UI.Forms // // chkInheritance // - this.chkInheritance._mice = mrngCheckBox.MouseState.HOVER; + this.chkInheritance._mice = MrngCheckBox.MouseState.HOVER; this.chkInheritance.AutoSize = true; this.chkInheritance.Checked = true; this.chkInheritance.CheckState = System.Windows.Forms.CheckState.Checked; @@ -131,7 +131,7 @@ namespace mRemoteNG.UI.Forms // // btnBrowse // - this.btnBrowse._mice = mrngButton.MouseState.HOVER; + this.btnBrowse._mice = MrngButton.MouseState.HOVER; this.btnBrowse.Location = new System.Drawing.Point(417, 46); this.btnBrowse.Name = "btnBrowse"; this.btnBrowse.Size = new System.Drawing.Size(75, 23); @@ -157,7 +157,7 @@ namespace mRemoteNG.UI.Forms // // chkAssignedCredential // - this.chkAssignedCredential._mice = mrngCheckBox.MouseState.HOVER; + this.chkAssignedCredential._mice = MrngCheckBox.MouseState.HOVER; this.chkAssignedCredential.AutoSize = true; this.chkAssignedCredential.Checked = true; this.chkAssignedCredential.CheckState = System.Windows.Forms.CheckState.Checked; @@ -203,7 +203,7 @@ namespace mRemoteNG.UI.Forms // // cboFileFormat // - this.cboFileFormat._mice = mrngComboBox.MouseState.HOVER; + this.cboFileFormat._mice = MrngComboBox.MouseState.HOVER; this.cboFileFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboFileFormat.FormattingEnabled = true; this.cboFileFormat.Location = new System.Drawing.Point(15, 100); @@ -312,28 +312,28 @@ namespace mRemoteNG.UI.Forms this.ResumeLayout(false); } - private mrngButton btnCancel; - private mrngButton btnOK; - private Controls.mrngLabel lblUncheckProperties; - private mrngCheckBox chkUsername; - private mrngCheckBox chkPassword; - private mrngCheckBox chkDomain; - private mrngCheckBox chkInheritance; - private Controls.mrngTextBox txtFileName; - private mrngButton btnBrowse; + private MrngButton btnCancel; + private MrngButton btnOK; + private Controls.MrngLabel lblUncheckProperties; + private MrngCheckBox chkUsername; + private MrngCheckBox chkPassword; + private MrngCheckBox chkDomain; + private MrngCheckBox chkInheritance; + private Controls.MrngTextBox txtFileName; + private MrngButton btnBrowse; private System.Windows.Forms.GroupBox grpProperties; private System.Windows.Forms.GroupBox grpFile; - private Controls.mrngLabel lblFileFormat; - private Controls.mrngLabel lblFileName; - private mrngComboBox cboFileFormat; + private Controls.MrngLabel lblFileFormat; + private Controls.MrngLabel lblFileName; + private MrngComboBox cboFileFormat; private System.Windows.Forms.GroupBox grpItems; - private Controls.mrngLabel lblSelectedConnection; - private Controls.mrngLabel lblSelectedFolder; - private Controls.mrngRadioButton rdoExportSelectedConnection; - private Controls.mrngRadioButton rdoExportSelectedFolder; - private Controls.mrngRadioButton rdoExportEverything; + private Controls.MrngLabel lblSelectedConnection; + private Controls.MrngLabel lblSelectedFolder; + private Controls.MrngRadioButton rdoExportSelectedConnection; + private Controls.MrngRadioButton rdoExportSelectedFolder; + private Controls.MrngRadioButton rdoExportEverything; #endregion - private mrngCheckBox chkAssignedCredential; + private MrngCheckBox chkAssignedCredential; } } diff --git a/mRemoteNG/UI/Forms/FrmInputBox.Designer.cs b/mRemoteNG/UI/Forms/FrmInputBox.Designer.cs index cb2103a7c..b5717b251 100644 --- a/mRemoteNG/UI/Forms/FrmInputBox.Designer.cs +++ b/mRemoteNG/UI/Forms/FrmInputBox.Designer.cs @@ -31,10 +31,10 @@ namespace mRemoteNG.UI.Forms private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this._Ok = new mrngButton(); - this.buttonCancel = new mrngButton(); - this.textBox = new mRemoteNG.UI.Controls.mrngTextBox(); - this.label = new mRemoteNG.UI.Controls.mrngLabel(); + this._Ok = new MrngButton(); + this.buttonCancel = new MrngButton(); + this.textBox = new mRemoteNG.UI.Controls.MrngTextBox(); + this.label = new mRemoteNG.UI.Controls.MrngLabel(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // @@ -60,7 +60,7 @@ namespace mRemoteNG.UI.Forms // // _Ok // - this._Ok._mice = mrngButton.MouseState.HOVER; + this._Ok._mice = MrngButton.MouseState.HOVER; this._Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this._Ok.Location = new System.Drawing.Point(125, 55); this._Ok.Name = "_Ok"; @@ -72,7 +72,7 @@ namespace mRemoteNG.UI.Forms // // buttonCancel // - this.buttonCancel._mice = mrngButton.MouseState.HOVER; + this.buttonCancel._mice = MrngButton.MouseState.HOVER; this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.buttonCancel.Location = new System.Drawing.Point(206, 55); @@ -130,9 +130,9 @@ namespace mRemoteNG.UI.Forms #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; - private mrngButton _Ok; - private mrngButton buttonCancel; - private Controls.mrngTextBox textBox; - private Controls.mrngLabel label; + private MrngButton _Ok; + private MrngButton buttonCancel; + private Controls.MrngTextBox textBox; + private Controls.MrngLabel label; } } \ No newline at end of file diff --git a/mRemoteNG/UI/Forms/FrmPassword.Designer.cs b/mRemoteNG/UI/Forms/FrmPassword.Designer.cs index 94788dc8d..78afa5dd8 100644 --- a/mRemoteNG/UI/Forms/FrmPassword.Designer.cs +++ b/mRemoteNG/UI/Forms/FrmPassword.Designer.cs @@ -36,14 +36,14 @@ namespace mRemoteNG.UI.Forms [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent() { - this.lblPassword = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblVerify = new mRemoteNG.UI.Controls.mrngLabel(); - this.btnOK = new mrngButton(); - this.btnCancel = new mrngButton(); - this.lblStatus = new mRemoteNG.UI.Controls.mrngLabel(); + this.lblPassword = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblVerify = new mRemoteNG.UI.Controls.MrngLabel(); + this.btnOK = new MrngButton(); + this.btnCancel = new MrngButton(); + this.lblStatus = new mRemoteNG.UI.Controls.MrngLabel(); this.pbLock = new System.Windows.Forms.PictureBox(); - this.txtVerify = new mRemoteNG.UI.Controls.mrngTextBox(); - this.txtPassword = new mRemoteNG.UI.Controls.mrngTextBox(); + this.txtVerify = new mRemoteNG.UI.Controls.MrngTextBox(); + this.txtPassword = new mRemoteNG.UI.Controls.MrngTextBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)(this.pbLock)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); @@ -69,7 +69,7 @@ namespace mRemoteNG.UI.Forms // // btnOK // - this.btnOK._mice = mrngButton.MouseState.HOVER; + this.btnOK._mice = MrngButton.MouseState.HOVER; this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.Location = new System.Drawing.Point(215, 124); this.btnOK.Name = "btnOK"; @@ -81,7 +81,7 @@ namespace mRemoteNG.UI.Forms // // btnCancel // - this.btnCancel._mice = mrngButton.MouseState.HOVER; + this.btnCancel._mice = MrngButton.MouseState.HOVER; this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(296, 124); @@ -195,13 +195,13 @@ namespace mRemoteNG.UI.Forms this.ResumeLayout(false); } - private Controls.mrngTextBox txtPassword; - private Controls.mrngTextBox txtVerify; - private Controls.mrngLabel lblPassword; - private Controls.mrngLabel lblVerify; - private mrngButton btnOK; - private mrngButton btnCancel; - private Controls.mrngLabel lblStatus; + private Controls.MrngTextBox txtPassword; + private Controls.MrngTextBox txtVerify; + private Controls.MrngLabel lblPassword; + private Controls.MrngLabel lblVerify; + private MrngButton btnOK; + private MrngButton btnCancel; + private Controls.MrngLabel lblStatus; private System.Windows.Forms.PictureBox pbLock; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } diff --git a/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.Designer.cs index 3affd262a..18220d259 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.Designer.cs @@ -32,18 +32,18 @@ namespace mRemoteNG.UI.Forms.OptionsPages [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent() { - this.lblMaximumPuttyWaitTime = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkAutomaticReconnect = new mrngCheckBox(); - this.numPuttyWaitTime = new mRemoteNG.UI.Controls.mrngNumericUpDown(); - this.chkUseCustomPuttyPath = new mrngCheckBox(); - this.lblConfigurePuttySessions = new mRemoteNG.UI.Controls.mrngLabel(); - this.numUVNCSCPort = new mRemoteNG.UI.Controls.mrngNumericUpDown(); - this.txtCustomPuttyPath = new mRemoteNG.UI.Controls.mrngTextBox(); - this.btnLaunchPutty = new mrngButton(); - this.lblUVNCSCPort = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblSeconds = new mRemoteNG.UI.Controls.mrngLabel(); - this.btnBrowseCustomPuttyPath = new mrngButton(); - this.chkLoadBalanceInfoUseUtf8 = new mrngCheckBox(); + this.lblMaximumPuttyWaitTime = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkAutomaticReconnect = new MrngCheckBox(); + this.numPuttyWaitTime = new mRemoteNG.UI.Controls.MrngNumericUpDown(); + this.chkUseCustomPuttyPath = new MrngCheckBox(); + this.lblConfigurePuttySessions = new mRemoteNG.UI.Controls.MrngLabel(); + this.numUVNCSCPort = new mRemoteNG.UI.Controls.MrngNumericUpDown(); + this.txtCustomPuttyPath = new mRemoteNG.UI.Controls.MrngTextBox(); + this.btnLaunchPutty = new MrngButton(); + this.lblUVNCSCPort = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblSeconds = new mRemoteNG.UI.Controls.MrngLabel(); + this.btnBrowseCustomPuttyPath = new MrngButton(); + this.chkLoadBalanceInfoUseUtf8 = new MrngCheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numPuttyWaitTime)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numUVNCSCPort)).BeginInit(); this.SuspendLayout(); @@ -59,7 +59,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkAutomaticReconnect // - this.chkAutomaticReconnect._mice = mrngCheckBox.MouseState.OUT; + this.chkAutomaticReconnect._mice = MrngCheckBox.MouseState.OUT; this.chkAutomaticReconnect.AutoSize = true; this.chkAutomaticReconnect.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkAutomaticReconnect.Location = new System.Drawing.Point(3, 3); @@ -89,7 +89,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkUseCustomPuttyPath // - this.chkUseCustomPuttyPath._mice = mrngCheckBox.MouseState.OUT; + this.chkUseCustomPuttyPath._mice = MrngCheckBox.MouseState.OUT; this.chkUseCustomPuttyPath.AutoSize = true; this.chkUseCustomPuttyPath.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkUseCustomPuttyPath.Location = new System.Drawing.Point(3, 49); @@ -141,7 +141,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnLaunchPutty // - this.btnLaunchPutty._mice = mrngButton.MouseState.OUT; + this.btnLaunchPutty._mice = MrngButton.MouseState.OUT; this.btnLaunchPutty.Image = global::mRemoteNG.Properties.Resources.PuttyConfig; this.btnLaunchPutty.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnLaunchPutty.Location = new System.Drawing.Point(373, 109); @@ -174,7 +174,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnBrowseCustomPuttyPath // - this.btnBrowseCustomPuttyPath._mice = mrngButton.MouseState.OUT; + this.btnBrowseCustomPuttyPath._mice = MrngButton.MouseState.OUT; this.btnBrowseCustomPuttyPath.Enabled = false; this.btnBrowseCustomPuttyPath.Location = new System.Drawing.Point(373, 71); this.btnBrowseCustomPuttyPath.Name = "btnBrowseCustomPuttyPath"; @@ -186,7 +186,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkLoadBalanceInfoUseUtf8 // - this.chkLoadBalanceInfoUseUtf8._mice = mrngCheckBox.MouseState.OUT; + this.chkLoadBalanceInfoUseUtf8._mice = MrngCheckBox.MouseState.OUT; this.chkLoadBalanceInfoUseUtf8.AutoSize = true; this.chkLoadBalanceInfoUseUtf8.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkLoadBalanceInfoUseUtf8.Location = new System.Drawing.Point(3, 26); @@ -221,17 +221,17 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.PerformLayout(); } - internal Controls.mrngLabel lblMaximumPuttyWaitTime; - internal mrngCheckBox chkAutomaticReconnect; - internal Controls.mrngNumericUpDown numPuttyWaitTime; - internal mrngCheckBox chkUseCustomPuttyPath; - internal Controls.mrngLabel lblConfigurePuttySessions; - internal Controls.mrngNumericUpDown numUVNCSCPort; - internal Controls.mrngTextBox txtCustomPuttyPath; - internal mrngButton btnLaunchPutty; - internal Controls.mrngLabel lblUVNCSCPort; - internal Controls.mrngLabel lblSeconds; - internal mrngButton btnBrowseCustomPuttyPath; - private mrngCheckBox chkLoadBalanceInfoUseUtf8; + internal Controls.MrngLabel lblMaximumPuttyWaitTime; + internal MrngCheckBox chkAutomaticReconnect; + internal Controls.MrngNumericUpDown numPuttyWaitTime; + internal MrngCheckBox chkUseCustomPuttyPath; + internal Controls.MrngLabel lblConfigurePuttySessions; + internal Controls.MrngNumericUpDown numUVNCSCPort; + internal Controls.MrngTextBox txtCustomPuttyPath; + internal MrngButton btnLaunchPutty; + internal Controls.MrngLabel lblUVNCSCPort; + internal Controls.MrngLabel lblSeconds; + internal MrngButton btnBrowseCustomPuttyPath; + private MrngCheckBox chkLoadBalanceInfoUseUtf8; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.Designer.cs index ab27d7325..04458764e 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.Designer.cs @@ -32,14 +32,14 @@ namespace mRemoteNG.UI.Forms.OptionsPages //Do not modify it using the code editor. [System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent() { - this.lblLanguageRestartRequired = new mRemoteNG.UI.Controls.mrngLabel(); - this.cboLanguage = new mrngComboBox(); - this.lblLanguage = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkShowFullConnectionsFilePathInTitle = new mrngCheckBox(); - this.chkShowDescriptionTooltipsInTree = new mrngCheckBox(); - this.chkShowSystemTrayIcon = new mrngCheckBox(); - this.chkMinimizeToSystemTray = new mrngCheckBox(); - this.chkCloseToSystemTray = new mrngCheckBox(); + this.lblLanguageRestartRequired = new mRemoteNG.UI.Controls.MrngLabel(); + this.cboLanguage = new MrngComboBox(); + this.lblLanguage = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkShowFullConnectionsFilePathInTitle = new MrngCheckBox(); + this.chkShowDescriptionTooltipsInTree = new MrngCheckBox(); + this.chkShowSystemTrayIcon = new MrngCheckBox(); + this.chkMinimizeToSystemTray = new MrngCheckBox(); + this.chkCloseToSystemTray = new MrngCheckBox(); this.SuspendLayout(); // // lblLanguageRestartRequired @@ -53,7 +53,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // cboLanguage // - this.cboLanguage._mice = mrngComboBox.MouseState.HOVER; + this.cboLanguage._mice = MrngComboBox.MouseState.HOVER; this.cboLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboLanguage.FormattingEnabled = true; this.cboLanguage.Location = new System.Drawing.Point(3, 24); @@ -73,7 +73,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowFullConnectionsFilePathInTitle // - this.chkShowFullConnectionsFilePathInTitle._mice = mrngCheckBox.MouseState.OUT; + this.chkShowFullConnectionsFilePathInTitle._mice = MrngCheckBox.MouseState.OUT; this.chkShowFullConnectionsFilePathInTitle.AutoSize = true; this.chkShowFullConnectionsFilePathInTitle.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowFullConnectionsFilePathInTitle.Location = new System.Drawing.Point(3, 127); @@ -85,7 +85,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowDescriptionTooltipsInTree // - this.chkShowDescriptionTooltipsInTree._mice = mrngCheckBox.MouseState.OUT; + this.chkShowDescriptionTooltipsInTree._mice = MrngCheckBox.MouseState.OUT; this.chkShowDescriptionTooltipsInTree.AutoSize = true; this.chkShowDescriptionTooltipsInTree.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowDescriptionTooltipsInTree.Location = new System.Drawing.Point(3, 104); @@ -97,7 +97,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowSystemTrayIcon // - this.chkShowSystemTrayIcon._mice = mrngCheckBox.MouseState.OUT; + this.chkShowSystemTrayIcon._mice = MrngCheckBox.MouseState.OUT; this.chkShowSystemTrayIcon.AutoSize = true; this.chkShowSystemTrayIcon.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowSystemTrayIcon.Location = new System.Drawing.Point(3, 173); @@ -109,7 +109,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkMinimizeToSystemTray // - this.chkMinimizeToSystemTray._mice = mrngCheckBox.MouseState.OUT; + this.chkMinimizeToSystemTray._mice = MrngCheckBox.MouseState.OUT; this.chkMinimizeToSystemTray.AutoSize = true; this.chkMinimizeToSystemTray.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkMinimizeToSystemTray.Location = new System.Drawing.Point(3, 196); @@ -121,7 +121,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkCloseToSystemTray // - this.chkCloseToSystemTray._mice = mrngCheckBox.MouseState.OUT; + this.chkCloseToSystemTray._mice = MrngCheckBox.MouseState.OUT; this.chkCloseToSystemTray.AutoSize = true; this.chkCloseToSystemTray.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkCloseToSystemTray.Location = new System.Drawing.Point(3, 219); @@ -149,13 +149,13 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.PerformLayout(); } - internal Controls.mrngLabel lblLanguageRestartRequired; - internal mrngComboBox cboLanguage; - internal Controls.mrngLabel lblLanguage; - internal mrngCheckBox chkShowFullConnectionsFilePathInTitle; - internal mrngCheckBox chkShowDescriptionTooltipsInTree; - internal mrngCheckBox chkShowSystemTrayIcon; - internal mrngCheckBox chkMinimizeToSystemTray; - internal mrngCheckBox chkCloseToSystemTray; + internal Controls.MrngLabel lblLanguageRestartRequired; + internal MrngComboBox cboLanguage; + internal Controls.MrngLabel lblLanguage; + internal MrngCheckBox chkShowFullConnectionsFilePathInTitle; + internal MrngCheckBox chkShowDescriptionTooltipsInTree; + internal MrngCheckBox chkShowSystemTrayIcon; + internal MrngCheckBox chkMinimizeToSystemTray; + internal MrngCheckBox chkCloseToSystemTray; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.Designer.cs index 99f14f0c2..5a9f9d33f 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.Designer.cs @@ -35,26 +35,26 @@ namespace mRemoteNG.UI.Forms.OptionsPages private void InitializeComponent() { this.pnlCheck1 = new System.Windows.Forms.Panel(); - this.txtCheck1 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblCheck1 = new mRemoteNG.UI.Controls.mrngLabel(); + this.txtCheck1 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblCheck1 = new mRemoteNG.UI.Controls.MrngLabel(); this.pbCheck1 = new System.Windows.Forms.PictureBox(); this.pnlCheck2 = new System.Windows.Forms.Panel(); - this.txtCheck2 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblCheck2 = new mRemoteNG.UI.Controls.mrngLabel(); + this.txtCheck2 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblCheck2 = new mRemoteNG.UI.Controls.MrngLabel(); this.pbCheck2 = new System.Windows.Forms.PictureBox(); this.pnlCheck3 = new System.Windows.Forms.Panel(); - this.txtCheck3 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblCheck3 = new mRemoteNG.UI.Controls.mrngLabel(); + this.txtCheck3 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblCheck3 = new mRemoteNG.UI.Controls.MrngLabel(); this.pbCheck3 = new System.Windows.Forms.PictureBox(); this.pnlCheck4 = new System.Windows.Forms.Panel(); - this.txtCheck4 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblCheck4 = new mRemoteNG.UI.Controls.mrngLabel(); + this.txtCheck4 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblCheck4 = new mRemoteNG.UI.Controls.MrngLabel(); this.pbCheck4 = new System.Windows.Forms.PictureBox(); this.pnlCheck5 = new System.Windows.Forms.Panel(); - this.txtCheck5 = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblCheck5 = new mRemoteNG.UI.Controls.mrngLabel(); + this.txtCheck5 = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblCheck5 = new mRemoteNG.UI.Controls.MrngLabel(); this.pbCheck5 = new System.Windows.Forms.PictureBox(); - this.btnCheck = new mrngButton(); + this.btnCheck = new MrngButton(); this.tblCheck = new System.Windows.Forms.TableLayoutPanel(); this.pnlCheck1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbCheck1)).BeginInit(); @@ -315,7 +315,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnCheck // - this.btnCheck._mice = mrngButton.MouseState.OUT; + this.btnCheck._mice = MrngButton.MouseState.OUT; this.btnCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCheck.Location = new System.Drawing.Point(3, 453); this.btnCheck.Name = "btnCheck"; @@ -375,25 +375,25 @@ namespace mRemoteNG.UI.Forms.OptionsPages } private System.Windows.Forms.PictureBox pbCheck1; - private Controls.mrngLabel lblCheck1; + private Controls.MrngLabel lblCheck1; private System.Windows.Forms.Panel pnlCheck2; - private Controls.mrngLabel lblCheck2; + private Controls.MrngLabel lblCheck2; private System.Windows.Forms.PictureBox pbCheck2; private System.Windows.Forms.Panel pnlCheck3; - private Controls.mrngLabel lblCheck3; + private Controls.MrngLabel lblCheck3; private System.Windows.Forms.PictureBox pbCheck3; private System.Windows.Forms.Panel pnlCheck4; - private Controls.mrngLabel lblCheck4; + private Controls.MrngLabel lblCheck4; private System.Windows.Forms.PictureBox pbCheck4; private System.Windows.Forms.Panel pnlCheck5; - private Controls.mrngLabel lblCheck5; + private Controls.MrngLabel lblCheck5; private System.Windows.Forms.PictureBox pbCheck5; - private mrngButton btnCheck; - private Controls.mrngTextBox txtCheck1; - private Controls.mrngTextBox txtCheck2; - private Controls.mrngTextBox txtCheck3; - private Controls.mrngTextBox txtCheck4; - private Controls.mrngTextBox txtCheck5; + private MrngButton btnCheck; + private Controls.MrngTextBox txtCheck1; + private Controls.MrngTextBox txtCheck2; + private Controls.MrngTextBox txtCheck3; + private Controls.MrngTextBox txtCheck4; + private Controls.MrngTextBox txtCheck5; private System.Windows.Forms.Panel pnlCheck1; private System.Windows.Forms.TableLayoutPanel tblCheck; } diff --git a/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs index b8b08288a..505886b99 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs @@ -32,27 +32,27 @@ namespace mRemoteNG.UI.Forms.OptionsPages //Do not modify it using the code editor. [System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent() { - this.numRDPConTimeout = new mRemoteNG.UI.Controls.mrngNumericUpDown(); - this.lblRDPConTimeout = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblRdpReconnectionCount = new mRemoteNG.UI.Controls.mrngLabel(); - this.numRdpReconnectionCount = new mRemoteNG.UI.Controls.mrngNumericUpDown(); - this.chkSingleClickOnConnectionOpensIt = new mrngCheckBox(); - this.chkHostnameLikeDisplayName = new mrngCheckBox(); - this.chkSingleClickOnOpenedConnectionSwitchesToIt = new mrngCheckBox(); - this.lblAutoSave1 = new mRemoteNG.UI.Controls.mrngLabel(); - this.numAutoSave = new mRemoteNG.UI.Controls.mrngNumericUpDown(); + this.numRDPConTimeout = new mRemoteNG.UI.Controls.MrngNumericUpDown(); + this.lblRDPConTimeout = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblRdpReconnectionCount = new mRemoteNG.UI.Controls.MrngLabel(); + this.numRdpReconnectionCount = new mRemoteNG.UI.Controls.MrngNumericUpDown(); + this.chkSingleClickOnConnectionOpensIt = new MrngCheckBox(); + this.chkHostnameLikeDisplayName = new MrngCheckBox(); + this.chkSingleClickOnOpenedConnectionSwitchesToIt = new MrngCheckBox(); + this.lblAutoSave1 = new mRemoteNG.UI.Controls.MrngLabel(); + this.numAutoSave = new mRemoteNG.UI.Controls.MrngNumericUpDown(); this.pnlConfirmCloseConnection = new System.Windows.Forms.Panel(); - this.lblClosingConnections = new mRemoteNG.UI.Controls.mrngLabel(); - this.radCloseWarnAll = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.radCloseWarnMultiple = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.radCloseWarnExit = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.radCloseWarnNever = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.chkSaveConnectionsAfterEveryEdit = new mrngCheckBox(); - this.chkUseFilterSearch = new mrngCheckBox(); + this.lblClosingConnections = new mRemoteNG.UI.Controls.MrngLabel(); + this.radCloseWarnAll = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.radCloseWarnMultiple = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.radCloseWarnExit = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.radCloseWarnNever = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.chkSaveConnectionsAfterEveryEdit = new MrngCheckBox(); + this.chkUseFilterSearch = new MrngCheckBox(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); - this.chkPlaceSearchBarAboveConnectionTree = new mrngCheckBox(); - this.chkConnectionTreeTrackActiveConnection = new mrngCheckBox(); - this.chkDoNotTrimUsername = new mrngCheckBox(); + this.chkPlaceSearchBarAboveConnectionTree = new MrngCheckBox(); + this.chkConnectionTreeTrackActiveConnection = new MrngCheckBox(); + this.chkDoNotTrimUsername = new MrngCheckBox(); ((System.ComponentModel.ISupportInitialize)(this.numRDPConTimeout)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numRdpReconnectionCount)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numAutoSave)).BeginInit(); @@ -123,7 +123,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSingleClickOnConnectionOpensIt // - this.chkSingleClickOnConnectionOpensIt._mice = mrngCheckBox.MouseState.OUT; + this.chkSingleClickOnConnectionOpensIt._mice = MrngCheckBox.MouseState.OUT; this.chkSingleClickOnConnectionOpensIt.AutoSize = true; this.chkSingleClickOnConnectionOpensIt.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSingleClickOnConnectionOpensIt.Location = new System.Drawing.Point(3, 3); @@ -135,7 +135,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkHostnameLikeDisplayName // - this.chkHostnameLikeDisplayName._mice = mrngCheckBox.MouseState.OUT; + this.chkHostnameLikeDisplayName._mice = MrngCheckBox.MouseState.OUT; this.chkHostnameLikeDisplayName.AutoSize = true; this.chkHostnameLikeDisplayName.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkHostnameLikeDisplayName.Location = new System.Drawing.Point(3, 72); @@ -147,7 +147,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSingleClickOnOpenedConnectionSwitchesToIt // - this.chkSingleClickOnOpenedConnectionSwitchesToIt._mice = mrngCheckBox.MouseState.OUT; + this.chkSingleClickOnOpenedConnectionSwitchesToIt._mice = MrngCheckBox.MouseState.OUT; this.chkSingleClickOnOpenedConnectionSwitchesToIt.AutoSize = true; this.chkSingleClickOnOpenedConnectionSwitchesToIt.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSingleClickOnOpenedConnectionSwitchesToIt.Location = new System.Drawing.Point(3, 26); @@ -251,7 +251,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSaveConnectionsAfterEveryEdit // - this.chkSaveConnectionsAfterEveryEdit._mice = mrngCheckBox.MouseState.OUT; + this.chkSaveConnectionsAfterEveryEdit._mice = MrngCheckBox.MouseState.OUT; this.chkSaveConnectionsAfterEveryEdit.AutoSize = true; this.chkSaveConnectionsAfterEveryEdit.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSaveConnectionsAfterEveryEdit.Location = new System.Drawing.Point(3, 95); @@ -263,7 +263,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkUseFilterSearch // - this.chkUseFilterSearch._mice = mrngCheckBox.MouseState.OUT; + this.chkUseFilterSearch._mice = MrngCheckBox.MouseState.OUT; this.chkUseFilterSearch.AutoSize = true; this.chkUseFilterSearch.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkUseFilterSearch.Location = new System.Drawing.Point(3, 118); @@ -295,7 +295,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkPlaceSearchBarAboveConnectionTree // - this.chkPlaceSearchBarAboveConnectionTree._mice = mrngCheckBox.MouseState.OUT; + this.chkPlaceSearchBarAboveConnectionTree._mice = MrngCheckBox.MouseState.OUT; this.chkPlaceSearchBarAboveConnectionTree.AutoSize = true; this.chkPlaceSearchBarAboveConnectionTree.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkPlaceSearchBarAboveConnectionTree.Location = new System.Drawing.Point(3, 141); @@ -307,7 +307,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkConnectionTreeTrackActiveConnection // - this.chkConnectionTreeTrackActiveConnection._mice = mrngCheckBox.MouseState.OUT; + this.chkConnectionTreeTrackActiveConnection._mice = MrngCheckBox.MouseState.OUT; this.chkConnectionTreeTrackActiveConnection.AutoSize = true; this.chkConnectionTreeTrackActiveConnection.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkConnectionTreeTrackActiveConnection.Location = new System.Drawing.Point(3, 49); @@ -319,7 +319,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkDoNotTrimUsername // - this.chkDoNotTrimUsername._mice = mrngCheckBox.MouseState.OUT; + this.chkDoNotTrimUsername._mice = MrngCheckBox.MouseState.OUT; this.chkDoNotTrimUsername.AutoSize = true; this.chkDoNotTrimUsername.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkDoNotTrimUsername.Location = new System.Drawing.Point(3, 165); @@ -355,26 +355,26 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.PerformLayout(); } - internal Controls.mrngLabel lblRdpReconnectionCount; - internal mrngCheckBox chkSingleClickOnConnectionOpensIt; - internal mrngCheckBox chkHostnameLikeDisplayName; - internal mrngCheckBox chkSingleClickOnOpenedConnectionSwitchesToIt; - internal Controls.mrngLabel lblAutoSave1; - internal Controls.mrngNumericUpDown numAutoSave; + internal Controls.MrngLabel lblRdpReconnectionCount; + internal MrngCheckBox chkSingleClickOnConnectionOpensIt; + internal MrngCheckBox chkHostnameLikeDisplayName; + internal MrngCheckBox chkSingleClickOnOpenedConnectionSwitchesToIt; + internal Controls.MrngLabel lblAutoSave1; + internal Controls.MrngNumericUpDown numAutoSave; internal System.Windows.Forms.Panel pnlConfirmCloseConnection; - internal Controls.mrngLabel lblClosingConnections; - internal Controls.mrngRadioButton radCloseWarnAll; - internal Controls.mrngRadioButton radCloseWarnMultiple; - internal Controls.mrngRadioButton radCloseWarnExit; - internal Controls.mrngRadioButton radCloseWarnNever; - internal Controls.mrngNumericUpDown numRDPConTimeout; - internal Controls.mrngLabel lblRDPConTimeout; - internal Controls.mrngNumericUpDown numRdpReconnectionCount; - internal mrngCheckBox chkSaveConnectionsAfterEveryEdit; - private mrngCheckBox chkUseFilterSearch; + internal Controls.MrngLabel lblClosingConnections; + internal Controls.MrngRadioButton radCloseWarnAll; + internal Controls.MrngRadioButton radCloseWarnMultiple; + internal Controls.MrngRadioButton radCloseWarnExit; + internal Controls.MrngRadioButton radCloseWarnNever; + internal Controls.MrngNumericUpDown numRDPConTimeout; + internal Controls.MrngLabel lblRDPConTimeout; + internal Controls.MrngNumericUpDown numRdpReconnectionCount; + internal MrngCheckBox chkSaveConnectionsAfterEveryEdit; + private MrngCheckBox chkUseFilterSearch; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; - private mrngCheckBox chkPlaceSearchBarAboveConnectionTree; - private mrngCheckBox chkConnectionTreeTrackActiveConnection; - private mrngCheckBox chkDoNotTrimUsername; + private MrngCheckBox chkPlaceSearchBarAboveConnectionTree; + private MrngCheckBox chkConnectionTreeTrackActiveConnection; + private MrngCheckBox chkDoNotTrimUsername; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.Designer.cs index 7441e1ecd..d1f4c93f5 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.Designer.cs @@ -30,16 +30,16 @@ { this.pnlDefaultCredentials = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.txtCredentialsUsername = new mRemoteNG.UI.Controls.mrngTextBox(); - this.txtCredentialsPassword = new mRemoteNG.UI.Controls.mrngTextBox(); - this.txtCredentialsDomain = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblCredentialsDomain = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblCredentialsUsername = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblCredentialsPassword = new mRemoteNG.UI.Controls.mrngLabel(); - this.radCredentialsCustom = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.lblDefaultCredentials = new mRemoteNG.UI.Controls.mrngLabel(); - this.radCredentialsNoInfo = new mRemoteNG.UI.Controls.mrngRadioButton(); - this.radCredentialsWindows = new mRemoteNG.UI.Controls.mrngRadioButton(); + this.txtCredentialsUsername = new mRemoteNG.UI.Controls.MrngTextBox(); + this.txtCredentialsPassword = new mRemoteNG.UI.Controls.MrngTextBox(); + this.txtCredentialsDomain = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblCredentialsDomain = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblCredentialsUsername = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblCredentialsPassword = new mRemoteNG.UI.Controls.MrngLabel(); + this.radCredentialsCustom = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.lblDefaultCredentials = new mRemoteNG.UI.Controls.MrngLabel(); + this.radCredentialsNoInfo = new mRemoteNG.UI.Controls.MrngRadioButton(); + this.radCredentialsWindows = new mRemoteNG.UI.Controls.MrngRadioButton(); this.pnlDefaultCredentials.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); @@ -206,16 +206,16 @@ #endregion internal System.Windows.Forms.Panel pnlDefaultCredentials; - internal Controls.mrngRadioButton radCredentialsCustom; - internal Controls.mrngLabel lblDefaultCredentials; - internal Controls.mrngRadioButton radCredentialsNoInfo; - internal Controls.mrngRadioButton radCredentialsWindows; - internal Controls.mrngTextBox txtCredentialsDomain; - internal Controls.mrngLabel lblCredentialsUsername; - internal Controls.mrngTextBox txtCredentialsPassword; - internal Controls.mrngLabel lblCredentialsPassword; - internal Controls.mrngTextBox txtCredentialsUsername; - internal Controls.mrngLabel lblCredentialsDomain; + internal Controls.MrngRadioButton radCredentialsCustom; + internal Controls.MrngLabel lblDefaultCredentials; + internal Controls.MrngRadioButton radCredentialsNoInfo; + internal Controls.MrngRadioButton radCredentialsWindows; + internal Controls.MrngTextBox txtCredentialsDomain; + internal Controls.MrngLabel lblCredentialsUsername; + internal Controls.MrngTextBox txtCredentialsPassword; + internal Controls.MrngLabel lblCredentialsPassword; + internal Controls.MrngTextBox txtCredentialsUsername; + internal Controls.MrngLabel lblCredentialsDomain; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.Designer.cs index 3d52d04e3..319bb0c04 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.Designer.cs @@ -32,37 +32,37 @@ namespace mRemoteNG.UI.Forms.OptionsPages //Do not modify it using the code editor. [System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent() { - this.labelSwitchToErrorsAndInfos = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkSwitchToMCInformation = new mrngCheckBox(); - this.chkSwitchToMCErrors = new mrngCheckBox(); - this.chkSwitchToMCWarnings = new mrngCheckBox(); - this.groupBoxNotifications = new mrngGroupBox(); - this.labelNotificationsShowTypes = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkShowErrorInMC = new mrngCheckBox(); - this.chkShowWarningInMC = new mrngCheckBox(); - this.chkShowInfoInMC = new mrngCheckBox(); - this.chkShowDebugInMC = new mrngCheckBox(); - this.groupBoxLogging = new mrngGroupBox(); + this.labelSwitchToErrorsAndInfos = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkSwitchToMCInformation = new MrngCheckBox(); + this.chkSwitchToMCErrors = new MrngCheckBox(); + this.chkSwitchToMCWarnings = new MrngCheckBox(); + this.groupBoxNotifications = new MrngGroupBox(); + this.labelNotificationsShowTypes = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkShowErrorInMC = new MrngCheckBox(); + this.chkShowWarningInMC = new MrngCheckBox(); + this.chkShowInfoInMC = new MrngCheckBox(); + this.chkShowDebugInMC = new MrngCheckBox(); + this.groupBoxLogging = new MrngGroupBox(); this.tblLogging = new System.Windows.Forms.TableLayoutPanel(); - this.chkLogDebugMsgs = new mrngCheckBox(); - this.chkLogInfoMsgs = new mrngCheckBox(); - this.chkLogWarningMsgs = new mrngCheckBox(); - this.chkLogErrorMsgs = new mrngCheckBox(); - this.chkLogToCurrentDir = new mrngCheckBox(); - this.buttonRestoreDefaultLogPath = new mrngButton(); - this.buttonOpenLogFile = new mrngButton(); - this.buttonSelectLogPath = new mrngButton(); - this.labelLogTheseMsgTypes = new mRemoteNG.UI.Controls.mrngLabel(); - this.labelLogFilePath = new mRemoteNG.UI.Controls.mrngLabel(); - this.textBoxLogPath = new mRemoteNG.UI.Controls.mrngTextBox(); + this.chkLogDebugMsgs = new MrngCheckBox(); + this.chkLogInfoMsgs = new MrngCheckBox(); + this.chkLogWarningMsgs = new MrngCheckBox(); + this.chkLogErrorMsgs = new MrngCheckBox(); + this.chkLogToCurrentDir = new MrngCheckBox(); + this.buttonRestoreDefaultLogPath = new MrngButton(); + this.buttonOpenLogFile = new MrngButton(); + this.buttonSelectLogPath = new MrngButton(); + this.labelLogTheseMsgTypes = new mRemoteNG.UI.Controls.MrngLabel(); + this.labelLogFilePath = new mRemoteNG.UI.Controls.MrngLabel(); + this.textBoxLogPath = new mRemoteNG.UI.Controls.MrngTextBox(); this.saveFileDialogLogging = new System.Windows.Forms.SaveFileDialog(); - this.groupBoxPopups = new mrngGroupBox(); + this.groupBoxPopups = new MrngGroupBox(); this.tblPopups = new System.Windows.Forms.TableLayoutPanel(); - this.chkPopupDebug = new mrngCheckBox(); - this.chkPopupError = new mrngCheckBox(); - this.chkPopupInfo = new mrngCheckBox(); - this.chkPopupWarning = new mrngCheckBox(); - this.labelPopupShowTypes = new mRemoteNG.UI.Controls.mrngLabel(); + this.chkPopupDebug = new MrngCheckBox(); + this.chkPopupError = new MrngCheckBox(); + this.chkPopupInfo = new MrngCheckBox(); + this.chkPopupWarning = new MrngCheckBox(); + this.labelPopupShowTypes = new mRemoteNG.UI.Controls.MrngLabel(); this.groupBoxNotifications.SuspendLayout(); this.groupBoxLogging.SuspendLayout(); this.tblLogging.SuspendLayout(); @@ -81,7 +81,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSwitchToMCInformation // - this.chkSwitchToMCInformation._mice = mrngCheckBox.MouseState.OUT; + this.chkSwitchToMCInformation._mice = MrngCheckBox.MouseState.OUT; this.chkSwitchToMCInformation.AutoSize = true; this.chkSwitchToMCInformation.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSwitchToMCInformation.Location = new System.Drawing.Point(195, 64); @@ -93,7 +93,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSwitchToMCErrors // - this.chkSwitchToMCErrors._mice = mrngCheckBox.MouseState.OUT; + this.chkSwitchToMCErrors._mice = MrngCheckBox.MouseState.OUT; this.chkSwitchToMCErrors.AutoSize = true; this.chkSwitchToMCErrors.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSwitchToMCErrors.Location = new System.Drawing.Point(195, 110); @@ -105,7 +105,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSwitchToMCWarnings // - this.chkSwitchToMCWarnings._mice = mrngCheckBox.MouseState.OUT; + this.chkSwitchToMCWarnings._mice = MrngCheckBox.MouseState.OUT; this.chkSwitchToMCWarnings.AutoSize = true; this.chkSwitchToMCWarnings.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSwitchToMCWarnings.Location = new System.Drawing.Point(195, 87); @@ -144,7 +144,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowErrorInMC // - this.chkShowErrorInMC._mice = mrngCheckBox.MouseState.OUT; + this.chkShowErrorInMC._mice = MrngCheckBox.MouseState.OUT; this.chkShowErrorInMC.AutoSize = true; this.chkShowErrorInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowErrorInMC.Location = new System.Drawing.Point(20, 110); @@ -156,7 +156,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowWarningInMC // - this.chkShowWarningInMC._mice = mrngCheckBox.MouseState.OUT; + this.chkShowWarningInMC._mice = MrngCheckBox.MouseState.OUT; this.chkShowWarningInMC.AutoSize = true; this.chkShowWarningInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowWarningInMC.Location = new System.Drawing.Point(20, 87); @@ -168,7 +168,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowInfoInMC // - this.chkShowInfoInMC._mice = mrngCheckBox.MouseState.OUT; + this.chkShowInfoInMC._mice = MrngCheckBox.MouseState.OUT; this.chkShowInfoInMC.AutoSize = true; this.chkShowInfoInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowInfoInMC.Location = new System.Drawing.Point(20, 64); @@ -180,7 +180,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowDebugInMC // - this.chkShowDebugInMC._mice = mrngCheckBox.MouseState.OUT; + this.chkShowDebugInMC._mice = MrngCheckBox.MouseState.OUT; this.chkShowDebugInMC.AutoSize = true; this.chkShowDebugInMC.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowDebugInMC.Location = new System.Drawing.Point(20, 41); @@ -228,7 +228,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkLogDebugMsgs // - this.chkLogDebugMsgs._mice = mrngCheckBox.MouseState.OUT; + this.chkLogDebugMsgs._mice = MrngCheckBox.MouseState.OUT; this.chkLogDebugMsgs.AutoSize = true; this.chkLogDebugMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkLogDebugMsgs.Location = new System.Drawing.Point(3, 3); @@ -240,7 +240,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkLogInfoMsgs // - this.chkLogInfoMsgs._mice = mrngCheckBox.MouseState.OUT; + this.chkLogInfoMsgs._mice = MrngCheckBox.MouseState.OUT; this.chkLogInfoMsgs.AutoSize = true; this.chkLogInfoMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkLogInfoMsgs.Location = new System.Drawing.Point(149, 3); @@ -252,7 +252,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkLogWarningMsgs // - this.chkLogWarningMsgs._mice = mrngCheckBox.MouseState.OUT; + this.chkLogWarningMsgs._mice = MrngCheckBox.MouseState.OUT; this.chkLogWarningMsgs.AutoSize = true; this.chkLogWarningMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkLogWarningMsgs.Location = new System.Drawing.Point(295, 3); @@ -264,7 +264,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkLogErrorMsgs // - this.chkLogErrorMsgs._mice = mrngCheckBox.MouseState.OUT; + this.chkLogErrorMsgs._mice = MrngCheckBox.MouseState.OUT; this.chkLogErrorMsgs.AutoSize = true; this.chkLogErrorMsgs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkLogErrorMsgs.Location = new System.Drawing.Point(441, 3); @@ -276,7 +276,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkLogToCurrentDir // - this.chkLogToCurrentDir._mice = mrngCheckBox.MouseState.OUT; + this.chkLogToCurrentDir._mice = MrngCheckBox.MouseState.OUT; this.chkLogToCurrentDir.AutoSize = true; this.chkLogToCurrentDir.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkLogToCurrentDir.Location = new System.Drawing.Point(9, 18); @@ -289,7 +289,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // buttonRestoreDefaultLogPath // - this.buttonRestoreDefaultLogPath._mice = mrngButton.MouseState.OUT; + this.buttonRestoreDefaultLogPath._mice = MrngButton.MouseState.OUT; this.buttonRestoreDefaultLogPath.Location = new System.Drawing.Point(9, 85); this.buttonRestoreDefaultLogPath.Name = "buttonRestoreDefaultLogPath"; this.buttonRestoreDefaultLogPath.Size = new System.Drawing.Size(179, 25); @@ -300,7 +300,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // buttonOpenLogFile // - this.buttonOpenLogFile._mice = mrngButton.MouseState.OUT; + this.buttonOpenLogFile._mice = MrngButton.MouseState.OUT; this.buttonOpenLogFile.Location = new System.Drawing.Point(378, 85); this.buttonOpenLogFile.Name = "buttonOpenLogFile"; this.buttonOpenLogFile.Size = new System.Drawing.Size(105, 25); @@ -311,7 +311,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // buttonSelectLogPath // - this.buttonSelectLogPath._mice = mrngButton.MouseState.OUT; + this.buttonSelectLogPath._mice = MrngButton.MouseState.OUT; this.buttonSelectLogPath.Location = new System.Drawing.Point(489, 85); this.buttonSelectLogPath.Name = "buttonSelectLogPath"; this.buttonSelectLogPath.Size = new System.Drawing.Size(105, 25); @@ -380,7 +380,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkPopupDebug // - this.chkPopupDebug._mice = mrngCheckBox.MouseState.OUT; + this.chkPopupDebug._mice = MrngCheckBox.MouseState.OUT; this.chkPopupDebug.AutoSize = true; this.chkPopupDebug.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkPopupDebug.Location = new System.Drawing.Point(3, 3); @@ -392,7 +392,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkPopupError // - this.chkPopupError._mice = mrngCheckBox.MouseState.OUT; + this.chkPopupError._mice = MrngCheckBox.MouseState.OUT; this.chkPopupError.AutoSize = true; this.chkPopupError.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkPopupError.Location = new System.Drawing.Point(441, 3); @@ -404,7 +404,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkPopupInfo // - this.chkPopupInfo._mice = mrngCheckBox.MouseState.OUT; + this.chkPopupInfo._mice = MrngCheckBox.MouseState.OUT; this.chkPopupInfo.AutoSize = true; this.chkPopupInfo.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkPopupInfo.Location = new System.Drawing.Point(149, 3); @@ -416,7 +416,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkPopupWarning // - this.chkPopupWarning._mice = mrngCheckBox.MouseState.OUT; + this.chkPopupWarning._mice = MrngCheckBox.MouseState.OUT; this.chkPopupWarning.AutoSize = true; this.chkPopupWarning.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkPopupWarning.Location = new System.Drawing.Point(295, 3); @@ -459,36 +459,36 @@ namespace mRemoteNG.UI.Forms.OptionsPages } - internal Controls.mrngLabel labelSwitchToErrorsAndInfos; - internal mrngCheckBox chkSwitchToMCInformation; - internal mrngCheckBox chkSwitchToMCErrors; - internal mrngCheckBox chkSwitchToMCWarnings; - private Controls.mrngLabel labelNotificationsShowTypes; - private mrngCheckBox chkShowErrorInMC; - private mrngCheckBox chkShowWarningInMC; - private mrngCheckBox chkShowInfoInMC; - private mrngCheckBox chkShowDebugInMC; + internal Controls.MrngLabel labelSwitchToErrorsAndInfos; + internal MrngCheckBox chkSwitchToMCInformation; + internal MrngCheckBox chkSwitchToMCErrors; + internal MrngCheckBox chkSwitchToMCWarnings; + private Controls.MrngLabel labelNotificationsShowTypes; + private MrngCheckBox chkShowErrorInMC; + private MrngCheckBox chkShowWarningInMC; + private MrngCheckBox chkShowInfoInMC; + private MrngCheckBox chkShowDebugInMC; private System.Windows.Forms.SaveFileDialog saveFileDialogLogging; - private Controls.mrngLabel labelLogFilePath; - private Controls.mrngTextBox textBoxLogPath; - private mrngButton buttonSelectLogPath; - private Controls.mrngLabel labelLogTheseMsgTypes; - private mrngCheckBox chkLogErrorMsgs; - private mrngCheckBox chkLogWarningMsgs; - private mrngCheckBox chkLogInfoMsgs; - private mrngCheckBox chkLogDebugMsgs; - private mrngButton buttonOpenLogFile; - private mrngButton buttonRestoreDefaultLogPath; - private mrngCheckBox chkPopupError; - private Controls.mrngLabel labelPopupShowTypes; - private mrngCheckBox chkPopupWarning; - private mrngCheckBox chkPopupDebug; - private mrngCheckBox chkPopupInfo; - private mrngCheckBox chkLogToCurrentDir; + private Controls.MrngLabel labelLogFilePath; + private Controls.MrngTextBox textBoxLogPath; + private MrngButton buttonSelectLogPath; + private Controls.MrngLabel labelLogTheseMsgTypes; + private MrngCheckBox chkLogErrorMsgs; + private MrngCheckBox chkLogWarningMsgs; + private MrngCheckBox chkLogInfoMsgs; + private MrngCheckBox chkLogDebugMsgs; + private MrngButton buttonOpenLogFile; + private MrngButton buttonRestoreDefaultLogPath; + private MrngCheckBox chkPopupError; + private Controls.MrngLabel labelPopupShowTypes; + private MrngCheckBox chkPopupWarning; + private MrngCheckBox chkPopupDebug; + private MrngCheckBox chkPopupInfo; + private MrngCheckBox chkLogToCurrentDir; private System.Windows.Forms.TableLayoutPanel tblLogging; private System.Windows.Forms.TableLayoutPanel tblPopups; - private mrngGroupBox groupBoxNotifications; - private mrngGroupBox groupBoxLogging; - private mrngGroupBox groupBoxPopups; + private MrngGroupBox groupBoxNotifications; + private MrngGroupBox groupBoxLogging; + private MrngGroupBox groupBoxPopups; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.Designer.cs index c44bdef71..dbe6986af 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.Designer.cs @@ -30,16 +30,16 @@ namespace mRemoteNG.UI.Forms.OptionsPages /// private void InitializeComponent() { - this.chkEncryptCompleteFile = new mrngCheckBox(); - this.comboBoxEncryptionEngine = new mrngComboBox(); - this.labelEncryptionEngine = new mRemoteNG.UI.Controls.mrngLabel(); - this.labelBlockCipher = new mRemoteNG.UI.Controls.mrngLabel(); - this.comboBoxBlockCipher = new mrngComboBox(); - this.groupAdvancedSecurityOptions = new mrngGroupBox(); + this.chkEncryptCompleteFile = new MrngCheckBox(); + this.comboBoxEncryptionEngine = new MrngComboBox(); + this.labelEncryptionEngine = new mRemoteNG.UI.Controls.MrngLabel(); + this.labelBlockCipher = new mRemoteNG.UI.Controls.MrngLabel(); + this.comboBoxBlockCipher = new MrngComboBox(); + this.groupAdvancedSecurityOptions = new MrngGroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.btnTestSettings = new mrngButton(); - this.labelKdfIterations = new mRemoteNG.UI.Controls.mrngLabel(); - this.numberBoxKdfIterations = new mRemoteNG.UI.Controls.mrngNumericUpDown(); + this.btnTestSettings = new MrngButton(); + this.labelKdfIterations = new mRemoteNG.UI.Controls.MrngLabel(); + this.numberBoxKdfIterations = new mRemoteNG.UI.Controls.MrngNumericUpDown(); this.groupAdvancedSecurityOptions.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numberBoxKdfIterations)).BeginInit(); @@ -47,7 +47,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkEncryptCompleteFile // - this.chkEncryptCompleteFile._mice = mrngCheckBox.MouseState.OUT; + this.chkEncryptCompleteFile._mice = MrngCheckBox.MouseState.OUT; this.chkEncryptCompleteFile.AutoSize = true; this.chkEncryptCompleteFile.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkEncryptCompleteFile.Location = new System.Drawing.Point(3, 3); @@ -59,7 +59,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // comboBoxEncryptionEngine // - this.comboBoxEncryptionEngine._mice = mrngComboBox.MouseState.HOVER; + this.comboBoxEncryptionEngine._mice = MrngComboBox.MouseState.HOVER; this.comboBoxEncryptionEngine.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxEncryptionEngine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxEncryptionEngine.FormattingEnabled = true; @@ -93,7 +93,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // comboBoxBlockCipher // - this.comboBoxBlockCipher._mice = mrngComboBox.MouseState.HOVER; + this.comboBoxBlockCipher._mice = MrngComboBox.MouseState.HOVER; this.comboBoxBlockCipher.Dock = System.Windows.Forms.DockStyle.Fill; this.comboBoxBlockCipher.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxBlockCipher.FormattingEnabled = true; @@ -138,7 +138,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnTestSettings // - this.btnTestSettings._mice = mrngButton.MouseState.OUT; + this.btnTestSettings._mice = MrngButton.MouseState.OUT; this.btnTestSettings.AutoSize = true; this.btnTestSettings.Dock = System.Windows.Forms.DockStyle.Right; this.btnTestSettings.Location = new System.Drawing.Point(240, 85); @@ -209,15 +209,15 @@ namespace mRemoteNG.UI.Forms.OptionsPages #endregion - internal mrngCheckBox chkEncryptCompleteFile; - private mrngComboBox comboBoxEncryptionEngine; - private Controls.mrngLabel labelEncryptionEngine; - private Controls.mrngLabel labelBlockCipher; - private mrngComboBox comboBoxBlockCipher; - private mrngGroupBox groupAdvancedSecurityOptions; - private Controls.mrngNumericUpDown numberBoxKdfIterations; - private Controls.mrngLabel labelKdfIterations; + internal MrngCheckBox chkEncryptCompleteFile; + private MrngComboBox comboBoxEncryptionEngine; + private Controls.MrngLabel labelEncryptionEngine; + private Controls.MrngLabel labelBlockCipher; + private MrngComboBox comboBoxBlockCipher; + private MrngGroupBox groupAdvancedSecurityOptions; + private Controls.MrngNumericUpDown numberBoxKdfIterations; + private Controls.MrngLabel labelKdfIterations; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; - private mrngButton btnTestSettings; + private MrngButton btnTestSettings; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.Designer.cs index f25fa0f90..4043f0cc9 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.Designer.cs @@ -20,24 +20,24 @@ namespace mRemoteNG.UI.Forms.OptionsPages [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent() { - this.lblSQLDatabaseName = new mRemoteNG.UI.Controls.mrngLabel(); - this.txtSQLDatabaseName = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblExperimental = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkUseSQLServer = new mrngCheckBox(); - this.lblSQLUsername = new mRemoteNG.UI.Controls.mrngLabel(); - this.txtSQLPassword = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblSQLInfo = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblSQLServer = new mRemoteNG.UI.Controls.mrngLabel(); - this.txtSQLUsername = new mRemoteNG.UI.Controls.mrngTextBox(); - this.txtSQLServer = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblSQLPassword = new mRemoteNG.UI.Controls.mrngLabel(); - this.btnTestConnection = new mrngButton(); + this.lblSQLDatabaseName = new mRemoteNG.UI.Controls.MrngLabel(); + this.txtSQLDatabaseName = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblExperimental = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkUseSQLServer = new MrngCheckBox(); + this.lblSQLUsername = new mRemoteNG.UI.Controls.MrngLabel(); + this.txtSQLPassword = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblSQLInfo = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblSQLServer = new mRemoteNG.UI.Controls.MrngLabel(); + this.txtSQLUsername = new mRemoteNG.UI.Controls.MrngTextBox(); + this.txtSQLServer = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblSQLPassword = new mRemoteNG.UI.Controls.MrngLabel(); + this.btnTestConnection = new MrngButton(); this.imgConnectionStatus = new System.Windows.Forms.PictureBox(); - this.lblTestConnectionResults = new mRemoteNG.UI.Controls.mrngLabel(); - this.chkSQLReadOnly = new mrngCheckBox(); - this.lblSQLReadOnly = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblSQLType = new mRemoteNG.UI.Controls.mrngLabel(); - this.txtSQLType = new mrngComboBox(); + this.lblTestConnectionResults = new mRemoteNG.UI.Controls.MrngLabel(); + this.chkSQLReadOnly = new MrngCheckBox(); + this.lblSQLReadOnly = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblSQLType = new mRemoteNG.UI.Controls.MrngLabel(); + this.txtSQLType = new MrngComboBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)(this.imgConnectionStatus)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); @@ -81,7 +81,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkUseSQLServer // - this.chkUseSQLServer._mice = mrngCheckBox.MouseState.OUT; + this.chkUseSQLServer._mice = MrngCheckBox.MouseState.OUT; this.chkUseSQLServer.AutoSize = true; this.chkUseSQLServer.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkUseSQLServer.Location = new System.Drawing.Point(3, 76); @@ -175,7 +175,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnTestConnection // - this.btnTestConnection._mice = mrngButton.MouseState.OUT; + this.btnTestConnection._mice = MrngButton.MouseState.OUT; this.btnTestConnection.Enabled = false; this.btnTestConnection.Location = new System.Drawing.Point(3, 267); this.btnTestConnection.Name = "btnTestConnection"; @@ -206,7 +206,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSQLReadOnly // - this.chkSQLReadOnly._mice = mrngCheckBox.MouseState.OUT; + this.chkSQLReadOnly._mice = MrngCheckBox.MouseState.OUT; this.chkSQLReadOnly.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.chkSQLReadOnly.AutoSize = true; @@ -241,7 +241,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // txtSQLType // - this.txtSQLType._mice = mrngComboBox.MouseState.HOVER; + this.txtSQLType._mice = MrngComboBox.MouseState.HOVER; this.txtSQLType.Dock = System.Windows.Forms.DockStyle.Fill; this.txtSQLType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.txtSQLType.FormattingEnabled = true; @@ -304,24 +304,24 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.PerformLayout(); } - internal Controls.mrngLabel lblSQLDatabaseName; - internal Controls.mrngTextBox txtSQLDatabaseName; - internal Controls.mrngLabel lblExperimental; - internal mrngCheckBox chkUseSQLServer; - internal Controls.mrngLabel lblSQLUsername; - internal Controls.mrngTextBox txtSQLPassword; - internal Controls.mrngLabel lblSQLInfo; - internal Controls.mrngLabel lblSQLServer; - internal Controls.mrngTextBox txtSQLUsername; - internal Controls.mrngTextBox txtSQLServer; - internal Controls.mrngLabel lblSQLPassword; - private mrngButton btnTestConnection; + internal Controls.MrngLabel lblSQLDatabaseName; + internal Controls.MrngTextBox txtSQLDatabaseName; + internal Controls.MrngLabel lblExperimental; + internal MrngCheckBox chkUseSQLServer; + internal Controls.MrngLabel lblSQLUsername; + internal Controls.MrngTextBox txtSQLPassword; + internal Controls.MrngLabel lblSQLInfo; + internal Controls.MrngLabel lblSQLServer; + internal Controls.MrngTextBox txtSQLUsername; + internal Controls.MrngTextBox txtSQLServer; + internal Controls.MrngLabel lblSQLPassword; + private MrngButton btnTestConnection; private System.Windows.Forms.PictureBox imgConnectionStatus; - private Controls.mrngLabel lblTestConnectionResults; - private mrngCheckBox chkSQLReadOnly; - internal Controls.mrngLabel lblSQLReadOnly; - internal Controls.mrngLabel lblSQLType; - private mrngComboBox txtSQLType; + private Controls.MrngLabel lblTestConnectionResults; + private MrngCheckBox chkSQLReadOnly; + internal Controls.MrngLabel lblSQLReadOnly; + internal Controls.MrngLabel lblSQLType; + private MrngComboBox txtSQLType; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.Designer.cs index 742270cf5..42a8c8fbf 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.Designer.cs @@ -33,16 +33,16 @@ namespace mRemoteNG.UI.Forms.OptionsPages [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent() { - this.chkReconnectOnStart = new mrngCheckBox(); - this.chkSaveConsOnExit = new mrngCheckBox(); - this.chkSingleInstance = new mrngCheckBox(); - this.chkProperInstallationOfComponentsAtStartup = new mrngCheckBox(); - this.chkStartMinimized = new mrngCheckBox(); + this.chkReconnectOnStart = new MrngCheckBox(); + this.chkSaveConsOnExit = new MrngCheckBox(); + this.chkSingleInstance = new MrngCheckBox(); + this.chkProperInstallationOfComponentsAtStartup = new MrngCheckBox(); + this.chkStartMinimized = new MrngCheckBox(); this.SuspendLayout(); // // chkReconnectOnStart // - this.chkReconnectOnStart._mice = mrngCheckBox.MouseState.OUT; + this.chkReconnectOnStart._mice = MrngCheckBox.MouseState.OUT; this.chkReconnectOnStart.AutoSize = true; this.chkReconnectOnStart.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkReconnectOnStart.Location = new System.Drawing.Point(3, 26); @@ -54,7 +54,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSaveConsOnExit // - this.chkSaveConsOnExit._mice = mrngCheckBox.MouseState.OUT; + this.chkSaveConsOnExit._mice = MrngCheckBox.MouseState.OUT; this.chkSaveConsOnExit.AutoSize = true; this.chkSaveConsOnExit.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSaveConsOnExit.Location = new System.Drawing.Point(3, 2); @@ -66,7 +66,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkSingleInstance // - this.chkSingleInstance._mice = mrngCheckBox.MouseState.OUT; + this.chkSingleInstance._mice = MrngCheckBox.MouseState.OUT; this.chkSingleInstance.AutoSize = true; this.chkSingleInstance.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkSingleInstance.Location = new System.Drawing.Point(3, 50); @@ -78,7 +78,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkProperInstallationOfComponentsAtStartup // - this.chkProperInstallationOfComponentsAtStartup._mice = mrngCheckBox.MouseState.OUT; + this.chkProperInstallationOfComponentsAtStartup._mice = MrngCheckBox.MouseState.OUT; this.chkProperInstallationOfComponentsAtStartup.AutoSize = true; this.chkProperInstallationOfComponentsAtStartup.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkProperInstallationOfComponentsAtStartup.Location = new System.Drawing.Point(3, 74); @@ -90,7 +90,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkStartMinimized // - this.chkStartMinimized._mice = mrngCheckBox.MouseState.OUT; + this.chkStartMinimized._mice = MrngCheckBox.MouseState.OUT; this.chkStartMinimized.AutoSize = true; this.chkStartMinimized.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkStartMinimized.Location = new System.Drawing.Point(3, 97); @@ -116,10 +116,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.PerformLayout(); } - internal mrngCheckBox chkReconnectOnStart; - internal mrngCheckBox chkSaveConsOnExit; - internal mrngCheckBox chkSingleInstance; - internal mrngCheckBox chkProperInstallationOfComponentsAtStartup; - internal mrngCheckBox chkStartMinimized; + internal MrngCheckBox chkReconnectOnStart; + internal MrngCheckBox chkSaveConsOnExit; + internal MrngCheckBox chkSingleInstance; + internal MrngCheckBox chkProperInstallationOfComponentsAtStartup; + internal MrngCheckBox chkStartMinimized; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs index b41ce434b..3b00e54d8 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs @@ -33,22 +33,22 @@ namespace mRemoteNG.UI.Forms.OptionsPages [System.Diagnostics.DebuggerStepThrough()] private void InitializeComponent() { - this.chkAlwaysShowPanelTabs = new mrngCheckBox(); - this.chkAlwaysShowConnectionTabs = new mrngCheckBox(); - this.chkIdentifyQuickConnectTabs = new mrngCheckBox(); - this.chkOpenNewTabRightOfSelected = new mrngCheckBox(); - this.chkAlwaysShowPanelSelectionDlg = new mrngCheckBox(); - this.chkShowLogonInfoOnTabs = new mrngCheckBox(); - this.chkDoubleClickClosesTab = new mrngCheckBox(); - this.chkShowProtocolOnTabs = new mrngCheckBox(); - this.chkCreateEmptyPanelOnStart = new mrngCheckBox(); - this.txtBoxPanelName = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblPanelName = new mRemoteNG.UI.Controls.mrngLabel(); + this.chkAlwaysShowPanelTabs = new MrngCheckBox(); + this.chkAlwaysShowConnectionTabs = new MrngCheckBox(); + this.chkIdentifyQuickConnectTabs = new MrngCheckBox(); + this.chkOpenNewTabRightOfSelected = new MrngCheckBox(); + this.chkAlwaysShowPanelSelectionDlg = new MrngCheckBox(); + this.chkShowLogonInfoOnTabs = new MrngCheckBox(); + this.chkDoubleClickClosesTab = new MrngCheckBox(); + this.chkShowProtocolOnTabs = new MrngCheckBox(); + this.chkCreateEmptyPanelOnStart = new MrngCheckBox(); + this.txtBoxPanelName = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblPanelName = new mRemoteNG.UI.Controls.MrngLabel(); this.SuspendLayout(); // // chkAlwaysShowPanelTabs // - this.chkAlwaysShowPanelTabs._mice = mrngCheckBox.MouseState.OUT; + this.chkAlwaysShowPanelTabs._mice = MrngCheckBox.MouseState.OUT; this.chkAlwaysShowPanelTabs.AutoSize = true; this.chkAlwaysShowPanelTabs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkAlwaysShowPanelTabs.Location = new System.Drawing.Point(3, 3); @@ -60,7 +60,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkAlwaysShowConnectionTabs // - this.chkAlwaysShowConnectionTabs._mice = mrngCheckBox.MouseState.OUT; + this.chkAlwaysShowConnectionTabs._mice = MrngCheckBox.MouseState.OUT; this.chkAlwaysShowConnectionTabs.AutoSize = true; this.chkAlwaysShowConnectionTabs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkAlwaysShowConnectionTabs.Location = new System.Drawing.Point(3, 26); @@ -73,7 +73,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkIdentifyQuickConnectTabs // - this.chkIdentifyQuickConnectTabs._mice = mrngCheckBox.MouseState.OUT; + this.chkIdentifyQuickConnectTabs._mice = MrngCheckBox.MouseState.OUT; this.chkIdentifyQuickConnectTabs.AutoSize = true; this.chkIdentifyQuickConnectTabs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkIdentifyQuickConnectTabs.Location = new System.Drawing.Point(3, 118); @@ -85,7 +85,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkOpenNewTabRightOfSelected // - this.chkOpenNewTabRightOfSelected._mice = mrngCheckBox.MouseState.OUT; + this.chkOpenNewTabRightOfSelected._mice = MrngCheckBox.MouseState.OUT; this.chkOpenNewTabRightOfSelected.AutoSize = true; this.chkOpenNewTabRightOfSelected.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkOpenNewTabRightOfSelected.Location = new System.Drawing.Point(3, 49); @@ -97,7 +97,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkAlwaysShowPanelSelectionDlg // - this.chkAlwaysShowPanelSelectionDlg._mice = mrngCheckBox.MouseState.OUT; + this.chkAlwaysShowPanelSelectionDlg._mice = MrngCheckBox.MouseState.OUT; this.chkAlwaysShowPanelSelectionDlg.AutoSize = true; this.chkAlwaysShowPanelSelectionDlg.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkAlwaysShowPanelSelectionDlg.Location = new System.Drawing.Point(3, 164); @@ -109,7 +109,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowLogonInfoOnTabs // - this.chkShowLogonInfoOnTabs._mice = mrngCheckBox.MouseState.OUT; + this.chkShowLogonInfoOnTabs._mice = MrngCheckBox.MouseState.OUT; this.chkShowLogonInfoOnTabs.AutoSize = true; this.chkShowLogonInfoOnTabs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowLogonInfoOnTabs.Location = new System.Drawing.Point(3, 72); @@ -121,7 +121,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkDoubleClickClosesTab // - this.chkDoubleClickClosesTab._mice = mrngCheckBox.MouseState.OUT; + this.chkDoubleClickClosesTab._mice = MrngCheckBox.MouseState.OUT; this.chkDoubleClickClosesTab.AutoSize = true; this.chkDoubleClickClosesTab.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkDoubleClickClosesTab.Location = new System.Drawing.Point(3, 141); @@ -133,7 +133,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkShowProtocolOnTabs // - this.chkShowProtocolOnTabs._mice = mrngCheckBox.MouseState.OUT; + this.chkShowProtocolOnTabs._mice = MrngCheckBox.MouseState.OUT; this.chkShowProtocolOnTabs.AutoSize = true; this.chkShowProtocolOnTabs.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkShowProtocolOnTabs.Location = new System.Drawing.Point(3, 95); @@ -145,7 +145,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkCreateEmptyPanelOnStart // - this.chkCreateEmptyPanelOnStart._mice = mrngCheckBox.MouseState.OUT; + this.chkCreateEmptyPanelOnStart._mice = MrngCheckBox.MouseState.OUT; this.chkCreateEmptyPanelOnStart.AutoSize = true; this.chkCreateEmptyPanelOnStart.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkCreateEmptyPanelOnStart.Location = new System.Drawing.Point(3, 187); @@ -194,16 +194,16 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.PerformLayout(); } - internal mrngCheckBox chkAlwaysShowPanelTabs; - internal mrngCheckBox chkAlwaysShowConnectionTabs; - internal mrngCheckBox chkIdentifyQuickConnectTabs; - internal mrngCheckBox chkOpenNewTabRightOfSelected; - internal mrngCheckBox chkAlwaysShowPanelSelectionDlg; - internal mrngCheckBox chkShowLogonInfoOnTabs; - internal mrngCheckBox chkDoubleClickClosesTab; - internal mrngCheckBox chkShowProtocolOnTabs; - private mrngCheckBox chkCreateEmptyPanelOnStart; - private Controls.mrngTextBox txtBoxPanelName; - private Controls.mrngLabel lblPanelName; + internal MrngCheckBox chkAlwaysShowPanelTabs; + internal MrngCheckBox chkAlwaysShowConnectionTabs; + internal MrngCheckBox chkIdentifyQuickConnectTabs; + internal MrngCheckBox chkOpenNewTabRightOfSelected; + internal MrngCheckBox chkAlwaysShowPanelSelectionDlg; + internal MrngCheckBox chkShowLogonInfoOnTabs; + internal MrngCheckBox chkDoubleClickClosesTab; + internal MrngCheckBox chkShowProtocolOnTabs; + private MrngCheckBox chkCreateEmptyPanelOnStart; + private Controls.MrngTextBox txtBoxPanelName; + private Controls.MrngLabel lblPanelName; } } diff --git a/mRemoteNG/UI/Forms/OptionsPages/ThemePage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/ThemePage.Designer.cs index ba812b3bf..363bfd634 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/ThemePage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/ThemePage.Designer.cs @@ -32,14 +32,14 @@ namespace mRemoteNG.UI.Forms.OptionsPages //Do not modify it using the code editor. [System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent() { - this.btnThemeDelete = new mrngButton(); - this.btnThemeNew = new mrngButton(); - this.cboTheme = new mrngComboBox(); - this.listPalette = new mRemoteNG.UI.Controls.mrngListView(); + this.btnThemeDelete = new MrngButton(); + this.btnThemeNew = new MrngButton(); + this.cboTheme = new MrngComboBox(); + this.listPalette = new mRemoteNG.UI.Controls.MrngListView(); this.keyCol = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.ColorCol = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.ColorNameCol = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); - this.labelRestart = new mRemoteNG.UI.Controls.mrngLabel(); + this.labelRestart = new mRemoteNG.UI.Controls.MrngLabel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.tlpMain = new System.Windows.Forms.TableLayoutPanel(); @@ -51,7 +51,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnThemeDelete // - this.btnThemeDelete._mice = mrngButton.MouseState.OUT; + this.btnThemeDelete._mice = MrngButton.MouseState.OUT; this.btnThemeDelete.Dock = System.Windows.Forms.DockStyle.Fill; this.btnThemeDelete.Location = new System.Drawing.Point(507, 3); this.btnThemeDelete.Name = "btnThemeDelete"; @@ -63,7 +63,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnThemeNew // - this.btnThemeNew._mice = mrngButton.MouseState.OUT; + this.btnThemeNew._mice = MrngButton.MouseState.OUT; this.btnThemeNew.Dock = System.Windows.Forms.DockStyle.Fill; this.btnThemeNew.Location = new System.Drawing.Point(407, 3); this.btnThemeNew.Name = "btnThemeNew"; @@ -75,7 +75,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // cboTheme // - this.cboTheme._mice = mrngComboBox.MouseState.HOVER; + this.cboTheme._mice = MrngComboBox.MouseState.HOVER; this.cboTheme.Dock = System.Windows.Forms.DockStyle.Fill; this.cboTheme.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboTheme.FormattingEnabled = true; @@ -204,11 +204,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.ResumeLayout(false); } - internal mrngButton btnThemeDelete; - internal mrngButton btnThemeNew; - internal mrngComboBox cboTheme; - private Controls.mrngListView listPalette; - private Controls.mrngLabel labelRestart; + internal MrngButton btnThemeDelete; + internal MrngButton btnThemeNew; + internal MrngComboBox cboTheme; + private Controls.MrngListView listPalette; + private Controls.MrngLabel labelRestart; private BrightIdeasSoftware.OLVColumn keyCol; private BrightIdeasSoftware.OLVColumn ColorCol; private BrightIdeasSoftware.OLVColumn ColorNameCol; diff --git a/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.Designer.cs index eedd907ec..6fe7fbc9c 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.Designer.cs @@ -31,28 +31,28 @@ namespace mRemoteNG.UI.Forms.OptionsPages //Do not modify it using the code editor. [System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent() { - this.lblUpdatesExplanation = new mRemoteNG.UI.Controls.mrngLabel(); + this.lblUpdatesExplanation = new mRemoteNG.UI.Controls.MrngLabel(); this.pnlUpdateCheck = new System.Windows.Forms.Panel(); - this.btnUpdateCheckNow = new mrngButton(); - this.chkCheckForUpdatesOnStartup = new mrngCheckBox(); - this.cboUpdateCheckFrequency = new mrngComboBox(); - this.lblReleaseChannelExplanation = new mRemoteNG.UI.Controls.mrngTextBox(); - this.cboReleaseChannel = new mrngComboBox(); + this.btnUpdateCheckNow = new MrngButton(); + this.chkCheckForUpdatesOnStartup = new MrngCheckBox(); + this.cboUpdateCheckFrequency = new MrngComboBox(); + this.lblReleaseChannelExplanation = new mRemoteNG.UI.Controls.MrngTextBox(); + this.cboReleaseChannel = new MrngComboBox(); this.pnlProxy = new System.Windows.Forms.Panel(); this.tblProxyBasic = new System.Windows.Forms.TableLayoutPanel(); - this.numProxyPort = new mRemoteNG.UI.Controls.mrngNumericUpDown(); - this.lblProxyAddress = new mRemoteNG.UI.Controls.mrngLabel(); - this.txtProxyAddress = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblProxyPort = new mRemoteNG.UI.Controls.mrngLabel(); + this.numProxyPort = new mRemoteNG.UI.Controls.MrngNumericUpDown(); + this.lblProxyAddress = new mRemoteNG.UI.Controls.MrngLabel(); + this.txtProxyAddress = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblProxyPort = new mRemoteNG.UI.Controls.MrngLabel(); this.tblProxyAuthentication = new System.Windows.Forms.TableLayoutPanel(); - this.lblProxyPassword = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblProxyUsername = new mRemoteNG.UI.Controls.mrngLabel(); - this.txtProxyUsername = new mRemoteNG.UI.Controls.mrngTextBox(); - this.txtProxyPassword = new mRemoteNG.UI.Controls.mrngTextBox(); - this.chkUseProxyForAutomaticUpdates = new mrngCheckBox(); - this.chkUseProxyAuthentication = new mrngCheckBox(); - this.btnTestProxy = new mrngButton(); - this.groupBoxReleaseChannel = new mrngGroupBox(); + this.lblProxyPassword = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblProxyUsername = new mRemoteNG.UI.Controls.MrngLabel(); + this.txtProxyUsername = new mRemoteNG.UI.Controls.MrngTextBox(); + this.txtProxyPassword = new mRemoteNG.UI.Controls.MrngTextBox(); + this.chkUseProxyForAutomaticUpdates = new MrngCheckBox(); + this.chkUseProxyAuthentication = new MrngCheckBox(); + this.btnTestProxy = new MrngButton(); + this.groupBoxReleaseChannel = new MrngGroupBox(); this.pnlUpdateCheck.SuspendLayout(); this.pnlProxy.SuspendLayout(); this.tblProxyBasic.SuspendLayout(); @@ -82,7 +82,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnUpdateCheckNow // - this.btnUpdateCheckNow._mice = mrngButton.MouseState.OUT; + this.btnUpdateCheckNow._mice = MrngButton.MouseState.OUT; this.btnUpdateCheckNow.Location = new System.Drawing.Point(5, 63); this.btnUpdateCheckNow.Name = "btnUpdateCheckNow"; this.btnUpdateCheckNow.Size = new System.Drawing.Size(122, 25); @@ -93,7 +93,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkCheckForUpdatesOnStartup // - this.chkCheckForUpdatesOnStartup._mice = mrngCheckBox.MouseState.OUT; + this.chkCheckForUpdatesOnStartup._mice = MrngCheckBox.MouseState.OUT; this.chkCheckForUpdatesOnStartup.AutoSize = true; this.chkCheckForUpdatesOnStartup.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkCheckForUpdatesOnStartup.Location = new System.Drawing.Point(6, 11); @@ -106,7 +106,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // cboUpdateCheckFrequency // - this.cboUpdateCheckFrequency._mice = mrngComboBox.MouseState.HOVER; + this.cboUpdateCheckFrequency._mice = MrngComboBox.MouseState.HOVER; this.cboUpdateCheckFrequency.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboUpdateCheckFrequency.FormattingEnabled = true; this.cboUpdateCheckFrequency.Location = new System.Drawing.Point(6, 34); @@ -131,7 +131,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // cboReleaseChannel // - this.cboReleaseChannel._mice = mrngComboBox.MouseState.HOVER; + this.cboReleaseChannel._mice = MrngComboBox.MouseState.HOVER; this.cboReleaseChannel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboReleaseChannel.FormattingEnabled = true; this.cboReleaseChannel.Location = new System.Drawing.Point(7, 21); @@ -285,7 +285,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkUseProxyForAutomaticUpdates // - this.chkUseProxyForAutomaticUpdates._mice = mrngCheckBox.MouseState.OUT; + this.chkUseProxyForAutomaticUpdates._mice = MrngCheckBox.MouseState.OUT; this.chkUseProxyForAutomaticUpdates.AutoSize = true; this.chkUseProxyForAutomaticUpdates.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.chkUseProxyForAutomaticUpdates.Location = new System.Drawing.Point(6, 5); @@ -298,7 +298,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // chkUseProxyAuthentication // - this.chkUseProxyAuthentication._mice = mrngCheckBox.MouseState.OUT; + this.chkUseProxyAuthentication._mice = MrngCheckBox.MouseState.OUT; this.chkUseProxyAuthentication.AutoSize = true; this.chkUseProxyAuthentication.Enabled = false; this.chkUseProxyAuthentication.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -312,7 +312,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages // // btnTestProxy // - this.btnTestProxy._mice = mrngButton.MouseState.OUT; + this.btnTestProxy._mice = MrngButton.MouseState.OUT; this.btnTestProxy.Location = new System.Drawing.Point(6, 187); this.btnTestProxy.Name = "btnTestProxy"; this.btnTestProxy.Size = new System.Drawing.Size(120, 25); @@ -357,26 +357,26 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.ResumeLayout(false); } - internal Controls.mrngLabel lblUpdatesExplanation; + internal Controls.MrngLabel lblUpdatesExplanation; internal System.Windows.Forms.Panel pnlUpdateCheck; - internal mrngButton btnUpdateCheckNow; - internal mrngCheckBox chkCheckForUpdatesOnStartup; - internal mrngComboBox cboUpdateCheckFrequency; + internal MrngButton btnUpdateCheckNow; + internal MrngCheckBox chkCheckForUpdatesOnStartup; + internal MrngComboBox cboUpdateCheckFrequency; internal System.Windows.Forms.Panel pnlProxy; - internal Controls.mrngLabel lblProxyAddress; - internal Controls.mrngTextBox txtProxyAddress; - internal Controls.mrngLabel lblProxyPort; - internal Controls.mrngNumericUpDown numProxyPort; - internal mrngCheckBox chkUseProxyForAutomaticUpdates; - internal mrngCheckBox chkUseProxyAuthentication; - internal Controls.mrngLabel lblProxyUsername; - internal Controls.mrngTextBox txtProxyUsername; - internal Controls.mrngLabel lblProxyPassword; - internal Controls.mrngTextBox txtProxyPassword; - internal mrngButton btnTestProxy; - private mrngComboBox cboReleaseChannel; - private Controls.mrngTextBox lblReleaseChannelExplanation; - private mrngGroupBox groupBoxReleaseChannel; + internal Controls.MrngLabel lblProxyAddress; + internal Controls.MrngTextBox txtProxyAddress; + internal Controls.MrngLabel lblProxyPort; + internal Controls.MrngNumericUpDown numProxyPort; + internal MrngCheckBox chkUseProxyForAutomaticUpdates; + internal MrngCheckBox chkUseProxyAuthentication; + internal Controls.MrngLabel lblProxyUsername; + internal Controls.MrngTextBox txtProxyUsername; + internal Controls.MrngLabel lblProxyPassword; + internal Controls.MrngTextBox txtProxyPassword; + internal MrngButton btnTestProxy; + private MrngComboBox cboReleaseChannel; + private Controls.MrngTextBox lblReleaseChannelExplanation; + private MrngGroupBox groupBoxReleaseChannel; private System.Windows.Forms.TableLayoutPanel tblProxyBasic; private System.Windows.Forms.TableLayoutPanel tblProxyAuthentication; } diff --git a/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs b/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs index b417d714f..1e5059f73 100644 --- a/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs +++ b/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs @@ -31,15 +31,15 @@ namespace mRemoteNG.UI.Forms //Do not modify it using the code editor. [System.Diagnostics.DebuggerStepThrough()]private void InitializeComponent() { - this.cbPanels = new mrngComboBox(); - this.btnOK = new mrngButton(); - this.lblDescription = new mRemoteNG.UI.Controls.mrngLabel(); - this.btnNew = new mrngButton(); + this.cbPanels = new MrngComboBox(); + this.btnOK = new MrngButton(); + this.lblDescription = new mRemoteNG.UI.Controls.MrngLabel(); + this.btnNew = new MrngButton(); this.SuspendLayout(); // // cbPanels // - this.cbPanels._mice = mrngComboBox.MouseState.HOVER; + this.cbPanels._mice = MrngComboBox.MouseState.HOVER; this.cbPanels.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbPanels.FormattingEnabled = true; this.cbPanels.Location = new System.Drawing.Point(12, 42); @@ -49,7 +49,7 @@ namespace mRemoteNG.UI.Forms // // btnOK // - this.btnOK._mice = mrngButton.MouseState.HOVER; + this.btnOK._mice = MrngButton.MouseState.HOVER; this.btnOK.Location = new System.Drawing.Point(167, 72); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 24); @@ -69,7 +69,7 @@ namespace mRemoteNG.UI.Forms // // btnNew // - this.btnNew._mice = mrngButton.MouseState.HOVER; + this.btnNew._mice = MrngButton.MouseState.HOVER; this.btnNew.Image = global::mRemoteNG.Properties.Resources.Panel_Add; this.btnNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.btnNew.Location = new System.Drawing.Point(86, 72); @@ -103,9 +103,9 @@ namespace mRemoteNG.UI.Forms this.ResumeLayout(false); } - internal mrngComboBox cbPanels; - internal mrngButton btnOK; - internal Controls.mrngLabel lblDescription; - internal mrngButton btnNew; + internal MrngComboBox cbPanels; + internal MrngButton btnOK; + internal Controls.MrngLabel lblDescription; + internal MrngButton btnNew; } } diff --git a/mRemoteNG/UI/Forms/frmMain.cs b/mRemoteNG/UI/Forms/frmMain.cs index 5babbb133..dae8ff872 100644 --- a/mRemoteNG/UI/Forms/frmMain.cs +++ b/mRemoteNG/UI/Forms/frmMain.cs @@ -551,7 +551,7 @@ namespace mRemoteNG.UI.Forms { if (controlThatWasClicked is TreeView || controlThatWasClicked is ComboBox || - controlThatWasClicked is mrngTextBox || + controlThatWasClicked is MrngTextBox || controlThatWasClicked is FrmMain) { controlThatWasClicked.Focus(); diff --git a/mRemoteNG/UI/Forms/frmOptions.Designer.cs b/mRemoteNG/UI/Forms/frmOptions.Designer.cs index 2a29862a1..7167a89cf 100644 --- a/mRemoteNG/UI/Forms/frmOptions.Designer.cs +++ b/mRemoteNG/UI/Forms/frmOptions.Designer.cs @@ -32,13 +32,13 @@ namespace mRemoteNG.UI.Forms { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmOptions)); this.pnlBottom = new System.Windows.Forms.Panel(); - this.btnApply = new mrngButton(); - this.btnCancel = new mrngButton(); - this.btnOK = new mrngButton(); + this.btnApply = new MrngButton(); + this.btnCancel = new MrngButton(); + this.btnOK = new MrngButton(); this.splitter1 = new System.Windows.Forms.Splitter(); this.splitter2 = new System.Windows.Forms.Splitter(); this.pnlMain = new System.Windows.Forms.Panel(); - this.lstOptionPages = new mRemoteNG.UI.Controls.mrngListView(); + this.lstOptionPages = new mRemoteNG.UI.Controls.MrngListView(); this.PageName = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.pnlBottom.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lstOptionPages)).BeginInit(); @@ -57,7 +57,7 @@ namespace mRemoteNG.UI.Forms // // btnApply // - this.btnApply._mice = mrngButton.MouseState.OUT; + this.btnApply._mice = MrngButton.MouseState.OUT; this.btnApply.Location = new System.Drawing.Point(677, 5); this.btnApply.Name = "btnApply"; this.btnApply.Size = new System.Drawing.Size(75, 23); @@ -68,7 +68,7 @@ namespace mRemoteNG.UI.Forms // // btnCancel // - this.btnCancel._mice = mrngButton.MouseState.OUT; + this.btnCancel._mice = MrngButton.MouseState.OUT; this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Location = new System.Drawing.Point(596, 5); this.btnCancel.Name = "btnCancel"; @@ -80,7 +80,7 @@ namespace mRemoteNG.UI.Forms // // btnOK // - this.btnOK._mice = mrngButton.MouseState.OUT; + this.btnOK._mice = MrngButton.MouseState.OUT; this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK; this.btnOK.Location = new System.Drawing.Point(515, 5); this.btnOK.Name = "btnOK"; @@ -182,12 +182,12 @@ namespace mRemoteNG.UI.Forms private System.Windows.Forms.Panel pnlBottom; private System.Windows.Forms.Splitter splitter1; - private Controls.mrngListView lstOptionPages; + private Controls.MrngListView lstOptionPages; private System.Windows.Forms.Splitter splitter2; private System.Windows.Forms.Panel pnlMain; - private mrngButton btnOK; - private mrngButton btnCancel; + private MrngButton btnOK; + private MrngButton btnCancel; private BrightIdeasSoftware.OLVColumn PageName; - private mrngButton btnApply; + private MrngButton btnApply; } } \ No newline at end of file diff --git a/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs b/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs index 8ff4f950b..d838c1750 100644 --- a/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs +++ b/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs @@ -21,7 +21,7 @@ namespace mRemoteNG.UI.TaskDialog private readonly Font _mainInstructionFont = new Font("Segoe UI", 11.75F, FontStyle.Regular, GraphicsUnit.Point, 0); - private readonly List _radioButtonCtrls = new List(); + private readonly List _radioButtonCtrls = new List(); private readonly DisplayProperties _display = new DisplayProperties(); private Control _focusControl; @@ -215,7 +215,7 @@ namespace mRemoteNG.UI.TaskDialog var pnlHeight = _display.ScaleHeight(12); for (var i = 0; i < arr.Length; i++) { - var rb = new mrngRadioButton {Parent = pnlRadioButtons}; + var rb = new MrngRadioButton {Parent = pnlRadioButtons}; rb.Location = new Point(_display.ScaleWidth(60), _display.ScaleHeight(4) + i * rb.Height); rb.Text = arr[i]; rb.Tag = i; diff --git a/mRemoteNG/UI/TaskDialog/frmTaskDialog.designer.cs b/mRemoteNG/UI/TaskDialog/frmTaskDialog.designer.cs index 746f4b43b..3f40e1228 100644 --- a/mRemoteNG/UI/TaskDialog/frmTaskDialog.designer.cs +++ b/mRemoteNG/UI/TaskDialog/frmTaskDialog.designer.cs @@ -48,15 +48,15 @@ namespace mRemoteNG.UI.TaskDialog this.pnlContent = new System.Windows.Forms.Panel(); this.pnlExpandedInfo = new System.Windows.Forms.Panel(); this.pnlRadioButtons = new System.Windows.Forms.Panel(); - this.lbFooter = new mRemoteNG.UI.Controls.mrngLabel(); - this.bt1 = new mrngButton(); - this.bt2 = new mrngButton(); - this.bt3 = new mrngButton(); - this.cbVerify = new mrngCheckBox(); - this.lbShowHideDetails = new mRemoteNG.UI.Controls.mrngLabel(); - this.lbExpandedInfo = new mRemoteNG.UI.Controls.mrngLabel(); - this.lbContent = new mRemoteNG.UI.Controls.mrngLabel(); - this.lbMainInstruction = new mRemoteNG.UI.Controls.mrngLabel(); + this.lbFooter = new mRemoteNG.UI.Controls.MrngLabel(); + this.bt1 = new MrngButton(); + this.bt2 = new MrngButton(); + this.bt3 = new MrngButton(); + this.cbVerify = new MrngCheckBox(); + this.lbShowHideDetails = new mRemoteNG.UI.Controls.MrngLabel(); + this.lbExpandedInfo = new mRemoteNG.UI.Controls.MrngLabel(); + this.lbContent = new mRemoteNG.UI.Controls.MrngLabel(); + this.lbMainInstruction = new mRemoteNG.UI.Controls.MrngLabel(); ((System.ComponentModel.ISupportInitialize)(this.imgMain)).BeginInit(); this.pnlButtons.SuspendLayout(); this.pnlFooter.SuspendLayout(); @@ -198,7 +198,7 @@ namespace mRemoteNG.UI.TaskDialog // // bt1 // - this.bt1._mice = mrngButton.MouseState.HOVER; + this.bt1._mice = MrngButton.MouseState.HOVER; this.bt1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bt1.Location = new System.Drawing.Point(218, 8); this.bt1.Name = "bt1"; @@ -208,7 +208,7 @@ namespace mRemoteNG.UI.TaskDialog // // bt2 // - this.bt2._mice = mrngButton.MouseState.HOVER; + this.bt2._mice = MrngButton.MouseState.HOVER; this.bt2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bt2.Location = new System.Drawing.Point(299, 8); this.bt2.Name = "bt2"; @@ -218,7 +218,7 @@ namespace mRemoteNG.UI.TaskDialog // // bt3 // - this.bt3._mice = mrngButton.MouseState.HOVER; + this.bt3._mice = MrngButton.MouseState.HOVER; this.bt3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.bt3.Location = new System.Drawing.Point(380, 8); this.bt3.Name = "bt3"; @@ -228,7 +228,7 @@ namespace mRemoteNG.UI.TaskDialog // // cbVerify // - this.cbVerify._mice = mrngCheckBox.MouseState.HOVER; + this.cbVerify._mice = MrngCheckBox.MouseState.HOVER; this.cbVerify.AutoSize = true; this.cbVerify.Location = new System.Drawing.Point(13, 34); this.cbVerify.Name = "cbVerify"; @@ -320,26 +320,26 @@ namespace mRemoteNG.UI.TaskDialog #endregion private System.Windows.Forms.PictureBox imgMain; - private Controls.mrngLabel lbContent; + private Controls.MrngLabel lbContent; private System.Windows.Forms.Panel pnlButtons; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel pnlFooter; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.PictureBox imgFooter; - private Controls.mrngLabel lbFooter; + private Controls.MrngLabel lbFooter; private System.Windows.Forms.ImageList imageList1; - private Controls.mrngLabel lbShowHideDetails; + private Controls.MrngLabel lbShowHideDetails; private System.Windows.Forms.Panel pnlCommandButtons; - private mrngCheckBox cbVerify; + private MrngCheckBox cbVerify; private System.Windows.Forms.Panel pnlMainInstruction; private System.Windows.Forms.Panel pnlContent; private System.Windows.Forms.Panel pnlExpandedInfo; - private Controls.mrngLabel lbExpandedInfo; + private Controls.MrngLabel lbExpandedInfo; private System.Windows.Forms.Panel pnlRadioButtons; - private mrngButton bt1; - private mrngButton bt2; - private mrngButton bt3; - private Controls.mrngLabel lbMainInstruction; + private MrngButton bt1; + private MrngButton bt2; + private MrngButton bt3; + private Controls.MrngLabel lbMainInstruction; } } \ No newline at end of file diff --git a/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.Designer.cs b/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.Designer.cs index 5853c27ff..b78fa638a 100644 --- a/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.Designer.cs +++ b/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.Designer.cs @@ -8,18 +8,18 @@ namespace mRemoteNG.UI.Window #region Windows Form Designer generated code private void InitializeComponent() { - this.btnImport = new mrngButton(); - this.txtDomain = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblDomain = new mRemoteNG.UI.Controls.mrngLabel(); - this.btnChangeDomain = new mrngButton(); - this.activeDirectoryTree = new mRemoteNG.UI.Controls.mrngAdTree(); - this.btnClose = new mrngButton(); - this.chkSubOU = new mrngCheckBox(); + this.btnImport = new MrngButton(); + this.txtDomain = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblDomain = new mRemoteNG.UI.Controls.MrngLabel(); + this.btnChangeDomain = new MrngButton(); + this.activeDirectoryTree = new mRemoteNG.UI.Controls.MrngAdTree(); + this.btnClose = new MrngButton(); + this.chkSubOU = new MrngCheckBox(); this.SuspendLayout(); // // btnImport // - this.btnImport._mice = mrngButton.MouseState.HOVER; + this.btnImport._mice = MrngButton.MouseState.HOVER; this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnImport.Location = new System.Drawing.Point(126, 345); this.btnImport.Name = "btnImport"; @@ -51,7 +51,7 @@ namespace mRemoteNG.UI.Window // // btnChangeDomain // - this.btnChangeDomain._mice = mrngButton.MouseState.HOVER; + this.btnChangeDomain._mice = MrngButton.MouseState.HOVER; this.btnChangeDomain.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChangeDomain.Location = new System.Drawing.Point(422, 23); this.btnChangeDomain.Name = "btnChangeDomain"; @@ -74,11 +74,11 @@ namespace mRemoteNG.UI.Window this.activeDirectoryTree.SelectedNode = null; this.activeDirectoryTree.Size = new System.Drawing.Size(510, 285); this.activeDirectoryTree.TabIndex = 3; - this.activeDirectoryTree.AdPathChanged += new mRemoteNG.UI.Controls.mrngAdTree.AdPathChangedEventHandler(this.ActiveDirectoryTree_ADPathChanged); + this.activeDirectoryTree.AdPathChanged += new mRemoteNG.UI.Controls.MrngAdTree.AdPathChangedEventHandler(this.ActiveDirectoryTree_ADPathChanged); // // btnClose // - this.btnClose._mice = mrngButton.MouseState.HOVER; + this.btnClose._mice = MrngButton.MouseState.HOVER; this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.Location = new System.Drawing.Point(422, 344); this.btnClose.Name = "btnClose"; @@ -90,7 +90,7 @@ namespace mRemoteNG.UI.Window // // chkSubOU // - this.chkSubOU._mice = mrngCheckBox.MouseState.HOVER; + this.chkSubOU._mice = MrngCheckBox.MouseState.HOVER; this.chkSubOU.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.chkSubOU.AutoSize = true; this.chkSubOU.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -124,14 +124,14 @@ namespace mRemoteNG.UI.Window this.PerformLayout(); } - private mrngButton btnImport; - private Controls.mrngTextBox txtDomain; - private Controls.mrngLabel lblDomain; - private mrngButton btnChangeDomain; - private mRemoteNG.UI.Controls.mrngAdTree activeDirectoryTree; + private MrngButton btnImport; + private Controls.MrngTextBox txtDomain; + private Controls.MrngLabel lblDomain; + private MrngButton btnChangeDomain; + private mRemoteNG.UI.Controls.MrngAdTree activeDirectoryTree; #endregion - private mrngButton btnClose; - private mrngCheckBox chkSubOU; + private MrngButton btnClose; + private MrngCheckBox chkSubOU; } } diff --git a/mRemoteNG/UI/Window/ConnectionTreeWindow.Designer.cs b/mRemoteNG/UI/Window/ConnectionTreeWindow.Designer.cs index 794e2e101..99f89c400 100644 --- a/mRemoteNG/UI/Window/ConnectionTreeWindow.Designer.cs +++ b/mRemoteNG/UI/Window/ConnectionTreeWindow.Designer.cs @@ -30,8 +30,8 @@ namespace mRemoteNG.UI.Window this.mMenSort = new System.Windows.Forms.ToolStripMenuItem(); this.mMenFavorites = new System.Windows.Forms.ToolStripMenuItem(); this.vsToolStripExtender = new WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender(this.components); - this.pbSearch = new mrngPictureBox(this.components); - this.txtSearch = new mRemoteNG.UI.Controls.mrngSearchBox(); + this.pbSearch = new MrngPictureBox(this.components); + this.txtSearch = new mRemoteNG.UI.Controls.MrngSearchBox(); this.searchBoxLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); ((System.ComponentModel.ISupportInitialize)(this.ConnectionTree)).BeginInit(); this.msMain.SuspendLayout(); @@ -216,8 +216,8 @@ namespace mRemoteNG.UI.Window private System.ComponentModel.IContainer components; private WeifenLuo.WinFormsUI.Docking.VisualStudioToolStripExtender vsToolStripExtender; - internal mrngPictureBox pbSearch; - internal Controls.mrngSearchBox txtSearch; + internal MrngPictureBox pbSearch; + internal Controls.MrngSearchBox txtSearch; public System.Windows.Forms.TableLayoutPanel searchBoxLayoutPanel; internal System.Windows.Forms.ToolStripMenuItem mMenFavorites; } diff --git a/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs b/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs index dc76e1aa7..85c3d6c02 100644 --- a/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs +++ b/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs @@ -5,10 +5,10 @@ namespace mRemoteNG.UI.Window { public partial class ErrorAndInfoWindow { - internal mrngPictureBox pbError; + internal MrngPictureBox pbError; internal System.Windows.Forms.ListView lvErrorCollector; internal System.Windows.Forms.ColumnHeader clmMessage; - internal Controls.mrngTextBox txtMsgText; + internal Controls.MrngTextBox txtMsgText; internal System.Windows.Forms.ImageList imgListMC; internal System.Windows.Forms.ContextMenuStrip cMenMC; internal System.Windows.Forms.ToolStripMenuItem cMenMCCopy; @@ -17,15 +17,15 @@ namespace mRemoteNG.UI.Window private void InitializeComponent() { this.components = new System.ComponentModel.Container(); - this.txtMsgText = new mRemoteNG.UI.Controls.mrngTextBox(); - this.pbError = new mrngPictureBox(this.components); + this.txtMsgText = new mRemoteNG.UI.Controls.MrngTextBox(); + this.pbError = new MrngPictureBox(this.components); this.lvErrorCollector = new System.Windows.Forms.ListView(); this.clmMessage = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.cMenMC = new System.Windows.Forms.ContextMenuStrip(this.components); this.cMenMCCopy = new System.Windows.Forms.ToolStripMenuItem(); this.cMenMCDelete = new System.Windows.Forms.ToolStripMenuItem(); this.imgListMC = new System.Windows.Forms.ImageList(this.components); - this.lblMsgDate = new mRemoteNG.UI.Controls.mrngLabel(); + this.lblMsgDate = new mRemoteNG.UI.Controls.MrngLabel(); this.pnlErrorMsg = new System.Windows.Forms.Panel(); ((System.ComponentModel.ISupportInitialize)(this.pbError)).BeginInit(); this.cMenMC.SuspendLayout(); @@ -166,7 +166,7 @@ namespace mRemoteNG.UI.Window } private System.ComponentModel.IContainer components; - internal Controls.mrngLabel lblMsgDate; + internal Controls.MrngLabel lblMsgDate; internal System.Windows.Forms.Panel pnlErrorMsg; } } \ No newline at end of file diff --git a/mRemoteNG/UI/Window/ExternalToolsWindow.Designer.cs b/mRemoteNG/UI/Window/ExternalToolsWindow.Designer.cs index 79903a783..559931f12 100644 --- a/mRemoteNG/UI/Window/ExternalToolsWindow.Designer.cs +++ b/mRemoteNG/UI/Window/ExternalToolsWindow.Designer.cs @@ -14,34 +14,34 @@ namespace mRemoteNG.UI.Window internal BrightIdeasSoftware.OLVColumn TryToIntegrateColumnHeader; internal BrightIdeasSoftware.OLVColumn WorkingDirColumnHeader; internal BrightIdeasSoftware.OLVColumn RunElevateHeader; - internal Controls.mrngTextBox DisplayNameTextBox; + internal Controls.MrngTextBox DisplayNameTextBox; internal BrightIdeasSoftware.OLVColumn ShowOnToolbarColumnHeader; - internal Controls.mrngLabel DisplayNameLabel; - internal Controls.mrngTextBox ArgumentsCheckBox; - internal Controls.mrngTextBox FilenameTextBox; - internal Controls.mrngLabel ArgumentsLabel; - internal Controls.mrngLabel FilenameLabel; - internal mrngButton BrowseButton; + internal Controls.MrngLabel DisplayNameLabel; + internal Controls.MrngTextBox ArgumentsCheckBox; + internal Controls.MrngTextBox FilenameTextBox; + internal Controls.MrngLabel ArgumentsLabel; + internal Controls.MrngLabel FilenameLabel; + internal MrngButton BrowseButton; internal System.Windows.Forms.ContextMenuStrip ToolsContextMenuStrip; internal System.Windows.Forms.ToolStripMenuItem NewToolMenuItem; internal System.Windows.Forms.ToolStripMenuItem DeleteToolMenuItem; internal System.Windows.Forms.ToolStripSeparator ToolStripSeparator1; internal System.Windows.Forms.ToolStripMenuItem LaunchToolMenuItem; - internal mrngCheckBox WaitForExitCheckBox; - internal Controls.mrngLabel OptionsLabel; - internal mrngCheckBox TryToIntegrateCheckBox; - internal mrngCheckBox ShowOnToolbarCheckBox; - internal Controls.mrngListView ToolsListObjView; - internal Controls.mrngLabel WorkingDirLabel; - internal Controls.mrngTextBox WorkingDirTextBox; - internal mrngButton BrowseWorkingDir; - internal mrngCheckBox RunElevatedCheckBox; + internal MrngCheckBox WaitForExitCheckBox; + internal Controls.MrngLabel OptionsLabel; + internal MrngCheckBox TryToIntegrateCheckBox; + internal MrngCheckBox ShowOnToolbarCheckBox; + internal Controls.MrngListView ToolsListObjView; + internal Controls.MrngLabel WorkingDirLabel; + internal Controls.MrngTextBox WorkingDirTextBox; + internal MrngButton BrowseWorkingDir; + internal MrngCheckBox RunElevatedCheckBox; private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExternalToolsWindow)); - this.ToolsListObjView = new mRemoteNG.UI.Controls.mrngListView(); + this.ToolsListObjView = new mRemoteNG.UI.Controls.MrngListView(); this.DisplayNameColumnHeader = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.FilenameColumnHeader = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.ArgumentsColumnHeader = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); @@ -55,23 +55,23 @@ namespace mRemoteNG.UI.Window this.DeleteToolMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.LaunchToolMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.PropertiesGroupBox = new mrngGroupBox(); + this.PropertiesGroupBox = new MrngGroupBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.DisplayNameLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.ShowOnToolbarCheckBox = new mrngCheckBox(); - this.WorkingDirTextBox = new mRemoteNG.UI.Controls.mrngTextBox(); - this.DisplayNameTextBox = new mRemoteNG.UI.Controls.mrngTextBox(); - this.FilenameTextBox = new mRemoteNG.UI.Controls.mrngTextBox(); - this.ArgumentsCheckBox = new mRemoteNG.UI.Controls.mrngTextBox(); - this.FilenameLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.RunElevatedCheckBox = new mrngCheckBox(); - this.ArgumentsLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.TryToIntegrateCheckBox = new mrngCheckBox(); - this.WorkingDirLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.OptionsLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.WaitForExitCheckBox = new mrngCheckBox(); - this.BrowseButton = new mrngButton(); - this.BrowseWorkingDir = new mrngButton(); + this.DisplayNameLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.ShowOnToolbarCheckBox = new MrngCheckBox(); + this.WorkingDirTextBox = new mRemoteNG.UI.Controls.MrngTextBox(); + this.DisplayNameTextBox = new mRemoteNG.UI.Controls.MrngTextBox(); + this.FilenameTextBox = new mRemoteNG.UI.Controls.MrngTextBox(); + this.ArgumentsCheckBox = new mRemoteNG.UI.Controls.MrngTextBox(); + this.FilenameLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.RunElevatedCheckBox = new MrngCheckBox(); + this.ArgumentsLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.TryToIntegrateCheckBox = new MrngCheckBox(); + this.WorkingDirLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.OptionsLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.WaitForExitCheckBox = new MrngCheckBox(); + this.BrowseButton = new MrngButton(); + this.BrowseWorkingDir = new MrngButton(); this.ToolStripContainer = new System.Windows.Forms.ToolStripContainer(); this.ToolStrip = new System.Windows.Forms.ToolStrip(); this.NewToolToolstripButton = new System.Windows.Forms.ToolStripButton(); @@ -309,7 +309,7 @@ namespace mRemoteNG.UI.Window // // ShowOnToolbarCheckBox // - this.ShowOnToolbarCheckBox._mice = mrngCheckBox.MouseState.HOVER; + this.ShowOnToolbarCheckBox._mice = MrngCheckBox.MouseState.HOVER; this.ShowOnToolbarCheckBox.AutoSize = true; this.ShowOnToolbarCheckBox.Dock = System.Windows.Forms.DockStyle.Fill; this.ShowOnToolbarCheckBox.Location = new System.Drawing.Point(239, 133); @@ -382,7 +382,7 @@ namespace mRemoteNG.UI.Window // // RunElevatedCheckBox // - this.RunElevatedCheckBox._mice = mrngCheckBox.MouseState.HOVER; + this.RunElevatedCheckBox._mice = MrngCheckBox.MouseState.HOVER; this.RunElevatedCheckBox.AutoSize = true; this.RunElevatedCheckBox.Dock = System.Windows.Forms.DockStyle.Fill; this.RunElevatedCheckBox.Location = new System.Drawing.Point(113, 133); @@ -407,7 +407,7 @@ namespace mRemoteNG.UI.Window // // TryToIntegrateCheckBox // - this.TryToIntegrateCheckBox._mice = mrngCheckBox.MouseState.HOVER; + this.TryToIntegrateCheckBox._mice = MrngCheckBox.MouseState.HOVER; this.TryToIntegrateCheckBox.AutoSize = true; this.TryToIntegrateCheckBox.Dock = System.Windows.Forms.DockStyle.Fill; this.TryToIntegrateCheckBox.Location = new System.Drawing.Point(239, 107); @@ -443,7 +443,7 @@ namespace mRemoteNG.UI.Window // // WaitForExitCheckBox // - this.WaitForExitCheckBox._mice = mrngCheckBox.MouseState.HOVER; + this.WaitForExitCheckBox._mice = MrngCheckBox.MouseState.HOVER; this.WaitForExitCheckBox.AutoSize = true; this.WaitForExitCheckBox.Dock = System.Windows.Forms.DockStyle.Fill; this.WaitForExitCheckBox.Location = new System.Drawing.Point(113, 107); @@ -458,7 +458,7 @@ namespace mRemoteNG.UI.Window // // BrowseButton // - this.BrowseButton._mice = mrngButton.MouseState.HOVER; + this.BrowseButton._mice = MrngButton.MouseState.HOVER; this.BrowseButton.Dock = System.Windows.Forms.DockStyle.Fill; this.BrowseButton.Location = new System.Drawing.Point(723, 29); this.BrowseButton.Name = "BrowseButton"; @@ -471,7 +471,7 @@ namespace mRemoteNG.UI.Window // // BrowseWorkingDir // - this.BrowseWorkingDir._mice = mrngButton.MouseState.HOVER; + this.BrowseWorkingDir._mice = MrngButton.MouseState.HOVER; this.BrowseWorkingDir.Dock = System.Windows.Forms.DockStyle.Fill; this.BrowseWorkingDir.Location = new System.Drawing.Point(723, 81); this.BrowseWorkingDir.Name = "BrowseWorkingDir"; @@ -591,7 +591,7 @@ namespace mRemoteNG.UI.Window #endregion private System.ComponentModel.IContainer components; - internal mrngGroupBox PropertiesGroupBox; + internal MrngGroupBox PropertiesGroupBox; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; } } diff --git a/mRemoteNG/UI/Window/PortScanWindow.Designer.cs b/mRemoteNG/UI/Window/PortScanWindow.Designer.cs index 1069c6852..bf66938cc 100644 --- a/mRemoteNG/UI/Window/PortScanWindow.Designer.cs +++ b/mRemoteNG/UI/Window/PortScanWindow.Designer.cs @@ -8,10 +8,10 @@ namespace mRemoteNG.UI.Window { #region Windows Form Designer generated code - internal Controls.mrngLabel lblEndIP; - internal Controls.mrngLabel lblStartIP; - internal mrngIpTextBox ipEnd; - internal Controls.mrngListView olvHosts; + internal Controls.MrngLabel lblEndIP; + internal Controls.MrngLabel lblStartIP; + internal MrngIpTextBox ipEnd; + internal Controls.MrngListView olvHosts; internal BrightIdeasSoftware.OLVColumn clmHost; internal BrightIdeasSoftware.OLVColumn clmSSH; internal BrightIdeasSoftware.OLVColumn clmTelnet; @@ -22,23 +22,23 @@ namespace mRemoteNG.UI.Window internal BrightIdeasSoftware.OLVColumn clmVNC; internal BrightIdeasSoftware.OLVColumn clmOpenPorts; internal BrightIdeasSoftware.OLVColumn clmClosedPorts; - internal Controls.mrngProgressBar prgBar; - internal Controls.mrngLabel lblOnlyImport; - internal mrngComboBox cbProtocol; - internal Controls.mrngNumericUpDown portEnd; - internal Controls.mrngNumericUpDown portStart; - internal mrngButton btnImport; - internal mrngIpTextBox ipStart; + internal Controls.MrngProgressBar prgBar; + internal Controls.MrngLabel lblOnlyImport; + internal MrngComboBox cbProtocol; + internal Controls.MrngNumericUpDown portEnd; + internal Controls.MrngNumericUpDown portStart; + internal MrngButton btnImport; + internal MrngIpTextBox ipStart; private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortScanWindow)); - this.ipStart = new mRemoteNG.UI.Controls.mrngIpTextBox(); - this.ipEnd = new mRemoteNG.UI.Controls.mrngIpTextBox(); - this.lblStartIP = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblEndIP = new mRemoteNG.UI.Controls.mrngLabel(); - this.olvHosts = new mRemoteNG.UI.Controls.mrngListView(); + this.ipStart = new mRemoteNG.UI.Controls.MrngIpTextBox(); + this.ipEnd = new mRemoteNG.UI.Controls.MrngIpTextBox(); + this.lblStartIP = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblEndIP = new mRemoteNG.UI.Controls.MrngLabel(); + this.olvHosts = new mRemoteNG.UI.Controls.MrngListView(); this.resultsMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components); this.importHTTPToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importHTTPSToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); @@ -47,9 +47,9 @@ namespace mRemoteNG.UI.Window this.importSSH2ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importTelnetToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.importVNCToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); - this.btnImport = new mrngButton(); - this.cbProtocol = new mrngComboBox(); - this.lblOnlyImport = new mRemoteNG.UI.Controls.mrngLabel(); + this.btnImport = new MrngButton(); + this.cbProtocol = new MrngComboBox(); + this.lblOnlyImport = new mRemoteNG.UI.Controls.MrngLabel(); this.clmHost = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.clmSSH = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.clmTelnet = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); @@ -60,15 +60,15 @@ namespace mRemoteNG.UI.Window this.clmVNC = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.clmOpenPorts = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); this.clmClosedPorts = ((BrightIdeasSoftware.OLVColumn)(new BrightIdeasSoftware.OLVColumn())); - this.prgBar = new mRemoteNG.UI.Controls.mrngProgressBar(); - this.numericSelectorTimeout = new mRemoteNG.UI.Controls.mrngNumericUpDown(); + this.prgBar = new mRemoteNG.UI.Controls.MrngProgressBar(); + this.numericSelectorTimeout = new mRemoteNG.UI.Controls.MrngNumericUpDown(); this.lblTimeout = new System.Windows.Forms.Label(); - this.portEnd = new mRemoteNG.UI.Controls.mrngNumericUpDown(); - this.portStart = new mRemoteNG.UI.Controls.mrngNumericUpDown(); + this.portEnd = new mRemoteNG.UI.Controls.MrngNumericUpDown(); + this.portStart = new mRemoteNG.UI.Controls.MrngNumericUpDown(); this.pnlIp = new System.Windows.Forms.TableLayoutPanel(); - this.btnScan = new mrngButton(); - this.ngCheckFirstPort = new mrngCheckBox(); - this.ngCheckLastPort = new mrngCheckBox(); + this.btnScan = new MrngButton(); + this.ngCheckFirstPort = new MrngCheckBox(); + this.ngCheckLastPort = new MrngCheckBox(); this.pnlImport = new System.Windows.Forms.TableLayoutPanel(); this.pnlMain = new System.Windows.Forms.TableLayoutPanel(); this.portScanToolTip = new System.Windows.Forms.ToolTip(this.components); @@ -205,7 +205,7 @@ namespace mRemoteNG.UI.Window // // btnImport // - this.btnImport._mice = mrngButton.MouseState.OUT; + this.btnImport._mice = MrngButton.MouseState.OUT; this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnImport.Location = new System.Drawing.Point(765, 27); this.btnImport.Name = "btnImport"; @@ -217,7 +217,7 @@ namespace mRemoteNG.UI.Window // // cbProtocol // - this.cbProtocol._mice = mrngComboBox.MouseState.HOVER; + this.cbProtocol._mice = MrngComboBox.MouseState.HOVER; this.cbProtocol.Dock = System.Windows.Forms.DockStyle.Fill; this.cbProtocol.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbProtocol.FormattingEnabled = true; @@ -410,7 +410,7 @@ namespace mRemoteNG.UI.Window // // btnScan // - this.btnScan._mice = mrngButton.MouseState.OUT; + this.btnScan._mice = MrngButton.MouseState.OUT; this.btnScan.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnScan.Image = global::mRemoteNG.Properties.Resources.Search; this.btnScan.ImageAlign = System.Drawing.ContentAlignment.MiddleRight; @@ -425,7 +425,7 @@ namespace mRemoteNG.UI.Window // // ngCheckFirstPort // - this.ngCheckFirstPort._mice = mrngCheckBox.MouseState.OUT; + this.ngCheckFirstPort._mice = MrngCheckBox.MouseState.OUT; this.ngCheckFirstPort.AutoSize = true; this.ngCheckFirstPort.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ngCheckFirstPort.Location = new System.Drawing.Point(3, 51); @@ -438,7 +438,7 @@ namespace mRemoteNG.UI.Window // // ngCheckLastPort // - this.ngCheckLastPort._mice = mrngCheckBox.MouseState.OUT; + this.ngCheckLastPort._mice = MrngCheckBox.MouseState.OUT; this.ngCheckLastPort.AutoSize = true; this.ngCheckLastPort.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.ngCheckLastPort.Location = new System.Drawing.Point(3, 75); @@ -524,13 +524,13 @@ namespace mRemoteNG.UI.Window private System.Windows.Forms.ToolStripMenuItem importTelnetToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem importVNCToolStripMenuItem; private System.Windows.Forms.Label lblTimeout; - private Controls.mrngNumericUpDown numericSelectorTimeout; + private Controls.MrngNumericUpDown numericSelectorTimeout; private System.Windows.Forms.TableLayoutPanel pnlIp; private System.Windows.Forms.TableLayoutPanel pnlImport; - internal mrngButton btnScan; + internal MrngButton btnScan; private System.Windows.Forms.TableLayoutPanel pnlMain; - private mrngCheckBox ngCheckFirstPort; - private mrngCheckBox ngCheckLastPort; + private MrngCheckBox ngCheckFirstPort; + private MrngCheckBox ngCheckLastPort; private System.Windows.Forms.ToolTip portScanToolTip; } } diff --git a/mRemoteNG/UI/Window/SSHTransferWindow.cs b/mRemoteNG/UI/Window/SSHTransferWindow.cs index 20103b3c7..b24b13f2d 100644 --- a/mRemoteNG/UI/Window/SSHTransferWindow.cs +++ b/mRemoteNG/UI/Window/SSHTransferWindow.cs @@ -16,51 +16,51 @@ namespace mRemoteNG.UI.Window { #region Form Init - private mrngProgressBar pbStatus; - private mrngButton btnTransfer; - private mrngTextBox txtUser; - private mrngTextBox txtPassword; - private mrngTextBox txtHost; - private mrngTextBox txtPort; - private mrngLabel lblHost; - private mrngLabel lblPort; - private mrngLabel lblUser; - private mrngLabel lblPassword; - private mrngLabel lblProtocol; - private mrngRadioButton radProtSCP; - private mrngRadioButton radProtSFTP; - private mrngGroupBox grpConnection; - private mrngButton btnBrowse; - private mrngLabel lblRemoteFile; - private mrngTextBox txtRemoteFile; - private mrngTextBox txtLocalFile; - private mrngLabel lblLocalFile; - private mrngGroupBox grpFiles; + private MrngProgressBar pbStatus; + private MrngButton btnTransfer; + private MrngTextBox txtUser; + private MrngTextBox txtPassword; + private MrngTextBox txtHost; + private MrngTextBox txtPort; + private MrngLabel lblHost; + private MrngLabel lblPort; + private MrngLabel lblUser; + private MrngLabel lblPassword; + private MrngLabel lblProtocol; + private MrngRadioButton radProtSCP; + private MrngRadioButton radProtSFTP; + private MrngGroupBox grpConnection; + private MrngButton btnBrowse; + private MrngLabel lblRemoteFile; + private MrngTextBox txtRemoteFile; + private MrngTextBox txtLocalFile; + private MrngLabel lblLocalFile; + private MrngGroupBox grpFiles; private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SSHTransferWindow)); - grpFiles = new mrngGroupBox(); - lblLocalFile = new mrngLabel(); - txtLocalFile = new mrngTextBox(); - btnTransfer = new mrngButton(); - txtRemoteFile = new mrngTextBox(); - lblRemoteFile = new mrngLabel(); - btnBrowse = new mrngButton(); - grpConnection = new mrngGroupBox(); - radProtSFTP = new mrngRadioButton(); - radProtSCP = new mrngRadioButton(); - lblProtocol = new mrngLabel(); - lblPassword = new mrngLabel(); - lblUser = new mrngLabel(); - lblPort = new mrngLabel(); - lblHost = new mrngLabel(); - txtPort = new mrngTextBox(); - txtHost = new mrngTextBox(); - txtPassword = new mrngTextBox(); - txtUser = new mrngTextBox(); - pbStatus = new mrngProgressBar(); + grpFiles = new MrngGroupBox(); + lblLocalFile = new MrngLabel(); + txtLocalFile = new MrngTextBox(); + btnTransfer = new MrngButton(); + txtRemoteFile = new MrngTextBox(); + lblRemoteFile = new MrngLabel(); + btnBrowse = new MrngButton(); + grpConnection = new MrngGroupBox(); + radProtSFTP = new MrngRadioButton(); + radProtSCP = new MrngRadioButton(); + lblProtocol = new MrngLabel(); + lblPassword = new MrngLabel(); + lblUser = new MrngLabel(); + lblPort = new MrngLabel(); + lblHost = new MrngLabel(); + txtPort = new MrngTextBox(); + txtHost = new MrngTextBox(); + txtPassword = new MrngTextBox(); + txtUser = new MrngTextBox(); + pbStatus = new MrngProgressBar(); grpFiles.SuspendLayout(); grpConnection.SuspendLayout(); SuspendLayout(); @@ -102,7 +102,7 @@ namespace mRemoteNG.UI.Window // // btnTransfer // - btnTransfer._mice = mrngButton.MouseState.HOVER; + btnTransfer._mice = MrngButton.MouseState.HOVER; btnTransfer.FlatStyle = FlatStyle.Flat; btnTransfer.Image = Properties.Resources.SSHTransfer; btnTransfer.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -135,7 +135,7 @@ namespace mRemoteNG.UI.Window // // btnBrowse // - btnBrowse._mice = mrngButton.MouseState.HOVER; + btnBrowse._mice = MrngButton.MouseState.HOVER; btnBrowse.FlatStyle = FlatStyle.Flat; btnBrowse.Location = new System.Drawing.Point(566, 28); btnBrowse.Name = "btnBrowse"; diff --git a/mRemoteNG/UI/Window/UpdateWindow.Designer.cs b/mRemoteNG/UI/Window/UpdateWindow.Designer.cs index 3be7e6f48..4cdf7dd2c 100644 --- a/mRemoteNG/UI/Window/UpdateWindow.Designer.cs +++ b/mRemoteNG/UI/Window/UpdateWindow.Designer.cs @@ -7,37 +7,37 @@ namespace mRemoteNG.UI.Window public partial class UpdateWindow { #region Windows Form Designer generated code - internal Controls.mrngLabel lblStatus; - internal Controls.mrngTextBox txtChangeLog; - internal Controls.mrngLabel lblChangeLogLabel; - internal Controls.mrngLabel lblLatestVersionLabel; - internal Controls.mrngLabel lblInstalledVersionLabel; - internal Controls.mrngLabel lblLatestVersion; - internal Controls.mrngLabel lblInstalledVersion; + internal Controls.MrngLabel lblStatus; + internal Controls.MrngTextBox txtChangeLog; + internal Controls.MrngLabel lblChangeLogLabel; + internal Controls.MrngLabel lblLatestVersionLabel; + internal Controls.MrngLabel lblInstalledVersionLabel; + internal Controls.MrngLabel lblLatestVersion; + internal Controls.MrngLabel lblInstalledVersion; internal System.Windows.Forms.PictureBox pbUpdateImage; - internal mrngButton btnCheckForUpdate; + internal MrngButton btnCheckForUpdate; private void InitializeComponent() { - this.btnCheckForUpdate = new mrngButton(); - this.lblChangeLogLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.txtChangeLog = new mRemoteNG.UI.Controls.mrngTextBox(); - this.lblStatus = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblLatestVersionLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblInstalledVersionLabel = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblLatestVersion = new mRemoteNG.UI.Controls.mrngLabel(); - this.lblInstalledVersion = new mRemoteNG.UI.Controls.mrngLabel(); + this.btnCheckForUpdate = new MrngButton(); + this.lblChangeLogLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.txtChangeLog = new mRemoteNG.UI.Controls.MrngTextBox(); + this.lblStatus = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblLatestVersionLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblInstalledVersionLabel = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblLatestVersion = new mRemoteNG.UI.Controls.MrngLabel(); + this.lblInstalledVersion = new mRemoteNG.UI.Controls.MrngLabel(); this.pbUpdateImage = new System.Windows.Forms.PictureBox(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.prgbDownload = new mRemoteNG.UI.Controls.mrngProgressBar(); - this.btnDownload = new mrngButton(); + this.prgbDownload = new mRemoteNG.UI.Controls.MrngProgressBar(); + this.btnDownload = new MrngButton(); ((System.ComponentModel.ISupportInitialize)(this.pbUpdateImage)).BeginInit(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // btnCheckForUpdate // - this.btnCheckForUpdate._mice = mrngButton.MouseState.HOVER; + this.btnCheckForUpdate._mice = MrngButton.MouseState.HOVER; this.btnCheckForUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnCheckForUpdate.Location = new System.Drawing.Point(3, 94); this.btnCheckForUpdate.Name = "btnCheckForUpdate"; @@ -184,7 +184,7 @@ namespace mRemoteNG.UI.Window // // btnDownload // - this.btnDownload._mice = mrngButton.MouseState.HOVER; + this.btnDownload._mice = MrngButton.MouseState.HOVER; this.tableLayoutPanel1.SetColumnSpan(this.btnDownload, 2); this.btnDownload.Dock = System.Windows.Forms.DockStyle.Fill; this.btnDownload.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -217,7 +217,7 @@ namespace mRemoteNG.UI.Window #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; - internal mrngButton btnDownload; - internal Controls.mrngProgressBar prgbDownload; + internal MrngButton btnDownload; + internal Controls.MrngProgressBar prgbDownload; } } diff --git a/mRemoteNG/mRemoteNG.csproj b/mRemoteNG/mRemoteNG.csproj index 988935dea..6dbf9cb34 100644 --- a/mRemoteNG/mRemoteNG.csproj +++ b/mRemoteNG/mRemoteNG.csproj @@ -334,49 +334,49 @@ - + UserControl - - mrngAdTree.cs + + MrngAdTree.cs - + Component - + Component - + Component - + Component - + Component - + Component - + Component - + Component - - mrngPictureBox.cs + + MrngPictureBox.cs - + Component - + Component - + Component - + Component @@ -436,7 +436,7 @@ Component - + UserControl @@ -473,7 +473,7 @@ - + Component @@ -803,38 +803,38 @@ ColorMapTheme.Designer.cs mRemoteNG - - mrngAdTree.cs + + MrngAdTree.cs - - mrngButton.cs + + MrngButton.cs - - mrngCheckBox.cs + + MrngCheckBox.cs - - mrngComboBox.cs + + MrngComboBox.cs - - mrngGroupBox.cs + + MrngGroupBox.cs - - mrngLabel.cs + + MrngLabel.cs - - mrngListView.cs + + MrngListView.cs - - mrngNumericUpDown.cs + + MrngNumericUpDown.cs - - mrngRadioButton.cs + + MrngRadioButton.cs - - mrngSearchBox.cs + + MrngSearchBox.cs - - mrngTextBox.cs + + MrngTextBox.cs ConnectionTree.cs @@ -857,8 +857,8 @@ HeadlessTabControl.cs - - mrngIpTextBox.cs + + MrngIpTextBox.cs NewPasswordWithVerification.cs