set Language as resource

This commit is contained in:
Dimitrij
2021-09-17 22:58:58 +01:00
parent 07eae639b6
commit f884c47ad8
121 changed files with 247 additions and 127 deletions

View File

@@ -7,6 +7,7 @@ using mRemoteNG.Messages;
using mRemoteNG.Properties;
using mRemoteNG.UI.Forms;
using mRemoteNG.UI.TaskDialog;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.App
{

View File

@@ -7,6 +7,7 @@ using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Container;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.App
{

View File

@@ -3,6 +3,7 @@ using System.Management;
using System.Threading;
using System.Windows.Forms;
using mRemoteNG.Messages;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.App.Initialization
{

View File

@@ -16,6 +16,7 @@ using System.Security;
using System.Threading;
using System.Windows.Forms;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.App
{

View File

@@ -7,6 +7,7 @@ using mRemoteNG.Config.Putty;
using mRemoteNG.Properties;
using mRemoteNG.UI.Controls;
using mRemoteNG.UI.Forms;
using mRemoteNG.Resources.Language;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -17,6 +17,7 @@ using mRemoteNG.Security.SymmetricEncryption;
using mRemoteNG.Tools;
using mRemoteNG.Tree;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Config.Connections
{

View File

@@ -2,6 +2,7 @@
using System.IO;
using mRemoteNG.App;
using mRemoteNG.Messages;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Config.DataProviders
{

View File

@@ -17,6 +17,7 @@ using mRemoteNG.Tree;
using mRemoteNG.Tree.Root;
using mRemoteNG.UI.Forms;
using mRemoteNG.UI.TaskDialog;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Config.Serializers.ConnectionSerializers.Xml
{

View File

@@ -9,6 +9,7 @@ using mRemoteNG.Container;
using mRemoteNG.Tools;
using mRemoteNG.Tree;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Config.Serializers.MiscSerializers
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Security.Cryptography;
using System.Text;
@@ -9,6 +9,7 @@ using mRemoteNG.Connection.Protocol.RDP;
using mRemoteNG.Container;
using mRemoteNG.Tree;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Config.Serializers.MiscSerializers
{

View File

@@ -2,6 +2,7 @@
using mRemoteNG.App.Info;
using mRemoteNG.Config.DatabaseConnectors;
using mRemoteNG.Messages;
using mRemoteNG.Resources.Language;
using System;
namespace mRemoteNG.Config.Serializers.Versioning

View File

@@ -7,6 +7,7 @@ using mRemoteNG.Connection.Protocol.VNC;
using mRemoteNG.Properties;
using mRemoteNG.Tools;
using mRemoteNG.Tools.Attributes;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection

View File

@@ -16,6 +16,7 @@ using mRemoteNG.Connection.Protocol.VNC;
using mRemoteNG.Container;
using mRemoteNG.Properties;
using mRemoteNG.Tree;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection

View File

@@ -3,6 +3,7 @@ using System.ComponentModel;
using System.Linq;
using System.Reflection;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection
{

View File

@@ -11,6 +11,7 @@ using mRemoteNG.UI.Panels;
using mRemoteNG.UI.Tabs;
using mRemoteNG.UI.Window;
using WeifenLuo.WinFormsUI.Docking;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection

View File

@@ -18,6 +18,7 @@ using mRemoteNG.Tools;
using mRemoteNG.Tree;
using mRemoteNG.Tree.Root;
using mRemoteNG.UI;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection
{

View File

@@ -4,6 +4,7 @@ using Microsoft.Web.WebView2.WinForms;
using mRemoteNG.Tools;
using mRemoteNG.App;
using mRemoteNG.UI.Tabs;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.Http

View File

@@ -7,6 +7,7 @@ using mRemoteNG.App;
using mRemoteNG.Messages;
using mRemoteNG.Properties;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol
{

View File

@@ -3,6 +3,7 @@ using System.Drawing;
using System.Windows.Forms;
using mRemoteNG.App;
using mRemoteNG.Messages;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.PowerShell
{

View File

@@ -8,6 +8,7 @@ using mRemoteNG.Connection.Protocol.VNC;
using System;
using mRemoteNG.Connection.Protocol.PowerShell;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol
{

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol
{

View File

@@ -10,6 +10,7 @@ using System.Drawing;
using System.Threading;
using System.Windows.Forms;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -1,5 +1,6 @@
using System.ComponentModel;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -1,6 +1,7 @@
using System;
using System.Collections;
using mRemoteNG.App;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -14,6 +14,7 @@ using mRemoteNG.UI;
using mRemoteNG.UI.Forms;
using mRemoteNG.UI.Tabs;
using MSTSCLib;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -3,6 +3,7 @@ using mRemoteNG.App;
using MSTSCLib;
using System;
using System.Windows.Forms;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -5,6 +5,7 @@ using AxMSTSCLib;
using mRemoteNG.App;
using mRemoteNG.Messages;
using MSTSCLib;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.RDP
{

View File

@@ -5,6 +5,7 @@ using System.Net.Sockets;
using mRemoteNG.App;
using mRemoteNG.Tools;
using mRemoteNG.UI.Forms;
using mRemoteNG.Resources.Language;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -1,5 +1,6 @@
using System.ComponentModel;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection.Protocol.VNC
{

View File

@@ -1,4 +1,4 @@
using mRemoteNG.App;
using mRemoteNG.App;
using mRemoteNG.Messages;
using mRemoteNG.Tools;
using System;
@@ -6,6 +6,7 @@ using System.ComponentModel;
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Tree;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection
{

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using mRemoteNG.Tree;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Credential

View File

@@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Security;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Credential
{

View File

@@ -9,7 +9,8 @@
//------------------------------------------------------------------------------
namespace mRemoteNG.Resources.Language{
namespace mRemoteNG.Resources.Language
{
using System;

View File

@@ -1,5 +1,6 @@
using System;
using System.Windows.Forms;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Messages.MessageWriters
{

View File

@@ -13,7 +13,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyDescription("Multi-protocol remote connections manager")]
[assembly: AssemblyCompany("mRemoteNG")]
[assembly: AssemblyProduct("mRemoteNG")]
[assembly: AssemblyCopyright("2020 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel")]
[assembly: AssemblyCopyright("2021 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel")]
[assembly: AssemblyTrademark("")]
[assembly: ComVisible(false)]

View File

@@ -1,27 +1,26 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace mRemoteNG {
using System;
//mRemoteNG.Properties
namespace mRemoteNG.Properties
{
using System;
/// <summary>
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
@@ -36,7 +35,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
@@ -50,8 +49,8 @@ namespace mRemoteNG {
}
/// <summary>
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
@@ -64,7 +63,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Add_16x {
get {
@@ -74,7 +73,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap AddFolder_16x {
get {
@@ -84,7 +83,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap AddItem_16x {
get {
@@ -94,7 +93,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap AppearanceEditor_16x {
get {
@@ -104,7 +103,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ASPWebSite_16x {
get {
@@ -114,7 +113,17 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon Backup_Icon {
get {
object obj = ResourceManager.GetObject("Backup_Icon", resourceCulture);
return ((System.Drawing.Icon)(obj));
}
}
/// <summary>
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Close_16x {
get {
@@ -124,7 +133,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap CloseSolution_16x {
get {
@@ -134,7 +143,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap CollapseAll_16x {
get {
@@ -144,7 +153,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ConnectedOverlay {
get {
@@ -154,7 +163,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Console_16x {
get {
@@ -164,7 +173,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Copy_16x {
get {
@@ -174,7 +183,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Diagram_16x {
get {
@@ -184,7 +193,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Disconnect_16x {
get {
@@ -194,7 +203,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Document_16x {
get {
@@ -204,7 +213,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ExpandAll_16x {
get {
@@ -214,7 +223,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ExpandDown_16x {
get {
@@ -224,7 +233,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Export_16x {
get {
@@ -234,7 +243,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ExtendedProperty_16x {
get {
@@ -244,7 +253,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap F1Help_16x {
get {
@@ -254,7 +263,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Favorite_16x {
get {
@@ -264,7 +273,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap FolderClosed_16x {
get {
@@ -274,7 +283,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap FullScreen_16x {
get {
@@ -284,7 +293,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap GlyphDown_16x {
get {
@@ -294,7 +303,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap GlyphLeft_16x {
get {
@@ -304,7 +313,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap GlyphRight_16x {
get {
@@ -314,7 +323,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap GlyphUp_16x {
get {
@@ -324,7 +333,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Header_dark {
get {
@@ -334,7 +343,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap HostStatus_Check {
get {
@@ -344,7 +353,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap HostStatus_Off {
get {
@@ -354,7 +363,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap HostStatus_On {
get {
@@ -364,7 +373,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap InsertPanel_16x {
get {
@@ -374,7 +383,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Key_16x {
get {
@@ -384,7 +393,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Loading_Spinner {
get {
@@ -394,7 +403,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Lock_16x {
get {
@@ -404,7 +413,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap LogError_16x {
get {
@@ -414,7 +423,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap LogWarning_16x {
get {
@@ -424,7 +433,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Message_16x {
get {
@@ -434,7 +443,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Monitor_16x {
get {
@@ -444,7 +453,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol).
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
/// </summary>
internal static System.Drawing.Icon mRemoteNG_Icon {
get {
@@ -454,14 +463,14 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die &lt;Application xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
/// Looks up a localized string similar to &lt;Application xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;&gt;
/// &lt;VisualElements
/// BackgroundColor=&apos;#343A40&apos;
/// ShowNameOnSquare150x150Logo=&apos;on&apos;
/// ForegroundText=&apos;light&apos;
/// Square150x150Logo=&apos;VisualElements_150.png&apos;
/// Square70x70Logo=&apos;VisualElements_70.png&apos; /&gt;
///&lt;/Application&gt; ähnelt.
///&lt;/Application&gt;.
/// </summary>
internal static string mRemoteNG_VisualElementsManifest {
get {
@@ -470,7 +479,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap NewFile_16x {
get {
@@ -480,7 +489,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap OpenFile_16x {
get {
@@ -490,7 +499,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Panel_16x {
get {
@@ -500,7 +509,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Property_16x {
get {
@@ -510,7 +519,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap PuttyConfig {
get {
@@ -520,7 +529,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap PuttySessions {
get {
@@ -530,7 +539,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Refresh_16x {
get {
@@ -540,7 +549,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Remove_16x {
get {
@@ -550,7 +559,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Rename_16x {
get {
@@ -560,7 +569,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Resize_16x {
get {
@@ -570,7 +579,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Run_16x {
get {
@@ -580,7 +589,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap RunUpdate_16x {
get {
@@ -590,7 +599,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Save_16x {
get {
@@ -600,7 +609,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Schema_16x {
get {
@@ -610,7 +619,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap SchemaObjectProperty_16x {
get {
@@ -620,7 +629,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Search_16x {
get {
@@ -630,7 +639,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap SearchAndApps_16x {
get {
@@ -640,7 +649,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Settings_16x {
get {
@@ -650,7 +659,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap SortAscending_16x {
get {
@@ -660,7 +669,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap SortDescending_16x {
get {
@@ -670,7 +679,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap SQLDatabase_16x {
get {
@@ -680,7 +689,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap StartupProject_16x {
get {
@@ -690,7 +699,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap StatusInformation_16x {
get {
@@ -700,7 +709,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Stop_16x {
get {
@@ -710,7 +719,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap SyncArrow_16x {
get {
@@ -720,7 +729,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Tab_16x {
get {
@@ -730,7 +739,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Test_16x {
get {
@@ -740,7 +749,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ToggleOfficeKeyboardScheme_16x {
get {
@@ -750,7 +759,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap UIAboutBox_16x {
get {
@@ -760,7 +769,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap UniqueKeyError_16x {
get {
@@ -770,7 +779,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap ViewDownBySchema_16x {
get {
@@ -780,7 +789,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap VisualElements_150 {
get {
@@ -790,7 +799,7 @@ namespace mRemoteNG {
}
/// <summary>
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
/// Looks up a localized resource of type System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap VisualElements_70 {
get {

View File

@@ -337,4 +337,7 @@
<data name="Property_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Property_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Backup_Icon" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Backup_Icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@@ -1,14 +1,15 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace mRemoteNG.Properties {
namespace mRemoteNG.Properties
{
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]

View File

@@ -1,6 +1,7 @@
using System;
using System.Security;
using System.Text.RegularExpressions;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Security.PasswordCreation
{

View File

@@ -1,6 +1,7 @@
using System;
using System.Security;
using System.Text.RegularExpressions;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Security.PasswordCreation
{

View File

@@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Security;
using System.Text.RegularExpressions;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Security.PasswordCreation

View File

@@ -1,6 +1,7 @@
using System;
using System.Security;
using System.Text.RegularExpressions;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Security.PasswordCreation
{

View File

@@ -1,5 +1,6 @@
using System;
using System.Security;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Security.PasswordCreation

View File

@@ -1,4 +1,4 @@
/*
/*
* Initial work:
* This work (Modern Encryption of a String C#, by James Tuley),
* identified by James Tuley, is free of known copyright restrictions.
@@ -16,6 +16,7 @@ using Org.BouncyCastle.Crypto.Engines;
using Org.BouncyCastle.Crypto.Modes;
using Org.BouncyCastle.Crypto.Parameters;
using Org.BouncyCastle.Security;
using mRemoteNG.Resources.Language;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -1,10 +1,11 @@
using System;
using System;
using System.IO;
using System.Security;
using System.Security.Cryptography;
using System.Text;
using mRemoteNG.App;
using mRemoteNG.Messages;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Security.SymmetricEncryption

View File

@@ -6,6 +6,7 @@ using System.Windows.Forms;
using mRemoteNG.App.Info;
using mRemoteNG.Messages;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tools.Cmdline

View File

@@ -9,6 +9,7 @@ using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Container;
using mRemoteNG.Messages;
using mRemoteNG.Resources.Language;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -11,6 +11,7 @@ using mRemoteNG.Messages;
using mRemoteNG.Properties;
using mRemoteNG.UI.Forms;
using MySql.Data.Types;
using mRemoteNG.Resources.Language;
using static System.String;
namespace mRemoteNG.Tools

View File

@@ -6,6 +6,7 @@ using mRemoteNG.Connection;
using mRemoteNG.Container;
using mRemoteNG.Properties;
using mRemoteNG.UI.Forms;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tools

View File

@@ -1,4 +1,5 @@
using mRemoteNG.UI.Controls;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tools
{
@@ -69,7 +70,7 @@ namespace mRemoteNG.Tools
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(159, 23);
this.btnClose.TabIndex = 7;
this.btnClose.Text = global::mRemoteNG.Language._Close;
this.btnClose.Text = Language._Close;
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
@@ -91,7 +92,7 @@ namespace mRemoteNG.Tools
this.chkReconnectWhenReady.Name = "chkReconnectWhenReady";
this.chkReconnectWhenReady.Size = new System.Drawing.Size(140, 17);
this.chkReconnectWhenReady.TabIndex = 6;
this.chkReconnectWhenReady.Text = global::mRemoteNG.Language.CheckboxReconnectWhenReady;
this.chkReconnectWhenReady.Text = Language.CheckboxReconnectWhenReady;
this.chkReconnectWhenReady.UseVisualStyleBackColor = true;
this.chkReconnectWhenReady.CheckedChanged += new System.EventHandler(this.chkReconnectWhenReady_CheckedChanged);
//

View File

@@ -1,5 +1,6 @@
using System;
using System.Drawing;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tools
{

View File

@@ -8,6 +8,7 @@ using mRemoteNG.Connection.Protocol.SSH;
using mRemoteNG.Connection.Protocol.Telnet;
using mRemoteNG.Connection.Protocol.VNC;
using mRemoteNG.Messages;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tools

View File

@@ -4,6 +4,7 @@ using mRemoteNG.App;
using Renci.SshNet;
using Renci.SshNet.Sftp;
using static System.IO.FileMode;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tools
{

View File

@@ -1,5 +1,6 @@
using System;
using System;
using System.ComponentModel;
using mRemoteNG.Resources.Language;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -5,6 +5,7 @@ using BrightIdeasSoftware;
using mRemoteNG.Connection;
using mRemoteNG.Container;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tree

View File

@@ -3,6 +3,7 @@ using System.ComponentModel;
using mRemoteNG.Connection;
using mRemoteNG.Container;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tree.Root

View File

@@ -1,5 +1,6 @@
using mRemoteNG.Properties;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tree.Root
{

View File

@@ -2,6 +2,7 @@
using mRemoteNG.Container;
using System;
using System.Windows.Forms;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Tree

View File

@@ -10,6 +10,7 @@ using mRemoteNG.Tools;
using mRemoteNG.Tools.Clipboard;
using mRemoteNG.Tree;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
// ReSharper disable UnusedParameter.Local

View File

@@ -16,6 +16,7 @@ using mRemoteNG.Security;
using mRemoteNG.Tools;
using mRemoteNG.Tools.Attributes;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid
{

View File

@@ -15,6 +15,7 @@ using mRemoteNG.Tools.Clipboard;
using mRemoteNG.Tree;
using mRemoteNG.Tree.ClickHandlers;
using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
// ReSharper disable ArrangeAccessorOwnerBody

View File

@@ -2,6 +2,7 @@
using System.ComponentModel;
using System.Windows.Forms;
using mRemoteNG.Credential;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -6,6 +6,7 @@ using mRemoteNG.Credential;
using mRemoteNG.Credential.Repositories;
using mRemoteNG.Tools.CustomCollections;
using mRemoteNG.UI.Controls.PageSequence;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -5,6 +5,7 @@ using mRemoteNG.App;
using mRemoteNG.Messages;
using mRemoteNG.Tools;
using mRemoteNG.Tree;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -7,6 +7,7 @@ using System.Linq;
using mRemoteNG.App;
using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -4,6 +4,7 @@ using System.Windows.Forms;
using mRemoteNG.App;
using mRemoteNG.Connection;
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -11,6 +11,7 @@ using mRemoteNG.Container;
using mRemoteNG.Properties;
using mRemoteNG.Themes;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -6,6 +6,7 @@
using System;
using System.Windows.Forms;
using mRemoteNG.Themes;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -1,5 +1,6 @@
using System;
using System.Windows.Forms;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Controls
{

View File

@@ -5,6 +5,7 @@ using mRemoteNG.App;
using mRemoteNG.App.Info;
using mRemoteNG.Messages;
using mRemoteNG.UI.TaskDialog;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI
{

View File

@@ -2,6 +2,7 @@
using System.Windows.Forms;
using mRemoteNG.App.Info;
using mRemoteNG.Themes;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{

View File

@@ -6,6 +6,7 @@ using mRemoteNG.Config.Connections;
using mRemoteNG.Connection;
using mRemoteNG.Container;
using mRemoteNG.Themes;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{

View File

@@ -1,5 +1,6 @@
using System.Windows.Forms;
using mRemoteNG.Themes;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{

View File

@@ -1,4 +1,5 @@
using mRemoteNG.UI.Controls;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{
@@ -75,7 +76,7 @@ namespace mRemoteNG.UI.Forms
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 7;
this.btnOK.Text = global::mRemoteNG.Language._Ok;
this.btnOK.Text = Language._Ok;
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.BtnOK_Click);
//
@@ -88,7 +89,7 @@ namespace mRemoteNG.UI.Forms
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 6;
this.btnCancel.Text = global::mRemoteNG.Language._Cancel;
this.btnCancel.Text = Language._Cancel;
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click);
//

View File

@@ -4,6 +4,7 @@ using System.Windows.Forms;
using mRemoteNG.Security;
using mRemoteNG.Themes;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{

View File

@@ -5,6 +5,7 @@ using System.Text;
using System.Windows.Forms;
using mRemoteNG.App;
using mRemoteNG.App.Info;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{

View File

@@ -7,6 +7,7 @@ using mRemoteNG.Config.Putty;
using mRemoteNG.Connection.Protocol;
using mRemoteNG.Properties;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -3,6 +3,7 @@ using System.Windows.Forms;
using mRemoteNG.App;
using mRemoteNG.Properties;
using mRemoteNG.Tools;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -1,6 +1,5 @@

using mRemoteNG.UI.Controls;
using mRemoteNG.UI.Controls;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{
@@ -154,7 +153,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.chkSingleClickOnOpenedConnectionSwitchesToIt.Name = "chkSingleClickOnOpenedConnectionSwitchesToIt";
this.chkSingleClickOnOpenedConnectionSwitchesToIt.Size = new System.Drawing.Size(492, 17);
this.chkSingleClickOnOpenedConnectionSwitchesToIt.TabIndex = 1;
this.chkSingleClickOnOpenedConnectionSwitchesToIt.Text = global::mRemoteNG.Language.SingleClickOnOpenConnectionSwitchesToIt;
this.chkSingleClickOnOpenedConnectionSwitchesToIt.Text = Language.SingleClickOnOpenConnectionSwitchesToIt;
this.chkSingleClickOnOpenedConnectionSwitchesToIt.UseVisualStyleBackColor = true;
//
// lblAutoSave1

View File

@@ -3,6 +3,7 @@ using System;
using System.Collections.Generic;
using mRemoteNG.Config.Connections;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -2,6 +2,7 @@
using mRemoteNG.App;
using mRemoteNG.Properties;
using mRemoteNG.Security.SymmetricEncryption;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -3,6 +3,7 @@ using System.IO;
using System.Windows.Forms;
using mRemoteNG.App;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -8,6 +8,7 @@ using mRemoteNG.Config.Serializers.ConnectionSerializers.Xml;
using mRemoteNG.Properties;
using mRemoteNG.Security;
using mRemoteNG.Security.Factories;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -4,6 +4,7 @@ using mRemoteNG.Config.Connections.Multiuser;
using mRemoteNG.Config.DatabaseConnectors;
using mRemoteNG.Properties;
using mRemoteNG.Security.SymmetricEncryption;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -1,5 +1,6 @@
using System;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -1,6 +1,5 @@

using mRemoteNG.UI.Controls;
using mRemoteNG.UI.Controls;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{
@@ -80,7 +79,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages
this.chkIdentifyQuickConnectTabs.Name = "chkIdentifyQuickConnectTabs";
this.chkIdentifyQuickConnectTabs.Size = new System.Drawing.Size(315, 17);
this.chkIdentifyQuickConnectTabs.TabIndex = 4;
this.chkIdentifyQuickConnectTabs.Text = global::mRemoteNG.Language.IdentifyQuickConnectTabs;
this.chkIdentifyQuickConnectTabs.Text = Language.IdentifyQuickConnectTabs;
this.chkIdentifyQuickConnectTabs.UseVisualStyleBackColor = true;
//
// chkOpenNewTabRightOfSelected

View File

@@ -1,4 +1,5 @@
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -6,6 +6,7 @@ using System.Collections.Generic;
using BrightIdeasSoftware;
using mRemoteNG.Properties;
using mRemoteNG.UI.TaskDialog;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -8,6 +8,7 @@ using mRemoteNG.Properties;
using mRemoteNG.Security.SymmetricEncryption;
using mRemoteNG.Tools;
using mRemoteNG.UI.TaskDialog;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms.OptionsPages
{

View File

@@ -1,6 +1,5 @@

using mRemoteNG.UI.Controls;
using mRemoteNG.UI.Controls;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{
@@ -54,7 +53,7 @@ namespace mRemoteNG.UI.Forms
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 24);
this.btnOK.TabIndex = 20;
this.btnOK.Text = global::mRemoteNG.Language._Ok;
this.btnOK.Text = Language._Ok;
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
//
@@ -76,7 +75,7 @@ namespace mRemoteNG.UI.Forms
this.btnNew.Name = "btnNew";
this.btnNew.Size = new System.Drawing.Size(75, 24);
this.btnNew.TabIndex = 40;
this.btnNew.Text = global::mRemoteNG.Language._New;
this.btnNew.Text = Language._New;
this.btnNew.UseVisualStyleBackColor = true;
this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
//

View File

@@ -2,6 +2,7 @@
using mRemoteNG.App;
using mRemoteNG.Themes;
using mRemoteNG.UI.Panels;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{

View File

@@ -30,6 +30,7 @@ using mRemoteNG.UI.Panels;
using WeifenLuo.WinFormsUI.Docking;
using mRemoteNG.UI.Controls;
using Settings = mRemoteNG.Properties.Settings;
using mRemoteNG.Resources.Language;
// ReSharper disable MemberCanBePrivate.Global

View File

@@ -7,6 +7,7 @@ using System.Windows.Forms;
using mRemoteNG.Themes;
using System.Configuration;
using mRemoteNG.Properties;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.UI.Forms
{
@@ -82,7 +83,7 @@ namespace mRemoteNG.UI.Forms
{typeof(SecurityPage).Name, new SecurityPage {Dock = DockStyle.Fill}},
{typeof(AdvancedPage).Name, new AdvancedPage {Dock = DockStyle.Fill}},
{typeof(BackupPage).Name, new BackupPage {Dock = DockStyle.Fill}},
{typeof(ComponentsPage).Name, new ComponentsPage {Dock = DockStyle.Fill}},
//{typeof(ComponentsPage).Name, new ComponentsPage {Dock = DockStyle.Fill}},
};
}

Some files were not shown because too many files have changed in this diff Show More