diff --git a/Tools/postbuild_mremotev1.ps1 b/Tools/postbuild_mremoteng.ps1 similarity index 100% rename from Tools/postbuild_mremotev1.ps1 rename to Tools/postbuild_mremoteng.ps1 diff --git a/mRemoteV1.sln b/mRemoteNG.sln similarity index 93% rename from mRemoteV1.sln rename to mRemoteNG.sln index bee62ab1..86d0d2f3 100644 --- a/mRemoteV1.sln +++ b/mRemoteNG.sln @@ -3,20 +3,20 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 16 VisualStudioVersion = 16.0.28803.352 MinimumVisualStudioVersion = 14.0.25420.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mRemoteV1", "mRemoteV1\mRemoteV1.csproj", "{4934A491-40BC-4E5B-9166-EA1169A220F6}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mRemoteNG", "mRemoteNG\mRemoteNG.csproj", "{4934A491-40BC-4E5B-9166-EA1169A220F6}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mRemoteNGTests", "mRemoteNGTests\mRemoteNGTests.csproj", "{1453B37F-8621-499E-B0B2-6091F76DC0BB}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "InstallerProjects", "InstallerProjects", "{4FE795BE-646E-4F1B-BAD0-A68EA26394DD}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "mRemoteNGInstaller", "mRemoteNGInstaller", "{4FE795BE-646E-4F1B-BAD0-A68EA26394DD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomActions", "InstallerProjects\CustomActions\CustomActions.csproj", "{5423D985-CB48-4344-B47F-E8C6D60C8B04}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomActions", "mRemoteNGInstaller\CustomActions\CustomActions.csproj", "{5423D985-CB48-4344-B47F-E8C6D60C8B04}" EndProject -Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "InstallerProjects\Installer\Installer.wixproj", "{F0168B9F-6815-40DF-BA53-46CEE7683B68}" +Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "Installer", "mRemoteNGInstaller\Installer\Installer.wixproj", "{F0168B9F-6815-40DF-BA53-46CEE7683B68}" ProjectSection(ProjectDependencies) = postProject {5423D985-CB48-4344-B47F-E8C6D60C8B04} = {5423D985-CB48-4344-B47F-E8C6D60C8B04} EndProjectSection EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mRemoteNG.Specs", "mRemoteNG.Specs\mRemoteNG.Specs.csproj", "{16AA21E2-D6B7-427D-AB7D-AA8C611B724E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "mRemoteNGSpecs", "mRemoteNGSpecs\mRemoteNGSpecs.csproj", "{16AA21E2-D6B7-427D-AB7D-AA8C611B724E}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/mRemoteV1/.editorconfig b/mRemoteNG/.editorconfig similarity index 100% rename from mRemoteV1/.editorconfig rename to mRemoteNG/.editorconfig diff --git a/mRemoteV1/App/CompatibilityChecker.cs b/mRemoteNG/App/CompatibilityChecker.cs similarity index 100% rename from mRemoteV1/App/CompatibilityChecker.cs rename to mRemoteNG/App/CompatibilityChecker.cs diff --git a/mRemoteV1/App/Export.cs b/mRemoteNG/App/Export.cs similarity index 100% rename from mRemoteV1/App/Export.cs rename to mRemoteNG/App/Export.cs diff --git a/mRemoteV1/App/Import.cs b/mRemoteNG/App/Import.cs similarity index 100% rename from mRemoteV1/App/Import.cs rename to mRemoteNG/App/Import.cs diff --git a/mRemoteV1/App/Info/ConnectionsFileInfo.cs b/mRemoteNG/App/Info/ConnectionsFileInfo.cs similarity index 100% rename from mRemoteV1/App/Info/ConnectionsFileInfo.cs rename to mRemoteNG/App/Info/ConnectionsFileInfo.cs diff --git a/mRemoteV1/App/Info/CredentialsFileInfo.cs b/mRemoteNG/App/Info/CredentialsFileInfo.cs similarity index 100% rename from mRemoteV1/App/Info/CredentialsFileInfo.cs rename to mRemoteNG/App/Info/CredentialsFileInfo.cs diff --git a/mRemoteV1/App/Info/GeneralAppInfo.cs b/mRemoteNG/App/Info/GeneralAppInfo.cs similarity index 100% rename from mRemoteV1/App/Info/GeneralAppInfo.cs rename to mRemoteNG/App/Info/GeneralAppInfo.cs diff --git a/mRemoteV1/App/Info/SettingsFileInfo.cs b/mRemoteNG/App/Info/SettingsFileInfo.cs similarity index 100% rename from mRemoteV1/App/Info/SettingsFileInfo.cs rename to mRemoteNG/App/Info/SettingsFileInfo.cs diff --git a/mRemoteV1/App/Info/UpdateChannelInfo.cs b/mRemoteNG/App/Info/UpdateChannelInfo.cs similarity index 100% rename from mRemoteV1/App/Info/UpdateChannelInfo.cs rename to mRemoteNG/App/Info/UpdateChannelInfo.cs diff --git a/mRemoteV1/App/Initialization/ConnectionIconLoader.cs b/mRemoteNG/App/Initialization/ConnectionIconLoader.cs similarity index 100% rename from mRemoteV1/App/Initialization/ConnectionIconLoader.cs rename to mRemoteNG/App/Initialization/ConnectionIconLoader.cs diff --git a/mRemoteV1/App/Initialization/CredsAndConsSetup.cs b/mRemoteNG/App/Initialization/CredsAndConsSetup.cs similarity index 100% rename from mRemoteV1/App/Initialization/CredsAndConsSetup.cs rename to mRemoteNG/App/Initialization/CredsAndConsSetup.cs diff --git a/mRemoteV1/App/Initialization/MessageCollectorSetup.cs b/mRemoteNG/App/Initialization/MessageCollectorSetup.cs similarity index 100% rename from mRemoteV1/App/Initialization/MessageCollectorSetup.cs rename to mRemoteNG/App/Initialization/MessageCollectorSetup.cs diff --git a/mRemoteV1/App/Initialization/StartupDataLogger.cs b/mRemoteNG/App/Initialization/StartupDataLogger.cs similarity index 100% rename from mRemoteV1/App/Initialization/StartupDataLogger.cs rename to mRemoteNG/App/Initialization/StartupDataLogger.cs diff --git a/mRemoteV1/App/Logger.cs b/mRemoteNG/App/Logger.cs similarity index 100% rename from mRemoteV1/App/Logger.cs rename to mRemoteNG/App/Logger.cs diff --git a/mRemoteV1/App/NativeMethods.cs b/mRemoteNG/App/NativeMethods.cs similarity index 100% rename from mRemoteV1/App/NativeMethods.cs rename to mRemoteNG/App/NativeMethods.cs diff --git a/mRemoteV1/App/ProgramRoot.cs b/mRemoteNG/App/ProgramRoot.cs similarity index 100% rename from mRemoteV1/App/ProgramRoot.cs rename to mRemoteNG/App/ProgramRoot.cs diff --git a/mRemoteV1/App/Runtime.cs b/mRemoteNG/App/Runtime.cs similarity index 100% rename from mRemoteV1/App/Runtime.cs rename to mRemoteNG/App/Runtime.cs diff --git a/mRemoteV1/App/Screens.cs b/mRemoteNG/App/Screens.cs similarity index 100% rename from mRemoteV1/App/Screens.cs rename to mRemoteNG/App/Screens.cs diff --git a/mRemoteV1/App/Shutdown.cs b/mRemoteNG/App/Shutdown.cs similarity index 100% rename from mRemoteV1/App/Shutdown.cs rename to mRemoteNG/App/Shutdown.cs diff --git a/mRemoteV1/App/Startup.cs b/mRemoteNG/App/Startup.cs similarity index 100% rename from mRemoteV1/App/Startup.cs rename to mRemoteNG/App/Startup.cs diff --git a/mRemoteV1/App/SupportedCultures.cs b/mRemoteNG/App/SupportedCultures.cs similarity index 100% rename from mRemoteV1/App/SupportedCultures.cs rename to mRemoteNG/App/SupportedCultures.cs diff --git a/mRemoteV1/App/Update/AppUpdater.cs b/mRemoteNG/App/Update/AppUpdater.cs similarity index 100% rename from mRemoteV1/App/Update/AppUpdater.cs rename to mRemoteNG/App/Update/AppUpdater.cs diff --git a/mRemoteV1/App/Update/UpdateFile.cs b/mRemoteNG/App/Update/UpdateFile.cs similarity index 100% rename from mRemoteV1/App/Update/UpdateFile.cs rename to mRemoteNG/App/Update/UpdateFile.cs diff --git a/mRemoteV1/App/Update/UpdateInfo.cs b/mRemoteNG/App/Update/UpdateInfo.cs similarity index 100% rename from mRemoteV1/App/Update/UpdateInfo.cs rename to mRemoteNG/App/Update/UpdateInfo.cs diff --git a/mRemoteV1/App/Windows.cs b/mRemoteNG/App/Windows.cs similarity index 100% rename from mRemoteV1/App/Windows.cs rename to mRemoteNG/App/Windows.cs diff --git a/mRemoteV1/Config/ConfirmCloseEnum.cs b/mRemoteNG/Config/ConfirmCloseEnum.cs similarity index 100% rename from mRemoteV1/Config/ConfirmCloseEnum.cs rename to mRemoteNG/Config/ConfirmCloseEnum.cs diff --git a/mRemoteV1/Config/Connections/ConnectionsLoadedEventArgs.cs b/mRemoteNG/Config/Connections/ConnectionsLoadedEventArgs.cs similarity index 100% rename from mRemoteV1/Config/Connections/ConnectionsLoadedEventArgs.cs rename to mRemoteNG/Config/Connections/ConnectionsLoadedEventArgs.cs diff --git a/mRemoteV1/Config/Connections/ConnectionsSavedEventArgs.cs b/mRemoteNG/Config/Connections/ConnectionsSavedEventArgs.cs similarity index 100% rename from mRemoteV1/Config/Connections/ConnectionsSavedEventArgs.cs rename to mRemoteNG/Config/Connections/ConnectionsSavedEventArgs.cs diff --git a/mRemoteV1/Config/Connections/CsvConnectionsSaver.cs b/mRemoteNG/Config/Connections/CsvConnectionsSaver.cs similarity index 100% rename from mRemoteV1/Config/Connections/CsvConnectionsSaver.cs rename to mRemoteNG/Config/Connections/CsvConnectionsSaver.cs diff --git a/mRemoteV1/Config/Connections/IConnectionsLoader.cs b/mRemoteNG/Config/Connections/IConnectionsLoader.cs similarity index 100% rename from mRemoteV1/Config/Connections/IConnectionsLoader.cs rename to mRemoteNG/Config/Connections/IConnectionsLoader.cs diff --git a/mRemoteV1/Config/Connections/Multiuser/ConnectionsUpdateAvailableEventArgs.cs b/mRemoteNG/Config/Connections/Multiuser/ConnectionsUpdateAvailableEventArgs.cs similarity index 100% rename from mRemoteV1/Config/Connections/Multiuser/ConnectionsUpdateAvailableEventArgs.cs rename to mRemoteNG/Config/Connections/Multiuser/ConnectionsUpdateAvailableEventArgs.cs diff --git a/mRemoteV1/Config/Connections/Multiuser/ConnectionsUpdateCheckFinishedEventArgs.cs b/mRemoteNG/Config/Connections/Multiuser/ConnectionsUpdateCheckFinishedEventArgs.cs similarity index 100% rename from mRemoteV1/Config/Connections/Multiuser/ConnectionsUpdateCheckFinishedEventArgs.cs rename to mRemoteNG/Config/Connections/Multiuser/ConnectionsUpdateCheckFinishedEventArgs.cs diff --git a/mRemoteV1/Config/Connections/Multiuser/IConnectionsUpdateChecker.cs b/mRemoteNG/Config/Connections/Multiuser/IConnectionsUpdateChecker.cs similarity index 100% rename from mRemoteV1/Config/Connections/Multiuser/IConnectionsUpdateChecker.cs rename to mRemoteNG/Config/Connections/Multiuser/IConnectionsUpdateChecker.cs diff --git a/mRemoteV1/Config/Connections/Multiuser/RemoteConnectionsSyncronizer.cs b/mRemoteNG/Config/Connections/Multiuser/RemoteConnectionsSyncronizer.cs similarity index 100% rename from mRemoteV1/Config/Connections/Multiuser/RemoteConnectionsSyncronizer.cs rename to mRemoteNG/Config/Connections/Multiuser/RemoteConnectionsSyncronizer.cs diff --git a/mRemoteV1/Config/Connections/Multiuser/SqlConnectionsUpdateChecker.cs b/mRemoteNG/Config/Connections/Multiuser/SqlConnectionsUpdateChecker.cs similarity index 100% rename from mRemoteV1/Config/Connections/Multiuser/SqlConnectionsUpdateChecker.cs rename to mRemoteNG/Config/Connections/Multiuser/SqlConnectionsUpdateChecker.cs diff --git a/mRemoteV1/Config/Connections/SaveConnectionsOnEdit.cs b/mRemoteNG/Config/Connections/SaveConnectionsOnEdit.cs similarity index 100% rename from mRemoteV1/Config/Connections/SaveConnectionsOnEdit.cs rename to mRemoteNG/Config/Connections/SaveConnectionsOnEdit.cs diff --git a/mRemoteV1/Config/Connections/SaveFormat.cs b/mRemoteNG/Config/Connections/SaveFormat.cs similarity index 100% rename from mRemoteV1/Config/Connections/SaveFormat.cs rename to mRemoteNG/Config/Connections/SaveFormat.cs diff --git a/mRemoteV1/Config/Connections/SqlConnectionsLoader.cs b/mRemoteNG/Config/Connections/SqlConnectionsLoader.cs similarity index 100% rename from mRemoteV1/Config/Connections/SqlConnectionsLoader.cs rename to mRemoteNG/Config/Connections/SqlConnectionsLoader.cs diff --git a/mRemoteV1/Config/Connections/SqlConnectionsSaver.cs b/mRemoteNG/Config/Connections/SqlConnectionsSaver.cs similarity index 100% rename from mRemoteV1/Config/Connections/SqlConnectionsSaver.cs rename to mRemoteNG/Config/Connections/SqlConnectionsSaver.cs diff --git a/mRemoteV1/Config/Connections/XmlConnectionsLoader.cs b/mRemoteNG/Config/Connections/XmlConnectionsLoader.cs similarity index 100% rename from mRemoteV1/Config/Connections/XmlConnectionsLoader.cs rename to mRemoteNG/Config/Connections/XmlConnectionsLoader.cs diff --git a/mRemoteV1/Config/Connections/XmlConnectionsSaver.cs b/mRemoteNG/Config/Connections/XmlConnectionsSaver.cs similarity index 100% rename from mRemoteV1/Config/Connections/XmlConnectionsSaver.cs rename to mRemoteNG/Config/Connections/XmlConnectionsSaver.cs diff --git a/mRemoteV1/Config/CredentialHarvester.cs b/mRemoteNG/Config/CredentialHarvester.cs similarity index 100% rename from mRemoteV1/Config/CredentialHarvester.cs rename to mRemoteNG/Config/CredentialHarvester.cs diff --git a/mRemoteV1/Config/CredentialRecordLoader.cs b/mRemoteNG/Config/CredentialRecordLoader.cs similarity index 100% rename from mRemoteV1/Config/CredentialRecordLoader.cs rename to mRemoteNG/Config/CredentialRecordLoader.cs diff --git a/mRemoteV1/Config/CredentialRecordSaver.cs b/mRemoteNG/Config/CredentialRecordSaver.cs similarity index 100% rename from mRemoteV1/Config/CredentialRecordSaver.cs rename to mRemoteNG/Config/CredentialRecordSaver.cs diff --git a/mRemoteV1/Config/CredentialRepositoryListLoader.cs b/mRemoteNG/Config/CredentialRepositoryListLoader.cs similarity index 100% rename from mRemoteV1/Config/CredentialRepositoryListLoader.cs rename to mRemoteNG/Config/CredentialRepositoryListLoader.cs diff --git a/mRemoteV1/Config/CredentialRepositoryListSaver.cs b/mRemoteNG/Config/CredentialRepositoryListSaver.cs similarity index 100% rename from mRemoteV1/Config/CredentialRepositoryListSaver.cs rename to mRemoteNG/Config/CredentialRepositoryListSaver.cs diff --git a/mRemoteV1/Config/DataProviders/FileBackupCreator.cs b/mRemoteNG/Config/DataProviders/FileBackupCreator.cs similarity index 100% rename from mRemoteV1/Config/DataProviders/FileBackupCreator.cs rename to mRemoteNG/Config/DataProviders/FileBackupCreator.cs diff --git a/mRemoteV1/Config/DataProviders/FileBackupPruner.cs b/mRemoteNG/Config/DataProviders/FileBackupPruner.cs similarity index 100% rename from mRemoteV1/Config/DataProviders/FileBackupPruner.cs rename to mRemoteNG/Config/DataProviders/FileBackupPruner.cs diff --git a/mRemoteV1/Config/DataProviders/FileDataProvider.cs b/mRemoteNG/Config/DataProviders/FileDataProvider.cs similarity index 100% rename from mRemoteV1/Config/DataProviders/FileDataProvider.cs rename to mRemoteNG/Config/DataProviders/FileDataProvider.cs diff --git a/mRemoteV1/Config/DataProviders/FileDataProviderWithRollingBackup.cs b/mRemoteNG/Config/DataProviders/FileDataProviderWithRollingBackup.cs similarity index 100% rename from mRemoteV1/Config/DataProviders/FileDataProviderWithRollingBackup.cs rename to mRemoteNG/Config/DataProviders/FileDataProviderWithRollingBackup.cs diff --git a/mRemoteV1/Config/DataProviders/IDataProvider.cs b/mRemoteNG/Config/DataProviders/IDataProvider.cs similarity index 100% rename from mRemoteV1/Config/DataProviders/IDataProvider.cs rename to mRemoteNG/Config/DataProviders/IDataProvider.cs diff --git a/mRemoteV1/Config/DataProviders/InMemoryStringDataProvider.cs b/mRemoteNG/Config/DataProviders/InMemoryStringDataProvider.cs similarity index 100% rename from mRemoteV1/Config/DataProviders/InMemoryStringDataProvider.cs rename to mRemoteNG/Config/DataProviders/InMemoryStringDataProvider.cs diff --git a/mRemoteV1/Config/DataProviders/SqlDataProvider.cs b/mRemoteNG/Config/DataProviders/SqlDataProvider.cs similarity index 100% rename from mRemoteV1/Config/DataProviders/SqlDataProvider.cs rename to mRemoteNG/Config/DataProviders/SqlDataProvider.cs diff --git a/mRemoteV1/Config/DatabaseConnectors/ConnectionTestResult.cs b/mRemoteNG/Config/DatabaseConnectors/ConnectionTestResult.cs similarity index 100% rename from mRemoteV1/Config/DatabaseConnectors/ConnectionTestResult.cs rename to mRemoteNG/Config/DatabaseConnectors/ConnectionTestResult.cs diff --git a/mRemoteV1/Config/DatabaseConnectors/DatabaseConnectionTester.cs b/mRemoteNG/Config/DatabaseConnectors/DatabaseConnectionTester.cs similarity index 100% rename from mRemoteV1/Config/DatabaseConnectors/DatabaseConnectionTester.cs rename to mRemoteNG/Config/DatabaseConnectors/DatabaseConnectionTester.cs diff --git a/mRemoteV1/Config/DatabaseConnectors/DatabaseConnectorFactory.cs b/mRemoteNG/Config/DatabaseConnectors/DatabaseConnectorFactory.cs similarity index 100% rename from mRemoteV1/Config/DatabaseConnectors/DatabaseConnectorFactory.cs rename to mRemoteNG/Config/DatabaseConnectors/DatabaseConnectorFactory.cs diff --git a/mRemoteV1/Config/DatabaseConnectors/IDatabaseConnector.cs b/mRemoteNG/Config/DatabaseConnectors/IDatabaseConnector.cs similarity index 100% rename from mRemoteV1/Config/DatabaseConnectors/IDatabaseConnector.cs rename to mRemoteNG/Config/DatabaseConnectors/IDatabaseConnector.cs diff --git a/mRemoteV1/Config/DatabaseConnectors/MSSqlDatabaseConnector.cs b/mRemoteNG/Config/DatabaseConnectors/MSSqlDatabaseConnector.cs similarity index 100% rename from mRemoteV1/Config/DatabaseConnectors/MSSqlDatabaseConnector.cs rename to mRemoteNG/Config/DatabaseConnectors/MSSqlDatabaseConnector.cs diff --git a/mRemoteV1/Config/DatabaseConnectors/MySqlDatabaseConnector.cs b/mRemoteNG/Config/DatabaseConnectors/MySqlDatabaseConnector.cs similarity index 100% rename from mRemoteV1/Config/DatabaseConnectors/MySqlDatabaseConnector.cs rename to mRemoteNG/Config/DatabaseConnectors/MySqlDatabaseConnector.cs diff --git a/mRemoteV1/Config/ILoader.cs b/mRemoteNG/Config/ILoader.cs similarity index 100% rename from mRemoteV1/Config/ILoader.cs rename to mRemoteNG/Config/ILoader.cs diff --git a/mRemoteV1/Config/ISaver.cs b/mRemoteNG/Config/ISaver.cs similarity index 100% rename from mRemoteV1/Config/ISaver.cs rename to mRemoteNG/Config/ISaver.cs diff --git a/mRemoteV1/Config/Import/ActiveDirectoryImporter.cs b/mRemoteNG/Config/Import/ActiveDirectoryImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/ActiveDirectoryImporter.cs rename to mRemoteNG/Config/Import/ActiveDirectoryImporter.cs diff --git a/mRemoteV1/Config/Import/IConnectionImporter.cs b/mRemoteNG/Config/Import/IConnectionImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/IConnectionImporter.cs rename to mRemoteNG/Config/Import/IConnectionImporter.cs diff --git a/mRemoteV1/Config/Import/MRemoteNGCsvImporter.cs b/mRemoteNG/Config/Import/MRemoteNGCsvImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/MRemoteNGCsvImporter.cs rename to mRemoteNG/Config/Import/MRemoteNGCsvImporter.cs diff --git a/mRemoteV1/Config/Import/MRemoteNGXmlImporter.cs b/mRemoteNG/Config/Import/MRemoteNGXmlImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/MRemoteNGXmlImporter.cs rename to mRemoteNG/Config/Import/MRemoteNGXmlImporter.cs diff --git a/mRemoteV1/Config/Import/PortScanImporter.cs b/mRemoteNG/Config/Import/PortScanImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/PortScanImporter.cs rename to mRemoteNG/Config/Import/PortScanImporter.cs diff --git a/mRemoteV1/Config/Import/PuttyConnectionManagerImporter.cs b/mRemoteNG/Config/Import/PuttyConnectionManagerImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/PuttyConnectionManagerImporter.cs rename to mRemoteNG/Config/Import/PuttyConnectionManagerImporter.cs diff --git a/mRemoteV1/Config/Import/RemoteDesktopConnectionImporter.cs b/mRemoteNG/Config/Import/RemoteDesktopConnectionImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/RemoteDesktopConnectionImporter.cs rename to mRemoteNG/Config/Import/RemoteDesktopConnectionImporter.cs diff --git a/mRemoteV1/Config/Import/RemoteDesktopConnectionManagerImporter.cs b/mRemoteNG/Config/Import/RemoteDesktopConnectionManagerImporter.cs similarity index 100% rename from mRemoteV1/Config/Import/RemoteDesktopConnectionManagerImporter.cs rename to mRemoteNG/Config/Import/RemoteDesktopConnectionManagerImporter.cs diff --git a/mRemoteV1/Config/Putty/AbstractPuttySessionsProvider.cs b/mRemoteNG/Config/Putty/AbstractPuttySessionsProvider.cs similarity index 100% rename from mRemoteV1/Config/Putty/AbstractPuttySessionsProvider.cs rename to mRemoteNG/Config/Putty/AbstractPuttySessionsProvider.cs diff --git a/mRemoteV1/Config/Putty/PuttySessionChangedEventArgs.cs b/mRemoteNG/Config/Putty/PuttySessionChangedEventArgs.cs similarity index 100% rename from mRemoteV1/Config/Putty/PuttySessionChangedEventArgs.cs rename to mRemoteNG/Config/Putty/PuttySessionChangedEventArgs.cs diff --git a/mRemoteV1/Config/Putty/PuttySessionsManager.cs b/mRemoteNG/Config/Putty/PuttySessionsManager.cs similarity index 100% rename from mRemoteV1/Config/Putty/PuttySessionsManager.cs rename to mRemoteNG/Config/Putty/PuttySessionsManager.cs diff --git a/mRemoteV1/Config/Putty/PuttySessionsRegistryProvider.cs b/mRemoteNG/Config/Putty/PuttySessionsRegistryProvider.cs similarity index 100% rename from mRemoteV1/Config/Putty/PuttySessionsRegistryProvider.cs rename to mRemoteNG/Config/Putty/PuttySessionsRegistryProvider.cs diff --git a/mRemoteV1/Config/Putty/PuttySessionsXmingProvider.cs b/mRemoteNG/Config/Putty/PuttySessionsXmingProvider.cs similarity index 100% rename from mRemoteV1/Config/Putty/PuttySessionsXmingProvider.cs rename to mRemoteNG/Config/Putty/PuttySessionsXmingProvider.cs diff --git a/mRemoteV1/Config/Serializers/ConfConsEnsureConnectionsHaveIds.cs b/mRemoteNG/Config/Serializers/ConfConsEnsureConnectionsHaveIds.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConfConsEnsureConnectionsHaveIds.cs rename to mRemoteNG/Config/Serializers/ConfConsEnsureConnectionsHaveIds.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormat.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormat.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormat.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormat.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsSerializerMremotengFormat.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsSerializerMremotengFormat.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsSerializerMremotengFormat.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsSerializerMremotengFormat.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/DataTableDeserializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/DataTableDeserializer.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesModel.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesModel.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesModel.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesModel.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesXmlSerializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesXmlSerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesXmlSerializer.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/LocalConnectionPropertiesXmlSerializer.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/SqlConnectionListMetaData.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/SqlConnectionListMetaData.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/SqlConnectionListMetaData.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/SqlConnectionListMetaData.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/SqlDatabaseMetaDataRetriever.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/SqlDatabaseMetaDataRetriever.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/MsSql/SqlDatabaseMetaDataRetriever.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/SqlDatabaseMetaDataRetriever.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer26.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer26.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer26.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer26.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer27.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer27.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer27.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionNodeSerializer27.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionSerializerFactory.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionSerializerFactory.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionSerializerFactory.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionSerializerFactory.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentCompiler.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentCompiler.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentCompiler.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentCompiler.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentEncryptor.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentEncryptor.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentEncryptor.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDocumentEncryptor.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsSerializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsSerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsSerializer.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsSerializer.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlExtensions.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlExtensions.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlExtensions.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlExtensions.cs diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlRootNodeSerializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlRootNodeSerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlRootNodeSerializer.cs rename to mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlRootNodeSerializer.cs diff --git a/mRemoteV1/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListDeserializer.cs b/mRemoteNG/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListDeserializer.cs rename to mRemoteNG/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListSerializer.cs b/mRemoteNG/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListSerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListSerializer.cs rename to mRemoteNG/Config/Serializers/CredentialProviderSerializer/CredentialRepositoryListSerializer.cs diff --git a/mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialPasswordDecryptorDecorator.cs b/mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialPasswordDecryptorDecorator.cs similarity index 100% rename from mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialPasswordDecryptorDecorator.cs rename to mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialPasswordDecryptorDecorator.cs diff --git a/mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialPasswordEncryptorDecorator.cs b/mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialPasswordEncryptorDecorator.cs similarity index 100% rename from mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialPasswordEncryptorDecorator.cs rename to mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialPasswordEncryptorDecorator.cs diff --git a/mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialRecordDeserializer.cs b/mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialRecordDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialRecordDeserializer.cs rename to mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialRecordDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialRecordSerializer.cs b/mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialRecordSerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/CredentialSerializer/XmlCredentialRecordSerializer.cs rename to mRemoteNG/Config/Serializers/CredentialSerializer/XmlCredentialRecordSerializer.cs diff --git a/mRemoteV1/Config/Serializers/IDeserializer.cs b/mRemoteNG/Config/Serializers/IDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/IDeserializer.cs rename to mRemoteNG/Config/Serializers/IDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/ISecureDeserializer.cs b/mRemoteNG/Config/Serializers/ISecureDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ISecureDeserializer.cs rename to mRemoteNG/Config/Serializers/ISecureDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/ISecureSerializer.cs b/mRemoteNG/Config/Serializers/ISecureSerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ISecureSerializer.cs rename to mRemoteNG/Config/Serializers/ISecureSerializer.cs diff --git a/mRemoteV1/Config/Serializers/ISerializer.cs b/mRemoteNG/Config/Serializers/ISerializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/ISerializer.cs rename to mRemoteNG/Config/Serializers/ISerializer.cs diff --git a/mRemoteV1/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs rename to mRemoteNG/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/MiscSerializers/PortScanDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/PortScanDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/MiscSerializers/PortScanDeserializer.cs rename to mRemoteNG/Config/Serializers/MiscSerializers/PortScanDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializer.cs rename to mRemoteNG/Config/Serializers/MiscSerializers/PuttyConnectionManagerDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializer.cs rename to mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs similarity index 100% rename from mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs rename to mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/IVersionUpgrader.cs b/mRemoteNG/Config/Serializers/Versioning/IVersionUpgrader.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/IVersionUpgrader.cs rename to mRemoteNG/Config/Serializers/Versioning/IVersionUpgrader.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs b/mRemoteNG/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs rename to mRemoteNG/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlVersion22To23Upgrader.cs b/mRemoteNG/Config/Serializers/Versioning/SqlVersion22To23Upgrader.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/SqlVersion22To23Upgrader.cs rename to mRemoteNG/Config/Serializers/Versioning/SqlVersion22To23Upgrader.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlVersion23To24Upgrader.cs b/mRemoteNG/Config/Serializers/Versioning/SqlVersion23To24Upgrader.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/SqlVersion23To24Upgrader.cs rename to mRemoteNG/Config/Serializers/Versioning/SqlVersion23To24Upgrader.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlVersion24To25Upgrader.cs b/mRemoteNG/Config/Serializers/Versioning/SqlVersion24To25Upgrader.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/SqlVersion24To25Upgrader.cs rename to mRemoteNG/Config/Serializers/Versioning/SqlVersion24To25Upgrader.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlVersion25To26Upgrader.cs b/mRemoteNG/Config/Serializers/Versioning/SqlVersion25To26Upgrader.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/SqlVersion25To26Upgrader.cs rename to mRemoteNG/Config/Serializers/Versioning/SqlVersion25To26Upgrader.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlVersion26To27Upgrader.cs b/mRemoteNG/Config/Serializers/Versioning/SqlVersion26To27Upgrader.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/SqlVersion26To27Upgrader.cs rename to mRemoteNG/Config/Serializers/Versioning/SqlVersion26To27Upgrader.cs diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlVersion27To28Upgrader.cs b/mRemoteNG/Config/Serializers/Versioning/SqlVersion27To28Upgrader.cs similarity index 100% rename from mRemoteV1/Config/Serializers/Versioning/SqlVersion27To28Upgrader.cs rename to mRemoteNG/Config/Serializers/Versioning/SqlVersion27To28Upgrader.cs diff --git a/mRemoteV1/Config/Serializers/XmlConnectionsDecryptor.cs b/mRemoteNG/Config/Serializers/XmlConnectionsDecryptor.cs similarity index 100% rename from mRemoteV1/Config/Serializers/XmlConnectionsDecryptor.cs rename to mRemoteNG/Config/Serializers/XmlConnectionsDecryptor.cs diff --git a/mRemoteV1/Config/Settings/DockPanelLayoutLoader.cs b/mRemoteNG/Config/Settings/DockPanelLayoutLoader.cs similarity index 100% rename from mRemoteV1/Config/Settings/DockPanelLayoutLoader.cs rename to mRemoteNG/Config/Settings/DockPanelLayoutLoader.cs diff --git a/mRemoteV1/Config/Settings/DockPanelLayoutSaver.cs b/mRemoteNG/Config/Settings/DockPanelLayoutSaver.cs similarity index 100% rename from mRemoteV1/Config/Settings/DockPanelLayoutSaver.cs rename to mRemoteNG/Config/Settings/DockPanelLayoutSaver.cs diff --git a/mRemoteV1/Config/Settings/DockPanelLayoutSerializer.cs b/mRemoteNG/Config/Settings/DockPanelLayoutSerializer.cs similarity index 100% rename from mRemoteV1/Config/Settings/DockPanelLayoutSerializer.cs rename to mRemoteNG/Config/Settings/DockPanelLayoutSerializer.cs diff --git a/mRemoteV1/Config/Settings/ExternalAppsLoader.cs b/mRemoteNG/Config/Settings/ExternalAppsLoader.cs similarity index 100% rename from mRemoteV1/Config/Settings/ExternalAppsLoader.cs rename to mRemoteNG/Config/Settings/ExternalAppsLoader.cs diff --git a/mRemoteV1/Config/Settings/ExternalAppsSaver.cs b/mRemoteNG/Config/Settings/ExternalAppsSaver.cs similarity index 100% rename from mRemoteV1/Config/Settings/ExternalAppsSaver.cs rename to mRemoteNG/Config/Settings/ExternalAppsSaver.cs diff --git a/mRemoteV1/Config/Settings/Providers/ChooseProvider.cs b/mRemoteNG/Config/Settings/Providers/ChooseProvider.cs similarity index 100% rename from mRemoteV1/Config/Settings/Providers/ChooseProvider.cs rename to mRemoteNG/Config/Settings/Providers/ChooseProvider.cs diff --git a/mRemoteV1/Config/Settings/Providers/PortableSettingsProvider.cs b/mRemoteNG/Config/Settings/Providers/PortableSettingsProvider.cs similarity index 100% rename from mRemoteV1/Config/Settings/Providers/PortableSettingsProvider.cs rename to mRemoteNG/Config/Settings/Providers/PortableSettingsProvider.cs diff --git a/mRemoteV1/Config/Settings/Settings.cs b/mRemoteNG/Config/Settings/Settings.cs similarity index 100% rename from mRemoteV1/Config/Settings/Settings.cs rename to mRemoteNG/Config/Settings/Settings.cs diff --git a/mRemoteV1/Config/Settings/SettingsLoader.cs b/mRemoteNG/Config/Settings/SettingsLoader.cs similarity index 100% rename from mRemoteV1/Config/Settings/SettingsLoader.cs rename to mRemoteNG/Config/Settings/SettingsLoader.cs diff --git a/mRemoteV1/Config/Settings/SettingsSaver.cs b/mRemoteNG/Config/Settings/SettingsSaver.cs similarity index 100% rename from mRemoteV1/Config/Settings/SettingsSaver.cs rename to mRemoteNG/Config/Settings/SettingsSaver.cs diff --git a/mRemoteV1/Connection/AbstractConnectionRecord.cs b/mRemoteNG/Connection/AbstractConnectionRecord.cs similarity index 100% rename from mRemoteV1/Connection/AbstractConnectionRecord.cs rename to mRemoteNG/Connection/AbstractConnectionRecord.cs diff --git a/mRemoteV1/Connection/ConnectionIcon.cs b/mRemoteNG/Connection/ConnectionIcon.cs similarity index 100% rename from mRemoteV1/Connection/ConnectionIcon.cs rename to mRemoteNG/Connection/ConnectionIcon.cs diff --git a/mRemoteV1/Connection/ConnectionInfo.cs b/mRemoteNG/Connection/ConnectionInfo.cs similarity index 100% rename from mRemoteV1/Connection/ConnectionInfo.cs rename to mRemoteNG/Connection/ConnectionInfo.cs diff --git a/mRemoteV1/Connection/ConnectionInfoComparer.cs b/mRemoteNG/Connection/ConnectionInfoComparer.cs similarity index 100% rename from mRemoteV1/Connection/ConnectionInfoComparer.cs rename to mRemoteNG/Connection/ConnectionInfoComparer.cs diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteNG/Connection/ConnectionInfoInheritance.cs similarity index 100% rename from mRemoteV1/Connection/ConnectionInfoInheritance.cs rename to mRemoteNG/Connection/ConnectionInfoInheritance.cs diff --git a/mRemoteV1/Connection/ConnectionInitiator.cs b/mRemoteNG/Connection/ConnectionInitiator.cs similarity index 100% rename from mRemoteV1/Connection/ConnectionInitiator.cs rename to mRemoteNG/Connection/ConnectionInitiator.cs diff --git a/mRemoteV1/Connection/ConnectionsService.cs b/mRemoteNG/Connection/ConnectionsService.cs similarity index 100% rename from mRemoteV1/Connection/ConnectionsService.cs rename to mRemoteNG/Connection/ConnectionsService.cs diff --git a/mRemoteV1/Connection/Converter.cs b/mRemoteNG/Connection/Converter.cs similarity index 100% rename from mRemoteV1/Connection/Converter.cs rename to mRemoteNG/Connection/Converter.cs diff --git a/mRemoteV1/Connection/DefaultConnectionInfo.cs b/mRemoteNG/Connection/DefaultConnectionInfo.cs similarity index 100% rename from mRemoteV1/Connection/DefaultConnectionInfo.cs rename to mRemoteNG/Connection/DefaultConnectionInfo.cs diff --git a/mRemoteV1/Connection/DefaultConnectionInheritance.cs b/mRemoteNG/Connection/DefaultConnectionInheritance.cs similarity index 100% rename from mRemoteV1/Connection/DefaultConnectionInheritance.cs rename to mRemoteNG/Connection/DefaultConnectionInheritance.cs diff --git a/mRemoteV1/Connection/IConnectionInitiator.cs b/mRemoteNG/Connection/IConnectionInitiator.cs similarity index 100% rename from mRemoteV1/Connection/IConnectionInitiator.cs rename to mRemoteNG/Connection/IConnectionInitiator.cs diff --git a/mRemoteV1/Connection/IHasParent.cs b/mRemoteNG/Connection/IHasParent.cs similarity index 100% rename from mRemoteV1/Connection/IHasParent.cs rename to mRemoteNG/Connection/IHasParent.cs diff --git a/mRemoteV1/Connection/IInheritable.cs b/mRemoteNG/Connection/IInheritable.cs similarity index 100% rename from mRemoteV1/Connection/IInheritable.cs rename to mRemoteNG/Connection/IInheritable.cs diff --git a/mRemoteV1/Connection/InterfaceControl.Designer.cs b/mRemoteNG/Connection/InterfaceControl.Designer.cs similarity index 100% rename from mRemoteV1/Connection/InterfaceControl.Designer.cs rename to mRemoteNG/Connection/InterfaceControl.Designer.cs diff --git a/mRemoteV1/Connection/InterfaceControl.cs b/mRemoteNG/Connection/InterfaceControl.cs similarity index 100% rename from mRemoteV1/Connection/InterfaceControl.cs rename to mRemoteNG/Connection/InterfaceControl.cs diff --git a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTP.DownloadHandler.cs b/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTP.DownloadHandler.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTP.DownloadHandler.cs rename to mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTP.DownloadHandler.cs diff --git a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTP.RequestHandler.cs b/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTP.RequestHandler.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTP.RequestHandler.cs rename to mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTP.RequestHandler.cs diff --git a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTP.cs b/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTP.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTP.cs rename to mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTP.cs diff --git a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs b/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs rename to mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs diff --git a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPS.cs b/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPS.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPS.cs rename to mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPS.cs diff --git a/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs b/mRemoteNG/Connection/Protocol/ICA/IcaProtocol.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs rename to mRemoteNG/Connection/Protocol/ICA/IcaProtocol.cs diff --git a/mRemoteV1/Connection/Protocol/ISupportsViewOnly.cs b/mRemoteNG/Connection/Protocol/ISupportsViewOnly.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/ISupportsViewOnly.cs rename to mRemoteNG/Connection/Protocol/ISupportsViewOnly.cs diff --git a/mRemoteV1/Connection/Protocol/IntegratedProgram.cs b/mRemoteNG/Connection/Protocol/IntegratedProgram.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/IntegratedProgram.cs rename to mRemoteNG/Connection/Protocol/IntegratedProgram.cs diff --git a/mRemoteV1/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs b/mRemoteNG/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs rename to mRemoteNG/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs diff --git a/mRemoteV1/Connection/Protocol/ProtocolBase.cs b/mRemoteNG/Connection/Protocol/ProtocolBase.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/ProtocolBase.cs rename to mRemoteNG/Connection/Protocol/ProtocolBase.cs diff --git a/mRemoteV1/Connection/Protocol/ProtocolFactory.cs b/mRemoteNG/Connection/Protocol/ProtocolFactory.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/ProtocolFactory.cs rename to mRemoteNG/Connection/Protocol/ProtocolFactory.cs diff --git a/mRemoteV1/Connection/Protocol/ProtocolList.cs b/mRemoteNG/Connection/Protocol/ProtocolList.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/ProtocolList.cs rename to mRemoteNG/Connection/Protocol/ProtocolList.cs diff --git a/mRemoteV1/Connection/Protocol/ProtocolType.cs b/mRemoteNG/Connection/Protocol/ProtocolType.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/ProtocolType.cs rename to mRemoteNG/Connection/Protocol/ProtocolType.cs diff --git a/mRemoteV1/Connection/Protocol/PuttyBase.cs b/mRemoteNG/Connection/Protocol/PuttyBase.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/PuttyBase.cs rename to mRemoteNG/Connection/Protocol/PuttyBase.cs diff --git a/mRemoteV1/Connection/Protocol/RAW/RawProtocol.cs b/mRemoteNG/Connection/Protocol/RAW/RawProtocol.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RAW/RawProtocol.cs rename to mRemoteNG/Connection/Protocol/RAW/RawProtocol.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/AuthenticationLevel.cs b/mRemoteNG/Connection/Protocol/RDP/AuthenticationLevel.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/AuthenticationLevel.cs rename to mRemoteNG/Connection/Protocol/RDP/AuthenticationLevel.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/AzureLoadBalanceInfoEncoder.cs b/mRemoteNG/Connection/Protocol/RDP/AzureLoadBalanceInfoEncoder.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/AzureLoadBalanceInfoEncoder.cs rename to mRemoteNG/Connection/Protocol/RDP/AzureLoadBalanceInfoEncoder.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDGatewayUsageMethod.cs b/mRemoteNG/Connection/Protocol/RDP/RDGatewayUsageMethod.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDGatewayUsageMethod.cs rename to mRemoteNG/Connection/Protocol/RDP/RDGatewayUsageMethod.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs b/mRemoteNG/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs rename to mRemoteNG/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs b/mRemoteNG/Connection/Protocol/RDP/RDPColors.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDPColors.cs rename to mRemoteNG/Connection/Protocol/RDP/RDPColors.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPPerformanceFlags.cs b/mRemoteNG/Connection/Protocol/RDP/RDPPerformanceFlags.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDPPerformanceFlags.cs rename to mRemoteNG/Connection/Protocol/RDP/RDPPerformanceFlags.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs b/mRemoteNG/Connection/Protocol/RDP/RDPResolutions.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs rename to mRemoteNG/Connection/Protocol/RDP/RDPResolutions.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs b/mRemoteNG/Connection/Protocol/RDP/RDPSoundQuality.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs rename to mRemoteNG/Connection/Protocol/RDP/RDPSoundQuality.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs b/mRemoteNG/Connection/Protocol/RDP/RDPSounds.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs rename to mRemoteNG/Connection/Protocol/RDP/RDPSounds.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPVersions.cs b/mRemoteNG/Connection/Protocol/RDP/RDPVersions.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RDPVersions.cs rename to mRemoteNG/Connection/Protocol/RDP/RDPVersions.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpErrorCodes.cs b/mRemoteNG/Connection/Protocol/RDP/RdpErrorCodes.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpErrorCodes.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpErrorCodes.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpExtensions.cs b/mRemoteNG/Connection/Protocol/RDP/RdpExtensions.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpExtensions.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpExtensions.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpNetworkConnectionType.cs b/mRemoteNG/Connection/Protocol/RDP/RdpNetworkConnectionType.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpNetworkConnectionType.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpNetworkConnectionType.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol6.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol6.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpProtocol6.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpProtocol6.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol7.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol7.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpProtocol7.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpProtocol7.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol8.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol8.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpProtocol8.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpProtocol8.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol9.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol9.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpProtocol9.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpProtocol9.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpProtocolFactory.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocolFactory.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpProtocolFactory.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpProtocolFactory.cs diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpVersion.cs b/mRemoteNG/Connection/Protocol/RDP/RdpVersion.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/RDP/RdpVersion.cs rename to mRemoteNG/Connection/Protocol/RDP/RdpVersion.cs diff --git a/mRemoteV1/Connection/Protocol/Rlogin/Connection.Protocol.Rlogin.cs b/mRemoteNG/Connection/Protocol/Rlogin/Connection.Protocol.Rlogin.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Rlogin/Connection.Protocol.Rlogin.cs rename to mRemoteNG/Connection/Protocol/Rlogin/Connection.Protocol.Rlogin.cs diff --git a/mRemoteV1/Connection/Protocol/SSH/Connection.Protocol.SSH1.cs b/mRemoteNG/Connection/Protocol/SSH/Connection.Protocol.SSH1.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/SSH/Connection.Protocol.SSH1.cs rename to mRemoteNG/Connection/Protocol/SSH/Connection.Protocol.SSH1.cs diff --git a/mRemoteV1/Connection/Protocol/SSH/Connection.Protocol.SSH2.cs b/mRemoteNG/Connection/Protocol/SSH/Connection.Protocol.SSH2.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/SSH/Connection.Protocol.SSH2.cs rename to mRemoteNG/Connection/Protocol/SSH/Connection.Protocol.SSH2.cs diff --git a/mRemoteV1/Connection/Protocol/Serial/Connection.Protocol.Serial.cs b/mRemoteNG/Connection/Protocol/Serial/Connection.Protocol.Serial.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Serial/Connection.Protocol.Serial.cs rename to mRemoteNG/Connection/Protocol/Serial/Connection.Protocol.Serial.cs diff --git a/mRemoteV1/Connection/Protocol/Telnet/Connection.Protocol.Telnet.cs b/mRemoteNG/Connection/Protocol/Telnet/Connection.Protocol.Telnet.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/Telnet/Connection.Protocol.Telnet.cs rename to mRemoteNG/Connection/Protocol/Telnet/Connection.Protocol.Telnet.cs diff --git a/mRemoteV1/Connection/Protocol/VNC/Connection.Protocol.VNC.cs b/mRemoteNG/Connection/Protocol/VNC/Connection.Protocol.VNC.cs similarity index 96% rename from mRemoteV1/Connection/Protocol/VNC/Connection.Protocol.VNC.cs rename to mRemoteNG/Connection/Protocol/VNC/Connection.Protocol.VNC.cs index 17fac7cf..f2e76ec4 100644 --- a/mRemoteV1/Connection/Protocol/VNC/Connection.Protocol.VNC.cs +++ b/mRemoteNG/Connection/Protocol/VNC/Connection.Protocol.VNC.cs @@ -1,362 +1,362 @@ -using System; -using System.Threading; -using System.ComponentModel; -using System.Net.Sockets; -using mRemoteNG.App; -using mRemoteNG.Tools; -using mRemoteNG.UI.Forms; - -// ReSharper disable ArrangeAccessorOwnerBody - - -namespace mRemoteNG.Connection.Protocol.VNC -{ - public class ProtocolVNC : ProtocolBase, ISupportsViewOnly - { - #region Properties - - public bool SmartSize - { - get { return _vnc.Scaled; } - set { _vnc.Scaled = value; } - } - - public bool ViewOnly - { - get { return _vnc.ViewOnly; } - set => _vnc.ViewOnly = value; - } - - #endregion - - #region Private Declarations - - private VncSharp.RemoteDesktop _vnc; - private ConnectionInfo _info; - private static bool _isConnectionSuccessful; - private static Exception _socketexception; - private static readonly ManualResetEvent TimeoutObject = new ManualResetEvent(false); - - #endregion - - #region Public Methods - - public ProtocolVNC() - { - Control = new VncSharp.RemoteDesktop(); - } - - public override bool Initialize() - { - base.Initialize(); - - try - { - _vnc = (VncSharp.RemoteDesktop)Control; - _info = InterfaceControl.Info; - _vnc.VncPort = _info.Port; - - return true; - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.VncSetPropsFailed + Environment.NewLine + ex.Message, - true); - return false; - } - } - - public override bool Connect() - { - SetEventHandlers(); - try - { - if (TestConnect(_info.Hostname, _info.Port, 500)) - _vnc.Connect(_info.Hostname, _info.VNCViewOnly, _info.VNCSmartSizeMode != SmartSizeMode.SmartSNo); - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.ConnectionOpenFailed + Environment.NewLine + - ex.Message); - return false; - } - - return true; - } - - public override void Disconnect() - { - try - { - _vnc.Disconnect(); - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.VncConnectionDisconnectFailed + Environment.NewLine + - ex.Message, true); - } - } - - public void SendSpecialKeys(SpecialKeys Keys) - { - try - { - // ReSharper disable once SwitchStatementMissingSomeCases - switch (Keys) - { - case SpecialKeys.CtrlAltDel: - _vnc.SendSpecialKeys(VncSharp.SpecialKeys.CtrlAltDel); - break; - case SpecialKeys.CtrlEsc: - _vnc.SendSpecialKeys(VncSharp.SpecialKeys.CtrlEsc); - break; - } - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.VncSendSpecialKeysFailed + Environment.NewLine + - ex.Message, true); - } - } - - public void ToggleSmartSize() - { - try - { - SmartSize = !SmartSize; - RefreshScreen(); - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.VncToggleSmartSizeFailed + Environment.NewLine + - ex.Message, true); - } - } - - public void ToggleViewOnly() - { - try - { - ViewOnly = !ViewOnly; - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.VncToggleViewOnlyFailed + Environment.NewLine + - ex.Message, true); - } - } - - - public void StartChat() - { - throw new NotImplementedException(); - } - - public void StartFileTransfer() - { - throw new NotImplementedException(); - } - - public void RefreshScreen() - { - try - { - _vnc.FullScreenUpdate(); - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.VncRefreshFailed + Environment.NewLine + ex.Message, - true); - } - } - - #endregion - - #region Private Methods - - private void SetEventHandlers() - { - try - { - _vnc.ConnectComplete += VNCEvent_Connected; - _vnc.ConnectionLost += VNCEvent_Disconnected; - FrmMain.ClipboardChanged += VNCEvent_ClipboardChanged; - if (!Force.HasFlag(ConnectionInfo.Force.NoCredentials) && _info?.Password?.Length > 0) - { - _vnc.GetPassword = VNCEvent_Authenticate; - } - } - catch (Exception ex) - { - Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.VncSetEventHandlersFailed + Environment.NewLine + - ex.Message, true); - } - } - - private static bool TestConnect(string hostName, int port, int timeoutMSec) - { - var tcpclient = new TcpClient(); - - TimeoutObject.Reset(); - tcpclient.BeginConnect(hostName, port, CallBackMethod, tcpclient); - - if (TimeoutObject.WaitOne(timeoutMSec, false)) - { - if (_isConnectionSuccessful) return true; - } - else - { - tcpclient.Close(); - throw new TimeoutException($"Connection timed out to host " + hostName + " on port " + port); - } - - return false; - } - - private static void CallBackMethod(IAsyncResult asyncresult) - { - try - { - _isConnectionSuccessful = false; - var tcpclient = asyncresult.AsyncState as TcpClient; - - if (tcpclient?.Client == null) return; - - tcpclient.EndConnect(asyncresult); - _isConnectionSuccessful = true; - } - catch (Exception ex) - { - _isConnectionSuccessful = false; - _socketexception = ex; - } - finally - { - TimeoutObject.Set(); - } - } - - #endregion - - #region Private Events & Handlers - - private void VNCEvent_Connected(object sender, EventArgs e) - { - Event_Connected(this); - _vnc.AutoScroll = _info.VNCSmartSizeMode == SmartSizeMode.SmartSNo; - } - - private void VNCEvent_Disconnected(object sender, EventArgs e) - { - FrmMain.ClipboardChanged -= VNCEvent_ClipboardChanged; - Event_Disconnected(sender, @"VncSharp Disconnected.", null); - Close(); - } - - private void VNCEvent_ClipboardChanged() - { - _vnc.FillServerClipboard(); - } - - private string VNCEvent_Authenticate() - { - return _info.Password; - } - - #endregion - - #region Enums - - public enum Defaults - { - Port = 5900 - } - - public enum SpecialKeys - { - CtrlAltDel, - CtrlEsc - } - - public enum Compression - { - [LocalizedAttributes.LocalizedDescription(nameof(Language.NoCompression))] - CompNone = 99, - [Description("0")] Comp0 = 0, - [Description("1")] Comp1 = 1, - [Description("2")] Comp2 = 2, - [Description("3")] Comp3 = 3, - [Description("4")] Comp4 = 4, - [Description("5")] Comp5 = 5, - [Description("6")] Comp6 = 6, - [Description("7")] Comp7 = 7, - [Description("8")] Comp8 = 8, - [Description("9")] Comp9 = 9 - } - - public enum Encoding - { - [Description("Raw")] EncRaw, - [Description("RRE")] EncRRE, - [Description("CoRRE")] EncCorre, - [Description("Hextile")] EncHextile, - [Description("Zlib")] EncZlib, - [Description("Tight")] EncTight, - [Description("ZlibHex")] EncZLibHex, - [Description("ZRLE")] EncZRLE - } - - public enum AuthMode - { - [LocalizedAttributes.LocalizedDescription(nameof(Language.Vnc))] - AuthVNC, - - [LocalizedAttributes.LocalizedDescription(nameof(Language.Windows))] - AuthWin - } - - public enum ProxyType - { - [LocalizedAttributes.LocalizedDescription(nameof(Language.None))] - ProxyNone, - - [LocalizedAttributes.LocalizedDescription(nameof(Language.Http))] - ProxyHTTP, - - [LocalizedAttributes.LocalizedDescription(nameof(Language.Socks5))] - ProxySocks5, - - [LocalizedAttributes.LocalizedDescription(nameof(Language.UltraVncRepeater))] - ProxyUltra - } - - public enum Colors - { - [LocalizedAttributes.LocalizedDescription(nameof(Language.Normal))] - ColNormal, - [Description("8-bit")] Col8Bit - } - - public enum SmartSizeMode - { - [LocalizedAttributes.LocalizedDescription(nameof(Language.NoSmartSize))] - SmartSNo, - - [LocalizedAttributes.LocalizedDescription(nameof(Language.Free))] - SmartSFree, - - [LocalizedAttributes.LocalizedDescription(nameof(Language.Aspect))] - SmartSAspect - } - - #endregion - } -} +using System; +using System.Threading; +using System.ComponentModel; +using System.Net.Sockets; +using mRemoteNG.App; +using mRemoteNG.Tools; +using mRemoteNG.UI.Forms; + +// ReSharper disable ArrangeAccessorOwnerBody + + +namespace mRemoteNG.Connection.Protocol.VNC +{ + public class ProtocolVNC : ProtocolBase, ISupportsViewOnly + { + #region Properties + + public bool SmartSize + { + get { return _vnc.Scaled; } + set { _vnc.Scaled = value; } + } + + public bool ViewOnly + { + get { return _vnc.ViewOnly; } + set => _vnc.ViewOnly = value; + } + + #endregion + + #region Private Declarations + + private VncSharp.RemoteDesktop _vnc; + private ConnectionInfo _info; + private static bool _isConnectionSuccessful; + private static Exception _socketexception; + private static readonly ManualResetEvent TimeoutObject = new ManualResetEvent(false); + + #endregion + + #region Public Methods + + public ProtocolVNC() + { + Control = new VncSharp.RemoteDesktop(); + } + + public override bool Initialize() + { + base.Initialize(); + + try + { + _vnc = (VncSharp.RemoteDesktop)Control; + _info = InterfaceControl.Info; + _vnc.VncPort = _info.Port; + + return true; + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.VncSetPropsFailed + Environment.NewLine + ex.Message, + true); + return false; + } + } + + public override bool Connect() + { + SetEventHandlers(); + try + { + if (TestConnect(_info.Hostname, _info.Port, 500)) + _vnc.Connect(_info.Hostname, _info.VNCViewOnly, _info.VNCSmartSizeMode != SmartSizeMode.SmartSNo); + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.ConnectionOpenFailed + Environment.NewLine + + ex.Message); + return false; + } + + return true; + } + + public override void Disconnect() + { + try + { + _vnc.Disconnect(); + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.VncConnectionDisconnectFailed + Environment.NewLine + + ex.Message, true); + } + } + + public void SendSpecialKeys(SpecialKeys Keys) + { + try + { + // ReSharper disable once SwitchStatementMissingSomeCases + switch (Keys) + { + case SpecialKeys.CtrlAltDel: + _vnc.SendSpecialKeys(VncSharp.SpecialKeys.CtrlAltDel); + break; + case SpecialKeys.CtrlEsc: + _vnc.SendSpecialKeys(VncSharp.SpecialKeys.CtrlEsc); + break; + } + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.VncSendSpecialKeysFailed + Environment.NewLine + + ex.Message, true); + } + } + + public void ToggleSmartSize() + { + try + { + SmartSize = !SmartSize; + RefreshScreen(); + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.VncToggleSmartSizeFailed + Environment.NewLine + + ex.Message, true); + } + } + + public void ToggleViewOnly() + { + try + { + ViewOnly = !ViewOnly; + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.VncToggleViewOnlyFailed + Environment.NewLine + + ex.Message, true); + } + } + + + public void StartChat() + { + throw new NotImplementedException(); + } + + public void StartFileTransfer() + { + throw new NotImplementedException(); + } + + public void RefreshScreen() + { + try + { + _vnc.FullScreenUpdate(); + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.VncRefreshFailed + Environment.NewLine + ex.Message, + true); + } + } + + #endregion + + #region Private Methods + + private void SetEventHandlers() + { + try + { + _vnc.ConnectComplete += VNCEvent_Connected; + _vnc.ConnectionLost += VNCEvent_Disconnected; + FrmMain.ClipboardChanged += VNCEvent_ClipboardChanged; + if (!Force.HasFlag(ConnectionInfo.Force.NoCredentials) && _info?.Password?.Length > 0) + { + _vnc.GetPassword = VNCEvent_Authenticate; + } + } + catch (Exception ex) + { + Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, + Language.VncSetEventHandlersFailed + Environment.NewLine + + ex.Message, true); + } + } + + private static bool TestConnect(string hostName, int port, int timeoutMSec) + { + var tcpclient = new TcpClient(); + + TimeoutObject.Reset(); + tcpclient.BeginConnect(hostName, port, CallBackMethod, tcpclient); + + if (TimeoutObject.WaitOne(timeoutMSec, false)) + { + if (_isConnectionSuccessful) return true; + } + else + { + tcpclient.Close(); + throw new TimeoutException($"Connection timed out to host " + hostName + " on port " + port); + } + + return false; + } + + private static void CallBackMethod(IAsyncResult asyncresult) + { + try + { + _isConnectionSuccessful = false; + var tcpclient = asyncresult.AsyncState as TcpClient; + + if (tcpclient?.Client == null) return; + + tcpclient.EndConnect(asyncresult); + _isConnectionSuccessful = true; + } + catch (Exception ex) + { + _isConnectionSuccessful = false; + _socketexception = ex; + } + finally + { + TimeoutObject.Set(); + } + } + + #endregion + + #region Private Events & Handlers + + private void VNCEvent_Connected(object sender, EventArgs e) + { + Event_Connected(this); + _vnc.AutoScroll = _info.VNCSmartSizeMode == SmartSizeMode.SmartSNo; + } + + private void VNCEvent_Disconnected(object sender, EventArgs e) + { + FrmMain.ClipboardChanged -= VNCEvent_ClipboardChanged; + Event_Disconnected(sender, @"VncSharp Disconnected.", null); + Close(); + } + + private void VNCEvent_ClipboardChanged() + { + _vnc.FillServerClipboard(); + } + + private string VNCEvent_Authenticate() + { + return _info.Password; + } + + #endregion + + #region Enums + + public enum Defaults + { + Port = 5900 + } + + public enum SpecialKeys + { + CtrlAltDel, + CtrlEsc + } + + public enum Compression + { + [LocalizedAttributes.LocalizedDescription(nameof(Language.NoCompression))] + CompNone = 99, + [Description("0")] Comp0 = 0, + [Description("1")] Comp1 = 1, + [Description("2")] Comp2 = 2, + [Description("3")] Comp3 = 3, + [Description("4")] Comp4 = 4, + [Description("5")] Comp5 = 5, + [Description("6")] Comp6 = 6, + [Description("7")] Comp7 = 7, + [Description("8")] Comp8 = 8, + [Description("9")] Comp9 = 9 + } + + public enum Encoding + { + [Description("Raw")] EncRaw, + [Description("RRE")] EncRRE, + [Description("CoRRE")] EncCorre, + [Description("Hextile")] EncHextile, + [Description("Zlib")] EncZlib, + [Description("Tight")] EncTight, + [Description("ZlibHex")] EncZLibHex, + [Description("ZRLE")] EncZRLE + } + + public enum AuthMode + { + [LocalizedAttributes.LocalizedDescription(nameof(Language.Vnc))] + AuthVNC, + + [LocalizedAttributes.LocalizedDescription(nameof(Language.Windows))] + AuthWin + } + + public enum ProxyType + { + [LocalizedAttributes.LocalizedDescription(nameof(Language.None))] + ProxyNone, + + [LocalizedAttributes.LocalizedDescription(nameof(Language.Http))] + ProxyHTTP, + + [LocalizedAttributes.LocalizedDescription(nameof(Language.Socks5))] + ProxySocks5, + + [LocalizedAttributes.LocalizedDescription(nameof(Language.UltraVncRepeater))] + ProxyUltra + } + + public enum Colors + { + [LocalizedAttributes.LocalizedDescription(nameof(Language.Normal))] + ColNormal, + [Description("8-bit")] Col8Bit + } + + public enum SmartSizeMode + { + [LocalizedAttributes.LocalizedDescription(nameof(Language.NoSmartSize))] + SmartSNo, + + [LocalizedAttributes.LocalizedDescription(nameof(Language.Free))] + SmartSFree, + + [LocalizedAttributes.LocalizedDescription(nameof(Language.Aspect))] + SmartSAspect + } + + #endregion + } +} diff --git a/mRemoteV1/Connection/Protocol/VNC/VNCEnum.cs b/mRemoteNG/Connection/Protocol/VNC/VNCEnum.cs similarity index 100% rename from mRemoteV1/Connection/Protocol/VNC/VNCEnum.cs rename to mRemoteNG/Connection/Protocol/VNC/VNCEnum.cs diff --git a/mRemoteV1/Connection/PuttySessionInfo.cs b/mRemoteNG/Connection/PuttySessionInfo.cs similarity index 100% rename from mRemoteV1/Connection/PuttySessionInfo.cs rename to mRemoteNG/Connection/PuttySessionInfo.cs diff --git a/mRemoteV1/Connection/WebHelper.cs b/mRemoteNG/Connection/WebHelper.cs similarity index 100% rename from mRemoteV1/Connection/WebHelper.cs rename to mRemoteNG/Connection/WebHelper.cs diff --git a/mRemoteV1/Container/ContainerInfo.cs b/mRemoteNG/Container/ContainerInfo.cs similarity index 100% rename from mRemoteV1/Container/ContainerInfo.cs rename to mRemoteNG/Container/ContainerInfo.cs diff --git a/mRemoteV1/Credential/CredentialChangedEventArgs.cs b/mRemoteNG/Credential/CredentialChangedEventArgs.cs similarity index 100% rename from mRemoteV1/Credential/CredentialChangedEventArgs.cs rename to mRemoteNG/Credential/CredentialChangedEventArgs.cs diff --git a/mRemoteV1/Credential/CredentialDeletionMsgBoxConfirmer.cs b/mRemoteNG/Credential/CredentialDeletionMsgBoxConfirmer.cs similarity index 100% rename from mRemoteV1/Credential/CredentialDeletionMsgBoxConfirmer.cs rename to mRemoteNG/Credential/CredentialDeletionMsgBoxConfirmer.cs diff --git a/mRemoteV1/Credential/CredentialDomainUserComparer.cs b/mRemoteNG/Credential/CredentialDomainUserComparer.cs similarity index 100% rename from mRemoteV1/Credential/CredentialDomainUserComparer.cs rename to mRemoteNG/Credential/CredentialDomainUserComparer.cs diff --git a/mRemoteV1/Credential/CredentialInfo.cs b/mRemoteNG/Credential/CredentialInfo.cs similarity index 100% rename from mRemoteV1/Credential/CredentialInfo.cs rename to mRemoteNG/Credential/CredentialInfo.cs diff --git a/mRemoteV1/Credential/CredentialRecord.cs b/mRemoteNG/Credential/CredentialRecord.cs similarity index 100% rename from mRemoteV1/Credential/CredentialRecord.cs rename to mRemoteNG/Credential/CredentialRecord.cs diff --git a/mRemoteV1/Credential/CredentialRecordTypeConverter.cs b/mRemoteNG/Credential/CredentialRecordTypeConverter.cs similarity index 100% rename from mRemoteV1/Credential/CredentialRecordTypeConverter.cs rename to mRemoteNG/Credential/CredentialRecordTypeConverter.cs diff --git a/mRemoteV1/Credential/CredentialServiceFacade.cs b/mRemoteNG/Credential/CredentialServiceFacade.cs similarity index 100% rename from mRemoteV1/Credential/CredentialServiceFacade.cs rename to mRemoteNG/Credential/CredentialServiceFacade.cs diff --git a/mRemoteV1/Credential/CredentialServiceFactory.cs b/mRemoteNG/Credential/CredentialServiceFactory.cs similarity index 100% rename from mRemoteV1/Credential/CredentialServiceFactory.cs rename to mRemoteNG/Credential/CredentialServiceFactory.cs diff --git a/mRemoteV1/Credential/ICredentialRecord.cs b/mRemoteNG/Credential/ICredentialRecord.cs similarity index 100% rename from mRemoteV1/Credential/ICredentialRecord.cs rename to mRemoteNG/Credential/ICredentialRecord.cs diff --git a/mRemoteV1/Credential/ICredentialRepository.cs b/mRemoteNG/Credential/ICredentialRepository.cs similarity index 100% rename from mRemoteV1/Credential/ICredentialRepository.cs rename to mRemoteNG/Credential/ICredentialRepository.cs diff --git a/mRemoteV1/Credential/ICredentialRepositoryList.cs b/mRemoteNG/Credential/ICredentialRepositoryList.cs similarity index 100% rename from mRemoteV1/Credential/ICredentialRepositoryList.cs rename to mRemoteNG/Credential/ICredentialRepositoryList.cs diff --git a/mRemoteV1/Credential/PlaceholderCredentialRecord.cs b/mRemoteNG/Credential/PlaceholderCredentialRecord.cs similarity index 100% rename from mRemoteV1/Credential/PlaceholderCredentialRecord.cs rename to mRemoteNG/Credential/PlaceholderCredentialRecord.cs diff --git a/mRemoteV1/Credential/Repositories/CompositeRepositoryUnlocker.cs b/mRemoteNG/Credential/Repositories/CompositeRepositoryUnlocker.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/CompositeRepositoryUnlocker.cs rename to mRemoteNG/Credential/Repositories/CompositeRepositoryUnlocker.cs diff --git a/mRemoteV1/Credential/Repositories/CredentialRepoUnlockerBuilder.cs b/mRemoteNG/Credential/Repositories/CredentialRepoUnlockerBuilder.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/CredentialRepoUnlockerBuilder.cs rename to mRemoteNG/Credential/Repositories/CredentialRepoUnlockerBuilder.cs diff --git a/mRemoteV1/Credential/Repositories/CredentialRepositoryChangedArgs.cs b/mRemoteNG/Credential/Repositories/CredentialRepositoryChangedArgs.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/CredentialRepositoryChangedArgs.cs rename to mRemoteNG/Credential/Repositories/CredentialRepositoryChangedArgs.cs diff --git a/mRemoteV1/Credential/Repositories/CredentialRepositoryConfig.cs b/mRemoteNG/Credential/Repositories/CredentialRepositoryConfig.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/CredentialRepositoryConfig.cs rename to mRemoteNG/Credential/Repositories/CredentialRepositoryConfig.cs diff --git a/mRemoteV1/Credential/Repositories/CredentialRepositoryList.cs b/mRemoteNG/Credential/Repositories/CredentialRepositoryList.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/CredentialRepositoryList.cs rename to mRemoteNG/Credential/Repositories/CredentialRepositoryList.cs diff --git a/mRemoteV1/Credential/Repositories/ICredentialRepositoryConfig.cs b/mRemoteNG/Credential/Repositories/ICredentialRepositoryConfig.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/ICredentialRepositoryConfig.cs rename to mRemoteNG/Credential/Repositories/ICredentialRepositoryConfig.cs diff --git a/mRemoteV1/Credential/Repositories/XmlCredentialRepository.cs b/mRemoteNG/Credential/Repositories/XmlCredentialRepository.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/XmlCredentialRepository.cs rename to mRemoteNG/Credential/Repositories/XmlCredentialRepository.cs diff --git a/mRemoteV1/Credential/Repositories/XmlCredentialRepositoryFactory.cs b/mRemoteNG/Credential/Repositories/XmlCredentialRepositoryFactory.cs similarity index 100% rename from mRemoteV1/Credential/Repositories/XmlCredentialRepositoryFactory.cs rename to mRemoteNG/Credential/Repositories/XmlCredentialRepositoryFactory.cs diff --git a/mRemoteV1/Documentation/_static/theme_overrides.css b/mRemoteNG/Documentation/_static/theme_overrides.css similarity index 100% rename from mRemoteV1/Documentation/_static/theme_overrides.css rename to mRemoteNG/Documentation/_static/theme_overrides.css diff --git a/mRemoteV1/Documentation/about.rst b/mRemoteNG/Documentation/about.rst similarity index 100% rename from mRemoteV1/Documentation/about.rst rename to mRemoteNG/Documentation/about.rst diff --git a/mRemoteV1/Documentation/about/features.rst b/mRemoteNG/Documentation/about/features.rst similarity index 100% rename from mRemoteV1/Documentation/about/features.rst rename to mRemoteNG/Documentation/about/features.rst diff --git a/mRemoteV1/Documentation/about/license.rst b/mRemoteNG/Documentation/about/license.rst similarity index 100% rename from mRemoteV1/Documentation/about/license.rst rename to mRemoteNG/Documentation/about/license.rst diff --git a/mRemoteV1/Documentation/about/release_channels.rst b/mRemoteNG/Documentation/about/release_channels.rst similarity index 100% rename from mRemoteV1/Documentation/about/release_channels.rst rename to mRemoteNG/Documentation/about/release_channels.rst diff --git a/mRemoteV1/Documentation/about/versions.rst b/mRemoteNG/Documentation/about/versions.rst similarity index 100% rename from mRemoteV1/Documentation/about/versions.rst rename to mRemoteNG/Documentation/about/versions.rst diff --git a/mRemoteV1/Documentation/command_line_switches.rst b/mRemoteNG/Documentation/command_line_switches.rst similarity index 100% rename from mRemoteV1/Documentation/command_line_switches.rst rename to mRemoteNG/Documentation/command_line_switches.rst diff --git a/mRemoteV1/Documentation/conf.py b/mRemoteNG/Documentation/conf.py similarity index 100% rename from mRemoteV1/Documentation/conf.py rename to mRemoteNG/Documentation/conf.py diff --git a/mRemoteV1/Documentation/contact_mail.rst b/mRemoteNG/Documentation/contact_mail.rst similarity index 100% rename from mRemoteV1/Documentation/contact_mail.rst rename to mRemoteNG/Documentation/contact_mail.rst diff --git a/mRemoteV1/Documentation/external_tools_cheat_sheet.rst b/mRemoteNG/Documentation/external_tools_cheat_sheet.rst similarity index 100% rename from mRemoteV1/Documentation/external_tools_cheat_sheet.rst rename to mRemoteNG/Documentation/external_tools_cheat_sheet.rst diff --git a/mRemoteV1/Documentation/faq.rst b/mRemoteNG/Documentation/faq.rst similarity index 100% rename from mRemoteV1/Documentation/faq.rst rename to mRemoteNG/Documentation/faq.rst diff --git a/mRemoteV1/Documentation/folders_and_inheritance.rst b/mRemoteNG/Documentation/folders_and_inheritance.rst similarity index 100% rename from mRemoteV1/Documentation/folders_and_inheritance.rst rename to mRemoteNG/Documentation/folders_and_inheritance.rst diff --git a/mRemoteV1/Documentation/howtos/bulk_connections.rst b/mRemoteNG/Documentation/howtos/bulk_connections.rst similarity index 100% rename from mRemoteV1/Documentation/howtos/bulk_connections.rst rename to mRemoteNG/Documentation/howtos/bulk_connections.rst diff --git a/mRemoteV1/Documentation/howtos/external_tools.rst b/mRemoteNG/Documentation/howtos/external_tools.rst similarity index 100% rename from mRemoteV1/Documentation/howtos/external_tools.rst rename to mRemoteNG/Documentation/howtos/external_tools.rst diff --git a/mRemoteV1/Documentation/howtos/sshtunnel.rst b/mRemoteNG/Documentation/howtos/sshtunnel.rst similarity index 100% rename from mRemoteV1/Documentation/howtos/sshtunnel.rst rename to mRemoteNG/Documentation/howtos/sshtunnel.rst diff --git a/mRemoteV1/Documentation/howtos/vmrdp.rst b/mRemoteNG/Documentation/howtos/vmrdp.rst similarity index 100% rename from mRemoteV1/Documentation/howtos/vmrdp.rst rename to mRemoteNG/Documentation/howtos/vmrdp.rst diff --git a/mRemoteV1/Documentation/images/config_top_bar.png b/mRemoteNG/Documentation/images/config_top_bar.png similarity index 100% rename from mRemoteV1/Documentation/images/config_top_bar.png rename to mRemoteNG/Documentation/images/config_top_bar.png diff --git a/mRemoteV1/Documentation/images/connections_config.png b/mRemoteNG/Documentation/images/connections_config.png similarity index 100% rename from mRemoteV1/Documentation/images/connections_config.png rename to mRemoteNG/Documentation/images/connections_config.png diff --git a/mRemoteV1/Documentation/images/connections_main.png b/mRemoteNG/Documentation/images/connections_main.png similarity index 100% rename from mRemoteV1/Documentation/images/connections_main.png rename to mRemoteNG/Documentation/images/connections_main.png diff --git a/mRemoteV1/Documentation/images/connections_open.png b/mRemoteNG/Documentation/images/connections_open.png similarity index 100% rename from mRemoteV1/Documentation/images/connections_open.png rename to mRemoteNG/Documentation/images/connections_open.png diff --git a/mRemoteV1/Documentation/images/connections_rightclick_menu.png b/mRemoteNG/Documentation/images/connections_rightclick_menu.png similarity index 100% rename from mRemoteV1/Documentation/images/connections_rightclick_menu.png rename to mRemoteNG/Documentation/images/connections_rightclick_menu.png diff --git a/mRemoteV1/Documentation/images/connections_status.png b/mRemoteNG/Documentation/images/connections_status.png similarity index 100% rename from mRemoteV1/Documentation/images/connections_status.png rename to mRemoteNG/Documentation/images/connections_status.png diff --git a/mRemoteV1/Documentation/images/connections_test_item.png b/mRemoteNG/Documentation/images/connections_test_item.png similarity index 100% rename from mRemoteV1/Documentation/images/connections_test_item.png rename to mRemoteNG/Documentation/images/connections_test_item.png diff --git a/mRemoteV1/Documentation/images/connections_top_bar.png b/mRemoteNG/Documentation/images/connections_top_bar.png similarity index 100% rename from mRemoteV1/Documentation/images/connections_top_bar.png rename to mRemoteNG/Documentation/images/connections_top_bar.png diff --git a/mRemoteV1/Documentation/images/credssp-error.png b/mRemoteNG/Documentation/images/credssp-error.png similarity index 100% rename from mRemoteV1/Documentation/images/credssp-error.png rename to mRemoteNG/Documentation/images/credssp-error.png diff --git a/mRemoteV1/Documentation/images/default_properties.png b/mRemoteNG/Documentation/images/default_properties.png similarity index 100% rename from mRemoteV1/Documentation/images/default_properties.png rename to mRemoteNG/Documentation/images/default_properties.png diff --git a/mRemoteV1/Documentation/images/example_et_start_application_01.png b/mRemoteNG/Documentation/images/example_et_start_application_01.png similarity index 100% rename from mRemoteV1/Documentation/images/example_et_start_application_01.png rename to mRemoteNG/Documentation/images/example_et_start_application_01.png diff --git a/mRemoteV1/Documentation/images/example_et_start_application_02.png b/mRemoteNG/Documentation/images/example_et_start_application_02.png similarity index 100% rename from mRemoteV1/Documentation/images/example_et_start_application_02.png rename to mRemoteNG/Documentation/images/example_et_start_application_02.png diff --git a/mRemoteV1/Documentation/images/example_et_traceroute_01.png b/mRemoteNG/Documentation/images/example_et_traceroute_01.png similarity index 100% rename from mRemoteV1/Documentation/images/example_et_traceroute_01.png rename to mRemoteNG/Documentation/images/example_et_traceroute_01.png diff --git a/mRemoteV1/Documentation/images/example_et_traceroute_02.png b/mRemoteNG/Documentation/images/example_et_traceroute_02.png similarity index 100% rename from mRemoteV1/Documentation/images/example_et_traceroute_02.png rename to mRemoteNG/Documentation/images/example_et_traceroute_02.png diff --git a/mRemoteV1/Documentation/images/example_et_traceroute_03.png b/mRemoteNG/Documentation/images/example_et_traceroute_03.png similarity index 100% rename from mRemoteV1/Documentation/images/example_et_traceroute_03.png rename to mRemoteNG/Documentation/images/example_et_traceroute_03.png diff --git a/mRemoteV1/Documentation/images/example_et_traceroute_04.png b/mRemoteNG/Documentation/images/example_et_traceroute_04.png similarity index 100% rename from mRemoteV1/Documentation/images/example_et_traceroute_04.png rename to mRemoteNG/Documentation/images/example_et_traceroute_04.png diff --git a/mRemoteV1/Documentation/images/example_et_traceroute_05.png b/mRemoteNG/Documentation/images/example_et_traceroute_05.png similarity index 100% rename from mRemoteV1/Documentation/images/example_et_traceroute_05.png rename to mRemoteNG/Documentation/images/example_et_traceroute_05.png diff --git a/mRemoteV1/Documentation/images/external_tools_external_tool_properties_01.png b/mRemoteNG/Documentation/images/external_tools_external_tool_properties_01.png similarity index 100% rename from mRemoteV1/Documentation/images/external_tools_external_tool_properties_01.png rename to mRemoteNG/Documentation/images/external_tools_external_tool_properties_01.png diff --git a/mRemoteV1/Documentation/images/external_tools_main_ui_01.png b/mRemoteNG/Documentation/images/external_tools_main_ui_01.png similarity index 100% rename from mRemoteV1/Documentation/images/external_tools_main_ui_01.png rename to mRemoteNG/Documentation/images/external_tools_main_ui_01.png diff --git a/mRemoteV1/Documentation/images/external_tools_toolbar_01.png b/mRemoteNG/Documentation/images/external_tools_toolbar_01.png similarity index 100% rename from mRemoteV1/Documentation/images/external_tools_toolbar_01.png rename to mRemoteNG/Documentation/images/external_tools_toolbar_01.png diff --git a/mRemoteV1/Documentation/images/external_tools_tools_list_01.png b/mRemoteNG/Documentation/images/external_tools_tools_list_01.png similarity index 100% rename from mRemoteV1/Documentation/images/external_tools_tools_list_01.png rename to mRemoteNG/Documentation/images/external_tools_tools_list_01.png diff --git a/mRemoteV1/Documentation/images/folders_and_inheritance_01.png b/mRemoteNG/Documentation/images/folders_and_inheritance_01.png similarity index 100% rename from mRemoteV1/Documentation/images/folders_and_inheritance_01.png rename to mRemoteNG/Documentation/images/folders_and_inheritance_01.png diff --git a/mRemoteV1/Documentation/images/folders_and_inheritance_02.png b/mRemoteNG/Documentation/images/folders_and_inheritance_02.png similarity index 100% rename from mRemoteV1/Documentation/images/folders_and_inheritance_02.png rename to mRemoteNG/Documentation/images/folders_and_inheritance_02.png diff --git a/mRemoteV1/Documentation/images/folders_and_inheritance_03.png b/mRemoteNG/Documentation/images/folders_and_inheritance_03.png similarity index 100% rename from mRemoteV1/Documentation/images/folders_and_inheritance_03.png rename to mRemoteNG/Documentation/images/folders_and_inheritance_03.png diff --git a/mRemoteV1/Documentation/images/folders_and_inheritance_04.png b/mRemoteNG/Documentation/images/folders_and_inheritance_04.png similarity index 100% rename from mRemoteV1/Documentation/images/folders_and_inheritance_04.png rename to mRemoteNG/Documentation/images/folders_and_inheritance_04.png diff --git a/mRemoteV1/Documentation/images/folders_and_inheritance_05.png b/mRemoteNG/Documentation/images/folders_and_inheritance_05.png similarity index 100% rename from mRemoteV1/Documentation/images/folders_and_inheritance_05.png rename to mRemoteNG/Documentation/images/folders_and_inheritance_05.png diff --git a/mRemoteV1/Documentation/images/folders_and_inheritance_06.png b/mRemoteNG/Documentation/images/folders_and_inheritance_06.png similarity index 100% rename from mRemoteV1/Documentation/images/folders_and_inheritance_06.png rename to mRemoteNG/Documentation/images/folders_and_inheritance_06.png diff --git a/mRemoteV1/Documentation/images/import_export_dialog.png b/mRemoteNG/Documentation/images/import_export_dialog.png similarity index 100% rename from mRemoteV1/Documentation/images/import_export_dialog.png rename to mRemoteNG/Documentation/images/import_export_dialog.png diff --git a/mRemoteV1/Documentation/images/import_from_active_directory.png b/mRemoteNG/Documentation/images/import_from_active_directory.png similarity index 100% rename from mRemoteV1/Documentation/images/import_from_active_directory.png rename to mRemoteNG/Documentation/images/import_from_active_directory.png diff --git a/mRemoteV1/Documentation/images/import_from_port_scan.png b/mRemoteNG/Documentation/images/import_from_port_scan.png similarity index 100% rename from mRemoteV1/Documentation/images/import_from_port_scan.png rename to mRemoteNG/Documentation/images/import_from_port_scan.png diff --git a/mRemoteV1/Documentation/images/menus_hide_menu_strip.png b/mRemoteNG/Documentation/images/menus_hide_menu_strip.png similarity index 100% rename from mRemoteV1/Documentation/images/menus_hide_menu_strip.png rename to mRemoteNG/Documentation/images/menus_hide_menu_strip.png diff --git a/mRemoteV1/Documentation/images/menus_main_menu.png b/mRemoteNG/Documentation/images/menus_main_menu.png similarity index 100% rename from mRemoteV1/Documentation/images/menus_main_menu.png rename to mRemoteNG/Documentation/images/menus_main_menu.png diff --git a/mRemoteV1/Documentation/images/mremoteng_favicon_32.png b/mRemoteNG/Documentation/images/mremoteng_favicon_32.png similarity index 100% rename from mRemoteV1/Documentation/images/mremoteng_favicon_32.png rename to mRemoteNG/Documentation/images/mremoteng_favicon_32.png diff --git a/mRemoteV1/Documentation/images/mremoteng_logo.png b/mRemoteNG/Documentation/images/mremoteng_logo.png similarity index 100% rename from mRemoteV1/Documentation/images/mremoteng_logo.png rename to mRemoteNG/Documentation/images/mremoteng_logo.png diff --git a/mRemoteV1/Documentation/images/mremoteng_main_ui.png b/mRemoteNG/Documentation/images/mremoteng_main_ui.png similarity index 100% rename from mRemoteV1/Documentation/images/mremoteng_main_ui.png rename to mRemoteNG/Documentation/images/mremoteng_main_ui.png diff --git a/mRemoteV1/Documentation/images/mremoteng_main_ui_connect_win_server.png b/mRemoteNG/Documentation/images/mremoteng_main_ui_connect_win_server.png similarity index 100% rename from mRemoteV1/Documentation/images/mremoteng_main_ui_connect_win_server.png rename to mRemoteNG/Documentation/images/mremoteng_main_ui_connect_win_server.png diff --git a/mRemoteV1/Documentation/images/notifications_panel.png b/mRemoteNG/Documentation/images/notifications_panel.png similarity index 100% rename from mRemoteV1/Documentation/images/notifications_panel.png rename to mRemoteNG/Documentation/images/notifications_panel.png diff --git a/mRemoteV1/Documentation/images/notifications_popup.png b/mRemoteNG/Documentation/images/notifications_popup.png similarity index 100% rename from mRemoteV1/Documentation/images/notifications_popup.png rename to mRemoteNG/Documentation/images/notifications_popup.png diff --git a/mRemoteV1/Documentation/images/oracle_remediation_setting.png b/mRemoteNG/Documentation/images/oracle_remediation_setting.png similarity index 100% rename from mRemoteV1/Documentation/images/oracle_remediation_setting.png rename to mRemoteNG/Documentation/images/oracle_remediation_setting.png diff --git a/mRemoteV1/Documentation/images/putty.png b/mRemoteNG/Documentation/images/putty.png similarity index 100% rename from mRemoteV1/Documentation/images/putty.png rename to mRemoteNG/Documentation/images/putty.png diff --git a/mRemoteV1/Documentation/images/quick_connect_01.png b/mRemoteNG/Documentation/images/quick_connect_01.png similarity index 100% rename from mRemoteV1/Documentation/images/quick_connect_01.png rename to mRemoteNG/Documentation/images/quick_connect_01.png diff --git a/mRemoteV1/Documentation/images/quick_connect_02.png b/mRemoteNG/Documentation/images/quick_connect_02.png similarity index 100% rename from mRemoteV1/Documentation/images/quick_connect_02.png rename to mRemoteNG/Documentation/images/quick_connect_02.png diff --git a/mRemoteV1/Documentation/images/quick_connect_03.png b/mRemoteNG/Documentation/images/quick_connect_03.png similarity index 100% rename from mRemoteV1/Documentation/images/quick_connect_03.png rename to mRemoteNG/Documentation/images/quick_connect_03.png diff --git a/mRemoteV1/Documentation/images/screenshot_manager_overview.png b/mRemoteNG/Documentation/images/screenshot_manager_overview.png similarity index 100% rename from mRemoteV1/Documentation/images/screenshot_manager_overview.png rename to mRemoteNG/Documentation/images/screenshot_manager_overview.png diff --git a/mRemoteV1/Documentation/images/screenshot_manager_rightclick_menu.png b/mRemoteNG/Documentation/images/screenshot_manager_rightclick_menu.png similarity index 100% rename from mRemoteV1/Documentation/images/screenshot_manager_rightclick_menu.png rename to mRemoteNG/Documentation/images/screenshot_manager_rightclick_menu.png diff --git a/mRemoteV1/Documentation/images/ssh_file_transfer_01.png b/mRemoteNG/Documentation/images/ssh_file_transfer_01.png similarity index 100% rename from mRemoteV1/Documentation/images/ssh_file_transfer_01.png rename to mRemoteNG/Documentation/images/ssh_file_transfer_01.png diff --git a/mRemoteV1/Documentation/images/ssh_tunnel.png b/mRemoteNG/Documentation/images/ssh_tunnel.png similarity index 100% rename from mRemoteV1/Documentation/images/ssh_tunnel.png rename to mRemoteNG/Documentation/images/ssh_tunnel.png diff --git a/mRemoteV1/Documentation/images/user_interface_overview.png b/mRemoteNG/Documentation/images/user_interface_overview.png similarity index 100% rename from mRemoteV1/Documentation/images/user_interface_overview.png rename to mRemoteNG/Documentation/images/user_interface_overview.png diff --git a/mRemoteV1/Documentation/images/user_interface_panels_01.png b/mRemoteNG/Documentation/images/user_interface_panels_01.png similarity index 100% rename from mRemoteV1/Documentation/images/user_interface_panels_01.png rename to mRemoteNG/Documentation/images/user_interface_panels_01.png diff --git a/mRemoteV1/Documentation/images/user_interface_panels_02.png b/mRemoteNG/Documentation/images/user_interface_panels_02.png similarity index 100% rename from mRemoteV1/Documentation/images/user_interface_panels_02.png rename to mRemoteNG/Documentation/images/user_interface_panels_02.png diff --git a/mRemoteV1/Documentation/images/user_interface_panels_03.png b/mRemoteNG/Documentation/images/user_interface_panels_03.png similarity index 100% rename from mRemoteV1/Documentation/images/user_interface_panels_03.png rename to mRemoteNG/Documentation/images/user_interface_panels_03.png diff --git a/mRemoteV1/Documentation/index.rst b/mRemoteNG/Documentation/index.rst similarity index 100% rename from mRemoteV1/Documentation/index.rst rename to mRemoteNG/Documentation/index.rst diff --git a/mRemoteV1/Documentation/installation.rst b/mRemoteNG/Documentation/installation.rst similarity index 100% rename from mRemoteV1/Documentation/installation.rst rename to mRemoteNG/Documentation/installation.rst diff --git a/mRemoteV1/Documentation/installation/install.rst b/mRemoteNG/Documentation/installation/install.rst similarity index 100% rename from mRemoteV1/Documentation/installation/install.rst rename to mRemoteNG/Documentation/installation/install.rst diff --git a/mRemoteV1/Documentation/installation/minimum_requirements.rst b/mRemoteNG/Documentation/installation/minimum_requirements.rst similarity index 100% rename from mRemoteV1/Documentation/installation/minimum_requirements.rst rename to mRemoteNG/Documentation/installation/minimum_requirements.rst diff --git a/mRemoteV1/Documentation/installation/supported_operating_systems.rst b/mRemoteNG/Documentation/installation/supported_operating_systems.rst similarity index 100% rename from mRemoteV1/Documentation/installation/supported_operating_systems.rst rename to mRemoteNG/Documentation/installation/supported_operating_systems.rst diff --git a/mRemoteV1/Documentation/installation/uninstall.rst b/mRemoteNG/Documentation/installation/uninstall.rst similarity index 100% rename from mRemoteV1/Documentation/installation/uninstall.rst rename to mRemoteNG/Documentation/installation/uninstall.rst diff --git a/mRemoteV1/Documentation/keyboard_shortcuts.rst b/mRemoteNG/Documentation/keyboard_shortcuts.rst similarity index 100% rename from mRemoteV1/Documentation/keyboard_shortcuts.rst rename to mRemoteNG/Documentation/keyboard_shortcuts.rst diff --git a/mRemoteV1/Documentation/known_issues.rst b/mRemoteNG/Documentation/known_issues.rst similarity index 100% rename from mRemoteV1/Documentation/known_issues.rst rename to mRemoteNG/Documentation/known_issues.rst diff --git a/mRemoteV1/Documentation/migrate.rst b/mRemoteNG/Documentation/migrate.rst similarity index 100% rename from mRemoteV1/Documentation/migrate.rst rename to mRemoteNG/Documentation/migrate.rst diff --git a/mRemoteV1/Documentation/mssql_db_setup.sql b/mRemoteNG/Documentation/mssql_db_setup.sql similarity index 100% rename from mRemoteV1/Documentation/mssql_db_setup.sql rename to mRemoteNG/Documentation/mssql_db_setup.sql diff --git a/mRemoteV1/Documentation/mysql_db_setup.sql b/mRemoteNG/Documentation/mysql_db_setup.sql similarity index 100% rename from mRemoteV1/Documentation/mysql_db_setup.sql rename to mRemoteNG/Documentation/mysql_db_setup.sql diff --git a/mRemoteV1/Documentation/protocols.rst b/mRemoteNG/Documentation/protocols.rst similarity index 100% rename from mRemoteV1/Documentation/protocols.rst rename to mRemoteNG/Documentation/protocols.rst diff --git a/mRemoteV1/Documentation/protocols/rdp.rst b/mRemoteNG/Documentation/protocols/rdp.rst similarity index 100% rename from mRemoteV1/Documentation/protocols/rdp.rst rename to mRemoteNG/Documentation/protocols/rdp.rst diff --git a/mRemoteV1/Documentation/sql_configuration.rst b/mRemoteNG/Documentation/sql_configuration.rst similarity index 100% rename from mRemoteV1/Documentation/sql_configuration.rst rename to mRemoteNG/Documentation/sql_configuration.rst diff --git a/mRemoteV1/Documentation/troubleshooting.rst b/mRemoteNG/Documentation/troubleshooting.rst similarity index 100% rename from mRemoteV1/Documentation/troubleshooting.rst rename to mRemoteNG/Documentation/troubleshooting.rst diff --git a/mRemoteV1/Documentation/user_interface.rst b/mRemoteNG/Documentation/user_interface.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface.rst rename to mRemoteNG/Documentation/user_interface.rst diff --git a/mRemoteV1/Documentation/user_interface/connections.rst b/mRemoteNG/Documentation/user_interface/connections.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/connections.rst rename to mRemoteNG/Documentation/user_interface/connections.rst diff --git a/mRemoteV1/Documentation/user_interface/default_connection_properties.rst b/mRemoteNG/Documentation/user_interface/default_connection_properties.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/default_connection_properties.rst rename to mRemoteNG/Documentation/user_interface/default_connection_properties.rst diff --git a/mRemoteV1/Documentation/user_interface/external_tools.rst b/mRemoteNG/Documentation/user_interface/external_tools.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/external_tools.rst rename to mRemoteNG/Documentation/user_interface/external_tools.rst diff --git a/mRemoteV1/Documentation/user_interface/import_export.rst b/mRemoteNG/Documentation/user_interface/import_export.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/import_export.rst rename to mRemoteNG/Documentation/user_interface/import_export.rst diff --git a/mRemoteV1/Documentation/user_interface/main_window.rst b/mRemoteNG/Documentation/user_interface/main_window.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/main_window.rst rename to mRemoteNG/Documentation/user_interface/main_window.rst diff --git a/mRemoteV1/Documentation/user_interface/menu_container.rst b/mRemoteNG/Documentation/user_interface/menu_container.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/menu_container.rst rename to mRemoteNG/Documentation/user_interface/menu_container.rst diff --git a/mRemoteV1/Documentation/user_interface/notifications.rst b/mRemoteNG/Documentation/user_interface/notifications.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/notifications.rst rename to mRemoteNG/Documentation/user_interface/notifications.rst diff --git a/mRemoteV1/Documentation/user_interface/options.rst b/mRemoteNG/Documentation/user_interface/options.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/options.rst rename to mRemoteNG/Documentation/user_interface/options.rst diff --git a/mRemoteV1/Documentation/user_interface/panels.rst b/mRemoteNG/Documentation/user_interface/panels.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/panels.rst rename to mRemoteNG/Documentation/user_interface/panels.rst diff --git a/mRemoteV1/Documentation/user_interface/port_scan.rst b/mRemoteNG/Documentation/user_interface/port_scan.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/port_scan.rst rename to mRemoteNG/Documentation/user_interface/port_scan.rst diff --git a/mRemoteV1/Documentation/user_interface/quick_connect.rst b/mRemoteNG/Documentation/user_interface/quick_connect.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/quick_connect.rst rename to mRemoteNG/Documentation/user_interface/quick_connect.rst diff --git a/mRemoteV1/Documentation/user_interface/screenshot_manager.rst b/mRemoteNG/Documentation/user_interface/screenshot_manager.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/screenshot_manager.rst rename to mRemoteNG/Documentation/user_interface/screenshot_manager.rst diff --git a/mRemoteV1/Documentation/user_interface/ssh_file_transfer.rst b/mRemoteNG/Documentation/user_interface/ssh_file_transfer.rst similarity index 100% rename from mRemoteV1/Documentation/user_interface/ssh_file_transfer.rst rename to mRemoteNG/Documentation/user_interface/ssh_file_transfer.rst diff --git a/mRemoteV1/Icons/Admin.ico b/mRemoteNG/Icons/Admin.ico similarity index 100% rename from mRemoteV1/Icons/Admin.ico rename to mRemoteNG/Icons/Admin.ico diff --git a/mRemoteV1/Icons/Anti Virus.ico b/mRemoteNG/Icons/Anti Virus.ico similarity index 100% rename from mRemoteV1/Icons/Anti Virus.ico rename to mRemoteNG/Icons/Anti Virus.ico diff --git a/mRemoteV1/Icons/Apple.ico b/mRemoteNG/Icons/Apple.ico similarity index 100% rename from mRemoteV1/Icons/Apple.ico rename to mRemoteNG/Icons/Apple.ico diff --git a/mRemoteV1/Icons/Backup.ico b/mRemoteNG/Icons/Backup.ico similarity index 100% rename from mRemoteV1/Icons/Backup.ico rename to mRemoteNG/Icons/Backup.ico diff --git a/mRemoteV1/Icons/Build Server.ico b/mRemoteNG/Icons/Build Server.ico similarity index 100% rename from mRemoteV1/Icons/Build Server.ico rename to mRemoteNG/Icons/Build Server.ico diff --git a/mRemoteV1/Icons/Console.ico b/mRemoteNG/Icons/Console.ico similarity index 100% rename from mRemoteV1/Icons/Console.ico rename to mRemoteNG/Icons/Console.ico diff --git a/mRemoteV1/Icons/Database.ico b/mRemoteNG/Icons/Database.ico similarity index 100% rename from mRemoteV1/Icons/Database.ico rename to mRemoteNG/Icons/Database.ico diff --git a/mRemoteV1/Icons/Domain Controller.ico b/mRemoteNG/Icons/Domain Controller.ico similarity index 100% rename from mRemoteV1/Icons/Domain Controller.ico rename to mRemoteNG/Icons/Domain Controller.ico diff --git a/mRemoteV1/Icons/ESX.ico b/mRemoteNG/Icons/ESX.ico similarity index 100% rename from mRemoteV1/Icons/ESX.ico rename to mRemoteNG/Icons/ESX.ico diff --git a/mRemoteV1/Icons/Fax.ico b/mRemoteNG/Icons/Fax.ico similarity index 100% rename from mRemoteV1/Icons/Fax.ico rename to mRemoteNG/Icons/Fax.ico diff --git a/mRemoteV1/Icons/File Server.ico b/mRemoteNG/Icons/File Server.ico similarity index 100% rename from mRemoteV1/Icons/File Server.ico rename to mRemoteNG/Icons/File Server.ico diff --git a/mRemoteV1/Icons/Finance.ico b/mRemoteNG/Icons/Finance.ico similarity index 100% rename from mRemoteV1/Icons/Finance.ico rename to mRemoteNG/Icons/Finance.ico diff --git a/mRemoteV1/Icons/Firewall.ico b/mRemoteNG/Icons/Firewall.ico similarity index 100% rename from mRemoteV1/Icons/Firewall.ico rename to mRemoteNG/Icons/Firewall.ico diff --git a/mRemoteV1/Icons/Infrastructure.ico b/mRemoteNG/Icons/Infrastructure.ico similarity index 100% rename from mRemoteV1/Icons/Infrastructure.ico rename to mRemoteNG/Icons/Infrastructure.ico diff --git a/mRemoteV1/Icons/Linux.ico b/mRemoteNG/Icons/Linux.ico similarity index 100% rename from mRemoteV1/Icons/Linux.ico rename to mRemoteNG/Icons/Linux.ico diff --git a/mRemoteV1/Icons/Log.ico b/mRemoteNG/Icons/Log.ico similarity index 100% rename from mRemoteV1/Icons/Log.ico rename to mRemoteNG/Icons/Log.ico diff --git a/mRemoteV1/Icons/Mail Server.ico b/mRemoteNG/Icons/Mail Server.ico similarity index 100% rename from mRemoteV1/Icons/Mail Server.ico rename to mRemoteNG/Icons/Mail Server.ico diff --git a/mRemoteV1/Icons/PowerShell.ico b/mRemoteNG/Icons/PowerShell.ico similarity index 100% rename from mRemoteV1/Icons/PowerShell.ico rename to mRemoteNG/Icons/PowerShell.ico diff --git a/mRemoteV1/Icons/Production.ico b/mRemoteNG/Icons/Production.ico similarity index 100% rename from mRemoteV1/Icons/Production.ico rename to mRemoteNG/Icons/Production.ico diff --git a/mRemoteV1/Icons/PuTTY.ico b/mRemoteNG/Icons/PuTTY.ico similarity index 100% rename from mRemoteV1/Icons/PuTTY.ico rename to mRemoteNG/Icons/PuTTY.ico diff --git a/mRemoteV1/Icons/Remote Desktop.ico b/mRemoteNG/Icons/Remote Desktop.ico similarity index 100% rename from mRemoteV1/Icons/Remote Desktop.ico rename to mRemoteNG/Icons/Remote Desktop.ico diff --git a/mRemoteV1/Icons/Router.ico b/mRemoteNG/Icons/Router.ico similarity index 100% rename from mRemoteV1/Icons/Router.ico rename to mRemoteNG/Icons/Router.ico diff --git a/mRemoteV1/Icons/SSH.ico b/mRemoteNG/Icons/SSH.ico similarity index 100% rename from mRemoteV1/Icons/SSH.ico rename to mRemoteNG/Icons/SSH.ico diff --git a/mRemoteV1/Icons/SharePoint.ico b/mRemoteNG/Icons/SharePoint.ico similarity index 100% rename from mRemoteV1/Icons/SharePoint.ico rename to mRemoteNG/Icons/SharePoint.ico diff --git a/mRemoteV1/Icons/Staging.ico b/mRemoteNG/Icons/Staging.ico similarity index 100% rename from mRemoteV1/Icons/Staging.ico rename to mRemoteNG/Icons/Staging.ico diff --git a/mRemoteV1/Icons/Switch.ico b/mRemoteNG/Icons/Switch.ico similarity index 100% rename from mRemoteV1/Icons/Switch.ico rename to mRemoteNG/Icons/Switch.ico diff --git a/mRemoteV1/Icons/Tel.ico b/mRemoteNG/Icons/Tel.ico similarity index 100% rename from mRemoteV1/Icons/Tel.ico rename to mRemoteNG/Icons/Tel.ico diff --git a/mRemoteV1/Icons/Telnet.ico b/mRemoteNG/Icons/Telnet.ico similarity index 100% rename from mRemoteV1/Icons/Telnet.ico rename to mRemoteNG/Icons/Telnet.ico diff --git a/mRemoteV1/Icons/Terminal Server.ico b/mRemoteNG/Icons/Terminal Server.ico similarity index 100% rename from mRemoteV1/Icons/Terminal Server.ico rename to mRemoteNG/Icons/Terminal Server.ico diff --git a/mRemoteV1/Icons/Test Server.ico b/mRemoteNG/Icons/Test Server.ico similarity index 100% rename from mRemoteV1/Icons/Test Server.ico rename to mRemoteNG/Icons/Test Server.ico diff --git a/mRemoteV1/Icons/Virtual Machine.ico b/mRemoteNG/Icons/Virtual Machine.ico similarity index 100% rename from mRemoteV1/Icons/Virtual Machine.ico rename to mRemoteNG/Icons/Virtual Machine.ico diff --git a/mRemoteV1/Icons/Web Server.ico b/mRemoteNG/Icons/Web Server.ico similarity index 100% rename from mRemoteV1/Icons/Web Server.ico rename to mRemoteNG/Icons/Web Server.ico diff --git a/mRemoteV1/Icons/WiFi.ico b/mRemoteNG/Icons/WiFi.ico similarity index 100% rename from mRemoteV1/Icons/WiFi.ico rename to mRemoteNG/Icons/WiFi.ico diff --git a/mRemoteV1/Icons/Windows.ico b/mRemoteNG/Icons/Windows.ico similarity index 100% rename from mRemoteV1/Icons/Windows.ico rename to mRemoteNG/Icons/Windows.ico diff --git a/mRemoteV1/Icons/Workstation.ico b/mRemoteNG/Icons/Workstation.ico similarity index 100% rename from mRemoteV1/Icons/Workstation.ico rename to mRemoteNG/Icons/Workstation.ico diff --git a/mRemoteV1/Icons/mRemote.ico b/mRemoteNG/Icons/mRemote.ico similarity index 100% rename from mRemoteV1/Icons/mRemote.ico rename to mRemoteNG/Icons/mRemote.ico diff --git a/mRemoteV1/Icons/mRemoteNG.ico b/mRemoteNG/Icons/mRemoteNG.ico similarity index 100% rename from mRemoteV1/Icons/mRemoteNG.ico rename to mRemoteNG/Icons/mRemoteNG.ico diff --git a/mRemoteV1/Messages/IMessage.cs b/mRemoteNG/Messages/IMessage.cs similarity index 100% rename from mRemoteV1/Messages/IMessage.cs rename to mRemoteNG/Messages/IMessage.cs diff --git a/mRemoteV1/Messages/Message.cs b/mRemoteNG/Messages/Message.cs similarity index 100% rename from mRemoteV1/Messages/Message.cs rename to mRemoteNG/Messages/Message.cs diff --git a/mRemoteV1/Messages/MessageClassEnum.cs b/mRemoteNG/Messages/MessageClassEnum.cs similarity index 100% rename from mRemoteV1/Messages/MessageClassEnum.cs rename to mRemoteNG/Messages/MessageClassEnum.cs diff --git a/mRemoteV1/Messages/MessageCollector.cs b/mRemoteNG/Messages/MessageCollector.cs similarity index 100% rename from mRemoteV1/Messages/MessageCollector.cs rename to mRemoteNG/Messages/MessageCollector.cs diff --git a/mRemoteV1/Messages/MessageFilteringOptions/IMessageTypeFilteringOptions.cs b/mRemoteNG/Messages/MessageFilteringOptions/IMessageTypeFilteringOptions.cs similarity index 100% rename from mRemoteV1/Messages/MessageFilteringOptions/IMessageTypeFilteringOptions.cs rename to mRemoteNG/Messages/MessageFilteringOptions/IMessageTypeFilteringOptions.cs diff --git a/mRemoteV1/Messages/MessageFilteringOptions/LogMessageTypeFilteringOptions.cs b/mRemoteNG/Messages/MessageFilteringOptions/LogMessageTypeFilteringOptions.cs similarity index 100% rename from mRemoteV1/Messages/MessageFilteringOptions/LogMessageTypeFilteringOptions.cs rename to mRemoteNG/Messages/MessageFilteringOptions/LogMessageTypeFilteringOptions.cs diff --git a/mRemoteV1/Messages/MessageFilteringOptions/NotificationPanelMessageFilteringOptions.cs b/mRemoteNG/Messages/MessageFilteringOptions/NotificationPanelMessageFilteringOptions.cs similarity index 100% rename from mRemoteV1/Messages/MessageFilteringOptions/NotificationPanelMessageFilteringOptions.cs rename to mRemoteNG/Messages/MessageFilteringOptions/NotificationPanelMessageFilteringOptions.cs diff --git a/mRemoteV1/Messages/MessageFilteringOptions/NotificationPanelSwitchOnMessageFilteringOptions.cs b/mRemoteNG/Messages/MessageFilteringOptions/NotificationPanelSwitchOnMessageFilteringOptions.cs similarity index 100% rename from mRemoteV1/Messages/MessageFilteringOptions/NotificationPanelSwitchOnMessageFilteringOptions.cs rename to mRemoteNG/Messages/MessageFilteringOptions/NotificationPanelSwitchOnMessageFilteringOptions.cs diff --git a/mRemoteV1/Messages/MessageFilteringOptions/PopupMessageFilteringOptions.cs b/mRemoteNG/Messages/MessageFilteringOptions/PopupMessageFilteringOptions.cs similarity index 100% rename from mRemoteV1/Messages/MessageFilteringOptions/PopupMessageFilteringOptions.cs rename to mRemoteNG/Messages/MessageFilteringOptions/PopupMessageFilteringOptions.cs diff --git a/mRemoteV1/Messages/MessageWriters/DebugConsoleMessageWriter.cs b/mRemoteNG/Messages/MessageWriters/DebugConsoleMessageWriter.cs similarity index 100% rename from mRemoteV1/Messages/MessageWriters/DebugConsoleMessageWriter.cs rename to mRemoteNG/Messages/MessageWriters/DebugConsoleMessageWriter.cs diff --git a/mRemoteV1/Messages/MessageWriters/IMessageWriter.cs b/mRemoteNG/Messages/MessageWriters/IMessageWriter.cs similarity index 100% rename from mRemoteV1/Messages/MessageWriters/IMessageWriter.cs rename to mRemoteNG/Messages/MessageWriters/IMessageWriter.cs diff --git a/mRemoteV1/Messages/MessageWriters/NotificationPanelMessageWriter.cs b/mRemoteNG/Messages/MessageWriters/NotificationPanelMessageWriter.cs similarity index 100% rename from mRemoteV1/Messages/MessageWriters/NotificationPanelMessageWriter.cs rename to mRemoteNG/Messages/MessageWriters/NotificationPanelMessageWriter.cs diff --git a/mRemoteV1/Messages/MessageWriters/PopupMessageWriter.cs b/mRemoteNG/Messages/MessageWriters/PopupMessageWriter.cs similarity index 100% rename from mRemoteV1/Messages/MessageWriters/PopupMessageWriter.cs rename to mRemoteNG/Messages/MessageWriters/PopupMessageWriter.cs diff --git a/mRemoteV1/Messages/MessageWriters/TextLogMessageWriter.cs b/mRemoteNG/Messages/MessageWriters/TextLogMessageWriter.cs similarity index 100% rename from mRemoteV1/Messages/MessageWriters/TextLogMessageWriter.cs rename to mRemoteNG/Messages/MessageWriters/TextLogMessageWriter.cs diff --git a/mRemoteV1/Messages/WriterDecorators/MessageFocusDecorator.cs b/mRemoteNG/Messages/WriterDecorators/MessageFocusDecorator.cs similarity index 100% rename from mRemoteV1/Messages/WriterDecorators/MessageFocusDecorator.cs rename to mRemoteNG/Messages/WriterDecorators/MessageFocusDecorator.cs diff --git a/mRemoteV1/Messages/WriterDecorators/MessageTypeFilterDecorator.cs b/mRemoteNG/Messages/WriterDecorators/MessageTypeFilterDecorator.cs similarity index 100% rename from mRemoteV1/Messages/WriterDecorators/MessageTypeFilterDecorator.cs rename to mRemoteNG/Messages/WriterDecorators/MessageTypeFilterDecorator.cs diff --git a/mRemoteV1/Messages/WriterDecorators/OnlyLogMessageFilterDecorator.cs b/mRemoteNG/Messages/WriterDecorators/OnlyLogMessageFilterDecorator.cs similarity index 100% rename from mRemoteV1/Messages/WriterDecorators/OnlyLogMessageFilterDecorator.cs rename to mRemoteNG/Messages/WriterDecorators/OnlyLogMessageFilterDecorator.cs diff --git a/mRemoteV1/Properties/AssemblyInfo.cs b/mRemoteNG/Properties/AssemblyInfo.cs similarity index 100% rename from mRemoteV1/Properties/AssemblyInfo.cs rename to mRemoteNG/Properties/AssemblyInfo.cs diff --git a/mRemoteV1/Properties/Resources.Designer.cs b/mRemoteNG/Properties/Resources.Designer.cs similarity index 97% rename from mRemoteV1/Properties/Resources.Designer.cs rename to mRemoteNG/Properties/Resources.Designer.cs index 8497e581..caf1242f 100644 --- a/mRemoteV1/Properties/Resources.Designer.cs +++ b/mRemoteNG/Properties/Resources.Designer.cs @@ -1,1579 +1,1579 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace mRemoteNG { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // 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()] - internal class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _Error { - get { - object obj = ResourceManager.GetObject("_Error", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap _lock { - get { - object obj = ResourceManager.GetObject("_lock", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ActiveDirectory { - get { - object obj = ResourceManager.GetObject("ActiveDirectory", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon ActiveDirectory_Icon { - get { - object obj = ResourceManager.GetObject("ActiveDirectory_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Appearance_Icon { - get { - object obj = ResourceManager.GetObject("Appearance_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap application_side_tree { - get { - object obj = ResourceManager.GetObject("application_side_tree", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Arrow_Down { - get { - object obj = ResourceManager.GetObject("Arrow_Down", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap arrow_left { - get { - object obj = ResourceManager.GetObject("arrow_left", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap arrow_out { - get { - object obj = ResourceManager.GetObject("arrow_out", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Arrow_Up { - get { - object obj = ResourceManager.GetObject("Arrow_Up", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Bad_Symbol { - get { - object obj = ResourceManager.GetObject("Bad_Symbol", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap brick { - get { - object obj = ResourceManager.GetObject("brick", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Bug { - get { - object obj = ResourceManager.GetObject("Bug", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Chat { - get { - object obj = ResourceManager.GetObject("Chat", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap cog { - get { - object obj = ResourceManager.GetObject("cog", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap cog_error { - get { - object obj = ResourceManager.GetObject("cog_error", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Collapse { - get { - object obj = ResourceManager.GetObject("Collapse", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Comments_Icon { - get { - object obj = ResourceManager.GetObject("Comments_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ComponentsCheck { - get { - object obj = ResourceManager.GetObject("ComponentsCheck", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon ComponentsCheck_Icon { - get { - object obj = ResourceManager.GetObject("ComponentsCheck_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Config { - get { - object obj = ResourceManager.GetObject("Config", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Config_Icon { - get { - object obj = ResourceManager.GetObject("Config_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ConnectedOverlay { - get { - object obj = ResourceManager.GetObject("ConnectedOverlay", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Connection_Add { - get { - object obj = ResourceManager.GetObject("Connection_Add", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Connection_Duplicate { - get { - object obj = ResourceManager.GetObject("Connection_Duplicate", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Connections_Load { - get { - object obj = ResourceManager.GetObject("Connections_Load", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Connections_New { - get { - object obj = ResourceManager.GetObject("Connections_New", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Connections_Save { - get { - object obj = ResourceManager.GetObject("Connections_Save", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Connections_SaveAs { - get { - object obj = ResourceManager.GetObject("Connections_SaveAs", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon ConnectionsSaveAs_Icon { - get { - object obj = ResourceManager.GetObject("ConnectionsSaveAs_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Console { - get { - object obj = ResourceManager.GetObject("Console", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Copy { - get { - object obj = ResourceManager.GetObject("Copy", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Database_Icon { - get { - object obj = ResourceManager.GetObject("Database_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Delete { - get { - object obj = ResourceManager.GetObject("Delete", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Donate { - get { - object obj = ResourceManager.GetObject("Donate", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon EditPage_Icon { - get { - object obj = ResourceManager.GetObject("EditPage_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Error_Icon { - get { - object obj = ResourceManager.GetObject("Error_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ErrorsAndInfos { - get { - object obj = ResourceManager.GetObject("ErrorsAndInfos", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ErrorSmall { - get { - object obj = ResourceManager.GetObject("ErrorSmall", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap exclamation { - get { - object obj = ResourceManager.GetObject("exclamation", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Expand { - get { - object obj = ResourceManager.GetObject("Expand", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ExtApp { - get { - object obj = ResourceManager.GetObject("ExtApp", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ExtApp_Add { - get { - object obj = ResourceManager.GetObject("ExtApp_Add", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ExtApp_Delete { - get { - object obj = ResourceManager.GetObject("ExtApp_Delete", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon ExtApp_Icon { - get { - object obj = ResourceManager.GetObject("ExtApp_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap ExtApp_Start { - get { - object obj = ResourceManager.GetObject("ExtApp_Start", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap File { - get { - object obj = ResourceManager.GetObject("File", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Folder { - get { - object obj = ResourceManager.GetObject("Folder", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Folder_Add { - get { - object obj = ResourceManager.GetObject("Folder_Add", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap folder_key { - get { - object obj = ResourceManager.GetObject("folder_key", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Fullscreen { - get { - object obj = ResourceManager.GetObject("Fullscreen", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Good_Symbol { - get { - object obj = ResourceManager.GetObject("Good_Symbol", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap green_arrow1 { - get { - object obj = ResourceManager.GetObject("green_arrow1", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap green_arrow2 { - get { - object obj = ResourceManager.GetObject("green_arrow2", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Header_dark { - get { - object obj = ResourceManager.GetObject("Header_dark", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Help { - get { - object obj = ResourceManager.GetObject("Help", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Help_Icon { - get { - object obj = ResourceManager.GetObject("Help_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap HostStatus_Check { - get { - object obj = ResourceManager.GetObject("HostStatus_Check", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap HostStatus_Off { - get { - object obj = ResourceManager.GetObject("HostStatus_Off", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap HostStatus_On { - get { - object obj = ResourceManager.GetObject("HostStatus_On", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Info { - get { - object obj = ResourceManager.GetObject("Info", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Info_Icon { - get { - object obj = ResourceManager.GetObject("Info_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Information { - get { - object obj = ResourceManager.GetObject("Information", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap InformationSmall { - get { - object obj = ResourceManager.GetObject("InformationSmall", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Inheritance { - get { - object obj = ResourceManager.GetObject("Inheritance", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Inheritance_Default { - get { - object obj = ResourceManager.GetObject("Inheritance_Default", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap JumpTo { - get { - object obj = ResourceManager.GetObject("JumpTo", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap keepass_32x32 { - get { - object obj = ResourceManager.GetObject("keepass_32x32", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap key { - get { - object obj = ResourceManager.GetObject("key", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap key_add { - get { - object obj = ResourceManager.GetObject("key_add", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap key_delete { - get { - object obj = ResourceManager.GetObject("key_delete", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Key_Icon { - get { - object obj = ResourceManager.GetObject("Key_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Keyboard { - get { - object obj = ResourceManager.GetObject("Keyboard", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Keyboard_Icon { - get { - object obj = ResourceManager.GetObject("Keyboard_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap loading_spinner { - get { - object obj = ResourceManager.GetObject("loading_spinner", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Lock { - get { - object obj = ResourceManager.GetObject("Lock", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Monitor { - get { - object obj = ResourceManager.GetObject("Monitor", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap monitor_delete { - get { - object obj = ResourceManager.GetObject("monitor_delete", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap monitor_go { - get { - object obj = ResourceManager.GetObject("monitor_go", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Monitor_GoTo { - get { - object obj = ResourceManager.GetObject("Monitor_GoTo", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap mRemoteNG { - get { - object obj = ResourceManager.GetObject("mRemoteNG", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon mRemoteNG_Icon { - get { - object obj = ResourceManager.GetObject("mRemoteNG_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized string similar to <Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> - /// <VisualElements - /// BackgroundColor='#343A40' - /// ShowNameOnSquare150x150Logo='on' - /// ForegroundText='light' - /// Square150x150Logo='VisualElements_150.png' - /// Square70x70Logo='VisualElements_70.png' /> - ///</Application>. - /// - internal static string mRemoteNG_VisualElementsManifest { - get { - return ResourceManager.GetString("mRemoteNG_VisualElementsManifest", resourceCulture); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap News { - get { - object obj = ResourceManager.GetObject("News", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon News_Icon { - get { - object obj = ResourceManager.GetObject("News_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Options { - get { - object obj = ResourceManager.GetObject("Options", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Options_Icon { - get { - object obj = ResourceManager.GetObject("Options_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Page { - get { - object obj = ResourceManager.GetObject("Page", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap page_copy { - get { - object obj = ResourceManager.GetObject("page_copy", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Panel_Add { - get { - object obj = ResourceManager.GetObject("Panel_Add", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Panel_Close { - get { - object obj = ResourceManager.GetObject("Panel_Close", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Panels { - get { - object obj = ResourceManager.GetObject("Panels", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Panels_Icon { - get { - object obj = ResourceManager.GetObject("Panels_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Pause { - get { - object obj = ResourceManager.GetObject("Pause", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Play { - get { - object obj = ResourceManager.GetObject("Play", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Play_Quick { - get { - object obj = ResourceManager.GetObject("Play_Quick", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap PortScan { - get { - object obj = ResourceManager.GetObject("PortScan", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon PortScan_Icon { - get { - object obj = ResourceManager.GetObject("PortScan_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon PowerShell { - get { - object obj = ResourceManager.GetObject("PowerShell", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Properties { - get { - object obj = ResourceManager.GetObject("Properties", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Properties_Default { - get { - object obj = ResourceManager.GetObject("Properties_Default", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap puttycm { - get { - object obj = ResourceManager.GetObject("puttycm", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap PuttyConfig { - get { - object obj = ResourceManager.GetObject("PuttyConfig", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap PuttySessions { - get { - object obj = ResourceManager.GetObject("PuttySessions", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Quit { - get { - object obj = ResourceManager.GetObject("Quit", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap RDP { - get { - object obj = ResourceManager.GetObject("RDP", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Refresh { - get { - object obj = ResourceManager.GetObject("Refresh", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Rename { - get { - object obj = ResourceManager.GetObject("Rename", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Root { - get { - object obj = ResourceManager.GetObject("Root", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Root_Icon { - get { - object obj = ResourceManager.GetObject("Root_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Save { - get { - object obj = ResourceManager.GetObject("Save", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Save_Icon { - get { - object obj = ResourceManager.GetObject("Save_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Screenshot { - get { - object obj = ResourceManager.GetObject("Screenshot", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Screenshot_Add { - get { - object obj = ResourceManager.GetObject("Screenshot_Add", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Screenshot_Copy { - get { - object obj = ResourceManager.GetObject("Screenshot_Copy", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Screenshot_Delete { - get { - object obj = ResourceManager.GetObject("Screenshot_Delete", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Screenshot_Icon { - get { - object obj = ResourceManager.GetObject("Screenshot_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Screenshot_Save { - get { - object obj = ResourceManager.GetObject("Screenshot_Save", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Search { - get { - object obj = ResourceManager.GetObject("Search", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Session_LogOff { - get { - object obj = ResourceManager.GetObject("Session_LogOff", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Sessions { - get { - object obj = ResourceManager.GetObject("Sessions", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Sessions_Icon { - get { - object obj = ResourceManager.GetObject("Sessions_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Shield_Icon { - get { - object obj = ResourceManager.GetObject("Shield_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap SmartSize { - get { - object obj = ResourceManager.GetObject("SmartSize", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Sort_AZ { - get { - object obj = ResourceManager.GetObject("Sort_AZ", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Sort_ZA { - get { - object obj = ResourceManager.GetObject("Sort_ZA", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap SSHTransfer { - get { - object obj = ResourceManager.GetObject("SSHTransfer", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon SSHTransfer_Icon { - get { - object obj = ResourceManager.GetObject("SSHTransfer_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap star { - get { - object obj = ResourceManager.GetObject("star", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon StartupExit_Icon { - get { - object obj = ResourceManager.GetObject("StartupExit_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap tab_add { - get { - object obj = ResourceManager.GetObject("tab_add", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap tab_delete { - get { - object obj = ResourceManager.GetObject("tab_delete", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap tab_edit { - get { - object obj = ResourceManager.GetObject("tab_edit", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Tab_Icon { - get { - object obj = ResourceManager.GetObject("Tab_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap TabExit { - get { - object obj = ResourceManager.GetObject("TabExit", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap TabOption { - get { - object obj = ResourceManager.GetObject("TabOption", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap TabOverflow { - get { - object obj = ResourceManager.GetObject("TabOverflow", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap tick { - get { - object obj = ResourceManager.GetObject("tick", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Tools { - get { - object obj = ResourceManager.GetObject("Tools", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Update { - get { - object obj = ResourceManager.GetObject("Update", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon Update_Icon { - get { - object obj = ResourceManager.GetObject("Update_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap user_comment { - get { - object obj = ResourceManager.GetObject("user_comment", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap UVNC_SC { - get { - object obj = ResourceManager.GetObject("UVNC_SC", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). - /// - internal static System.Drawing.Icon UVNC_SC_Icon { - get { - object obj = ResourceManager.GetObject("UVNC_SC_Icon", resourceCulture); - return ((System.Drawing.Icon)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap View { - get { - object obj = ResourceManager.GetObject("View", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap VisualElements_150 { - get { - object obj = ResourceManager.GetObject("VisualElements_150", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap VisualElements_70 { - get { - object obj = ResourceManager.GetObject("VisualElements_70", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Warning { - get { - object obj = ResourceManager.GetObject("Warning", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap WarningSmall { - get { - object obj = ResourceManager.GetObject("WarningSmall", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap Website { - get { - object obj = ResourceManager.GetObject("Website", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - - /// - /// Looks up a localized resource of type System.Drawing.Bitmap. - /// - internal static System.Drawing.Bitmap xml { - get { - object obj = ResourceManager.GetObject("xml", resourceCulture); - return ((System.Drawing.Bitmap)(obj)); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace mRemoteNG { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // 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()] + internal class Resources { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap _Error { + get { + object obj = ResourceManager.GetObject("_Error", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap _lock { + get { + object obj = ResourceManager.GetObject("_lock", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ActiveDirectory { + get { + object obj = ResourceManager.GetObject("ActiveDirectory", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon ActiveDirectory_Icon { + get { + object obj = ResourceManager.GetObject("ActiveDirectory_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Appearance_Icon { + get { + object obj = ResourceManager.GetObject("Appearance_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap application_side_tree { + get { + object obj = ResourceManager.GetObject("application_side_tree", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Arrow_Down { + get { + object obj = ResourceManager.GetObject("Arrow_Down", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap arrow_left { + get { + object obj = ResourceManager.GetObject("arrow_left", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap arrow_out { + get { + object obj = ResourceManager.GetObject("arrow_out", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Arrow_Up { + get { + object obj = ResourceManager.GetObject("Arrow_Up", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Bad_Symbol { + get { + object obj = ResourceManager.GetObject("Bad_Symbol", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap brick { + get { + object obj = ResourceManager.GetObject("brick", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Bug { + get { + object obj = ResourceManager.GetObject("Bug", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Chat { + get { + object obj = ResourceManager.GetObject("Chat", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap cog { + get { + object obj = ResourceManager.GetObject("cog", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap cog_error { + get { + object obj = ResourceManager.GetObject("cog_error", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Collapse { + get { + object obj = ResourceManager.GetObject("Collapse", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Comments_Icon { + get { + object obj = ResourceManager.GetObject("Comments_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ComponentsCheck { + get { + object obj = ResourceManager.GetObject("ComponentsCheck", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon ComponentsCheck_Icon { + get { + object obj = ResourceManager.GetObject("ComponentsCheck_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Config { + get { + object obj = ResourceManager.GetObject("Config", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Config_Icon { + get { + object obj = ResourceManager.GetObject("Config_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ConnectedOverlay { + get { + object obj = ResourceManager.GetObject("ConnectedOverlay", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Connection_Add { + get { + object obj = ResourceManager.GetObject("Connection_Add", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Connection_Duplicate { + get { + object obj = ResourceManager.GetObject("Connection_Duplicate", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Connections_Load { + get { + object obj = ResourceManager.GetObject("Connections_Load", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Connections_New { + get { + object obj = ResourceManager.GetObject("Connections_New", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Connections_Save { + get { + object obj = ResourceManager.GetObject("Connections_Save", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Connections_SaveAs { + get { + object obj = ResourceManager.GetObject("Connections_SaveAs", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon ConnectionsSaveAs_Icon { + get { + object obj = ResourceManager.GetObject("ConnectionsSaveAs_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Console { + get { + object obj = ResourceManager.GetObject("Console", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Copy { + get { + object obj = ResourceManager.GetObject("Copy", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Database_Icon { + get { + object obj = ResourceManager.GetObject("Database_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Delete { + get { + object obj = ResourceManager.GetObject("Delete", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Donate { + get { + object obj = ResourceManager.GetObject("Donate", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon EditPage_Icon { + get { + object obj = ResourceManager.GetObject("EditPage_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Error_Icon { + get { + object obj = ResourceManager.GetObject("Error_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ErrorsAndInfos { + get { + object obj = ResourceManager.GetObject("ErrorsAndInfos", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ErrorSmall { + get { + object obj = ResourceManager.GetObject("ErrorSmall", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap exclamation { + get { + object obj = ResourceManager.GetObject("exclamation", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Expand { + get { + object obj = ResourceManager.GetObject("Expand", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ExtApp { + get { + object obj = ResourceManager.GetObject("ExtApp", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ExtApp_Add { + get { + object obj = ResourceManager.GetObject("ExtApp_Add", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ExtApp_Delete { + get { + object obj = ResourceManager.GetObject("ExtApp_Delete", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon ExtApp_Icon { + get { + object obj = ResourceManager.GetObject("ExtApp_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap ExtApp_Start { + get { + object obj = ResourceManager.GetObject("ExtApp_Start", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap File { + get { + object obj = ResourceManager.GetObject("File", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Folder { + get { + object obj = ResourceManager.GetObject("Folder", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Folder_Add { + get { + object obj = ResourceManager.GetObject("Folder_Add", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap folder_key { + get { + object obj = ResourceManager.GetObject("folder_key", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Fullscreen { + get { + object obj = ResourceManager.GetObject("Fullscreen", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Good_Symbol { + get { + object obj = ResourceManager.GetObject("Good_Symbol", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap green_arrow1 { + get { + object obj = ResourceManager.GetObject("green_arrow1", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap green_arrow2 { + get { + object obj = ResourceManager.GetObject("green_arrow2", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Header_dark { + get { + object obj = ResourceManager.GetObject("Header_dark", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Help { + get { + object obj = ResourceManager.GetObject("Help", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Help_Icon { + get { + object obj = ResourceManager.GetObject("Help_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap HostStatus_Check { + get { + object obj = ResourceManager.GetObject("HostStatus_Check", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap HostStatus_Off { + get { + object obj = ResourceManager.GetObject("HostStatus_Off", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap HostStatus_On { + get { + object obj = ResourceManager.GetObject("HostStatus_On", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Info { + get { + object obj = ResourceManager.GetObject("Info", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Info_Icon { + get { + object obj = ResourceManager.GetObject("Info_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Information { + get { + object obj = ResourceManager.GetObject("Information", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap InformationSmall { + get { + object obj = ResourceManager.GetObject("InformationSmall", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Inheritance { + get { + object obj = ResourceManager.GetObject("Inheritance", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Inheritance_Default { + get { + object obj = ResourceManager.GetObject("Inheritance_Default", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap JumpTo { + get { + object obj = ResourceManager.GetObject("JumpTo", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap keepass_32x32 { + get { + object obj = ResourceManager.GetObject("keepass_32x32", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap key { + get { + object obj = ResourceManager.GetObject("key", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap key_add { + get { + object obj = ResourceManager.GetObject("key_add", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap key_delete { + get { + object obj = ResourceManager.GetObject("key_delete", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Key_Icon { + get { + object obj = ResourceManager.GetObject("Key_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Keyboard { + get { + object obj = ResourceManager.GetObject("Keyboard", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Keyboard_Icon { + get { + object obj = ResourceManager.GetObject("Keyboard_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap loading_spinner { + get { + object obj = ResourceManager.GetObject("loading_spinner", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Lock { + get { + object obj = ResourceManager.GetObject("Lock", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Monitor { + get { + object obj = ResourceManager.GetObject("Monitor", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap monitor_delete { + get { + object obj = ResourceManager.GetObject("monitor_delete", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap monitor_go { + get { + object obj = ResourceManager.GetObject("monitor_go", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Monitor_GoTo { + get { + object obj = ResourceManager.GetObject("Monitor_GoTo", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap mRemoteNG { + get { + object obj = ResourceManager.GetObject("mRemoteNG", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon mRemoteNG_Icon { + get { + object obj = ResourceManager.GetObject("mRemoteNG_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized string similar to <Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> + /// <VisualElements + /// BackgroundColor='#343A40' + /// ShowNameOnSquare150x150Logo='on' + /// ForegroundText='light' + /// Square150x150Logo='VisualElements_150.png' + /// Square70x70Logo='VisualElements_70.png' /> + ///</Application>. + /// + internal static string mRemoteNG_VisualElementsManifest { + get { + return ResourceManager.GetString("mRemoteNG_VisualElementsManifest", resourceCulture); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap News { + get { + object obj = ResourceManager.GetObject("News", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon News_Icon { + get { + object obj = ResourceManager.GetObject("News_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Options { + get { + object obj = ResourceManager.GetObject("Options", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Options_Icon { + get { + object obj = ResourceManager.GetObject("Options_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Page { + get { + object obj = ResourceManager.GetObject("Page", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap page_copy { + get { + object obj = ResourceManager.GetObject("page_copy", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Panel_Add { + get { + object obj = ResourceManager.GetObject("Panel_Add", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Panel_Close { + get { + object obj = ResourceManager.GetObject("Panel_Close", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Panels { + get { + object obj = ResourceManager.GetObject("Panels", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Panels_Icon { + get { + object obj = ResourceManager.GetObject("Panels_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Pause { + get { + object obj = ResourceManager.GetObject("Pause", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Play { + get { + object obj = ResourceManager.GetObject("Play", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Play_Quick { + get { + object obj = ResourceManager.GetObject("Play_Quick", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap PortScan { + get { + object obj = ResourceManager.GetObject("PortScan", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon PortScan_Icon { + get { + object obj = ResourceManager.GetObject("PortScan_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon PowerShell { + get { + object obj = ResourceManager.GetObject("PowerShell", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Properties { + get { + object obj = ResourceManager.GetObject("Properties", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Properties_Default { + get { + object obj = ResourceManager.GetObject("Properties_Default", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap puttycm { + get { + object obj = ResourceManager.GetObject("puttycm", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap PuttyConfig { + get { + object obj = ResourceManager.GetObject("PuttyConfig", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap PuttySessions { + get { + object obj = ResourceManager.GetObject("PuttySessions", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Quit { + get { + object obj = ResourceManager.GetObject("Quit", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap RDP { + get { + object obj = ResourceManager.GetObject("RDP", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Refresh { + get { + object obj = ResourceManager.GetObject("Refresh", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Rename { + get { + object obj = ResourceManager.GetObject("Rename", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Root { + get { + object obj = ResourceManager.GetObject("Root", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Root_Icon { + get { + object obj = ResourceManager.GetObject("Root_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Save { + get { + object obj = ResourceManager.GetObject("Save", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Save_Icon { + get { + object obj = ResourceManager.GetObject("Save_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Screenshot { + get { + object obj = ResourceManager.GetObject("Screenshot", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Screenshot_Add { + get { + object obj = ResourceManager.GetObject("Screenshot_Add", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Screenshot_Copy { + get { + object obj = ResourceManager.GetObject("Screenshot_Copy", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Screenshot_Delete { + get { + object obj = ResourceManager.GetObject("Screenshot_Delete", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Screenshot_Icon { + get { + object obj = ResourceManager.GetObject("Screenshot_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Screenshot_Save { + get { + object obj = ResourceManager.GetObject("Screenshot_Save", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Search { + get { + object obj = ResourceManager.GetObject("Search", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Session_LogOff { + get { + object obj = ResourceManager.GetObject("Session_LogOff", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Sessions { + get { + object obj = ResourceManager.GetObject("Sessions", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Sessions_Icon { + get { + object obj = ResourceManager.GetObject("Sessions_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Shield_Icon { + get { + object obj = ResourceManager.GetObject("Shield_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SmartSize { + get { + object obj = ResourceManager.GetObject("SmartSize", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Sort_AZ { + get { + object obj = ResourceManager.GetObject("Sort_AZ", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Sort_ZA { + get { + object obj = ResourceManager.GetObject("Sort_ZA", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap SSHTransfer { + get { + object obj = ResourceManager.GetObject("SSHTransfer", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon SSHTransfer_Icon { + get { + object obj = ResourceManager.GetObject("SSHTransfer_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap star { + get { + object obj = ResourceManager.GetObject("star", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon StartupExit_Icon { + get { + object obj = ResourceManager.GetObject("StartupExit_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap tab_add { + get { + object obj = ResourceManager.GetObject("tab_add", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap tab_delete { + get { + object obj = ResourceManager.GetObject("tab_delete", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap tab_edit { + get { + object obj = ResourceManager.GetObject("tab_edit", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Tab_Icon { + get { + object obj = ResourceManager.GetObject("Tab_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap TabExit { + get { + object obj = ResourceManager.GetObject("TabExit", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap TabOption { + get { + object obj = ResourceManager.GetObject("TabOption", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap TabOverflow { + get { + object obj = ResourceManager.GetObject("TabOverflow", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap tick { + get { + object obj = ResourceManager.GetObject("tick", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Tools { + get { + object obj = ResourceManager.GetObject("Tools", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Update { + get { + object obj = ResourceManager.GetObject("Update", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Update_Icon { + get { + object obj = ResourceManager.GetObject("Update_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap user_comment { + get { + object obj = ResourceManager.GetObject("user_comment", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap UVNC_SC { + get { + object obj = ResourceManager.GetObject("UVNC_SC", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon UVNC_SC_Icon { + get { + object obj = ResourceManager.GetObject("UVNC_SC_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap View { + get { + object obj = ResourceManager.GetObject("View", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap VisualElements_150 { + get { + object obj = ResourceManager.GetObject("VisualElements_150", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap VisualElements_70 { + get { + object obj = ResourceManager.GetObject("VisualElements_70", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Warning { + get { + object obj = ResourceManager.GetObject("Warning", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap WarningSmall { + get { + object obj = ResourceManager.GetObject("WarningSmall", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap Website { + get { + object obj = ResourceManager.GetObject("Website", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap xml { + get { + object obj = ResourceManager.GetObject("xml", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + } +} diff --git a/mRemoteV1/Properties/Resources.resx b/mRemoteNG/Properties/Resources.resx similarity index 100% rename from mRemoteV1/Properties/Resources.resx rename to mRemoteNG/Properties/Resources.resx diff --git a/mRemoteV1/Properties/Settings.Designer.cs b/mRemoteNG/Properties/Settings.Designer.cs similarity index 100% rename from mRemoteV1/Properties/Settings.Designer.cs rename to mRemoteNG/Properties/Settings.Designer.cs diff --git a/mRemoteV1/Properties/Settings.settings b/mRemoteNG/Properties/Settings.settings similarity index 100% rename from mRemoteV1/Properties/Settings.settings rename to mRemoteNG/Properties/Settings.settings diff --git a/mRemoteV1/Properties/app.manifest b/mRemoteNG/Properties/app.manifest similarity index 100% rename from mRemoteV1/Properties/app.manifest rename to mRemoteNG/Properties/app.manifest diff --git a/mRemoteV1/References/VncSharp.dll b/mRemoteNG/References/VncSharp.dll similarity index 100% rename from mRemoteV1/References/VncSharp.dll rename to mRemoteNG/References/VncSharp.dll diff --git a/mRemoteV1/Resources/CitrixReceiver.exe b/mRemoteNG/Resources/CitrixReceiver.exe similarity index 100% rename from mRemoteV1/Resources/CitrixReceiver.exe rename to mRemoteNG/Resources/CitrixReceiver.exe diff --git a/mRemoteV1/Resources/Icons/ActiveDirectory_Icon.ico b/mRemoteNG/Resources/Icons/ActiveDirectory_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/ActiveDirectory_Icon.ico rename to mRemoteNG/Resources/Icons/ActiveDirectory_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Appearance_Icon.ico b/mRemoteNG/Resources/Icons/Appearance_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Appearance_Icon.ico rename to mRemoteNG/Resources/Icons/Appearance_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Comments_Icon.ico b/mRemoteNG/Resources/Icons/Comments_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Comments_Icon.ico rename to mRemoteNG/Resources/Icons/Comments_Icon.ico diff --git a/mRemoteV1/Resources/Icons/ComponentsCheck_Icon.ico b/mRemoteNG/Resources/Icons/ComponentsCheck_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/ComponentsCheck_Icon.ico rename to mRemoteNG/Resources/Icons/ComponentsCheck_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Config_Icon.ico b/mRemoteNG/Resources/Icons/Config_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Config_Icon.ico rename to mRemoteNG/Resources/Icons/Config_Icon.ico diff --git a/mRemoteV1/Resources/Icons/ConnectionsSaveAs_Icon.ico b/mRemoteNG/Resources/Icons/ConnectionsSaveAs_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/ConnectionsSaveAs_Icon.ico rename to mRemoteNG/Resources/Icons/ConnectionsSaveAs_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Database_Icon.ico b/mRemoteNG/Resources/Icons/Database_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Database_Icon.ico rename to mRemoteNG/Resources/Icons/Database_Icon.ico diff --git a/mRemoteV1/Resources/Icons/EditPage_Icon.ico b/mRemoteNG/Resources/Icons/EditPage_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/EditPage_Icon.ico rename to mRemoteNG/Resources/Icons/EditPage_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Error_Icon.ico b/mRemoteNG/Resources/Icons/Error_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Error_Icon.ico rename to mRemoteNG/Resources/Icons/Error_Icon.ico diff --git a/mRemoteV1/Resources/Icons/ExtApp_Icon.ico b/mRemoteNG/Resources/Icons/ExtApp_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/ExtApp_Icon.ico rename to mRemoteNG/Resources/Icons/ExtApp_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Help_Icon.ico b/mRemoteNG/Resources/Icons/Help_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Help_Icon.ico rename to mRemoteNG/Resources/Icons/Help_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Info_Icon.ico b/mRemoteNG/Resources/Icons/Info_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Info_Icon.ico rename to mRemoteNG/Resources/Icons/Info_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Key_Icon.ico b/mRemoteNG/Resources/Icons/Key_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Key_Icon.ico rename to mRemoteNG/Resources/Icons/Key_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Keyboard_Icon.ico b/mRemoteNG/Resources/Icons/Keyboard_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Keyboard_Icon.ico rename to mRemoteNG/Resources/Icons/Keyboard_Icon.ico diff --git a/mRemoteV1/Resources/Icons/News_Icon.ico b/mRemoteNG/Resources/Icons/News_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/News_Icon.ico rename to mRemoteNG/Resources/Icons/News_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Options_Icon.ico b/mRemoteNG/Resources/Icons/Options_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Options_Icon.ico rename to mRemoteNG/Resources/Icons/Options_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Panels_Icon.ico b/mRemoteNG/Resources/Icons/Panels_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Panels_Icon.ico rename to mRemoteNG/Resources/Icons/Panels_Icon.ico diff --git a/mRemoteV1/Resources/Icons/PortScan_Icon.ico b/mRemoteNG/Resources/Icons/PortScan_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/PortScan_Icon.ico rename to mRemoteNG/Resources/Icons/PortScan_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Root_Icon.ico b/mRemoteNG/Resources/Icons/Root_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Root_Icon.ico rename to mRemoteNG/Resources/Icons/Root_Icon.ico diff --git a/mRemoteV1/Resources/Icons/SSHTransfer_Icon.ico b/mRemoteNG/Resources/Icons/SSHTransfer_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/SSHTransfer_Icon.ico rename to mRemoteNG/Resources/Icons/SSHTransfer_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Save_Icon.ico b/mRemoteNG/Resources/Icons/Save_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Save_Icon.ico rename to mRemoteNG/Resources/Icons/Save_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Screenshot_Icon.ico b/mRemoteNG/Resources/Icons/Screenshot_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Screenshot_Icon.ico rename to mRemoteNG/Resources/Icons/Screenshot_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Sessions_Icon.ico b/mRemoteNG/Resources/Icons/Sessions_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Sessions_Icon.ico rename to mRemoteNG/Resources/Icons/Sessions_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Shield_Icon.ico b/mRemoteNG/Resources/Icons/Shield_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Shield_Icon.ico rename to mRemoteNG/Resources/Icons/Shield_Icon.ico diff --git a/mRemoteV1/Resources/Icons/StartupExit_Icon.ico b/mRemoteNG/Resources/Icons/StartupExit_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/StartupExit_Icon.ico rename to mRemoteNG/Resources/Icons/StartupExit_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Tab_Icon.ico b/mRemoteNG/Resources/Icons/Tab_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Tab_Icon.ico rename to mRemoteNG/Resources/Icons/Tab_Icon.ico diff --git a/mRemoteV1/Resources/Icons/UVNC_SC_Icon.ico b/mRemoteNG/Resources/Icons/UVNC_SC_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/UVNC_SC_Icon.ico rename to mRemoteNG/Resources/Icons/UVNC_SC_Icon.ico diff --git a/mRemoteV1/Resources/Icons/Update_Icon.ico b/mRemoteNG/Resources/Icons/Update_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/Update_Icon.ico rename to mRemoteNG/Resources/Icons/Update_Icon.ico diff --git a/mRemoteV1/Resources/Icons/mRemoteNG_Icon.ico b/mRemoteNG/Resources/Icons/mRemoteNG_Icon.ico similarity index 100% rename from mRemoteV1/Resources/Icons/mRemoteNG_Icon.ico rename to mRemoteNG/Resources/Icons/mRemoteNG_Icon.ico diff --git a/mRemoteV1/Resources/Images/ActiveDirectory.png b/mRemoteNG/Resources/Images/ActiveDirectory.png similarity index 100% rename from mRemoteV1/Resources/Images/ActiveDirectory.png rename to mRemoteNG/Resources/Images/ActiveDirectory.png diff --git a/mRemoteV1/Resources/Images/Arrow_Down.png b/mRemoteNG/Resources/Images/Arrow_Down.png similarity index 100% rename from mRemoteV1/Resources/Images/Arrow_Down.png rename to mRemoteNG/Resources/Images/Arrow_Down.png diff --git a/mRemoteV1/Resources/Images/Arrow_Up.png b/mRemoteNG/Resources/Images/Arrow_Up.png similarity index 100% rename from mRemoteV1/Resources/Images/Arrow_Up.png rename to mRemoteNG/Resources/Images/Arrow_Up.png diff --git a/mRemoteV1/Resources/Images/Bad_Symbol.png b/mRemoteNG/Resources/Images/Bad_Symbol.png similarity index 100% rename from mRemoteV1/Resources/Images/Bad_Symbol.png rename to mRemoteNG/Resources/Images/Bad_Symbol.png diff --git a/mRemoteV1/Resources/Images/Collapse.png b/mRemoteNG/Resources/Images/Collapse.png similarity index 100% rename from mRemoteV1/Resources/Images/Collapse.png rename to mRemoteNG/Resources/Images/Collapse.png diff --git a/mRemoteV1/Resources/Images/ComponentsCheck.png b/mRemoteNG/Resources/Images/ComponentsCheck.png similarity index 100% rename from mRemoteV1/Resources/Images/ComponentsCheck.png rename to mRemoteNG/Resources/Images/ComponentsCheck.png diff --git a/mRemoteV1/Resources/Images/Config.png b/mRemoteNG/Resources/Images/Config.png similarity index 100% rename from mRemoteV1/Resources/Images/Config.png rename to mRemoteNG/Resources/Images/Config.png diff --git a/mRemoteV1/Resources/Images/ConnectedOverlay.png b/mRemoteNG/Resources/Images/ConnectedOverlay.png similarity index 100% rename from mRemoteV1/Resources/Images/ConnectedOverlay.png rename to mRemoteNG/Resources/Images/ConnectedOverlay.png diff --git a/mRemoteV1/Resources/Images/Connections_Load.png b/mRemoteNG/Resources/Images/Connections_Load.png similarity index 100% rename from mRemoteV1/Resources/Images/Connections_Load.png rename to mRemoteNG/Resources/Images/Connections_Load.png diff --git a/mRemoteV1/Resources/Images/Connections_New.png b/mRemoteNG/Resources/Images/Connections_New.png similarity index 100% rename from mRemoteV1/Resources/Images/Connections_New.png rename to mRemoteNG/Resources/Images/Connections_New.png diff --git a/mRemoteV1/Resources/Images/Connections_Save.png b/mRemoteNG/Resources/Images/Connections_Save.png similarity index 100% rename from mRemoteV1/Resources/Images/Connections_Save.png rename to mRemoteNG/Resources/Images/Connections_Save.png diff --git a/mRemoteV1/Resources/Images/Connections_SaveAs.png b/mRemoteNG/Resources/Images/Connections_SaveAs.png similarity index 100% rename from mRemoteV1/Resources/Images/Connections_SaveAs.png rename to mRemoteNG/Resources/Images/Connections_SaveAs.png diff --git a/mRemoteV1/Resources/Images/Copy.png b/mRemoteNG/Resources/Images/Copy.png similarity index 100% rename from mRemoteV1/Resources/Images/Copy.png rename to mRemoteNG/Resources/Images/Copy.png diff --git a/mRemoteV1/Resources/Images/Delete.png b/mRemoteNG/Resources/Images/Delete.png similarity index 100% rename from mRemoteV1/Resources/Images/Delete.png rename to mRemoteNG/Resources/Images/Delete.png diff --git a/mRemoteV1/Resources/Images/Duplicate.png b/mRemoteNG/Resources/Images/Duplicate.png similarity index 100% rename from mRemoteV1/Resources/Images/Duplicate.png rename to mRemoteNG/Resources/Images/Duplicate.png diff --git a/mRemoteV1/Resources/Images/Error.png b/mRemoteNG/Resources/Images/Error.png similarity index 100% rename from mRemoteV1/Resources/Images/Error.png rename to mRemoteNG/Resources/Images/Error.png diff --git a/mRemoteV1/Resources/Images/ErrorSmall.png b/mRemoteNG/Resources/Images/ErrorSmall.png similarity index 100% rename from mRemoteV1/Resources/Images/ErrorSmall.png rename to mRemoteNG/Resources/Images/ErrorSmall.png diff --git a/mRemoteV1/Resources/Images/ErrorsAndInfos.png b/mRemoteNG/Resources/Images/ErrorsAndInfos.png similarity index 100% rename from mRemoteV1/Resources/Images/ErrorsAndInfos.png rename to mRemoteNG/Resources/Images/ErrorsAndInfos.png diff --git a/mRemoteV1/Resources/Images/Exit.png b/mRemoteNG/Resources/Images/Exit.png similarity index 100% rename from mRemoteV1/Resources/Images/Exit.png rename to mRemoteNG/Resources/Images/Exit.png diff --git a/mRemoteV1/Resources/Images/Expand.png b/mRemoteNG/Resources/Images/Expand.png similarity index 100% rename from mRemoteV1/Resources/Images/Expand.png rename to mRemoteNG/Resources/Images/Expand.png diff --git a/mRemoteV1/Resources/Images/ExtApp.png b/mRemoteNG/Resources/Images/ExtApp.png similarity index 100% rename from mRemoteV1/Resources/Images/ExtApp.png rename to mRemoteNG/Resources/Images/ExtApp.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Arrow_Down.png b/mRemoteNG/Resources/Images/FamFamFam/Arrow_Down.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Arrow_Down.png rename to mRemoteNG/Resources/Images/FamFamFam/Arrow_Down.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Arrow_Up.png b/mRemoteNG/Resources/Images/FamFamFam/Arrow_Up.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Arrow_Up.png rename to mRemoteNG/Resources/Images/FamFamFam/Arrow_Up.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Bug.png b/mRemoteNG/Resources/Images/FamFamFam/Bug.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Bug.png rename to mRemoteNG/Resources/Images/FamFamFam/Bug.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Chat.png b/mRemoteNG/Resources/Images/FamFamFam/Chat.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Chat.png rename to mRemoteNG/Resources/Images/FamFamFam/Chat.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Config.png b/mRemoteNG/Resources/Images/FamFamFam/Config.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Config.png rename to mRemoteNG/Resources/Images/FamFamFam/Config.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Connection_Add.png b/mRemoteNG/Resources/Images/FamFamFam/Connection_Add.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Connection_Add.png rename to mRemoteNG/Resources/Images/FamFamFam/Connection_Add.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Connection_Duplicate.png b/mRemoteNG/Resources/Images/FamFamFam/Connection_Duplicate.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Connection_Duplicate.png rename to mRemoteNG/Resources/Images/FamFamFam/Connection_Duplicate.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Console.png b/mRemoteNG/Resources/Images/FamFamFam/Console.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Console.png rename to mRemoteNG/Resources/Images/FamFamFam/Console.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Copy.png b/mRemoteNG/Resources/Images/FamFamFam/Copy.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Copy.png rename to mRemoteNG/Resources/Images/FamFamFam/Copy.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Delete.png b/mRemoteNG/Resources/Images/FamFamFam/Delete.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Delete.png rename to mRemoteNG/Resources/Images/FamFamFam/Delete.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Donate.png b/mRemoteNG/Resources/Images/FamFamFam/Donate.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Donate.png rename to mRemoteNG/Resources/Images/FamFamFam/Donate.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/ExtApp.png b/mRemoteNG/Resources/Images/FamFamFam/ExtApp.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/ExtApp.png rename to mRemoteNG/Resources/Images/FamFamFam/ExtApp.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/ExtApp_Add.png b/mRemoteNG/Resources/Images/FamFamFam/ExtApp_Add.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/ExtApp_Add.png rename to mRemoteNG/Resources/Images/FamFamFam/ExtApp_Add.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/ExtApp_Delete.png b/mRemoteNG/Resources/Images/FamFamFam/ExtApp_Delete.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/ExtApp_Delete.png rename to mRemoteNG/Resources/Images/FamFamFam/ExtApp_Delete.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/ExtApp_Start.png b/mRemoteNG/Resources/Images/FamFamFam/ExtApp_Start.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/ExtApp_Start.png rename to mRemoteNG/Resources/Images/FamFamFam/ExtApp_Start.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/File.png b/mRemoteNG/Resources/Images/FamFamFam/File.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/File.png rename to mRemoteNG/Resources/Images/FamFamFam/File.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Folder.png b/mRemoteNG/Resources/Images/FamFamFam/Folder.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Folder.png rename to mRemoteNG/Resources/Images/FamFamFam/Folder.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Folder_Add.png b/mRemoteNG/Resources/Images/FamFamFam/Folder_Add.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Folder_Add.png rename to mRemoteNG/Resources/Images/FamFamFam/Folder_Add.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Help.png b/mRemoteNG/Resources/Images/FamFamFam/Help.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Help.png rename to mRemoteNG/Resources/Images/FamFamFam/Help.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Info.png b/mRemoteNG/Resources/Images/FamFamFam/Info.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Info.png rename to mRemoteNG/Resources/Images/FamFamFam/Info.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Inheritance.png b/mRemoteNG/Resources/Images/FamFamFam/Inheritance.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Inheritance.png rename to mRemoteNG/Resources/Images/FamFamFam/Inheritance.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Inheritance_Default.png b/mRemoteNG/Resources/Images/FamFamFam/Inheritance_Default.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Inheritance_Default.png rename to mRemoteNG/Resources/Images/FamFamFam/Inheritance_Default.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/JumpTo.png b/mRemoteNG/Resources/Images/FamFamFam/JumpTo.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/JumpTo.png rename to mRemoteNG/Resources/Images/FamFamFam/JumpTo.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Keyboard.png b/mRemoteNG/Resources/Images/FamFamFam/Keyboard.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Keyboard.png rename to mRemoteNG/Resources/Images/FamFamFam/Keyboard.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Link.png b/mRemoteNG/Resources/Images/FamFamFam/Link.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Link.png rename to mRemoteNG/Resources/Images/FamFamFam/Link.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Monitor.png b/mRemoteNG/Resources/Images/FamFamFam/Monitor.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Monitor.png rename to mRemoteNG/Resources/Images/FamFamFam/Monitor.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Monitor_GoTo.png b/mRemoteNG/Resources/Images/FamFamFam/Monitor_GoTo.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Monitor_GoTo.png rename to mRemoteNG/Resources/Images/FamFamFam/Monitor_GoTo.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/News.png b/mRemoteNG/Resources/Images/FamFamFam/News.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/News.png rename to mRemoteNG/Resources/Images/FamFamFam/News.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Options.png b/mRemoteNG/Resources/Images/FamFamFam/Options.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Options.png rename to mRemoteNG/Resources/Images/FamFamFam/Options.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Page.png b/mRemoteNG/Resources/Images/FamFamFam/Page.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Page.png rename to mRemoteNG/Resources/Images/FamFamFam/Page.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Panel_Add.png b/mRemoteNG/Resources/Images/FamFamFam/Panel_Add.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Panel_Add.png rename to mRemoteNG/Resources/Images/FamFamFam/Panel_Add.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Panel_Close.png b/mRemoteNG/Resources/Images/FamFamFam/Panel_Close.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Panel_Close.png rename to mRemoteNG/Resources/Images/FamFamFam/Panel_Close.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Panels.png b/mRemoteNG/Resources/Images/FamFamFam/Panels.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Panels.png rename to mRemoteNG/Resources/Images/FamFamFam/Panels.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Pause.png b/mRemoteNG/Resources/Images/FamFamFam/Pause.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Pause.png rename to mRemoteNG/Resources/Images/FamFamFam/Pause.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Play.png b/mRemoteNG/Resources/Images/FamFamFam/Play.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Play.png rename to mRemoteNG/Resources/Images/FamFamFam/Play.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/PortScan.png b/mRemoteNG/Resources/Images/FamFamFam/PortScan.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/PortScan.png rename to mRemoteNG/Resources/Images/FamFamFam/PortScan.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Properties.png b/mRemoteNG/Resources/Images/FamFamFam/Properties.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Properties.png rename to mRemoteNG/Resources/Images/FamFamFam/Properties.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Properties_Default.png b/mRemoteNG/Resources/Images/FamFamFam/Properties_Default.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Properties_Default.png rename to mRemoteNG/Resources/Images/FamFamFam/Properties_Default.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Quit.png b/mRemoteNG/Resources/Images/FamFamFam/Quit.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Quit.png rename to mRemoteNG/Resources/Images/FamFamFam/Quit.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Refresh.png b/mRemoteNG/Resources/Images/FamFamFam/Refresh.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Refresh.png rename to mRemoteNG/Resources/Images/FamFamFam/Refresh.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/SSHTransfer.png b/mRemoteNG/Resources/Images/FamFamFam/SSHTransfer.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/SSHTransfer.png rename to mRemoteNG/Resources/Images/FamFamFam/SSHTransfer.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Save.png b/mRemoteNG/Resources/Images/FamFamFam/Save.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Save.png rename to mRemoteNG/Resources/Images/FamFamFam/Save.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Screenshot.png b/mRemoteNG/Resources/Images/FamFamFam/Screenshot.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Screenshot.png rename to mRemoteNG/Resources/Images/FamFamFam/Screenshot.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Screenshot_Add.png b/mRemoteNG/Resources/Images/FamFamFam/Screenshot_Add.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Screenshot_Add.png rename to mRemoteNG/Resources/Images/FamFamFam/Screenshot_Add.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Screenshot_Copy.png b/mRemoteNG/Resources/Images/FamFamFam/Screenshot_Copy.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Screenshot_Copy.png rename to mRemoteNG/Resources/Images/FamFamFam/Screenshot_Copy.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Screenshot_Delete.png b/mRemoteNG/Resources/Images/FamFamFam/Screenshot_Delete.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Screenshot_Delete.png rename to mRemoteNG/Resources/Images/FamFamFam/Screenshot_Delete.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Screenshot_Save.png b/mRemoteNG/Resources/Images/FamFamFam/Screenshot_Save.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Screenshot_Save.png rename to mRemoteNG/Resources/Images/FamFamFam/Screenshot_Save.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Search.png b/mRemoteNG/Resources/Images/FamFamFam/Search.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Search.png rename to mRemoteNG/Resources/Images/FamFamFam/Search.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Session_LogOff.png b/mRemoteNG/Resources/Images/FamFamFam/Session_LogOff.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Session_LogOff.png rename to mRemoteNG/Resources/Images/FamFamFam/Session_LogOff.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Sessions.png b/mRemoteNG/Resources/Images/FamFamFam/Sessions.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Sessions.png rename to mRemoteNG/Resources/Images/FamFamFam/Sessions.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/SmartSize.png b/mRemoteNG/Resources/Images/FamFamFam/SmartSize.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/SmartSize.png rename to mRemoteNG/Resources/Images/FamFamFam/SmartSize.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Tools.png b/mRemoteNG/Resources/Images/FamFamFam/Tools.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Tools.png rename to mRemoteNG/Resources/Images/FamFamFam/Tools.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Update.png b/mRemoteNG/Resources/Images/FamFamFam/Update.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Update.png rename to mRemoteNG/Resources/Images/FamFamFam/Update.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/View.png b/mRemoteNG/Resources/Images/FamFamFam/View.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/View.png rename to mRemoteNG/Resources/Images/FamFamFam/View.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Warning_Small.png b/mRemoteNG/Resources/Images/FamFamFam/Warning_Small.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Warning_Small.png rename to mRemoteNG/Resources/Images/FamFamFam/Warning_Small.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/Website.png b/mRemoteNG/Resources/Images/FamFamFam/Website.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/Website.png rename to mRemoteNG/Resources/Images/FamFamFam/Website.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/application_side_tree.png b/mRemoteNG/Resources/Images/FamFamFam/application_side_tree.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/application_side_tree.png rename to mRemoteNG/Resources/Images/FamFamFam/application_side_tree.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/arrow_left.png b/mRemoteNG/Resources/Images/FamFamFam/arrow_left.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/arrow_left.png rename to mRemoteNG/Resources/Images/FamFamFam/arrow_left.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/arrow_out.png b/mRemoteNG/Resources/Images/FamFamFam/arrow_out.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/arrow_out.png rename to mRemoteNG/Resources/Images/FamFamFam/arrow_out.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/brick.png b/mRemoteNG/Resources/Images/FamFamFam/brick.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/brick.png rename to mRemoteNG/Resources/Images/FamFamFam/brick.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/cog.png b/mRemoteNG/Resources/Images/FamFamFam/cog.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/cog.png rename to mRemoteNG/Resources/Images/FamFamFam/cog.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/cog_error.png b/mRemoteNG/Resources/Images/FamFamFam/cog_error.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/cog_error.png rename to mRemoteNG/Resources/Images/FamFamFam/cog_error.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/database.png b/mRemoteNG/Resources/Images/FamFamFam/database.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/database.png rename to mRemoteNG/Resources/Images/FamFamFam/database.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/exclamation.png b/mRemoteNG/Resources/Images/FamFamFam/exclamation.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/exclamation.png rename to mRemoteNG/Resources/Images/FamFamFam/exclamation.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/folder_key.png b/mRemoteNG/Resources/Images/FamFamFam/folder_key.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/folder_key.png rename to mRemoteNG/Resources/Images/FamFamFam/folder_key.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/key.png b/mRemoteNG/Resources/Images/FamFamFam/key.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/key.png rename to mRemoteNG/Resources/Images/FamFamFam/key.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/key_add.png b/mRemoteNG/Resources/Images/FamFamFam/key_add.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/key_add.png rename to mRemoteNG/Resources/Images/FamFamFam/key_add.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/key_delete.png b/mRemoteNG/Resources/Images/FamFamFam/key_delete.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/key_delete.png rename to mRemoteNG/Resources/Images/FamFamFam/key_delete.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/key_go.png b/mRemoteNG/Resources/Images/FamFamFam/key_go.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/key_go.png rename to mRemoteNG/Resources/Images/FamFamFam/key_go.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/lock.png b/mRemoteNG/Resources/Images/FamFamFam/lock.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/lock.png rename to mRemoteNG/Resources/Images/FamFamFam/lock.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/monitor_delete.png b/mRemoteNG/Resources/Images/FamFamFam/monitor_delete.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/monitor_delete.png rename to mRemoteNG/Resources/Images/FamFamFam/monitor_delete.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/monitor_go.png b/mRemoteNG/Resources/Images/FamFamFam/monitor_go.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/monitor_go.png rename to mRemoteNG/Resources/Images/FamFamFam/monitor_go.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/page_copy.png b/mRemoteNG/Resources/Images/FamFamFam/page_copy.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/page_copy.png rename to mRemoteNG/Resources/Images/FamFamFam/page_copy.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/shield.png b/mRemoteNG/Resources/Images/FamFamFam/shield.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/shield.png rename to mRemoteNG/Resources/Images/FamFamFam/shield.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/tick.png b/mRemoteNG/Resources/Images/FamFamFam/tick.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/tick.png rename to mRemoteNG/Resources/Images/FamFamFam/tick.png diff --git a/mRemoteV1/Resources/Images/FamFamFam/user_comment.png b/mRemoteNG/Resources/Images/FamFamFam/user_comment.png similarity index 100% rename from mRemoteV1/Resources/Images/FamFamFam/user_comment.png rename to mRemoteNG/Resources/Images/FamFamFam/user_comment.png diff --git a/mRemoteV1/Resources/Images/File.png b/mRemoteNG/Resources/Images/File.png similarity index 100% rename from mRemoteV1/Resources/Images/File.png rename to mRemoteNG/Resources/Images/File.png diff --git a/mRemoteV1/Resources/Images/Folder.png b/mRemoteNG/Resources/Images/Folder.png similarity index 100% rename from mRemoteV1/Resources/Images/Folder.png rename to mRemoteNG/Resources/Images/Folder.png diff --git a/mRemoteV1/Resources/Images/Fullscreen.png b/mRemoteNG/Resources/Images/Fullscreen.png similarity index 100% rename from mRemoteV1/Resources/Images/Fullscreen.png rename to mRemoteNG/Resources/Images/Fullscreen.png diff --git a/mRemoteV1/Resources/Images/Good_Symbol.png b/mRemoteNG/Resources/Images/Good_Symbol.png similarity index 100% rename from mRemoteV1/Resources/Images/Good_Symbol.png rename to mRemoteNG/Resources/Images/Good_Symbol.png diff --git a/mRemoteV1/Resources/Images/Header_dark.png b/mRemoteNG/Resources/Images/Header_dark.png similarity index 100% rename from mRemoteV1/Resources/Images/Header_dark.png rename to mRemoteNG/Resources/Images/Header_dark.png diff --git a/mRemoteV1/Resources/Images/Help.png b/mRemoteNG/Resources/Images/Help.png similarity index 100% rename from mRemoteV1/Resources/Images/Help.png rename to mRemoteNG/Resources/Images/Help.png diff --git a/mRemoteV1/Resources/Images/HostStatus_Check.png b/mRemoteNG/Resources/Images/HostStatus_Check.png similarity index 100% rename from mRemoteV1/Resources/Images/HostStatus_Check.png rename to mRemoteNG/Resources/Images/HostStatus_Check.png diff --git a/mRemoteV1/Resources/Images/HostStatus_Off.png b/mRemoteNG/Resources/Images/HostStatus_Off.png similarity index 100% rename from mRemoteV1/Resources/Images/HostStatus_Off.png rename to mRemoteNG/Resources/Images/HostStatus_Off.png diff --git a/mRemoteV1/Resources/Images/HostStatus_On.png b/mRemoteNG/Resources/Images/HostStatus_On.png similarity index 100% rename from mRemoteV1/Resources/Images/HostStatus_On.png rename to mRemoteNG/Resources/Images/HostStatus_On.png diff --git a/mRemoteV1/Resources/Images/Info.png b/mRemoteNG/Resources/Images/Info.png similarity index 100% rename from mRemoteV1/Resources/Images/Info.png rename to mRemoteNG/Resources/Images/Info.png diff --git a/mRemoteV1/Resources/Images/Information.png b/mRemoteNG/Resources/Images/Information.png similarity index 100% rename from mRemoteV1/Resources/Images/Information.png rename to mRemoteNG/Resources/Images/Information.png diff --git a/mRemoteV1/Resources/Images/InformationSmall.png b/mRemoteNG/Resources/Images/InformationSmall.png similarity index 100% rename from mRemoteV1/Resources/Images/InformationSmall.png rename to mRemoteNG/Resources/Images/InformationSmall.png diff --git a/mRemoteV1/Resources/Images/Inheritance.png b/mRemoteNG/Resources/Images/Inheritance.png similarity index 100% rename from mRemoteV1/Resources/Images/Inheritance.png rename to mRemoteNG/Resources/Images/Inheritance.png diff --git a/mRemoteV1/Resources/Images/Keyboard.png b/mRemoteNG/Resources/Images/Keyboard.png similarity index 100% rename from mRemoteV1/Resources/Images/Keyboard.png rename to mRemoteNG/Resources/Images/Keyboard.png diff --git a/mRemoteV1/Resources/Images/Lock.png b/mRemoteNG/Resources/Images/Lock.png similarity index 100% rename from mRemoteV1/Resources/Images/Lock.png rename to mRemoteNG/Resources/Images/Lock.png diff --git a/mRemoteV1/Resources/Images/Minimize.png b/mRemoteNG/Resources/Images/Minimize.png similarity index 100% rename from mRemoteV1/Resources/Images/Minimize.png rename to mRemoteNG/Resources/Images/Minimize.png diff --git a/mRemoteV1/Resources/Images/New.png b/mRemoteNG/Resources/Images/New.png similarity index 100% rename from mRemoteV1/Resources/Images/New.png rename to mRemoteNG/Resources/Images/New.png diff --git a/mRemoteV1/Resources/Images/NewConnection.png b/mRemoteNG/Resources/Images/NewConnection.png similarity index 100% rename from mRemoteV1/Resources/Images/NewConnection.png rename to mRemoteNG/Resources/Images/NewConnection.png diff --git a/mRemoteV1/Resources/Images/NewFolder.png b/mRemoteNG/Resources/Images/NewFolder.png similarity index 100% rename from mRemoteV1/Resources/Images/NewFolder.png rename to mRemoteNG/Resources/Images/NewFolder.png diff --git a/mRemoteV1/Resources/Images/Open.png b/mRemoteNG/Resources/Images/Open.png similarity index 100% rename from mRemoteV1/Resources/Images/Open.png rename to mRemoteNG/Resources/Images/Open.png diff --git a/mRemoteV1/Resources/Images/Options.png b/mRemoteNG/Resources/Images/Options.png similarity index 100% rename from mRemoteV1/Resources/Images/Options.png rename to mRemoteNG/Resources/Images/Options.png diff --git a/mRemoteV1/Resources/Images/Pause.png b/mRemoteNG/Resources/Images/Pause.png similarity index 100% rename from mRemoteV1/Resources/Images/Pause.png rename to mRemoteNG/Resources/Images/Pause.png diff --git a/mRemoteV1/Resources/Images/Play.png b/mRemoteNG/Resources/Images/Play.png similarity index 100% rename from mRemoteV1/Resources/Images/Play.png rename to mRemoteNG/Resources/Images/Play.png diff --git a/mRemoteV1/Resources/Images/Play_Quick.png b/mRemoteNG/Resources/Images/Play_Quick.png similarity index 100% rename from mRemoteV1/Resources/Images/Play_Quick.png rename to mRemoteNG/Resources/Images/Play_Quick.png diff --git a/mRemoteV1/Resources/Images/PortScan.png b/mRemoteNG/Resources/Images/PortScan.png similarity index 100% rename from mRemoteV1/Resources/Images/PortScan.png rename to mRemoteNG/Resources/Images/PortScan.png diff --git a/mRemoteV1/Resources/Images/Properties.png b/mRemoteNG/Resources/Images/Properties.png similarity index 100% rename from mRemoteV1/Resources/Images/Properties.png rename to mRemoteNG/Resources/Images/Properties.png diff --git a/mRemoteV1/Resources/Images/PropertiesDefault.png b/mRemoteNG/Resources/Images/PropertiesDefault.png similarity index 100% rename from mRemoteV1/Resources/Images/PropertiesDefault.png rename to mRemoteNG/Resources/Images/PropertiesDefault.png diff --git a/mRemoteV1/Resources/Images/PuttyConfig.png b/mRemoteNG/Resources/Images/PuttyConfig.png similarity index 100% rename from mRemoteV1/Resources/Images/PuttyConfig.png rename to mRemoteNG/Resources/Images/PuttyConfig.png diff --git a/mRemoteV1/Resources/Images/PuttySessions.png b/mRemoteNG/Resources/Images/PuttySessions.png similarity index 100% rename from mRemoteV1/Resources/Images/PuttySessions.png rename to mRemoteNG/Resources/Images/PuttySessions.png diff --git a/mRemoteV1/Resources/Images/RDP.png b/mRemoteNG/Resources/Images/RDP.png similarity index 100% rename from mRemoteV1/Resources/Images/RDP.png rename to mRemoteNG/Resources/Images/RDP.png diff --git a/mRemoteV1/Resources/Images/Refresh.png b/mRemoteNG/Resources/Images/Refresh.png similarity index 100% rename from mRemoteV1/Resources/Images/Refresh.png rename to mRemoteNG/Resources/Images/Refresh.png diff --git a/mRemoteV1/Resources/Images/Rename.png b/mRemoteNG/Resources/Images/Rename.png similarity index 100% rename from mRemoteV1/Resources/Images/Rename.png rename to mRemoteNG/Resources/Images/Rename.png diff --git a/mRemoteV1/Resources/Images/Root.png b/mRemoteNG/Resources/Images/Root.png similarity index 100% rename from mRemoteV1/Resources/Images/Root.png rename to mRemoteNG/Resources/Images/Root.png diff --git a/mRemoteV1/Resources/Images/SSHTransfer.png b/mRemoteNG/Resources/Images/SSHTransfer.png similarity index 100% rename from mRemoteV1/Resources/Images/SSHTransfer.png rename to mRemoteNG/Resources/Images/SSHTransfer.png diff --git a/mRemoteV1/Resources/Images/Save.png b/mRemoteNG/Resources/Images/Save.png similarity index 100% rename from mRemoteV1/Resources/Images/Save.png rename to mRemoteNG/Resources/Images/Save.png diff --git a/mRemoteV1/Resources/Images/Screenshot.png b/mRemoteNG/Resources/Images/Screenshot.png similarity index 100% rename from mRemoteV1/Resources/Images/Screenshot.png rename to mRemoteNG/Resources/Images/Screenshot.png diff --git a/mRemoteV1/Resources/Images/Screenshot_Add.png b/mRemoteNG/Resources/Images/Screenshot_Add.png similarity index 100% rename from mRemoteV1/Resources/Images/Screenshot_Add.png rename to mRemoteNG/Resources/Images/Screenshot_Add.png diff --git a/mRemoteV1/Resources/Images/Search.png b/mRemoteNG/Resources/Images/Search.png similarity index 100% rename from mRemoteV1/Resources/Images/Search.png rename to mRemoteNG/Resources/Images/Search.png diff --git a/mRemoteV1/Resources/Images/Sessions.png b/mRemoteNG/Resources/Images/Sessions.png similarity index 100% rename from mRemoteV1/Resources/Images/Sessions.png rename to mRemoteNG/Resources/Images/Sessions.png diff --git a/mRemoteV1/Resources/Images/Sort_AZ.png b/mRemoteNG/Resources/Images/Sort_AZ.png similarity index 100% rename from mRemoteV1/Resources/Images/Sort_AZ.png rename to mRemoteNG/Resources/Images/Sort_AZ.png diff --git a/mRemoteV1/Resources/Images/Sort_ZA.png b/mRemoteNG/Resources/Images/Sort_ZA.png similarity index 100% rename from mRemoteV1/Resources/Images/Sort_ZA.png rename to mRemoteNG/Resources/Images/Sort_ZA.png diff --git a/mRemoteV1/Resources/Images/TabExit.png b/mRemoteNG/Resources/Images/TabExit.png similarity index 100% rename from mRemoteV1/Resources/Images/TabExit.png rename to mRemoteNG/Resources/Images/TabExit.png diff --git a/mRemoteV1/Resources/Images/TabOption.png b/mRemoteNG/Resources/Images/TabOption.png similarity index 100% rename from mRemoteV1/Resources/Images/TabOption.png rename to mRemoteNG/Resources/Images/TabOption.png diff --git a/mRemoteV1/Resources/Images/TabOverflow.png b/mRemoteNG/Resources/Images/TabOverflow.png similarity index 100% rename from mRemoteV1/Resources/Images/TabOverflow.png rename to mRemoteNG/Resources/Images/TabOverflow.png diff --git a/mRemoteV1/Resources/Images/Tools.png b/mRemoteNG/Resources/Images/Tools.png similarity index 100% rename from mRemoteV1/Resources/Images/Tools.png rename to mRemoteNG/Resources/Images/Tools.png diff --git a/mRemoteV1/Resources/Images/UVNC_SC.png b/mRemoteNG/Resources/Images/UVNC_SC.png similarity index 100% rename from mRemoteV1/Resources/Images/UVNC_SC.png rename to mRemoteNG/Resources/Images/UVNC_SC.png diff --git a/mRemoteV1/Resources/Images/Update.png b/mRemoteNG/Resources/Images/Update.png similarity index 100% rename from mRemoteV1/Resources/Images/Update.png rename to mRemoteNG/Resources/Images/Update.png diff --git a/mRemoteV1/Resources/Images/View.png b/mRemoteNG/Resources/Images/View.png similarity index 100% rename from mRemoteV1/Resources/Images/View.png rename to mRemoteNG/Resources/Images/View.png diff --git a/mRemoteV1/Resources/Images/Warning.png b/mRemoteNG/Resources/Images/Warning.png similarity index 100% rename from mRemoteV1/Resources/Images/Warning.png rename to mRemoteNG/Resources/Images/Warning.png diff --git a/mRemoteV1/Resources/Images/WarningSmall.png b/mRemoteNG/Resources/Images/WarningSmall.png similarity index 100% rename from mRemoteV1/Resources/Images/WarningSmall.png rename to mRemoteNG/Resources/Images/WarningSmall.png diff --git a/mRemoteV1/Resources/Images/Website.png b/mRemoteNG/Resources/Images/Website.png similarity index 100% rename from mRemoteV1/Resources/Images/Website.png rename to mRemoteNG/Resources/Images/Website.png diff --git a/mRemoteV1/Resources/Images/database.bmp b/mRemoteNG/Resources/Images/database.bmp similarity index 100% rename from mRemoteV1/Resources/Images/database.bmp rename to mRemoteNG/Resources/Images/database.bmp diff --git a/mRemoteV1/Resources/Images/green_arrow1.png b/mRemoteNG/Resources/Images/green_arrow1.png similarity index 100% rename from mRemoteV1/Resources/Images/green_arrow1.png rename to mRemoteNG/Resources/Images/green_arrow1.png diff --git a/mRemoteV1/Resources/Images/green_arrow2.png b/mRemoteNG/Resources/Images/green_arrow2.png similarity index 100% rename from mRemoteV1/Resources/Images/green_arrow2.png rename to mRemoteNG/Resources/Images/green_arrow2.png diff --git a/mRemoteV1/Resources/Images/keepass_32x32.png b/mRemoteNG/Resources/Images/keepass_32x32.png similarity index 100% rename from mRemoteV1/Resources/Images/keepass_32x32.png rename to mRemoteNG/Resources/Images/keepass_32x32.png diff --git a/mRemoteV1/Resources/Images/loading_spinner.gif b/mRemoteNG/Resources/Images/loading_spinner.gif similarity index 100% rename from mRemoteV1/Resources/Images/loading_spinner.gif rename to mRemoteNG/Resources/Images/loading_spinner.gif diff --git a/mRemoteV1/Resources/Images/mRemoteNG.png b/mRemoteNG/Resources/Images/mRemoteNG.png similarity index 100% rename from mRemoteV1/Resources/Images/mRemoteNG.png rename to mRemoteNG/Resources/Images/mRemoteNG.png diff --git a/mRemoteV1/Resources/Images/puttycm.png b/mRemoteNG/Resources/Images/puttycm.png similarity index 100% rename from mRemoteV1/Resources/Images/puttycm.png rename to mRemoteNG/Resources/Images/puttycm.png diff --git a/mRemoteV1/Resources/Images/star.png b/mRemoteNG/Resources/Images/star.png similarity index 100% rename from mRemoteV1/Resources/Images/star.png rename to mRemoteNG/Resources/Images/star.png diff --git a/mRemoteV1/Resources/Images/tab_add.png b/mRemoteNG/Resources/Images/tab_add.png similarity index 100% rename from mRemoteV1/Resources/Images/tab_add.png rename to mRemoteNG/Resources/Images/tab_add.png diff --git a/mRemoteV1/Resources/Images/tab_delete.png b/mRemoteNG/Resources/Images/tab_delete.png similarity index 100% rename from mRemoteV1/Resources/Images/tab_delete.png rename to mRemoteNG/Resources/Images/tab_delete.png diff --git a/mRemoteV1/Resources/Images/tab_edit.png b/mRemoteNG/Resources/Images/tab_edit.png similarity index 100% rename from mRemoteV1/Resources/Images/tab_edit.png rename to mRemoteNG/Resources/Images/tab_edit.png diff --git a/mRemoteV1/Resources/Images/xml.png b/mRemoteNG/Resources/Images/xml.png similarity index 100% rename from mRemoteV1/Resources/Images/xml.png rename to mRemoteNG/Resources/Images/xml.png diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteNG/Resources/Language/Language.Designer.cs similarity index 97% rename from mRemoteV1/Resources/Language/Language.Designer.cs rename to mRemoteNG/Resources/Language/Language.Designer.cs index d8d30b5b..b19c843b 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteNG/Resources/Language/Language.Designer.cs @@ -1,6496 +1,6496 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace mRemoteNG { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // 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()] - internal class Language { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Language() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Resources.Language.Language", typeof(Language).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to &Browse.... - /// - internal static string _Browse { - get { - return ResourceManager.GetString("_Browse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Cancel. - /// - internal static string _Cancel { - get { - return ResourceManager.GetString("_Cancel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Close. - /// - internal static string _Close { - get { - return ResourceManager.GetString("_Close", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Warn me when closing connections. - /// - internal static string _CloseWarnAll { - get { - return ResourceManager.GetString("_CloseWarnAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Connect:. - /// - internal static string _Connect { - get { - return ResourceManager.GetString("_Connect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Delete. - /// - internal static string _Delete { - get { - return ResourceManager.GetString("_Delete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Export to File.... - /// - internal static string _ExportToFile { - get { - return ResourceManager.GetString("_ExportToFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &File. - /// - internal static string _File { - get { - return ResourceManager.GetString("_File", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Help. - /// - internal static string _Help { - get { - return ResourceManager.GetString("_Help", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Import. - /// - internal static string _Import { - get { - return ResourceManager.GetString("_Import", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Launch. - /// - internal static string _Launch { - get { - return ResourceManager.GetString("_Launch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &New. - /// - internal static string _New { - get { - return ResourceManager.GetString("_New", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &OK. - /// - internal static string _Ok { - get { - return ResourceManager.GetString("_Ok", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Scan. - /// - internal static string _Scan { - get { - return ResourceManager.GetString("_Scan", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Stop. - /// - internal static string _Stop { - get { - return ResourceManager.GetString("_Stop", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Tools. - /// - internal static string _Tools { - get { - return ResourceManager.GetString("_Tools", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Try again. - /// - internal static string _TryAgain { - get { - return ResourceManager.GetString("_TryAgain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &View. - /// - internal static string _View { - get { - return ResourceManager.GetString("_View", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to About. - /// - internal static string About { - get { - return ResourceManager.GetString("About", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Active Directory. - /// - internal static string ActiveDirectory { - get { - return ResourceManager.GetString("ActiveDirectory", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add. - /// - internal static string Add { - get { - return ResourceManager.GetString("Add", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add Connection Panel. - /// - internal static string AddConnectionPanel { - get { - return ResourceManager.GetString("AddConnectionPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AddNodeFromXML failed!. - /// - internal static string AddNodeFromXmlFailed { - get { - return ResourceManager.GetString("AddNodeFromXmlFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Address:. - /// - internal static string Address { - get { - return ResourceManager.GetString("Address", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Advanced. - /// - internal static string Advanced { - get { - return ResourceManager.GetString("Advanced", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Advanced security options. - /// - internal static string AdvancedSecurityOptions { - get { - return ResourceManager.GetString("AdvancedSecurityOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All. - /// - internal static string All { - get { - return ResourceManager.GetString("All", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required). - /// - internal static string AllowOnlySingleInstance { - get { - return ResourceManager.GetString("AllowOnlySingleInstance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always. - /// - internal static string Always { - get { - return ResourceManager.GetString("Always", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always connect, even if authentication fails. - /// - internal static string AlwaysConnectEvenIfAuthFails { - get { - return ResourceManager.GetString("AlwaysConnectEvenIfAuthFails", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always show connection tabs. - /// - internal static string AlwaysShowConnectionTabs { - get { - return ResourceManager.GetString("AlwaysShowConnectionTabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always show panel selection dialog when opening connections. - /// - internal static string AlwaysShowPanelSelection { - get { - return ResourceManager.GetString("AlwaysShowPanelSelection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always show panel tabs. - /// - internal static string AlwaysShowPanelTabs { - get { - return ResourceManager.GetString("AlwaysShowPanelTabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Always show notification area icon. - /// - internal static string AlwaysShowSysTrayIcon { - get { - return ResourceManager.GetString("AlwaysShowSysTrayIcon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Appearance. - /// - internal static string Appearance { - get { - return ResourceManager.GetString("Appearance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Apply. - /// - internal static string Apply { - get { - return ResourceManager.GetString("Apply", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Arguments. - /// - internal static string Arguments { - get { - return ResourceManager.GetString("Arguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ask me again later. - /// - internal static string AskUpdatesCommandAskLater { - get { - return ResourceManager.GetString("AskUpdatesCommandAskLater", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Customize the settings now. - /// - internal static string AskUpdatesCommandCustom { - get { - return ResourceManager.GetString("AskUpdatesCommandCustom", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use the recommended settings. - /// - internal static string AskUpdatesCommandRecommended { - get { - return ResourceManager.GetString("AskUpdatesCommandRecommended", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly.. - /// - internal static string AskUpdatesContent { - get { - return ResourceManager.GetString("AskUpdatesContent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic update settings. - /// - internal static string AskUpdatesMainInstruction { - get { - return ResourceManager.GetString("AskUpdatesMainInstruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Aspect. - /// - internal static string Aspect { - get { - return ResourceManager.GetString("Aspect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Assigned Credential. - /// - internal static string AssignedCredential { - get { - return ResourceManager.GetString("AssignedCredential", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Audio Capture. - /// - internal static string AudioCapture { - get { - return ResourceManager.GetString("AudioCapture", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Server Authentication. - /// - internal static string AuthenticationLevel { - get { - return ResourceManager.GetString("AuthenticationLevel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Authentication mode. - /// - internal static string AuthenticationMode { - get { - return ResourceManager.GetString("AuthenticationMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host '{0}'. - /// - internal static string AutomaticReconnectError { - get { - return ResourceManager.GetString("AutomaticReconnectError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic resize. - /// - internal static string AutomaticResize { - get { - return ResourceManager.GetString("AutomaticResize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):. - /// - internal static string AutoSaveEvery { - get { - return ResourceManager.GetString("AutoSaveEvery", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Latest version. - /// - internal static string AvailableVersion { - get { - return ResourceManager.GetString("AvailableVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Basic. - /// - internal static string Basic { - get { - return ResourceManager.GetString("Basic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default Inheritance. - /// - internal static string ButtonDefaultInheritance { - get { - return ResourceManager.GetString("ButtonDefaultInheritance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Default Properties. - /// - internal static string ButtonDefaultProperties { - get { - return ResourceManager.GetString("ButtonDefaultProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Launch PuTTY. - /// - internal static string ButtonLaunchPutty { - get { - return ResourceManager.GetString("ButtonLaunchPutty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cache Bitmaps. - /// - internal static string CacheBitmaps { - get { - return ResourceManager.GetString("CacheBitmaps", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!. - /// - internal static string CannotStartPortScan { - get { - return ResourceManager.GetString("CannotStartPortScan", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/. - /// - internal static string CcICAFailed { - get { - return ResourceManager.GetString("CcICAFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All ICA components were found and seem to be registered properly. - ///Citrix ICA Client Control Version {0}. - /// - internal static string CcICAOK { - get { - return ResourceManager.GetString("CcICAOK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to not installed properly. - /// - internal static string CcNotInstalledProperly { - get { - return ResourceManager.GetString("CcNotInstalledProperly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The SSH, Telnet, Rlogin and RAW protocols need PuTTY to work. PuTTY comes with every mRemoteNG package and is located in the installation path. - ///Please make sure that either you have the Putty.exe in your mRemoteNG directory (default: c:\Program Files\mRemoteNG\) or that you specified a valid path to your PuTTY executable in the Options (Tools - Options - Advanced - Custom PuTTY path). - /// - internal static string CcPuttyFailed { - get { - return ResourceManager.GetString("CcPuttyFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The PuTTY executable was found and should be ready to use.. - /// - internal static string CcPuttyOK { - get { - return ResourceManager.GetString("CcPuttyOK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For RDP to work properly you need to have at least Remote Desktop Connection (Terminal Services) Client 8.0 installed. You can download it here: http://support.microsoft.com/kb/925876 - ///If this check still fails or you are unable to use RDP, please consult the at {0}.. - /// - internal static string CcRDPFailed { - get { - return ResourceManager.GetString("CcRDPFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The following RDP protocol versions are supported on this machine: {0}. - /// - internal static string CcRDPOK { - get { - return ResourceManager.GetString("CcRDPOK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC requires VncSharp.dll to be located in your mRemoteNG application folder. - ///Please make sure that you have the VncSharp.dll file in your mRemoteNG application folder (usually C:\Program Files\mRemoteNG\). - ///If you are still not able to pass this check or use VNC in mRemoteNG please consult the at {0}.. - /// - internal static string CcVNCFailed { - get { - return ResourceManager.GetString("CcVNCFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All VNC components were found and seem to be registered properly. - ///VncSharp Control Version {0}. - /// - internal static string CcVNCOK { - get { - return ResourceManager.GetString("CcVNCOK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change. - /// - internal static string Change { - get { - return ResourceManager.GetString("Change", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host '{0}'. - /// - internal static string ChangeConnectionResolutionError { - get { - return ResourceManager.GetString("ChangeConnectionResolutionError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changelog. - /// - internal static string Changelog { - get { - return ResourceManager.GetString("Changelog", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check Again. - /// - internal static string CheckAgain { - get { - return ResourceManager.GetString("CheckAgain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP && ICA only). - /// - internal static string CheckboxAutomaticReconnect { - get { - return ResourceManager.GetString("CheckboxAutomaticReconnect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not show this message again.. - /// - internal static string CheckboxDoNotShowThisMessageAgain { - get { - return ResourceManager.GetString("CheckboxDoNotShowThisMessageAgain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This proxy server requires authentication. - /// - internal static string CheckboxProxyAuthentication { - get { - return ResourceManager.GetString("CheckboxProxyAuthentication", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use custom PuTTY path:. - /// - internal static string CheckboxPuttyPath { - get { - return ResourceManager.GetString("CheckboxPuttyPath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reconnect when ready. - /// - internal static string CheckboxReconnectWhenReady { - get { - return ResourceManager.GetString("CheckboxReconnectWhenReady", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use a proxy server to connect. - /// - internal static string CheckboxUpdateUseProxy { - get { - return ResourceManager.GetString("CheckboxUpdateUseProxy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check failed!. - /// - internal static string CheckFailed { - get { - return ResourceManager.GetString("CheckFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check for Updates. - /// - internal static string CheckForUpdates { - get { - return ResourceManager.GetString("CheckForUpdates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check for updates at startup. - /// - internal static string CheckForUpdatesOnStartup { - get { - return ResourceManager.GetString("CheckForUpdatesOnStartup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Checking for updates.... - /// - internal static string CheckingForUpdates { - get { - return ResourceManager.GetString("CheckingForUpdates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check now. - /// - internal static string CheckNow { - get { - return ResourceManager.GetString("CheckNow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check proper installation of components at startup. - /// - internal static string CheckProperInstallationOfComponentsAtStartup { - get { - return ResourceManager.GetString("CheckProperInstallationOfComponentsAtStartup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check succeeded!. - /// - internal static string CheckSucceeded { - get { - return ResourceManager.GetString("CheckSucceeded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose a path for the mRemoteNG log file. - /// - internal static string ChooseLogPath { - get { - return ResourceManager.GetString("ChooseLogPath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose panel before connecting. - /// - internal static string ChoosePanelBeforeConnecting { - get { - return ResourceManager.GetString("ChoosePanelBeforeConnecting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose path. - /// - internal static string ChoosePath { - get { - return ResourceManager.GetString("ChoosePath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Clear search string. - /// - internal static string ClearSearchString { - get { - return ResourceManager.GetString("ClearSearchString", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Clipboard. - /// - internal static string Clipboard { - get { - return ResourceManager.GetString("Clipboard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Closed Ports. - /// - internal static string ClosedPorts { - get { - return ResourceManager.GetString("ClosedPorts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Close to notification area. - /// - internal static string CloseToSysTray { - get { - return ResourceManager.GetString("CloseToSysTray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to When closing connections:. - /// - internal static string ClosingConnections { - get { - return ResourceManager.GetString("ClosingConnections", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Collapse all folders. - /// - internal static string CollapseAllFolders { - get { - return ResourceManager.GetString("CollapseAllFolders", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Colours. - /// - internal static string Colors { - get { - return ResourceManager.GetString("Colors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to E&xit {0}. - /// - internal static string CommandExitProgram { - get { - return ResourceManager.GetString("CommandExitProgram", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't parse command line args!. - /// - internal static string CommandLineArgsCouldNotBeParsed { - get { - return ResourceManager.GetString("CommandLineArgsCouldNotBeParsed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Open a connection file. - /// - internal static string CommandOpenConnectionFile { - get { - return ResourceManager.GetString("CommandOpenConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it.. - /// - internal static string CompatibilityLenovoAutoScrollUtilityDetected { - get { - return ResourceManager.GetString("CompatibilityLenovoAutoScrollUtilityDetected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compatibility problem detected. - /// - internal static string CompatibilityProblemDetected { - get { - return ResourceManager.GetString("CompatibilityProblemDetected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Components Check. - /// - internal static string ComponentsCheck { - get { - return ResourceManager.GetString("ComponentsCheck", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compression. - /// - internal static string Compression { - get { - return ResourceManager.GetString("Compression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config. - /// - internal static string Config { - get { - return ResourceManager.GetString("Config", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to btnIcon_Click failed!. - /// - internal static string ConfigPropertyGridButtonIconClickFailed { - get { - return ResourceManager.GetString("ConfigPropertyGridButtonIconClickFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ShowHideGridItems failed!. - /// - internal static string ConfigPropertyGridHideItemsFailed { - get { - return ResourceManager.GetString("ConfigPropertyGridHideItemsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to IconMenu_Click failed!. - /// - internal static string ConfigPropertyGridMenuClickFailed { - get { - return ResourceManager.GetString("ConfigPropertyGridMenuClickFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Property Grid object failed!. - /// - internal static string ConfigPropertyGridObjectFailed { - get { - return ResourceManager.GetString("ConfigPropertyGridObjectFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SetHostStatus failed!. - /// - internal static string ConfigPropertyGridSetHostStatusFailed { - get { - return ResourceManager.GetString("ConfigPropertyGridSetHostStatusFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to pGrid_PopertyValueChanged failed!. - /// - internal static string ConfigPropertyGridValueFailed { - get { - return ResourceManager.GetString("ConfigPropertyGridValueFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config UI load failed!. - /// - internal static string ConfigUiLoadFailed { - get { - return ResourceManager.GetString("ConfigUiLoadFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Create a New Connection File. - /// - internal static string ConfigurationCreateNew { - get { - return ResourceManager.GetString("ConfigurationCreateNew", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use a Custom File Path. - /// - internal static string ConfigurationCustomPath { - get { - return ResourceManager.GetString("ConfigurationCustomPath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import an Existing File. - /// - internal static string ConfigurationImportFile { - get { - return ResourceManager.GetString("ConfigurationImportFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to close all connections except for "{0}"?. - /// - internal static string ConfirmCloseConnectionOthersInstruction { - get { - return ResourceManager.GetString("ConfirmCloseConnectionOthersInstruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed.. - /// - internal static string ConfirmCloseConnectionPanelMainInstruction { - get { - return ResourceManager.GetString("ConfirmCloseConnectionPanelMainInstruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to delete the credential record, {0}?. - /// - internal static string ConfirmDeleteCredentialRecord { - get { - return ResourceManager.GetString("ConfirmDeleteCredentialRecord", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to delete the external tool, "{0}"?. - /// - internal static string ConfirmDeleteExternalTool { - get { - return ResourceManager.GetString("ConfirmDeleteExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?. - /// - internal static string ConfirmDeleteExternalToolMultiple { - get { - return ResourceManager.GetString("ConfirmDeleteExternalToolMultiple", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to delete the connection, "{0}"?. - /// - internal static string ConfirmDeleteNodeConnection { - get { - return ResourceManager.GetString("ConfirmDeleteNodeConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to delete the empty folder, "{0}"?. - /// - internal static string ConfirmDeleteNodeFolder { - get { - return ResourceManager.GetString("ConfirmDeleteNodeFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted.. - /// - internal static string ConfirmDeleteNodeFolderNotEmpty { - get { - return ResourceManager.GetString("ConfirmDeleteNodeFolderNotEmpty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you want to close all open connections?. - /// - internal static string ConfirmExitMainInstruction { - get { - return ResourceManager.GetString("ConfirmExitMainInstruction", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?. - /// - internal static string ConfirmResetLayout { - get { - return ResourceManager.GetString("ConfirmResetLayout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect. - /// - internal static string Connect { - get { - return ResourceManager.GetString("Connect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect in fullscreen mode. - /// - internal static string ConnectInFullscreen { - get { - return ResourceManager.GetString("ConnectInFullscreen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connecting.... - /// - internal static string Connecting { - get { - return ResourceManager.GetString("Connecting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect in View Only mode. - /// - internal static string ConnectInViewOnlyMode { - get { - return ResourceManager.GetString("ConnectInViewOnlyMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection. - /// - internal static string Connection { - get { - return ResourceManager.GetString("Connection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Protocol Event Connected. - /// - internal static string ConnectionEventConnected { - get { - return ResourceManager.GetString("ConnectionEventConnected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}"). - /// - internal static string ConnectionEventConnectedDetail { - get { - return ResourceManager.GetString("ConnectionEventConnectedDetail", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}". - /// - internal static string ConnectionEventErrorOccured { - get { - return ResourceManager.GetString("ConnectionEventErrorOccured", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection failed!. - /// - internal static string ConnectionFailed { - get { - return ResourceManager.GetString("ConnectionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The connection file could not be found.. - /// - internal static string ConnectionFileNotFound { - get { - return ResourceManager.GetString("ConnectionFileNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Opening connection failed!. - /// - internal static string ConnectionOpenFailed { - get { - return ResourceManager.GetString("ConnectionOpenFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot open connection: No hostname specified!. - /// - internal static string ConnectionOpenFailedNoHostname { - get { - return ResourceManager.GetString("ConnectionOpenFailedNoHostname", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection Panels. - /// - internal static string ConnectionPanels { - get { - return ResourceManager.GetString("ConnectionPanels", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections. - /// - internal static string Connections { - get { - return ResourceManager.GetString("Connections", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections and Config. - /// - internal static string ConnectionsAndConfig { - get { - return ResourceManager.GetString("ConnectionsAndConfig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't set default port!. - /// - internal static string ConnectionSetDefaultPortFailed { - get { - return ResourceManager.GetString("ConnectionSetDefaultPortFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't create backup of connections file!. - /// - internal static string ConnectionsFileBackupFailed { - get { - return ResourceManager.GetString("ConnectionsFileBackupFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections file "{0}" could not be loaded!. - /// - internal static string ConnectionsFileCouldNotBeLoaded { - get { - return ResourceManager.GetString("ConnectionsFileCouldNotBeLoaded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections file "{0}" could not be loaded! - ///Starting with new connections file.. - /// - internal static string ConnectionsFileCouldNotBeLoadedNew { - get { - return ResourceManager.GetString("ConnectionsFileCouldNotBeLoadedNew", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't save connections file as "{0}"!. - /// - internal static string ConnectionsFileCouldNotSaveAs { - get { - return ResourceManager.GetString("ConnectionsFileCouldNotSaveAs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection successful. - /// - internal static string ConnectionSuccessful { - get { - return ResourceManager.GetString("ConnectionSuccessful", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect without credentials. - /// - internal static string ConnectNoCredentials { - get { - return ResourceManager.GetString("ConnectNoCredentials", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect to console session. - /// - internal static string ConnectToConsoleSession { - get { - return ResourceManager.GetString("ConnectToConsoleSession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect (with options). - /// - internal static string ConnectWithOptions { - get { - return ResourceManager.GetString("ConnectWithOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}.. - /// - internal static string ConnenctionClosedByUser { - get { - return ResourceManager.GetString("ConnenctionClosedByUser", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection Event Closed. - /// - internal static string ConnenctionCloseEvent { - get { - return ResourceManager.GetString("ConnenctionCloseEvent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection Event Closed failed!. - /// - internal static string ConnenctionCloseEventFailed { - get { - return ResourceManager.GetString("ConnenctionCloseEventFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy. - /// - internal static string Copy { - get { - return ResourceManager.GetString("Copy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy All. - /// - internal static string CopyAll { - get { - return ResourceManager.GetString("CopyAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy Hostname. - /// - internal static string CopyHostname { - get { - return ResourceManager.GetString("CopyHostname", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't create new connections file!. - /// - internal static string CouldNotCreateNewConnectionsFile { - get { - return ResourceManager.GetString("CouldNotCreateNewConnectionsFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find external tool with name "{0}". - /// - internal static string CouldNotFindExternalTool { - get { - return ResourceManager.GetString("CouldNotFindExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid.. - /// - internal static string CouldNotFindToolStripInFilteredPropertyGrid { - get { - return ResourceManager.GetString("CouldNotFindToolStripInFilteredPropertyGrid", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Create an empty panel when mRemoteNG starts. - /// - internal static string CreateEmptyPanelOnStartUp { - get { - return ResourceManager.GetString("CreateEmptyPanelOnStartUp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Credentials. - /// - internal static string Credentials { - get { - return ResourceManager.GetString("Credentials", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Credential not available. - /// - internal static string CredentialUnavailable { - get { - return ResourceManager.GetString("CredentialUnavailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Credits. - /// - internal static string Credits { - get { - return ResourceManager.GetString("Credits", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ctrl-Alt-Del. - /// - internal static string CtrlAltDel { - get { - return ResourceManager.GetString("CtrlAltDel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ctrl-Esc. - /// - internal static string CtrlEsc { - get { - return ResourceManager.GetString("CtrlEsc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Daily. - /// - internal static string Daily { - get { - return ResourceManager.GetString("Daily", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Database:. - /// - internal static string Database { - get { - return ResourceManager.GetString("Database", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Database '{0}' not available.. - /// - internal static string DatabaseNotAvailable { - get { - return ResourceManager.GetString("DatabaseNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Debug. - /// - internal static string Debug { - get { - return ResourceManager.GetString("Debug", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete. - /// - internal static string Delete { - get { - return ResourceManager.GetString("Delete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete All. - /// - internal static string DeleteAll { - get { - return ResourceManager.GetString("DeleteAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete Connection.... - /// - internal static string DeleteConnection { - get { - return ResourceManager.GetString("DeleteConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete External Tool.... - /// - internal static string DeleteExternalTool { - get { - return ResourceManager.GetString("DeleteExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete Folder.... - /// - internal static string DeleteFolder { - get { - return ResourceManager.GetString("DeleteFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Description. - /// - internal static string Description { - get { - return ResourceManager.GetString("Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Detect. - /// - internal static string Detect { - get { - return ResourceManager.GetString("Detect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Cursor blinking. - /// - internal static string DisableCursorBlinking { - get { - return ResourceManager.GetString("DisableCursorBlinking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Cursor Shadow. - /// - internal static string DisableCursorShadow { - get { - return ResourceManager.GetString("DisableCursorShadow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Full Window drag. - /// - internal static string DisableFullWindowDrag { - get { - return ResourceManager.GetString("DisableFullWindowDrag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Menu Animations. - /// - internal static string DisableMenuAnimations { - get { - return ResourceManager.GetString("DisableMenuAnimations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disconnect. - /// - internal static string Disconnect { - get { - return ResourceManager.GetString("Disconnect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disconnect All But This. - /// - internal static string DisconnectOthers { - get { - return ResourceManager.GetString("DisconnectOthers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disconnect Tabs To The Right. - /// - internal static string DisconnectOthersRight { - get { - return ResourceManager.GetString("DisconnectOthersRight", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disk Drives. - /// - internal static string DiskDrives { - get { - return ResourceManager.GetString("DiskDrives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display. - /// - internal static string Display { - get { - return ResourceManager.GetString("Display", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display Name. - /// - internal static string DisplayName { - get { - return ResourceManager.GetString("DisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display Themes. - /// - internal static string DisplayThemes { - get { - return ResourceManager.GetString("DisplayThemes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display Wallpaper. - /// - internal static string DisplayWallpaper { - get { - return ResourceManager.GetString("DisplayWallpaper", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Domain. - /// - internal static string Domain { - get { - return ResourceManager.GetString("Domain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Donate. - /// - internal static string Donate { - get { - return ResourceManager.GetString("Donate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not play. - /// - internal static string DoNotPlay { - get { - return ResourceManager.GetString("DoNotPlay", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not trim spaces from usernames. - /// - internal static string DoNotTrimUsername { - get { - return ResourceManager.GetString("DoNotTrimUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Don't connect to console session. - /// - internal static string DontConnectToConsoleSession { - get { - return ResourceManager.GetString("DontConnectToConsoleSession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Don't connect if authentication fails. - /// - internal static string DontConnectWhenAuthFails { - get { - return ResourceManager.GetString("DontConnectWhenAuthFails", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Double click on tab closes it. - /// - internal static string DoubleClickTabClosesIt { - get { - return ResourceManager.GetString("DoubleClickTabClosesIt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Download. - /// - internal static string Download { - get { - return ResourceManager.GetString("Download", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Download and Install. - /// - internal static string DownloadAndInstall { - get { - return ResourceManager.GetString("DownloadAndInstall", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate. - /// - internal static string Duplicate { - get { - return ResourceManager.GetString("Duplicate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate Connection. - /// - internal static string DuplicateConnection { - get { - return ResourceManager.GetString("DuplicateConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate Folder. - /// - internal static string DuplicateFolder { - get { - return ResourceManager.GetString("DuplicateFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate Tab. - /// - internal static string DuplicateTab { - get { - return ResourceManager.GetString("DuplicateTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dynamic. - /// - internal static string Dynamic { - get { - return ResourceManager.GetString("Dynamic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you want to continue with no password?. - /// - internal static string EmptyPasswordContinue { - get { - return ResourceManager.GetString("EmptyPasswordContinue", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For empty Username, Password or Domain fields use:. - /// - internal static string EmptyUsernamePasswordDomainFields { - get { - return ResourceManager.GetString("EmptyUsernamePasswordDomainFields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Desktop Composition. - /// - internal static string EnableDesktopComposition { - get { - return ResourceManager.GetString("EnableDesktopComposition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 128-bit. - /// - internal static string Enc128Bit { - get { - return ResourceManager.GetString("Enc128Bit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 128-bit (logon only). - /// - internal static string Enc128BitLogonOnly { - get { - return ResourceManager.GetString("Enc128BitLogonOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 40-bit. - /// - internal static string Enc40Bit { - get { - return ResourceManager.GetString("Enc40Bit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 56-bit. - /// - internal static string Enc56Bit { - get { - return ResourceManager.GetString("Enc56Bit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encoding. - /// - internal static string Encoding { - get { - return ResourceManager.GetString("Encoding", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Completely encrypt connection file. - /// - internal static string EncryptCompleteConnectionFile { - get { - return ResourceManager.GetString("EncryptCompleteConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Block Cipher Mode. - /// - internal static string EncryptionBlockCipherMode { - get { - return ResourceManager.GetString("EncryptionBlockCipherMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encryption Engine. - /// - internal static string EncryptionEngine { - get { - return ResourceManager.GetString("EncryptionEngine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Key Derivation Function Iterations. - /// - internal static string EncryptionKeyDerivationIterations { - get { - return ResourceManager.GetString("EncryptionKeyDerivationIterations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encryption Strength. - /// - internal static string EncryptionStrength { - get { - return ResourceManager.GetString("EncryptionStrength", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encryption Test. - /// - internal static string EncryptionTest { - get { - return ResourceManager.GetString("EncryptionTest", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds.. - /// - internal static string EncryptionTestResultMessage { - get { - return ResourceManager.GetString("EncryptionTestResultMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Environment. - /// - internal static string Environment { - get { - return ResourceManager.GetString("Environment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}. - /// - internal static string ErrorAddExternalToolsToToolBarFailed { - get { - return ResourceManager.GetString("ErrorAddExternalToolsToToolBarFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}. - /// - internal static string ErrorAddFolderFailed { - get { - return ResourceManager.GetString("ErrorAddFolderFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The database version {0} is not compatible with this version of {1}.. - /// - internal static string ErrorBadDatabaseVersion { - get { - return ResourceManager.GetString("ErrorBadDatabaseVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The connection list could not be saved.. - /// - internal static string ErrorConnectionListSaveFailed { - get { - return ResourceManager.GetString("ErrorConnectionListSaveFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PuTTY could not be launched.. - /// - internal static string ErrorCouldNotLaunchPutty { - get { - return ResourceManager.GetString("ErrorCouldNotLaunchPutty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Decryption failed. {0}. - /// - internal static string ErrorDecryptionFailed { - get { - return ResourceManager.GetString("ErrorDecryptionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encryption failed. {0}. - /// - internal static string ErrorEncryptionFailed { - get { - return ResourceManager.GetString("ErrorEncryptionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. - /// - ///See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information. - /// - ///{0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit.. - /// - internal static string ErrorFipsPolicyIncompatible { - get { - return ResourceManager.GetString("ErrorFipsPolicyIncompatible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Errors. - /// - internal static string Errors { - get { - return ResourceManager.GetString("Errors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit.. - /// - internal static string ErrorStartupConnectionFileLoad { - get { - return ResourceManager.GetString("ErrorStartupConnectionFileLoad", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VerifyDatabaseVersion (Config.Connections.Save) failed. {0}. - /// - internal static string ErrorVerifyDatabaseVersionFailed { - get { - return ResourceManager.GetString("ErrorVerifyDatabaseVersionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This exception will force mRemoteNG to close. - /// - internal static string ExceptionForcesmRemoteNGToClose { - get { - return ResourceManager.GetString("ExceptionForcesmRemoteNGToClose", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exception Message. - /// - internal static string ExceptionMessage { - get { - return ResourceManager.GetString("ExceptionMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exit. - /// - internal static string Exit { - get { - return ResourceManager.GetString("Exit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Expand all folders. - /// - internal static string ExpandAllFolders { - get { - return ResourceManager.GetString("ExpandAllFolders", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Experimental. - /// - internal static string Experimental { - get { - return ResourceManager.GetString("Experimental", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export. - /// - internal static string Export { - get { - return ResourceManager.GetString("Export", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export everything. - /// - internal static string ExportEverything { - get { - return ResourceManager.GetString("ExportEverything", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export File. - /// - internal static string ExportFile { - get { - return ResourceManager.GetString("ExportFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export Items. - /// - internal static string ExportItems { - get { - return ResourceManager.GetString("ExportItems", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export Properties. - /// - internal static string ExportProperties { - get { - return ResourceManager.GetString("ExportProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export the currently selected connection. - /// - internal static string ExportSelectedConnection { - get { - return ResourceManager.GetString("ExportSelectedConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export the currently selected folder. - /// - internal static string ExportSelectedFolder { - get { - return ResourceManager.GetString("ExportSelectedFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tool. - /// - internal static string ExternalTool { - get { - return ResourceManager.GetString("ExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tool After. - /// - internal static string ExternalToolAfter { - get { - return ResourceManager.GetString("ExternalToolAfter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tool Before. - /// - internal static string ExternalToolBefore { - get { - return ResourceManager.GetString("ExternalToolBefore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New External Tool. - /// - internal static string ExternalToolDefaultName { - get { - return ResourceManager.GetString("ExternalToolDefaultName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tool Properties. - /// - internal static string ExternalToolProperties { - get { - return ResourceManager.GetString("ExternalToolProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tools Toolbar. - /// - internal static string ExternalToolsToolbar { - get { - return ResourceManager.GetString("ExternalToolsToolbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Favorite. - /// - internal static string Favorite { - get { - return ResourceManager.GetString("Favorite", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Favorites. - /// - internal static string Favorites { - get { - return ResourceManager.GetString("Favorites", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File &Format:. - /// - internal static string FileFormat { - get { - return ResourceManager.GetString("FileFormat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filename. - /// - internal static string Filename { - get { - return ResourceManager.GetString("Filename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Files. - /// - internal static string Files { - get { - return ResourceManager.GetString("Files", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All Files (*.*). - /// - internal static string FilterAll { - get { - return ResourceManager.GetString("FilterAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All importable files. - /// - internal static string FilterAllImportable { - get { - return ResourceManager.GetString("FilterAllImportable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Application Files (*.exe). - /// - internal static string FilterApplication { - get { - return ResourceManager.GetString("FilterApplication", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemote CSV Files (*.csv). - /// - internal static string FiltermRemoteCSV { - get { - return ResourceManager.GetString("FiltermRemoteCSV", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemote XML Files (*.xml). - /// - internal static string FiltermRemoteXML { - get { - return ResourceManager.GetString("FiltermRemoteXML", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PuTTY Connection Manager files. - /// - internal static string FilterPuttyConnectionManager { - get { - return ResourceManager.GetString("FilterPuttyConnectionManager", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remote Desktop Connection Manager files (*.rdg). - /// - internal static string FilterRdgFiles { - get { - return ResourceManager.GetString("FilterRdgFiles", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Files (*.rdp). - /// - internal static string FilterRDP { - get { - return ResourceManager.GetString("FilterRDP", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter search matches in connection tree. - /// - internal static string FilterSearchMatchesInConnectionTree { - get { - return ResourceManager.GetString("FilterSearchMatchesInConnectionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to First IP. - /// - internal static string FirstIp { - get { - return ResourceManager.GetString("FirstIp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to First Port. - /// - internal static string FirstPort { - get { - return ResourceManager.GetString("FirstPort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fit To Panel. - /// - internal static string FitToPanel { - get { - return ResourceManager.GetString("FitToPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Font Smoothing. - /// - internal static string FontSmoothing { - get { - return ResourceManager.GetString("FontSmoothing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inherit {0}. - /// - internal static string FormatInherit { - get { - return ResourceManager.GetString("FormatInherit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Description of inherited property: {0}. - /// - internal static string FormatInheritDescription { - get { - return ResourceManager.GetString("FormatInheritDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Free. - /// - internal static string Free { - get { - return ResourceManager.GetString("Free", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Fullscreen. - /// - internal static string Fullscreen { - get { - return ResourceManager.GetString("Fullscreen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway. - /// - internal static string Gateway { - get { - return ResourceManager.GetString("Gateway", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to General. - /// - internal static string General { - get { - return ResourceManager.GetString("General", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occured while loading the connection entry for "{0}" from "{1}". {2}. - /// - internal static string GetConnectionInfoFromXmlFailed { - get { - return ResourceManager.GetString("GetConnectionInfoFromXmlFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic Reconnect. - /// - internal static string GroupboxAutomaticReconnect { - get { - return ResourceManager.GetString("GroupboxAutomaticReconnect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG Help. - /// - internal static string HelpContents { - get { - return ResourceManager.GetString("HelpContents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to High. - /// - internal static string High { - get { - return ResourceManager.GetString("High", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Host. - /// - internal static string Host { - get { - return ResourceManager.GetString("Host", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hostname:. - /// - internal static string Hostname { - get { - return ResourceManager.GetString("Hostname", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hostname/IP. - /// - internal static string HostnameIp { - get { - return ResourceManager.GetString("HostnameIp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to HTTP. - /// - internal static string Http { - get { - return ResourceManager.GetString("Http", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CEF (Chromium). - /// - internal static string HttpCEF { - get { - return ResourceManager.GetString("HttpCEF", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to HTTP Connect Failed!. - /// - internal static string HttpConnectFailed { - get { - return ResourceManager.GetString("HttpConnectFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't create new HTTP Connection!. - /// - internal static string HttpConnectionFailed { - get { - return ResourceManager.GetString("HttpConnectionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Changing HTTP Document Tile Failed!. - /// - internal static string HttpDocumentTileChangeFailed { - get { - return ResourceManager.GetString("HttpDocumentTileChangeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Failed to contruct the URL to load. - /// - internal static string HttpFailedUrlBuild { - get { - return ResourceManager.GetString("HttpFailedUrlBuild", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Internet Explorer. - /// - internal static string HttpInternetExplorer { - get { - return ResourceManager.GetString("HttpInternetExplorer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to HTTPS. - /// - internal static string Https { - get { - return ResourceManager.GetString("Https", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set HTTP Props failed!. - /// - internal static string HttpSetPropsFailed { - get { - return ResourceManager.GetString("HttpSetPropsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ICA. - /// - internal static string ICA { - get { - return ResourceManager.GetString("ICA", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't create new ICA Connection!. - /// - internal static string IcaConnectionFailed { - get { - return ResourceManager.GetString("IcaConnectionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loading ICA Plugin failed!. - /// - internal static string IcaControlFailed { - get { - return ResourceManager.GetString("IcaControlFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ICA SetCredentials failed!. - /// - internal static string IcaSetCredentialsFailed { - get { - return ResourceManager.GetString("IcaSetCredentialsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ICA Set Event Handlers Failed!. - /// - internal static string IcaSetEventHandlersFailed { - get { - return ResourceManager.GetString("IcaSetEventHandlersFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ICA Set Props Failed!. - /// - internal static string IcaSetPropsFailed { - get { - return ResourceManager.GetString("IcaSetPropsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ICA Set Resolution Failed!. - /// - internal static string IcaSetResolutionFailed { - get { - return ResourceManager.GetString("IcaSetResolutionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Icon. - /// - internal static string Icon { - get { - return ResourceManager.GetString("Icon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Identify quick connect tabs by adding the prefix "Quick:". - /// - internal static string IdentifyQuickConnectTabs { - get { - return ResourceManager.GetString("IdentifyQuickConnectTabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import from Active Directory. - /// - internal static string ImportAD { - get { - return ResourceManager.GetString("ImportAD", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import failed. - /// - internal static string ImportFailed { - get { - return ResourceManager.GetString("ImportFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while importing the file "{0}".. - /// - internal static string ImportFileFailedContent { - get { - return ResourceManager.GetString("ImportFileFailedContent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import from &File.... - /// - internal static string ImportFromFile { - get { - return ResourceManager.GetString("ImportFromFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import from Port Scan. - /// - internal static string ImportPortScan { - get { - return ResourceManager.GetString("ImportPortScan", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import sub OUs. - /// - internal static string ImportSubOUs { - get { - return ResourceManager.GetString("ImportSubOUs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Informations. - /// - internal static string Informations { - get { - return ResourceManager.GetString("Informations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Inheritance. - /// - internal static string Inheritance { - get { - return ResourceManager.GetString("Inheritance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Installed version. - /// - internal static string InstalledVersion { - get { - return ResourceManager.GetString("InstalledVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dispose of Int App process failed!. - /// - internal static string IntAppDisposeFailed { - get { - return ResourceManager.GetString("IntAppDisposeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Int App Focus Failed!. - /// - internal static string IntAppFocusFailed { - get { - return ResourceManager.GetString("IntAppFocusFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Int App Handle: {0}. - /// - internal static string IntAppHandle { - get { - return ResourceManager.GetString("IntAppHandle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Killing Int App Process failed!. - /// - internal static string IntAppKillFailed { - get { - return ResourceManager.GetString("IntAppKillFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Int App Resize failed!. - /// - internal static string IntAppResizeFailed { - get { - return ResourceManager.GetString("IntAppResizeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to --- IntApp Stuff ---. - /// - internal static string IntAppStuff { - get { - return ResourceManager.GetString("IntAppStuff", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Int App Title: {0}. - /// - internal static string IntAppTitle { - get { - return ResourceManager.GetString("IntAppTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Jump to. - /// - internal static string JumpTo { - get { - return ResourceManager.GetString("JumpTo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (Automatically Detect). - /// - internal static string LanguageDefault { - get { - return ResourceManager.GetString("LanguageDefault", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to {0} must be restarted before changes to the language will take effect.. - /// - internal static string LanguageRestartRequired { - get { - return ResourceManager.GetString("LanguageRestartRequired", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Language. - /// - internal static string LanguageString { - get { - return ResourceManager.GetString("LanguageString", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Last IP. - /// - internal static string LastIp { - get { - return ResourceManager.GetString("LastIp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Last Port. - /// - internal static string LastPort { - get { - return ResourceManager.GetString("LastPort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Launch External Tool. - /// - internal static string LaunchExternalTool { - get { - return ResourceManager.GetString("LaunchExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to License. - /// - internal static string License { - get { - return ResourceManager.GetString("License", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Load Balance Info. - /// - internal static string LoadBalanceInfo { - get { - return ResourceManager.GetString("LoadBalanceInfo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. - /// - internal static string LoadBalanceInfoUseUtf8 { - get { - return ResourceManager.GetString("LoadBalanceInfoUseUtf8", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Load from SQL failed. - /// - internal static string LoadFromSqlFailed { - get { - return ResourceManager.GetString("LoadFromSqlFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The connection information could not be loaded from the SQL server.. - /// - internal static string LoadFromSqlFailedContent { - get { - return ResourceManager.GetString("LoadFromSqlFailedContent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Load From XML failed!. - /// - internal static string LoadFromXmlFailed { - get { - return ResourceManager.GetString("LoadFromXmlFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local file. - /// - internal static string LocalFile { - get { - return ResourceManager.GetString("LocalFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Local file does not exist!. - /// - internal static string LocalFileDoesNotExist { - get { - return ResourceManager.GetString("LocalFileDoesNotExist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lock toolbar positions. - /// - internal static string LockToolbars { - get { - return ResourceManager.GetString("LockToolbars", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Log file path. - /// - internal static string LogFilePath { - get { - return ResourceManager.GetString("LogFilePath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Logging. - /// - internal static string Logging { - get { - return ResourceManager.GetString("Logging", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Login failed for user '{0}'.. - /// - internal static string LoginFailedForUser { - get { - return ResourceManager.GetString("LoginFailedForUser", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Log these message types. - /// - internal static string LogTheseMessageTypes { - get { - return ResourceManager.GetString("LogTheseMessageTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Log to application directory. - /// - internal static string LogToAppDir { - get { - return ResourceManager.GetString("LogToAppDir", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MAC Address. - /// - internal static string MacAddress { - get { - return ResourceManager.GetString("MacAddress", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Medium. - /// - internal static string Medium { - get { - return ResourceManager.GetString("Medium", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Message. - /// - internal static string Message { - get { - return ResourceManager.GetString("Message", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Minimize to notification area. - /// - internal static string MinimizeToSysTray { - get { - return ResourceManager.GetString("MinimizeToSysTray", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Minutes to Idle. - /// - internal static string MinutesToIdleTimeout { - get { - return ResourceManager.GetString("MinutesToIdleTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Miscellaneous. - /// - internal static string Miscellaneous { - get { - return ResourceManager.GetString("Miscellaneous", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Monthly. - /// - internal static string Monthly { - get { - return ResourceManager.GetString("Monthly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move down. - /// - internal static string MoveDown { - get { - return ResourceManager.GetString("MoveDown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Move up. - /// - internal static string MoveUp { - get { - return ResourceManager.GetString("MoveUp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG CSV. - /// - internal static string MremoteNgCsv { - get { - return ResourceManager.GetString("MremoteNgCsv", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG Unhandled Exception. - /// - internal static string mRemoteNGUnhandledException { - get { - return ResourceManager.GetString("mRemoteNGUnhandledException", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG XML. - /// - internal static string MremoteNgXml { - get { - return ResourceManager.GetString("MremoteNgXml", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multi SSH:. - /// - internal static string MultiSsh { - get { - return ResourceManager.GetString("MultiSsh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Multi SSH toolbar. - /// - internal static string MultiSshToolbar { - get { - return ResourceManager.GetString("MultiSshToolbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Press ENTER to send. Ctrl+C is sent immediately.. - /// - internal static string MultiSshToolTip { - get { - return ResourceManager.GetString("MultiSshToolTip", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Must Be Between 0 and 255. - /// - internal static string MustBeBetween0And255 { - get { - return ResourceManager.GetString("MustBeBetween0And255", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to My current credentials (Windows logon information). - /// - internal static string MyCurrentWindowsCreds { - get { - return ResourceManager.GetString("MyCurrentWindowsCreds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name. - /// - internal static string Name { - get { - return ResourceManager.GetString("Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Never. - /// - internal static string Never { - get { - return ResourceManager.GetString("Never", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New Connection. - /// - internal static string NewConnection { - get { - return ResourceManager.GetString("NewConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New Connection File. - /// - internal static string NewConnectionFile { - get { - return ResourceManager.GetString("NewConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New External Tool. - /// - internal static string NewExternalTool { - get { - return ResourceManager.GetString("NewExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New Folder. - /// - internal static string NewFolder { - get { - return ResourceManager.GetString("NewFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New Panel. - /// - internal static string NewPanel { - get { - return ResourceManager.GetString("NewPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New Title. - /// - internal static string NewTitle { - get { - return ResourceManager.GetString("NewTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No. - /// - internal static string No { - get { - return ResourceManager.GetString("No", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No сompression. - /// - internal static string NoCompression { - get { - return ResourceManager.GetString("NoCompression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This node is already in this folder.. - /// - internal static string NodeAlreadyInFolder { - get { - return ResourceManager.GetString("NodeAlreadyInFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot drag node onto itself.. - /// - internal static string NodeCannotDragOnSelf { - get { - return ResourceManager.GetString("NodeCannotDragOnSelf", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot drag parent node onto child.. - /// - internal static string NodeCannotDragParentOnChild { - get { - return ResourceManager.GetString("NodeCannotDragParentOnChild", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This node is not draggable.. - /// - internal static string NodeNotDraggable { - get { - return ResourceManager.GetString("NodeNotDraggable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No ext. app specified.. - /// - internal static string NoExtAppDefined { - get { - return ResourceManager.GetString("NoExtAppDefined", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to None. - /// - internal static string None { - get { - return ResourceManager.GetString("None", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Normal. - /// - internal static string Normal { - get { - return ResourceManager.GetString("Normal", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No SmartSize. - /// - internal static string NoSmartSize { - get { - return ResourceManager.GetString("NoSmartSize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Notifications. - /// - internal static string Notifications { - get { - return ResourceManager.GetString("Notifications", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No update available. - /// - internal static string NoUpdateAvailable { - get { - return ResourceManager.GetString("NoUpdateAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error. - ///If you run into such an error, please create a new connection file!. - /// - internal static string OldConffile { - get { - return ResourceManager.GetString("OldConffile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open a different file. - /// - internal static string OpenADifferentFile { - get { - return ResourceManager.GetString("OpenADifferentFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open Connection File.... - /// - internal static string OpenConnectionFile { - get { - return ResourceManager.GetString("OpenConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open file. - /// - internal static string OpenFile { - get { - return ResourceManager.GetString("OpenFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open new tab to the right of the currently selected tab. - /// - internal static string OpenNewTabRight { - get { - return ResourceManager.GetString("OpenNewTabRight", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open Ports. - /// - internal static string OpenPorts { - get { - return ResourceManager.GetString("OpenPorts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Options. - /// - internal static string Options { - get { - return ResourceManager.GetString("Options", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG Options. - /// - internal static string OptionsPageTitle { - get { - return ResourceManager.GetString("OptionsPageTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Testing.... - /// - internal static string OptionsProxyTesting { - get { - return ResourceManager.GetString("OptionsProxyTesting", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change.. - /// - internal static string OptionsThemeChangeWarning { - get { - return ResourceManager.GetString("OptionsThemeChangeWarning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you really want to delete the theme?. - /// - internal static string OptionsThemeDeleteConfirmation { - get { - return ResourceManager.GetString("OptionsThemeDeleteConfirmation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New theme name. - /// - internal static string OptionsThemeNewThemeCaption { - get { - return ResourceManager.GetString("OptionsThemeNewThemeCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cannot create theme, name already present or special characters in the name. - /// - internal static string OptionsThemeNewThemeError { - get { - return ResourceManager.GetString("OptionsThemeNewThemeError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Type the new theme name. - /// - internal static string OptionsThemeNewThemeText { - get { - return ResourceManager.GetString("OptionsThemeNewThemeText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Out Of Range. - /// - internal static string OutOfRange { - get { - return ResourceManager.GetString("OutOfRange", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Panel. - /// - internal static string Panel { - get { - return ResourceManager.GetString("Panel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Panel Handle: {0}. - /// - internal static string PanelHandle { - get { - return ResourceManager.GetString("PanelHandle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Panel Name. - /// - internal static string PanelName { - get { - return ResourceManager.GetString("PanelName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password. - /// - internal static string Password { - get { - return ResourceManager.GetString("Password", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password must contain at least {0} of the following characters: {1}. - /// - internal static string PasswordConstainsSpecialCharactersConstraintHint { - get { - return ResourceManager.GetString("PasswordConstainsSpecialCharactersConstraintHint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password must contain at least {0} lower case character(s). - /// - internal static string PasswordContainsLowerCaseConstraintHint { - get { - return ResourceManager.GetString("PasswordContainsLowerCaseConstraintHint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password must contain at least {0} number(s). - /// - internal static string PasswordContainsNumbersConstraint { - get { - return ResourceManager.GetString("PasswordContainsNumbersConstraint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password must contain at least {0} upper case character(s). - /// - internal static string PasswordContainsUpperCaseConstraintHint { - get { - return ResourceManager.GetString("PasswordContainsUpperCaseConstraintHint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password length must be between {0} and {1}. - /// - internal static string PasswordLengthConstraintHint { - get { - return ResourceManager.GetString("PasswordLengthConstraintHint", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password protect. - /// - internal static string PasswordProtect { - get { - return ResourceManager.GetString("PasswordProtect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Both passwords must match.. - /// - internal static string PasswordStatusMustMatch { - get { - return ResourceManager.GetString("PasswordStatusMustMatch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The password must be at least 3 characters long.. - /// - internal static string PasswordStatusTooShort { - get { - return ResourceManager.GetString("PasswordStatusTooShort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place search bar above connection tree. - /// - internal static string PlaceSearchBarAboveConnectionTree { - get { - return ResourceManager.GetString("PlaceSearchBarAboveConnectionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Please fill all fields. - /// - internal static string PleaseFillAllFields { - get { - return ResourceManager.GetString("PleaseFillAllFields", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Popups. - /// - internal static string Popups { - get { - return ResourceManager.GetString("Popups", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Port. - /// - internal static string Port { - get { - return ResourceManager.GetString("Port", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Portable Edition. - /// - internal static string PortableEdition { - get { - return ResourceManager.GetString("PortableEdition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ports. - /// - internal static string Ports { - get { - return ResourceManager.GetString("Ports", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Port Scan. - /// - internal static string PortScan { - get { - return ResourceManager.GetString("PortScan", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Port scan complete.. - /// - internal static string PortScanComplete { - get { - return ResourceManager.GetString("PortScanComplete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't load PortScan panel!. - /// - internal static string PortScanCouldNotLoadPanel { - get { - return ResourceManager.GetString("PortScanCouldNotLoadPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PowerShell. - /// - internal static string PowerShell { - get { - return ResourceManager.GetString("PowerShell", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Printers. - /// - internal static string Printers { - get { - return ResourceManager.GetString("Printers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Properties. - /// - internal static string Properties { - get { - return ResourceManager.GetString("Properties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Toggle all inheritance options.. - /// - internal static string PropertyDescriptionAll { - get { - return ResourceManager.GetString("PropertyDescriptionAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select which authentication level this connection should use.. - /// - internal static string PropertyDescriptionAuthenticationLevel { - get { - return ResourceManager.GetString("PropertyDescriptionAuthenticationLevel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select how you want to authenticate against the VNC server.. - /// - internal static string PropertyDescriptionAuthenticationMode { - get { - return ResourceManager.GetString("PropertyDescriptionAuthenticationMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher.. - /// - internal static string PropertyDescriptionAutomaticResize { - get { - return ResourceManager.GetString("PropertyDescriptionAutomaticResize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether to use bitmap caching or not.. - /// - internal static string PropertyDescriptionCacheBitmaps { - get { - return ResourceManager.GetString("PropertyDescriptionCacheBitmaps", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select the colour quality to be used.. - /// - internal static string PropertyDescriptionColors { - get { - return ResourceManager.GetString("PropertyDescriptionColors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select the compression value to be used.. - /// - internal static string PropertyDescriptionCompression { - get { - return ResourceManager.GetString("PropertyDescriptionCompression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Put your notes or a description for the host here.. - /// - internal static string PropertyDescriptionDescription { - get { - return ResourceManager.GetString("PropertyDescriptionDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determines whether cursor flashes should be disabled.. - /// - internal static string PropertyDescriptionDisableCursorBlinking { - get { - return ResourceManager.GetString("PropertyDescriptionDisableCursorBlinking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determines whether a mouse shadow should be visible.. - /// - internal static string PropertyDescriptionDisableCursorShadow { - get { - return ResourceManager.GetString("PropertyDescriptionDisableCursorShadow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determines whether window content is displayed when you drag the window to a new location.. - /// - internal static string PropertyDescriptionDisableFullWindowDrag { - get { - return ResourceManager.GetString("PropertyDescriptionDisableFullWindowDrag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Determines whether menus and windows can be displayed with animation effects in the remote session.. - /// - internal static string PropertyDescriptionDisableMenuAnimations { - get { - return ResourceManager.GetString("PropertyDescriptionDisableMenuAnimations", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select yes if the theme of the remote host should be displayed.. - /// - internal static string PropertyDescriptionDisplayThemes { - get { - return ResourceManager.GetString("PropertyDescriptionDisplayThemes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed.. - /// - internal static string PropertyDescriptionDisplayWallpaper { - get { - return ResourceManager.GetString("PropertyDescriptionDisplayWallpaper", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter your domain.. - /// - internal static string PropertyDescriptionDomain { - get { - return ResourceManager.GetString("PropertyDescriptionDomain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether to use desktop composition or not.. - /// - internal static string PropertyDescriptionEnableDesktopComposition { - get { - return ResourceManager.GetString("PropertyDescriptionEnableDesktopComposition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether to use font smoothing or not.. - /// - internal static string PropertyDescriptionEnableFontSmoothing { - get { - return ResourceManager.GetString("PropertyDescriptionEnableFontSmoothing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select the encoding mode to be used.. - /// - internal static string PropertyDescriptionEncoding { - get { - return ResourceManager.GetString("PropertyDescriptionEncoding", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select the encryption strength of the remote host.. - /// - internal static string PropertyDescriptionEncryptionStrength { - get { - return ResourceManager.GetString("PropertyDescriptionEncryptionStrength", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select the external tool to be started.. - /// - internal static string PropertyDescriptionExternalTool { - get { - return ResourceManager.GetString("PropertyDescriptionExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host.. - /// - internal static string PropertyDescriptionExternalToolAfter { - get { - return ResourceManager.GetString("PropertyDescriptionExternalToolAfter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established.. - /// - internal static string PropertyDescriptionExternalToolBefore { - get { - return ResourceManager.GetString("PropertyDescriptionExternalToolBefore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show this connection in the favorites menu.. - /// - internal static string PropertyDescriptionFavorite { - get { - return ResourceManager.GetString("PropertyDescriptionFavorite", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. - /// - internal static string PropertyDescriptionHostnameIp { - get { - return ResourceManager.GetString("PropertyDescriptionHostnameIp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose a icon that will be displayed when connected to the host.. - /// - internal static string PropertyDescriptionIcon { - get { - return ResourceManager.GetString("PropertyDescriptionIcon", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies the load balancing information for use by load balancing routers to choose the best server.. - /// - internal static string PropertyDescriptionLoadBalanceInfo { - get { - return ResourceManager.GetString("PropertyDescriptionLoadBalanceInfo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter the MAC address of the remote host if you wish to use it in an external tool.. - /// - internal static string PropertyDescriptionMACAddress { - get { - return ResourceManager.GetString("PropertyDescriptionMACAddress", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This is the name that will be displayed in the connections tree.. - /// - internal static string PropertyDescriptionName { - get { - return ResourceManager.GetString("PropertyDescriptionName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sets the panel in which the connection will open.. - /// - internal static string PropertyDescriptionPanel { - get { - return ResourceManager.GetString("PropertyDescriptionPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter your password.. - /// - internal static string PropertyDescriptionPassword { - get { - return ResourceManager.GetString("PropertyDescriptionPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG.. - /// - internal static string PropertyDescriptionPasswordProtect { - get { - return ResourceManager.GetString("PropertyDescriptionPasswordProtect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter the port the selected protocol is listening on.. - /// - internal static string PropertyDescriptionPort { - get { - return ResourceManager.GetString("PropertyDescriptionPort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host.. - /// - internal static string PropertyDescriptionProtocol { - get { - return ResourceManager.GetString("PropertyDescriptionProtocol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select a PuTTY session to be used when connecting.. - /// - internal static string PropertyDescriptionPuttySession { - get { - return ResourceManager.GetString("PropertyDescriptionPuttySession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server.. - /// - internal static string PropertyDescriptionRDGatewayDomain { - get { - return ResourceManager.GetString("PropertyDescriptionRDGatewayDomain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server.. - /// - internal static string PropertyDescriptionRDGatewayHostname { - get { - return ResourceManager.GetString("PropertyDescriptionRDGatewayHostname", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection.. - /// - internal static string PropertyDescriptionRDGatewayUseConnectionCredentials { - get { - return ResourceManager.GetString("PropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server.. - /// - internal static string PropertyDescriptionRDGatewayUsername { - get { - return ResourceManager.GetString("PropertyDescriptionRDGatewayUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether to receive an alert after the RDP session disconnects due to inactivity. - /// - internal static string PropertyDescriptionRDPAlertIdleTimeout { - get { - return ResourceManager.GetString("PropertyDescriptionRDPAlertIdleTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server.. - /// - internal static string PropertyDescriptionRdpGatewayPassword { - get { - return ResourceManager.GetString("PropertyDescriptionRdpGatewayPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server.. - /// - internal static string PropertyDescriptionRdpGatewayUsageMethod { - get { - return ResourceManager.GetString("PropertyDescriptionRdpGatewayUsageMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0). - /// - internal static string PropertyDescriptionRDPMinutesToIdleTimeout { - get { - return ResourceManager.GetString("PropertyDescriptionRDPMinutesToIdleTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sets the version of RDP to use when opening connections.. - /// - internal static string PropertyDescriptionRdpVersion { - get { - return ResourceManager.GetString("PropertyDescriptionRdpVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether the default audio input device on the remote machine should be redirected to this computer.. - /// - internal static string PropertyDescriptionRedirectAudioCapture { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectAudioCapture", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether the clipboard should be shared.. - /// - internal static string PropertyDescriptionRedirectClipboard { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectClipboard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether local disk drives should be shown on the remote host.. - /// - internal static string PropertyDescriptionRedirectDrives { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectDrives", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host.. - /// - internal static string PropertyDescriptionRedirectKeys { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectKeys", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host.. - /// - internal static string PropertyDescriptionRedirectPorts { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectPorts", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether local printers should be shown on the remote host.. - /// - internal static string PropertyDescriptionRedirectPrinters { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectPrinters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select whether local smart cards should be available on the remote host.. - /// - internal static string PropertyDescriptionRedirectSmartCards { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectSmartCards", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select how remote sound should be redirected.. - /// - internal static string PropertyDescriptionRedirectSounds { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectSounds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML.. - /// - internal static string PropertyDescriptionRenderingEngine { - get { - return ResourceManager.GetString("PropertyDescriptionRenderingEngine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose the resolution or mode this connection will open in.. - /// - internal static string PropertyDescriptionResolution { - get { - return ResourceManager.GetString("PropertyDescriptionResolution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select the SmartSize mode to be used.. - /// - internal static string PropertyDescriptionSmartSizeMode { - get { - return ResourceManager.GetString("PropertyDescriptionSmartSizeMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose the Sound Quality provided by the protocol: Dynamic, Medium, High. - /// - internal static string PropertyDescriptionSoundQuality { - get { - return ResourceManager.GetString("PropertyDescriptionSoundQuality", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specify here additional options to be used for SSH connection. See putty documentation for further details.. - /// - internal static string PropertyDescriptionSshOptions { - get { - return ResourceManager.GetString("PropertyDescriptionSshOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel.. - /// - internal static string PropertyDescriptionSshTunnel { - get { - return ResourceManager.GetString("PropertyDescriptionSshTunnel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect to the console session of the remote host.. - /// - internal static string PropertyDescriptionUseConsoleSession { - get { - return ResourceManager.GetString("PropertyDescriptionUseConsoleSession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use the Credential Security Support Provider (CredSSP) for authentication if it is available.. - /// - internal static string PropertyDescriptionUseCredSsp { - get { - return ResourceManager.GetString("PropertyDescriptionUseCredSsp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect to a Hyper-V host with enhanced mode enabled.. - /// - internal static string PropertyDescriptionUseEnhancedMode { - get { - return ResourceManager.GetString("PropertyDescriptionUseEnhancedMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Feel free to enter any information you need here.. - /// - internal static string PropertyDescriptionUser1 { - get { - return ResourceManager.GetString("PropertyDescriptionUser1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter your username.. - /// - internal static string PropertyDescriptionUsername { - get { - return ResourceManager.GetString("PropertyDescriptionUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use VM ID to connect to VM running on Hyper-V.. - /// - internal static string PropertyDescriptionUseVmId { - get { - return ResourceManager.GetString("PropertyDescriptionUseVmId", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If you want to establish a view only connection to the host select yes.. - /// - internal static string PropertyDescriptionViewOnly { - get { - return ResourceManager.GetString("PropertyDescriptionViewOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The ID of the Hyper-V virtual machine to connect to.. - /// - internal static string PropertyDescriptionVmId { - get { - return ResourceManager.GetString("PropertyDescriptionVmId", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter the proxy address to be used.. - /// - internal static string PropertyDescriptionVNCProxyAddress { - get { - return ResourceManager.GetString("PropertyDescriptionVNCProxyAddress", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter your password for authenticating against the proxy.. - /// - internal static string PropertyDescriptionVNCProxyPassword { - get { - return ResourceManager.GetString("PropertyDescriptionVNCProxyPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter the port the proxy server listens on.. - /// - internal static string PropertyDescriptionVNCProxyPort { - get { - return ResourceManager.GetString("PropertyDescriptionVNCProxyPort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is.. - /// - internal static string PropertyDescriptionVNCProxyType { - get { - return ResourceManager.GetString("PropertyDescriptionVNCProxyType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Enter your username for authenticating against the proxy.. - /// - internal static string PropertyDescriptionVNCProxyUsername { - get { - return ResourceManager.GetString("PropertyDescriptionVNCProxyUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Protocol. - /// - internal static string Protocol { - get { - return ResourceManager.GetString("Protocol", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}". - /// - internal static string ProtocolEventDisconnected { - get { - return ResourceManager.GetString("ProtocolEventDisconnected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Protocol Event Disconnected failed. - ///{0}. - /// - internal static string ProtocolEventDisconnectFailed { - get { - return ResourceManager.GetString("ProtocolEventDisconnectFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Protocol to import. - /// - internal static string ProtocolToImport { - get { - return ResourceManager.GetString("ProtocolToImport", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy. - /// - internal static string Proxy { - get { - return ResourceManager.GetString("Proxy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Address. - /// - internal static string ProxyAddress { - get { - return ResourceManager.GetString("ProxyAddress", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Password. - /// - internal static string ProxyPassword { - get { - return ResourceManager.GetString("ProxyPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Port. - /// - internal static string ProxyPort { - get { - return ResourceManager.GetString("ProxyPort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy test failed!. - /// - internal static string ProxyTestFailed { - get { - return ResourceManager.GetString("ProxyTestFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy test succeeded!. - /// - internal static string ProxyTestSucceeded { - get { - return ResourceManager.GetString("ProxyTestSucceeded", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Type. - /// - internal static string ProxyType { - get { - return ResourceManager.GetString("ProxyType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Username. - /// - internal static string ProxyUsername { - get { - return ResourceManager.GetString("ProxyUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Dispose of Putty process failed!. - /// - internal static string PuttyDisposeFailed { - get { - return ResourceManager.GetString("PuttyDisposeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't set focus!. - /// - internal static string PuttyFocusFailed { - get { - return ResourceManager.GetString("PuttyFocusFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Putty Handle: {0}. - /// - internal static string PuttyHandle { - get { - return ResourceManager.GetString("PuttyHandle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Killing Putty Process failed!. - /// - internal static string PuttyKillFailed { - get { - return ResourceManager.GetString("PuttyKillFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Putty Resize Failed!. - /// - internal static string PuttyResizeFailed { - get { - return ResourceManager.GetString("PuttyResizeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PuTTY Saved Sessions. - /// - internal static string PuttySavedSessionsRootName { - get { - return ResourceManager.GetString("PuttySavedSessionsRootName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PuTTY Session. - /// - internal static string PuttySession { - get { - return ResourceManager.GetString("PuttySession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To configure PuTTY sessions click this button:. - /// - internal static string PuttySessionsConfig { - get { - return ResourceManager.GetString("PuttySessionsConfig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PuTTY Settings. - /// - internal static string PuttySettings { - get { - return ResourceManager.GetString("PuttySettings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show PuTTY Settings Dialog failed!. - /// - internal static string PuttyShowSettingsDialogFailed { - get { - return ResourceManager.GetString("PuttyShowSettingsDialogFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to --- PuTTY Stuff ---. - /// - internal static string PuttyStuff { - get { - return ResourceManager.GetString("PuttyStuff", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:. - /// - internal static string PuttyTimeout { - get { - return ResourceManager.GetString("PuttyTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PuTTY Title: {0}. - /// - internal static string PuttyTitle { - get { - return ResourceManager.GetString("PuttyTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quick: {0}. - /// - internal static string Quick { - get { - return ResourceManager.GetString("Quick", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quick Connect. - /// - internal static string QuickConnect { - get { - return ResourceManager.GetString("QuickConnect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quick Connect Add Failed!. - /// - internal static string QuickConnectAddFailed { - get { - return ResourceManager.GetString("QuickConnectAddFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Creating quick connect failed. - /// - internal static string QuickConnectFailed { - get { - return ResourceManager.GetString("QuickConnectFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quick Connect Toolbar. - /// - internal static string QuickConnectToolbar { - get { - return ResourceManager.GetString("QuickConnectToolbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warn me only when e&xiting mRemoteNG. - /// - internal static string RadioCloseWarnExit { - get { - return ResourceManager.GetString("RadioCloseWarnExit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warn me only when closing &multiple connections. - /// - internal static string RadioCloseWarnMultiple { - get { - return ResourceManager.GetString("RadioCloseWarnMultiple", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do &not warn me when closing connections. - /// - internal static string RadioCloseWarnNever { - get { - return ResourceManager.GetString("RadioCloseWarnNever", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RAW. - /// - internal static string Raw { - get { - return ResourceManager.GetString("Raw", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP. - /// - internal static string Rdp { - get { - return ResourceManager.GetString("Rdp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 16777216 Colours (24-bit). - /// - internal static string Rdp16777216Colors { - get { - return ResourceManager.GetString("Rdp16777216Colors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 256 Colours (8-bit). - /// - internal static string Rdp256Colors { - get { - return ResourceManager.GetString("Rdp256Colors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 32768 Colours (15-bit). - /// - internal static string Rdp32768Colors { - get { - return ResourceManager.GetString("Rdp32768Colors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 16777216 Colours (32-bit). - /// - internal static string Rdp4294967296Colors { - get { - return ResourceManager.GetString("Rdp4294967296Colors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 65536 Colours (16-bit). - /// - internal static string Rdp65536Colors { - get { - return ResourceManager.GetString("Rdp65536Colors", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alert on Idle disconnect. - /// - internal static string RdpAlertIdleTimeout { - get { - return ResourceManager.GetString("RdpAlertIdleTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't create RDP control, please check mRemoteNG requirements.. - /// - internal static string RdpControlCreationFailed { - get { - return ResourceManager.GetString("RdpControlCreationFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Disconnect failed, trying to close!. - /// - internal static string RdpDisconnectFailed { - get { - return ResourceManager.GetString("RdpDisconnectFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Internal error code 1.. - /// - internal static string RdpErrorCode1 { - get { - return ResourceManager.GetString("RdpErrorCode1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Internal error code 2.. - /// - internal static string RdpErrorCode2 { - get { - return ResourceManager.GetString("RdpErrorCode2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Internal error code 3. This is not a valid state.. - /// - internal static string RdpErrorCode3 { - get { - return ResourceManager.GetString("RdpErrorCode3", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Internal error code 4.. - /// - internal static string RdpErrorCode4 { - get { - return ResourceManager.GetString("RdpErrorCode4", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An unrecoverable error has occurred during client connection.. - /// - internal static string RdpErrorConnection { - get { - return ResourceManager.GetString("RdpErrorConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to GetError failed (FatalErrors). - /// - internal static string RdpErrorGetFailure { - get { - return ResourceManager.GetString("RdpErrorGetFailure", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An out-of-memory error has occurred.. - /// - internal static string RdpErrorOutOfMemory { - get { - return ResourceManager.GetString("RdpErrorOutOfMemory", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An unknown error has occurred.. - /// - internal static string RdpErrorUnknown { - get { - return ResourceManager.GetString("RdpErrorUnknown", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to A window-creation error has occurred.. - /// - internal static string RdpErrorWindowCreation { - get { - return ResourceManager.GetString("RdpErrorWindowCreation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Winsock initialization error.. - /// - internal static string RdpErrorWinsock { - get { - return ResourceManager.GetString("RdpErrorWinsock", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Focus failed!. - /// - internal static string RdpFocusFailed { - get { - return ResourceManager.GetString("RdpFocusFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Domain. - /// - internal static string RdpGatewayDomain { - get { - return ResourceManager.GetString("RdpGatewayDomain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Hostname. - /// - internal static string RdpGatewayHostname { - get { - return ResourceManager.GetString("RdpGatewayHostname", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Gateway is supported.. - /// - internal static string RdpGatewayIsSupported { - get { - return ResourceManager.GetString("RdpGatewayIsSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Gateway is not supported!. - /// - internal static string RdpGatewayNotSupported { - get { - return ResourceManager.GetString("RdpGatewayNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remote Desktop Gateway Password. - /// - internal static string RdpGatewayPassword { - get { - return ResourceManager.GetString("RdpGatewayPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Gateway. - /// - internal static string RdpGatewayUsageMethod { - get { - return ResourceManager.GetString("RdpGatewayUsageMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Credentials. - /// - internal static string RdpGatewayUseConnectionCredentials { - get { - return ResourceManager.GetString("RdpGatewayUseConnectionCredentials", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Username. - /// - internal static string RdpGatewayUsername { - get { - return ResourceManager.GetString("RdpGatewayUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Connection Timeout. - /// - internal static string RdpOverallConnectionTimeout { - get { - return ResourceManager.GetString("RdpOverallConnectionTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version.. - /// - internal static string RdpProtocolVersionNotSupported { - get { - return ResourceManager.GetString("RdpProtocolVersionNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP reconnection count:. - /// - internal static string RdpReconnectCount { - get { - return ResourceManager.GetString("RdpReconnectCount", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetAuthenticationLevel failed!. - /// - internal static string RdpSetAuthenticationLevelFailed { - get { - return ResourceManager.GetString("RdpSetAuthenticationLevelFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetUseConsoleSession failed!. - /// - internal static string RdpSetConsoleSessionFailed { - get { - return ResourceManager.GetString("RdpSetConsoleSessionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Setting Console switch for RDC {0}.. - /// - internal static string RdpSetConsoleSwitch { - get { - return ResourceManager.GetString("RdpSetConsoleSwitch", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetCredentials failed!. - /// - internal static string RdpSetCredentialsFailed { - get { - return ResourceManager.GetString("RdpSetCredentialsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetEventHandlers failed!. - /// - internal static string RdpSetEventHandlersFailed { - get { - return ResourceManager.GetString("RdpSetEventHandlersFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetRDGateway failed!. - /// - internal static string RdpSetGatewayFailed { - get { - return ResourceManager.GetString("RdpSetGatewayFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetPerformanceFlags failed!. - /// - internal static string RdpSetPerformanceFlagsFailed { - get { - return ResourceManager.GetString("RdpSetPerformanceFlagsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetPort failed!. - /// - internal static string RdpSetPortFailed { - get { - return ResourceManager.GetString("RdpSetPortFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetProps failed!. - /// - internal static string RdpSetPropsFailed { - get { - return ResourceManager.GetString("RdpSetPropsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Set Redirection Failed!. - /// - internal static string RdpSetRedirectionFailed { - get { - return ResourceManager.GetString("RdpSetRedirectionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Set Redirect Keys Failed!. - /// - internal static string RdpSetRedirectKeysFailed { - get { - return ResourceManager.GetString("RdpSetRedirectKeysFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP SetResolution failed!. - /// - internal static string RdpSetResolutionFailed { - get { - return ResourceManager.GetString("RdpSetResolutionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Smart Size. - /// - internal static string RdpSmartSize { - get { - return ResourceManager.GetString("RdpSmartSize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bring to this computer. - /// - internal static string RdpSoundBringToThisComputer { - get { - return ResourceManager.GetString("RdpSoundBringToThisComputer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Leave at remote computer. - /// - internal static string RdpSoundLeaveAtRemoteComputer { - get { - return ResourceManager.GetString("RdpSoundLeaveAtRemoteComputer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP ToggleFullscreen failed!. - /// - internal static string RdpToggleFullscreenFailed { - get { - return ResourceManager.GetString("RdpToggleFullscreenFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP ToggleSmartSize failed!. - /// - internal static string RdpToggleSmartSizeFailed { - get { - return ResourceManager.GetString("RdpToggleSmartSizeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Version. - /// - internal static string RdpVersion { - get { - return ResourceManager.GetString("RdpVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Read only:. - /// - internal static string ReadOnly { - get { - return ResourceManager.GetString("ReadOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reconnect. - /// - internal static string Reconnect { - get { - return ResourceManager.GetString("Reconnect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reconnect All Open Connections. - /// - internal static string ReconnectAll { - get { - return ResourceManager.GetString("ReconnectAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reconnect All Connections. - /// - internal static string ReconnectAllConnections { - get { - return ResourceManager.GetString("ReconnectAllConnections", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reconnect to previously opened sessions on startup. - /// - internal static string ReconnectAtStartup { - get { - return ResourceManager.GetString("ReconnectAtStartup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Redirect. - /// - internal static string Redirect { - get { - return ResourceManager.GetString("Redirect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Key Combinations. - /// - internal static string RedirectKeys { - get { - return ResourceManager.GetString("RedirectKeys", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Refresh. - /// - internal static string Refresh { - get { - return ResourceManager.GetString("Refresh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Refresh Screen (VNC). - /// - internal static string RefreshScreen { - get { - return ResourceManager.GetString("RefreshScreen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Release Channel. - /// - internal static string ReleaseChannel { - get { - return ResourceManager.GetString("ReleaseChannel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stable channel includes final releases only. - ///Beta channel includes Betas & Release Candidates. - ///Development Channel includes Alphas, Betas & Release Candidates.. - /// - internal static string ReleaseChannelExplanation { - get { - return ResourceManager.GetString("ReleaseChannelExplanation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Released under the GNU General Public License (GPL). - /// - internal static string ReleasedUnderGPL { - get { - return ResourceManager.GetString("ReleasedUnderGPL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remote file. - /// - internal static string RemoteFile { - get { - return ResourceManager.GetString("RemoteFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove All. - /// - internal static string RemoveAll { - get { - return ResourceManager.GetString("RemoveAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename. - /// - internal static string Rename { - get { - return ResourceManager.GetString("Rename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Connection. - /// - internal static string RenameConnection { - get { - return ResourceManager.GetString("RenameConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Folder. - /// - internal static string RenameFolder { - get { - return ResourceManager.GetString("RenameFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Tab. - /// - internal static string RenameTab { - get { - return ResourceManager.GetString("RenameTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rendering Engine. - /// - internal static string RenderingEngine { - get { - return ResourceManager.GetString("RenderingEngine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Report a Bug. - /// - internal static string ReportBug { - get { - return ResourceManager.GetString("ReportBug", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reset layout. - /// - internal static string ResetLayout { - get { - return ResourceManager.GetString("ResetLayout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resolution. - /// - internal static string Resolution { - get { - return ResourceManager.GetString("Resolution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rlogin. - /// - internal static string Rlogin { - get { - return ResourceManager.GetString("Rlogin", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Run elevated. - /// - internal static string RunElevated { - get { - return ResourceManager.GetString("RunElevated", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save. - /// - internal static string Save { - get { - return ResourceManager.GetString("Save", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save All. - /// - internal static string SaveAll { - get { - return ResourceManager.GetString("SaveAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save Connection File. - /// - internal static string SaveConnectionFile { - get { - return ResourceManager.GetString("SaveConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save Connection File As.... - /// - internal static string SaveConnectionFileAs { - get { - return ResourceManager.GetString("SaveConnectionFileAs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save connections after every edit. - /// - internal static string SaveConnectionsAfterEveryEdit { - get { - return ResourceManager.GetString("SaveConnectionsAfterEveryEdit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you want to save the current connections file before loading another?. - /// - internal static string SaveConnectionsFileBeforeOpeningAnother { - get { - return ResourceManager.GetString("SaveConnectionsFileBeforeOpeningAnother", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save connections on exit. - /// - internal static string SaveConsOnExit { - get { - return ResourceManager.GetString("SaveConsOnExit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png. - /// - internal static string SaveImageFilter { - get { - return ResourceManager.GetString("SaveImageFilter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Screen. - /// - internal static string Screen { - get { - return ResourceManager.GetString("Screen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Screenshot. - /// - internal static string Screenshot { - get { - return ResourceManager.GetString("Screenshot", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Screenshots. - /// - internal static string Screenshots { - get { - return ResourceManager.GetString("Screenshots", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search. - /// - internal static string SearchPrompt { - get { - return ResourceManager.GetString("SearchPrompt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Seconds. - /// - internal static string Seconds { - get { - return ResourceManager.GetString("Seconds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue.. - /// - internal static string SelectPanel { - get { - return ResourceManager.GetString("SelectPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Send Special Keys (VNC). - /// - internal static string SendSpecialKeys { - get { - return ResourceManager.GetString("SendSpecialKeys", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Send To.... - /// - internal static string SendTo { - get { - return ResourceManager.GetString("SendTo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Server '{0}' was not accessible.. - /// - internal static string ServerNotAccessible { - get { - return ResourceManager.GetString("ServerNotAccessible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Server status:. - /// - internal static string ServerStatus { - get { - return ResourceManager.GetString("ServerStatus", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections. - /// - internal static string SetHostnameLikeDisplayName { - get { - return ResourceManager.GetString("SetHostnameLikeDisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't save settings or dispose SysTray Icon!. - /// - internal static string SettingsCouldNotBeSavedOrTrayDispose { - get { - return ResourceManager.GetString("SettingsCouldNotBeSavedOrTrayDispose", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show description tooltips in connection tree. - /// - internal static string ShowDescriptionTooltips { - get { - return ResourceManager.GetString("ShowDescriptionTooltips", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show full connections file path in window title. - /// - internal static string ShowFullConsFilePath { - get { - return ResourceManager.GetString("ShowFullConsFilePath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Show Help Text. - /// - internal static string ShowHelpText { - get { - return ResourceManager.GetString("ShowHelpText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show/Hide Menu Strip. - /// - internal static string ShowHideMenu { - get { - return ResourceManager.GetString("ShowHideMenu", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show logon information on tab names. - /// - internal static string ShowLogonInfoOnTabs { - get { - return ResourceManager.GetString("ShowLogonInfoOnTabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show On Toolbar. - /// - internal static string ShowOnToolbar { - get { - return ResourceManager.GetString("ShowOnToolbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show on toolbar column. - /// - internal static string ShowOnToolbarColumnHeader { - get { - return ResourceManager.GetString("ShowOnToolbarColumnHeader", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show protocols on tab names. - /// - internal static string ShowProtocolOnTabs { - get { - return ResourceManager.GetString("ShowProtocolOnTabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show Text. - /// - internal static string ShowText { - get { - return ResourceManager.GetString("ShowText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show these message types. - /// - internal static string ShowTheseMessageTypes { - get { - return ResourceManager.GetString("ShowTheseMessageTypes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Single click on connection opens it. - /// - internal static string SingleClickOnConnectionOpensIt { - get { - return ResourceManager.GetString("SingleClickOnConnectionOpensIt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Single click on opened connection in Connection Tree switches to opened Connection Tab. - /// - internal static string SingleClickOnOpenConnectionSwitchesToIt { - get { - return ResourceManager.GetString("SingleClickOnOpenConnectionSwitchesToIt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Smart Cards. - /// - internal static string SmartCards { - get { - return ResourceManager.GetString("SmartCards", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SmartSize (RDP/VNC). - /// - internal static string SmartSize { - get { - return ResourceManager.GetString("SmartSize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SmartSize Mode. - /// - internal static string SmartSizeMode { - get { - return ResourceManager.GetString("SmartSizeMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Socks 5. - /// - internal static string Socks5 { - get { - return ResourceManager.GetString("Socks5", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sort. - /// - internal static string Sort { - get { - return ResourceManager.GetString("Sort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ascending (A-Z). - /// - internal static string SortAsc { - get { - return ResourceManager.GetString("SortAsc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Descending (Z-A). - /// - internal static string SortDesc { - get { - return ResourceManager.GetString("SortDesc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sound quality. - /// - internal static string SoundQuality { - get { - return ResourceManager.GetString("SoundQuality", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sounds. - /// - internal static string Sounds { - get { - return ResourceManager.GetString("Sounds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!. - /// - internal static string SQLInfo { - get { - return ResourceManager.GetString("SQLInfo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SQL Server. - /// - internal static string SQLServer { - get { - return ResourceManager.GetString("SQLServer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH background transfer failed!. - /// - internal static string SshBackgroundTransferFailed { - get { - return ResourceManager.GetString("SshBackgroundTransferFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH File Transfer. - /// - internal static string SshFileTransfer { - get { - return ResourceManager.GetString("SshFileTransfer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH Options. - /// - internal static string SshOptions { - get { - return ResourceManager.GetString("SshOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH transfer failed.. - /// - internal static string SshTransferFailed { - get { - return ResourceManager.GetString("SshTransferFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH Tunnel. - /// - internal static string SshTunnel { - get { - return ResourceManager.GetString("SshTunnel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH Tunnel connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection.. - /// - internal static string SshTunnelConfigProblem { - get { - return ResourceManager.GetString("SshTunnelConfigProblem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel.. - /// - internal static string SshTunnelFailed { - get { - return ResourceManager.GetString("SshTunnelFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol.. - /// - internal static string SshTunnelIsNotPutty { - get { - return ResourceManager.GetString("SshTunnelIsNotPutty", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel.. - /// - internal static string SshTunnelNotConnected { - get { - return ResourceManager.GetString("SshTunnelNotConnected", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel.. - /// - internal static string SshTunnelNotInitialized { - get { - return ResourceManager.GetString("SshTunnelNotInitialized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel.. - /// - internal static string SshTunnelPortNotReadyInTime { - get { - return ResourceManager.GetString("SshTunnelPortNotReadyInTime", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH version 1. - /// - internal static string SshV1 { - get { - return ResourceManager.GetString("SshV1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH version 2. - /// - internal static string SshV2 { - get { - return ResourceManager.GetString("SshV2", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stack trace. - /// - internal static string StackTrace { - get { - return ResourceManager.GetString("StackTrace", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Start Chat (VNC). - /// - internal static string StartChat { - get { - return ResourceManager.GetString("StartChat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Start minimized. - /// - internal static string StartMinimized { - get { - return ResourceManager.GetString("StartMinimized", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Startup/Exit. - /// - internal static string StartupExit { - get { - return ResourceManager.GetString("StartupExit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Status. - /// - internal static string Status { - get { - return ResourceManager.GetString("Status", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Support Forum. - /// - internal static string SupportForum { - get { - return ResourceManager.GetString("SupportForum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Switch to Notifications panel on:. - /// - internal static string SwitchToErrorsAndInfos { - get { - return ResourceManager.GetString("SwitchToErrorsAndInfos", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tabs && Panels. - /// - internal static string TabsAndPanels { - get { - return ResourceManager.GetString("TabsAndPanels", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Security. - /// - internal static string TabSecurity { - get { - return ResourceManager.GetString("TabSecurity", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Telnet. - /// - internal static string Telnet { - get { - return ResourceManager.GetString("Telnet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Test connection. - /// - internal static string TestConnection { - get { - return ResourceManager.GetString("TestConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Testing connection. - /// - internal static string TestingConnection { - get { - return ResourceManager.GetString("TestingConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Test Proxy. - /// - internal static string TestProxy { - get { - return ResourceManager.GetString("TestProxy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Test Settings. - /// - internal static string TestSettings { - get { - return ResourceManager.GetString("TestSettings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The following:. - /// - internal static string TheFollowing { - get { - return ResourceManager.GetString("TheFollowing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Theme. - /// - internal static string Theme { - get { - return ResourceManager.GetString("Theme", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Timeout [seconds]. - /// - internal static string TimeoutInSeconds { - get { - return ResourceManager.GetString("TimeoutInSeconds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Title. - /// - internal static string Title { - get { - return ResourceManager.GetString("Title", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error ({0}). - /// - internal static string TitleError { - get { - return ResourceManager.GetString("TitleError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Information ({0}). - /// - internal static string TitleInformation { - get { - return ResourceManager.GetString("TitleInformation", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG password. - /// - internal static string TitlePassword { - get { - return ResourceManager.GetString("TitlePassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG password for {0}. - /// - internal static string TitlePasswordWithName { - get { - return ResourceManager.GetString("TitlePasswordWithName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select Panel. - /// - internal static string TitleSelectPanel { - get { - return ResourceManager.GetString("TitleSelectPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warning ({0}). - /// - internal static string TitleWarning { - get { - return ResourceManager.GetString("TitleWarning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Track active connection in the connection tree. - /// - internal static string TrackActiveConnectionInConnectionTree { - get { - return ResourceManager.GetString("TrackActiveConnectionInConnectionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Transfer. - /// - internal static string Transfer { - get { - return ResourceManager.GetString("Transfer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Transfer File (SSH). - /// - internal static string TransferFile { - get { - return ResourceManager.GetString("TransferFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Try to integrate. - /// - internal static string TryToIntegrate { - get { - return ResourceManager.GetString("TryToIntegrate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ultra VNC Repeater. - /// - internal static string UltraVncRepeater { - get { - return ResourceManager.GetString("UltraVncRepeater", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to UltraVNC SingleClick port:. - /// - internal static string UltraVNCSCListeningPort { - get { - return ResourceManager.GetString("UltraVNCSCListeningPort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to UltraVNC SingleClick. - /// - internal static string UltraVNCSingleClick { - get { - return ResourceManager.GetString("UltraVNCSingleClick", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uncheck the properties you want not to be saved!. - /// - internal static string UncheckProperties { - get { - return ResourceManager.GetString("UncheckProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An unhandled exception has occurred. - /// - internal static string UnhandledExceptionOccured { - get { - return ResourceManager.GetString("UnhandledExceptionOccured", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG requires an update. - /// - internal static string UpdateAvailable { - get { - return ResourceManager.GetString("UpdateAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates.. - /// - internal static string UpdateCheck { - get { - return ResourceManager.GetString("UpdateCheck", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The update information could not be downloaded.. - /// - internal static string UpdateCheckCompleteFailed { - get { - return ResourceManager.GetString("UpdateCheckCompleteFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Download complete! - ///mRemoteNG will now quit and begin with the installation.. - /// - internal static string UpdateDownloadComplete { - get { - return ResourceManager.GetString("UpdateDownloadComplete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The update could not be downloaded.. - /// - internal static string UpdateDownloadCompleteFailed { - get { - return ResourceManager.GetString("UpdateDownloadCompleteFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The update download could not be initiated.. - /// - internal static string UpdateDownloadFailed { - get { - return ResourceManager.GetString("UpdateDownloadFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Every {0} days. - /// - internal static string UpdateFrequencyCustom { - get { - return ResourceManager.GetString("UpdateFrequencyCustom", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The change log could not be downloaded.. - /// - internal static string UpdateGetChangeLogFailed { - get { - return ResourceManager.GetString("UpdateGetChangeLogFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Download Completed!. - /// - internal static string UpdatePortableDownloadComplete { - get { - return ResourceManager.GetString("UpdatePortableDownloadComplete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Updates. - /// - internal static string Updates { - get { - return ResourceManager.GetString("Updates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Console Session. - /// - internal static string UseConsoleSession { - get { - return ResourceManager.GetString("UseConsoleSession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use CredSSP. - /// - internal static string UseCredSsp { - get { - return ResourceManager.GetString("UseCredSsp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use default. - /// - internal static string UseDefault { - get { - return ResourceManager.GetString("UseDefault", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use a different username and password. - /// - internal static string UseDifferentUsernameAndPassword { - get { - return ResourceManager.GetString("UseDifferentUsernameAndPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use enhanced mode. - /// - internal static string UseEnhancedMode { - get { - return ResourceManager.GetString("UseEnhancedMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User. - /// - internal static string User { - get { - return ResourceManager.GetString("User", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Field. - /// - internal static string UserField { - get { - return ResourceManager.GetString("UserField", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Username. - /// - internal static string Username { - get { - return ResourceManager.GetString("Username", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use the same username and password. - /// - internal static string UseSameUsernameAndPassword { - get { - return ResourceManager.GetString("UseSameUsernameAndPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use a smart card. - /// - internal static string UseSmartCard { - get { - return ResourceManager.GetString("UseSmartCard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use SQL Server to load && save connections. - /// - internal static string UseSQLServer { - get { - return ResourceManager.GetString("UseSQLServer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use VM ID. - /// - internal static string UseVmId { - get { - return ResourceManager.GetString("UseVmId", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Verify:. - /// - internal static string Verify { - get { - return ResourceManager.GetString("Verify", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Version. - /// - internal static string Version { - get { - return ResourceManager.GetString("Version", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to View Only. - /// - internal static string ViewOnly { - get { - return ResourceManager.GetString("ViewOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VM ID. - /// - internal static string VmId { - get { - return ResourceManager.GetString("VmId", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC. - /// - internal static string Vnc { - get { - return ResourceManager.GetString("Vnc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC disconnect failed!. - /// - internal static string VncConnectionDisconnectFailed { - get { - return ResourceManager.GetString("VncConnectionDisconnectFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC Refresh Screen Failed!. - /// - internal static string VncRefreshFailed { - get { - return ResourceManager.GetString("VncRefreshFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC SendSpecialKeys failed!. - /// - internal static string VncSendSpecialKeysFailed { - get { - return ResourceManager.GetString("VncSendSpecialKeysFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC Set Event Handlers failed!. - /// - internal static string VncSetEventHandlersFailed { - get { - return ResourceManager.GetString("VncSetEventHandlersFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC Set Props Failed!. - /// - internal static string VncSetPropsFailed { - get { - return ResourceManager.GetString("VncSetPropsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC Toggle SmartSize Failed!. - /// - internal static string VncToggleSmartSizeFailed { - get { - return ResourceManager.GetString("VncToggleSmartSizeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VNC Toggle ViewOnly Failed!. - /// - internal static string VncToggleViewOnlyFailed { - get { - return ResourceManager.GetString("VncToggleViewOnlyFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wait for exit. - /// - internal static string WaitForExit { - get { - return ResourceManager.GetString("WaitForExit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warn me if authentication fails. - /// - internal static string WarnIfAuthFails { - get { - return ResourceManager.GetString("WarnIfAuthFails", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Warnings. - /// - internal static string Warnings { - get { - return ResourceManager.GetString("Warnings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Website. - /// - internal static string Website { - get { - return ResourceManager.GetString("Website", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Weekly. - /// - internal static string Weekly { - get { - return ResourceManager.GetString("Weekly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Windows. - /// - internal static string Windows { - get { - return ResourceManager.GetString("Windows", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Working directory. - /// - internal static string WorkingDirColumnHeader { - get { - return ResourceManager.GetString("WorkingDirColumnHeader", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Working directory:. - /// - internal static string WorkingDirectory { - get { - return ResourceManager.GetString("WorkingDirectory", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Yes. - /// - internal static string Yes { - get { - return ResourceManager.GetString("Yes", resourceCulture); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace mRemoteNG { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // 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()] + internal class Language { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Language() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Resources.Language.Language", typeof(Language).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to &Browse.... + /// + internal static string _Browse { + get { + return ResourceManager.GetString("_Browse", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Cancel. + /// + internal static string _Cancel { + get { + return ResourceManager.GetString("_Cancel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Close. + /// + internal static string _Close { + get { + return ResourceManager.GetString("_Close", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Warn me when closing connections. + /// + internal static string _CloseWarnAll { + get { + return ResourceManager.GetString("_CloseWarnAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Connect:. + /// + internal static string _Connect { + get { + return ResourceManager.GetString("_Connect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Delete. + /// + internal static string _Delete { + get { + return ResourceManager.GetString("_Delete", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Export to File.... + /// + internal static string _ExportToFile { + get { + return ResourceManager.GetString("_ExportToFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &File. + /// + internal static string _File { + get { + return ResourceManager.GetString("_File", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Help. + /// + internal static string _Help { + get { + return ResourceManager.GetString("_Help", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Import. + /// + internal static string _Import { + get { + return ResourceManager.GetString("_Import", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Launch. + /// + internal static string _Launch { + get { + return ResourceManager.GetString("_Launch", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &New. + /// + internal static string _New { + get { + return ResourceManager.GetString("_New", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &OK. + /// + internal static string _Ok { + get { + return ResourceManager.GetString("_Ok", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Scan. + /// + internal static string _Scan { + get { + return ResourceManager.GetString("_Scan", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Stop. + /// + internal static string _Stop { + get { + return ResourceManager.GetString("_Stop", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Tools. + /// + internal static string _Tools { + get { + return ResourceManager.GetString("_Tools", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Try again. + /// + internal static string _TryAgain { + get { + return ResourceManager.GetString("_TryAgain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &View. + /// + internal static string _View { + get { + return ResourceManager.GetString("_View", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to About. + /// + internal static string About { + get { + return ResourceManager.GetString("About", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Active Directory. + /// + internal static string ActiveDirectory { + get { + return ResourceManager.GetString("ActiveDirectory", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add. + /// + internal static string Add { + get { + return ResourceManager.GetString("Add", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add Connection Panel. + /// + internal static string AddConnectionPanel { + get { + return ResourceManager.GetString("AddConnectionPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AddNodeFromXML failed!. + /// + internal static string AddNodeFromXmlFailed { + get { + return ResourceManager.GetString("AddNodeFromXmlFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Address:. + /// + internal static string Address { + get { + return ResourceManager.GetString("Address", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced. + /// + internal static string Advanced { + get { + return ResourceManager.GetString("Advanced", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced security options. + /// + internal static string AdvancedSecurityOptions { + get { + return ResourceManager.GetString("AdvancedSecurityOptions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to All. + /// + internal static string All { + get { + return ResourceManager.GetString("All", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required). + /// + internal static string AllowOnlySingleInstance { + get { + return ResourceManager.GetString("AllowOnlySingleInstance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always. + /// + internal static string Always { + get { + return ResourceManager.GetString("Always", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always connect, even if authentication fails. + /// + internal static string AlwaysConnectEvenIfAuthFails { + get { + return ResourceManager.GetString("AlwaysConnectEvenIfAuthFails", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always show connection tabs. + /// + internal static string AlwaysShowConnectionTabs { + get { + return ResourceManager.GetString("AlwaysShowConnectionTabs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always show panel selection dialog when opening connections. + /// + internal static string AlwaysShowPanelSelection { + get { + return ResourceManager.GetString("AlwaysShowPanelSelection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always show panel tabs. + /// + internal static string AlwaysShowPanelTabs { + get { + return ResourceManager.GetString("AlwaysShowPanelTabs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Always show notification area icon. + /// + internal static string AlwaysShowSysTrayIcon { + get { + return ResourceManager.GetString("AlwaysShowSysTrayIcon", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Appearance. + /// + internal static string Appearance { + get { + return ResourceManager.GetString("Appearance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Apply. + /// + internal static string Apply { + get { + return ResourceManager.GetString("Apply", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Arguments. + /// + internal static string Arguments { + get { + return ResourceManager.GetString("Arguments", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ask me again later. + /// + internal static string AskUpdatesCommandAskLater { + get { + return ResourceManager.GetString("AskUpdatesCommandAskLater", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Customize the settings now. + /// + internal static string AskUpdatesCommandCustom { + get { + return ResourceManager.GetString("AskUpdatesCommandCustom", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use the recommended settings. + /// + internal static string AskUpdatesCommandRecommended { + get { + return ResourceManager.GetString("AskUpdatesCommandRecommended", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly.. + /// + internal static string AskUpdatesContent { + get { + return ResourceManager.GetString("AskUpdatesContent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatic update settings. + /// + internal static string AskUpdatesMainInstruction { + get { + return ResourceManager.GetString("AskUpdatesMainInstruction", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Aspect. + /// + internal static string Aspect { + get { + return ResourceManager.GetString("Aspect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Assigned Credential. + /// + internal static string AssignedCredential { + get { + return ResourceManager.GetString("AssignedCredential", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Audio Capture. + /// + internal static string AudioCapture { + get { + return ResourceManager.GetString("AudioCapture", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Server Authentication. + /// + internal static string AuthenticationLevel { + get { + return ResourceManager.GetString("AuthenticationLevel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Authentication mode. + /// + internal static string AuthenticationMode { + get { + return ResourceManager.GetString("AuthenticationMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host '{0}'. + /// + internal static string AutomaticReconnectError { + get { + return ResourceManager.GetString("AutomaticReconnectError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatic resize. + /// + internal static string AutomaticResize { + get { + return ResourceManager.GetString("AutomaticResize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):. + /// + internal static string AutoSaveEvery { + get { + return ResourceManager.GetString("AutoSaveEvery", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Latest version. + /// + internal static string AvailableVersion { + get { + return ResourceManager.GetString("AvailableVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Basic. + /// + internal static string Basic { + get { + return ResourceManager.GetString("Basic", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Default Inheritance. + /// + internal static string ButtonDefaultInheritance { + get { + return ResourceManager.GetString("ButtonDefaultInheritance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Default Properties. + /// + internal static string ButtonDefaultProperties { + get { + return ResourceManager.GetString("ButtonDefaultProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Launch PuTTY. + /// + internal static string ButtonLaunchPutty { + get { + return ResourceManager.GetString("ButtonLaunchPutty", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cache Bitmaps. + /// + internal static string CacheBitmaps { + get { + return ResourceManager.GetString("CacheBitmaps", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!. + /// + internal static string CannotStartPortScan { + get { + return ResourceManager.GetString("CannotStartPortScan", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/. + /// + internal static string CcICAFailed { + get { + return ResourceManager.GetString("CcICAFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to All ICA components were found and seem to be registered properly. + ///Citrix ICA Client Control Version {0}. + /// + internal static string CcICAOK { + get { + return ResourceManager.GetString("CcICAOK", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to not installed properly. + /// + internal static string CcNotInstalledProperly { + get { + return ResourceManager.GetString("CcNotInstalledProperly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The SSH, Telnet, Rlogin and RAW protocols need PuTTY to work. PuTTY comes with every mRemoteNG package and is located in the installation path. + ///Please make sure that either you have the Putty.exe in your mRemoteNG directory (default: c:\Program Files\mRemoteNG\) or that you specified a valid path to your PuTTY executable in the Options (Tools - Options - Advanced - Custom PuTTY path). + /// + internal static string CcPuttyFailed { + get { + return ResourceManager.GetString("CcPuttyFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The PuTTY executable was found and should be ready to use.. + /// + internal static string CcPuttyOK { + get { + return ResourceManager.GetString("CcPuttyOK", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to For RDP to work properly you need to have at least Remote Desktop Connection (Terminal Services) Client 8.0 installed. You can download it here: http://support.microsoft.com/kb/925876 + ///If this check still fails or you are unable to use RDP, please consult the at {0}.. + /// + internal static string CcRDPFailed { + get { + return ResourceManager.GetString("CcRDPFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The following RDP protocol versions are supported on this machine: {0}. + /// + internal static string CcRDPOK { + get { + return ResourceManager.GetString("CcRDPOK", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC requires VncSharp.dll to be located in your mRemoteNG application folder. + ///Please make sure that you have the VncSharp.dll file in your mRemoteNG application folder (usually C:\Program Files\mRemoteNG\). + ///If you are still not able to pass this check or use VNC in mRemoteNG please consult the at {0}.. + /// + internal static string CcVNCFailed { + get { + return ResourceManager.GetString("CcVNCFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to All VNC components were found and seem to be registered properly. + ///VncSharp Control Version {0}. + /// + internal static string CcVNCOK { + get { + return ResourceManager.GetString("CcVNCOK", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Change. + /// + internal static string Change { + get { + return ResourceManager.GetString("Change", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host '{0}'. + /// + internal static string ChangeConnectionResolutionError { + get { + return ResourceManager.GetString("ChangeConnectionResolutionError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Changelog. + /// + internal static string Changelog { + get { + return ResourceManager.GetString("Changelog", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check Again. + /// + internal static string CheckAgain { + get { + return ResourceManager.GetString("CheckAgain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP && ICA only). + /// + internal static string CheckboxAutomaticReconnect { + get { + return ResourceManager.GetString("CheckboxAutomaticReconnect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do not show this message again.. + /// + internal static string CheckboxDoNotShowThisMessageAgain { + get { + return ResourceManager.GetString("CheckboxDoNotShowThisMessageAgain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This proxy server requires authentication. + /// + internal static string CheckboxProxyAuthentication { + get { + return ResourceManager.GetString("CheckboxProxyAuthentication", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use custom PuTTY path:. + /// + internal static string CheckboxPuttyPath { + get { + return ResourceManager.GetString("CheckboxPuttyPath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reconnect when ready. + /// + internal static string CheckboxReconnectWhenReady { + get { + return ResourceManager.GetString("CheckboxReconnectWhenReady", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use a proxy server to connect. + /// + internal static string CheckboxUpdateUseProxy { + get { + return ResourceManager.GetString("CheckboxUpdateUseProxy", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check failed!. + /// + internal static string CheckFailed { + get { + return ResourceManager.GetString("CheckFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check for Updates. + /// + internal static string CheckForUpdates { + get { + return ResourceManager.GetString("CheckForUpdates", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check for updates at startup. + /// + internal static string CheckForUpdatesOnStartup { + get { + return ResourceManager.GetString("CheckForUpdatesOnStartup", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Checking for updates.... + /// + internal static string CheckingForUpdates { + get { + return ResourceManager.GetString("CheckingForUpdates", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check now. + /// + internal static string CheckNow { + get { + return ResourceManager.GetString("CheckNow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check proper installation of components at startup. + /// + internal static string CheckProperInstallationOfComponentsAtStartup { + get { + return ResourceManager.GetString("CheckProperInstallationOfComponentsAtStartup", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Check succeeded!. + /// + internal static string CheckSucceeded { + get { + return ResourceManager.GetString("CheckSucceeded", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose a path for the mRemoteNG log file. + /// + internal static string ChooseLogPath { + get { + return ResourceManager.GetString("ChooseLogPath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose panel before connecting. + /// + internal static string ChoosePanelBeforeConnecting { + get { + return ResourceManager.GetString("ChoosePanelBeforeConnecting", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose path. + /// + internal static string ChoosePath { + get { + return ResourceManager.GetString("ChoosePath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clear search string. + /// + internal static string ClearSearchString { + get { + return ResourceManager.GetString("ClearSearchString", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clipboard. + /// + internal static string Clipboard { + get { + return ResourceManager.GetString("Clipboard", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Closed Ports. + /// + internal static string ClosedPorts { + get { + return ResourceManager.GetString("ClosedPorts", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Close to notification area. + /// + internal static string CloseToSysTray { + get { + return ResourceManager.GetString("CloseToSysTray", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to When closing connections:. + /// + internal static string ClosingConnections { + get { + return ResourceManager.GetString("ClosingConnections", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Collapse all folders. + /// + internal static string CollapseAllFolders { + get { + return ResourceManager.GetString("CollapseAllFolders", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Colours. + /// + internal static string Colors { + get { + return ResourceManager.GetString("Colors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to E&xit {0}. + /// + internal static string CommandExitProgram { + get { + return ResourceManager.GetString("CommandExitProgram", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't parse command line args!. + /// + internal static string CommandLineArgsCouldNotBeParsed { + get { + return ResourceManager.GetString("CommandLineArgsCouldNotBeParsed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Open a connection file. + /// + internal static string CommandOpenConnectionFile { + get { + return ResourceManager.GetString("CommandOpenConnectionFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it.. + /// + internal static string CompatibilityLenovoAutoScrollUtilityDetected { + get { + return ResourceManager.GetString("CompatibilityLenovoAutoScrollUtilityDetected", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Compatibility problem detected. + /// + internal static string CompatibilityProblemDetected { + get { + return ResourceManager.GetString("CompatibilityProblemDetected", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Components Check. + /// + internal static string ComponentsCheck { + get { + return ResourceManager.GetString("ComponentsCheck", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Compression. + /// + internal static string Compression { + get { + return ResourceManager.GetString("Compression", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Config. + /// + internal static string Config { + get { + return ResourceManager.GetString("Config", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to btnIcon_Click failed!. + /// + internal static string ConfigPropertyGridButtonIconClickFailed { + get { + return ResourceManager.GetString("ConfigPropertyGridButtonIconClickFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ShowHideGridItems failed!. + /// + internal static string ConfigPropertyGridHideItemsFailed { + get { + return ResourceManager.GetString("ConfigPropertyGridHideItemsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to IconMenu_Click failed!. + /// + internal static string ConfigPropertyGridMenuClickFailed { + get { + return ResourceManager.GetString("ConfigPropertyGridMenuClickFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Property Grid object failed!. + /// + internal static string ConfigPropertyGridObjectFailed { + get { + return ResourceManager.GetString("ConfigPropertyGridObjectFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SetHostStatus failed!. + /// + internal static string ConfigPropertyGridSetHostStatusFailed { + get { + return ResourceManager.GetString("ConfigPropertyGridSetHostStatusFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to pGrid_PopertyValueChanged failed!. + /// + internal static string ConfigPropertyGridValueFailed { + get { + return ResourceManager.GetString("ConfigPropertyGridValueFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Config UI load failed!. + /// + internal static string ConfigUiLoadFailed { + get { + return ResourceManager.GetString("ConfigUiLoadFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Create a New Connection File. + /// + internal static string ConfigurationCreateNew { + get { + return ResourceManager.GetString("ConfigurationCreateNew", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use a Custom File Path. + /// + internal static string ConfigurationCustomPath { + get { + return ResourceManager.GetString("ConfigurationCustomPath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import an Existing File. + /// + internal static string ConfigurationImportFile { + get { + return ResourceManager.GetString("ConfigurationImportFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to close all connections except for "{0}"?. + /// + internal static string ConfirmCloseConnectionOthersInstruction { + get { + return ResourceManager.GetString("ConfirmCloseConnectionOthersInstruction", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed.. + /// + internal static string ConfirmCloseConnectionPanelMainInstruction { + get { + return ResourceManager.GetString("ConfirmCloseConnectionPanelMainInstruction", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to delete the credential record, {0}?. + /// + internal static string ConfirmDeleteCredentialRecord { + get { + return ResourceManager.GetString("ConfirmDeleteCredentialRecord", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to delete the external tool, "{0}"?. + /// + internal static string ConfirmDeleteExternalTool { + get { + return ResourceManager.GetString("ConfirmDeleteExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?. + /// + internal static string ConfirmDeleteExternalToolMultiple { + get { + return ResourceManager.GetString("ConfirmDeleteExternalToolMultiple", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to delete the connection, "{0}"?. + /// + internal static string ConfirmDeleteNodeConnection { + get { + return ResourceManager.GetString("ConfirmDeleteNodeConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to delete the empty folder, "{0}"?. + /// + internal static string ConfirmDeleteNodeFolder { + get { + return ResourceManager.GetString("ConfirmDeleteNodeFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted.. + /// + internal static string ConfirmDeleteNodeFolderNotEmpty { + get { + return ResourceManager.GetString("ConfirmDeleteNodeFolderNotEmpty", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do you want to close all open connections?. + /// + internal static string ConfirmExitMainInstruction { + get { + return ResourceManager.GetString("ConfirmExitMainInstruction", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?. + /// + internal static string ConfirmResetLayout { + get { + return ResourceManager.GetString("ConfirmResetLayout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect. + /// + internal static string Connect { + get { + return ResourceManager.GetString("Connect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect in fullscreen mode. + /// + internal static string ConnectInFullscreen { + get { + return ResourceManager.GetString("ConnectInFullscreen", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connecting.... + /// + internal static string Connecting { + get { + return ResourceManager.GetString("Connecting", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect in View Only mode. + /// + internal static string ConnectInViewOnlyMode { + get { + return ResourceManager.GetString("ConnectInViewOnlyMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection. + /// + internal static string Connection { + get { + return ResourceManager.GetString("Connection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Protocol Event Connected. + /// + internal static string ConnectionEventConnected { + get { + return ResourceManager.GetString("ConnectionEventConnected", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}"). + /// + internal static string ConnectionEventConnectedDetail { + get { + return ResourceManager.GetString("ConnectionEventConnectedDetail", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}". + /// + internal static string ConnectionEventErrorOccured { + get { + return ResourceManager.GetString("ConnectionEventErrorOccured", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection failed!. + /// + internal static string ConnectionFailed { + get { + return ResourceManager.GetString("ConnectionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The connection file could not be found.. + /// + internal static string ConnectionFileNotFound { + get { + return ResourceManager.GetString("ConnectionFileNotFound", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Opening connection failed!. + /// + internal static string ConnectionOpenFailed { + get { + return ResourceManager.GetString("ConnectionOpenFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot open connection: No hostname specified!. + /// + internal static string ConnectionOpenFailedNoHostname { + get { + return ResourceManager.GetString("ConnectionOpenFailedNoHostname", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection Panels. + /// + internal static string ConnectionPanels { + get { + return ResourceManager.GetString("ConnectionPanels", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connections. + /// + internal static string Connections { + get { + return ResourceManager.GetString("Connections", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connections and Config. + /// + internal static string ConnectionsAndConfig { + get { + return ResourceManager.GetString("ConnectionsAndConfig", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't set default port!. + /// + internal static string ConnectionSetDefaultPortFailed { + get { + return ResourceManager.GetString("ConnectionSetDefaultPortFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't create backup of connections file!. + /// + internal static string ConnectionsFileBackupFailed { + get { + return ResourceManager.GetString("ConnectionsFileBackupFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connections file "{0}" could not be loaded!. + /// + internal static string ConnectionsFileCouldNotBeLoaded { + get { + return ResourceManager.GetString("ConnectionsFileCouldNotBeLoaded", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connections file "{0}" could not be loaded! + ///Starting with new connections file.. + /// + internal static string ConnectionsFileCouldNotBeLoadedNew { + get { + return ResourceManager.GetString("ConnectionsFileCouldNotBeLoadedNew", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't save connections file as "{0}"!. + /// + internal static string ConnectionsFileCouldNotSaveAs { + get { + return ResourceManager.GetString("ConnectionsFileCouldNotSaveAs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection successful. + /// + internal static string ConnectionSuccessful { + get { + return ResourceManager.GetString("ConnectionSuccessful", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect without credentials. + /// + internal static string ConnectNoCredentials { + get { + return ResourceManager.GetString("ConnectNoCredentials", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect to console session. + /// + internal static string ConnectToConsoleSession { + get { + return ResourceManager.GetString("ConnectToConsoleSession", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect (with options). + /// + internal static string ConnectWithOptions { + get { + return ResourceManager.GetString("ConnectWithOptions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}.. + /// + internal static string ConnenctionClosedByUser { + get { + return ResourceManager.GetString("ConnenctionClosedByUser", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection Event Closed. + /// + internal static string ConnenctionCloseEvent { + get { + return ResourceManager.GetString("ConnenctionCloseEvent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection Event Closed failed!. + /// + internal static string ConnenctionCloseEventFailed { + get { + return ResourceManager.GetString("ConnenctionCloseEventFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copy. + /// + internal static string Copy { + get { + return ResourceManager.GetString("Copy", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copy All. + /// + internal static string CopyAll { + get { + return ResourceManager.GetString("CopyAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copy Hostname. + /// + internal static string CopyHostname { + get { + return ResourceManager.GetString("CopyHostname", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't create new connections file!. + /// + internal static string CouldNotCreateNewConnectionsFile { + get { + return ResourceManager.GetString("CouldNotCreateNewConnectionsFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not find external tool with name "{0}". + /// + internal static string CouldNotFindExternalTool { + get { + return ResourceManager.GetString("CouldNotFindExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid.. + /// + internal static string CouldNotFindToolStripInFilteredPropertyGrid { + get { + return ResourceManager.GetString("CouldNotFindToolStripInFilteredPropertyGrid", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Create an empty panel when mRemoteNG starts. + /// + internal static string CreateEmptyPanelOnStartUp { + get { + return ResourceManager.GetString("CreateEmptyPanelOnStartUp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Credentials. + /// + internal static string Credentials { + get { + return ResourceManager.GetString("Credentials", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Credential not available. + /// + internal static string CredentialUnavailable { + get { + return ResourceManager.GetString("CredentialUnavailable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Credits. + /// + internal static string Credits { + get { + return ResourceManager.GetString("Credits", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ctrl-Alt-Del. + /// + internal static string CtrlAltDel { + get { + return ResourceManager.GetString("CtrlAltDel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ctrl-Esc. + /// + internal static string CtrlEsc { + get { + return ResourceManager.GetString("CtrlEsc", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Daily. + /// + internal static string Daily { + get { + return ResourceManager.GetString("Daily", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Database:. + /// + internal static string Database { + get { + return ResourceManager.GetString("Database", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Database '{0}' not available.. + /// + internal static string DatabaseNotAvailable { + get { + return ResourceManager.GetString("DatabaseNotAvailable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Debug. + /// + internal static string Debug { + get { + return ResourceManager.GetString("Debug", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Delete. + /// + internal static string Delete { + get { + return ResourceManager.GetString("Delete", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Delete All. + /// + internal static string DeleteAll { + get { + return ResourceManager.GetString("DeleteAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Delete Connection.... + /// + internal static string DeleteConnection { + get { + return ResourceManager.GetString("DeleteConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Delete External Tool.... + /// + internal static string DeleteExternalTool { + get { + return ResourceManager.GetString("DeleteExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Delete Folder.... + /// + internal static string DeleteFolder { + get { + return ResourceManager.GetString("DeleteFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Description. + /// + internal static string Description { + get { + return ResourceManager.GetString("Description", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Detect. + /// + internal static string Detect { + get { + return ResourceManager.GetString("Detect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable Cursor blinking. + /// + internal static string DisableCursorBlinking { + get { + return ResourceManager.GetString("DisableCursorBlinking", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable Cursor Shadow. + /// + internal static string DisableCursorShadow { + get { + return ResourceManager.GetString("DisableCursorShadow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable Full Window drag. + /// + internal static string DisableFullWindowDrag { + get { + return ResourceManager.GetString("DisableFullWindowDrag", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable Menu Animations. + /// + internal static string DisableMenuAnimations { + get { + return ResourceManager.GetString("DisableMenuAnimations", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disconnect. + /// + internal static string Disconnect { + get { + return ResourceManager.GetString("Disconnect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disconnect All But This. + /// + internal static string DisconnectOthers { + get { + return ResourceManager.GetString("DisconnectOthers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disconnect Tabs To The Right. + /// + internal static string DisconnectOthersRight { + get { + return ResourceManager.GetString("DisconnectOthersRight", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disk Drives. + /// + internal static string DiskDrives { + get { + return ResourceManager.GetString("DiskDrives", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display. + /// + internal static string Display { + get { + return ResourceManager.GetString("Display", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Name. + /// + internal static string DisplayName { + get { + return ResourceManager.GetString("DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Themes. + /// + internal static string DisplayThemes { + get { + return ResourceManager.GetString("DisplayThemes", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Wallpaper. + /// + internal static string DisplayWallpaper { + get { + return ResourceManager.GetString("DisplayWallpaper", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Domain. + /// + internal static string Domain { + get { + return ResourceManager.GetString("Domain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Donate. + /// + internal static string Donate { + get { + return ResourceManager.GetString("Donate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do not play. + /// + internal static string DoNotPlay { + get { + return ResourceManager.GetString("DoNotPlay", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do not trim spaces from usernames. + /// + internal static string DoNotTrimUsername { + get { + return ResourceManager.GetString("DoNotTrimUsername", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Don't connect to console session. + /// + internal static string DontConnectToConsoleSession { + get { + return ResourceManager.GetString("DontConnectToConsoleSession", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Don't connect if authentication fails. + /// + internal static string DontConnectWhenAuthFails { + get { + return ResourceManager.GetString("DontConnectWhenAuthFails", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Double click on tab closes it. + /// + internal static string DoubleClickTabClosesIt { + get { + return ResourceManager.GetString("DoubleClickTabClosesIt", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Download. + /// + internal static string Download { + get { + return ResourceManager.GetString("Download", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Download and Install. + /// + internal static string DownloadAndInstall { + get { + return ResourceManager.GetString("DownloadAndInstall", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duplicate. + /// + internal static string Duplicate { + get { + return ResourceManager.GetString("Duplicate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duplicate Connection. + /// + internal static string DuplicateConnection { + get { + return ResourceManager.GetString("DuplicateConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duplicate Folder. + /// + internal static string DuplicateFolder { + get { + return ResourceManager.GetString("DuplicateFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duplicate Tab. + /// + internal static string DuplicateTab { + get { + return ResourceManager.GetString("DuplicateTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Dynamic. + /// + internal static string Dynamic { + get { + return ResourceManager.GetString("Dynamic", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do you want to continue with no password?. + /// + internal static string EmptyPasswordContinue { + get { + return ResourceManager.GetString("EmptyPasswordContinue", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to For empty Username, Password or Domain fields use:. + /// + internal static string EmptyUsernamePasswordDomainFields { + get { + return ResourceManager.GetString("EmptyUsernamePasswordDomainFields", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Desktop Composition. + /// + internal static string EnableDesktopComposition { + get { + return ResourceManager.GetString("EnableDesktopComposition", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 128-bit. + /// + internal static string Enc128Bit { + get { + return ResourceManager.GetString("Enc128Bit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 128-bit (logon only). + /// + internal static string Enc128BitLogonOnly { + get { + return ResourceManager.GetString("Enc128BitLogonOnly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 40-bit. + /// + internal static string Enc40Bit { + get { + return ResourceManager.GetString("Enc40Bit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 56-bit. + /// + internal static string Enc56Bit { + get { + return ResourceManager.GetString("Enc56Bit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encoding. + /// + internal static string Encoding { + get { + return ResourceManager.GetString("Encoding", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Completely encrypt connection file. + /// + internal static string EncryptCompleteConnectionFile { + get { + return ResourceManager.GetString("EncryptCompleteConnectionFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Block Cipher Mode. + /// + internal static string EncryptionBlockCipherMode { + get { + return ResourceManager.GetString("EncryptionBlockCipherMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encryption Engine. + /// + internal static string EncryptionEngine { + get { + return ResourceManager.GetString("EncryptionEngine", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Key Derivation Function Iterations. + /// + internal static string EncryptionKeyDerivationIterations { + get { + return ResourceManager.GetString("EncryptionKeyDerivationIterations", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encryption Strength. + /// + internal static string EncryptionStrength { + get { + return ResourceManager.GetString("EncryptionStrength", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encryption Test. + /// + internal static string EncryptionTest { + get { + return ResourceManager.GetString("EncryptionTest", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds.. + /// + internal static string EncryptionTestResultMessage { + get { + return ResourceManager.GetString("EncryptionTestResultMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Environment. + /// + internal static string Environment { + get { + return ResourceManager.GetString("Environment", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}. + /// + internal static string ErrorAddExternalToolsToToolBarFailed { + get { + return ResourceManager.GetString("ErrorAddExternalToolsToToolBarFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}. + /// + internal static string ErrorAddFolderFailed { + get { + return ResourceManager.GetString("ErrorAddFolderFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The database version {0} is not compatible with this version of {1}.. + /// + internal static string ErrorBadDatabaseVersion { + get { + return ResourceManager.GetString("ErrorBadDatabaseVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The connection list could not be saved.. + /// + internal static string ErrorConnectionListSaveFailed { + get { + return ResourceManager.GetString("ErrorConnectionListSaveFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PuTTY could not be launched.. + /// + internal static string ErrorCouldNotLaunchPutty { + get { + return ResourceManager.GetString("ErrorCouldNotLaunchPutty", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Decryption failed. {0}. + /// + internal static string ErrorDecryptionFailed { + get { + return ResourceManager.GetString("ErrorDecryptionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encryption failed. {0}. + /// + internal static string ErrorEncryptionFailed { + get { + return ResourceManager.GetString("ErrorEncryptionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. + /// + ///See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information. + /// + ///{0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit.. + /// + internal static string ErrorFipsPolicyIncompatible { + get { + return ResourceManager.GetString("ErrorFipsPolicyIncompatible", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Errors. + /// + internal static string Errors { + get { + return ResourceManager.GetString("Errors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit.. + /// + internal static string ErrorStartupConnectionFileLoad { + get { + return ResourceManager.GetString("ErrorStartupConnectionFileLoad", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VerifyDatabaseVersion (Config.Connections.Save) failed. {0}. + /// + internal static string ErrorVerifyDatabaseVersionFailed { + get { + return ResourceManager.GetString("ErrorVerifyDatabaseVersionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This exception will force mRemoteNG to close. + /// + internal static string ExceptionForcesmRemoteNGToClose { + get { + return ResourceManager.GetString("ExceptionForcesmRemoteNGToClose", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Exception Message. + /// + internal static string ExceptionMessage { + get { + return ResourceManager.GetString("ExceptionMessage", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Exit. + /// + internal static string Exit { + get { + return ResourceManager.GetString("Exit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Expand all folders. + /// + internal static string ExpandAllFolders { + get { + return ResourceManager.GetString("ExpandAllFolders", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Experimental. + /// + internal static string Experimental { + get { + return ResourceManager.GetString("Experimental", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export. + /// + internal static string Export { + get { + return ResourceManager.GetString("Export", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export everything. + /// + internal static string ExportEverything { + get { + return ResourceManager.GetString("ExportEverything", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export File. + /// + internal static string ExportFile { + get { + return ResourceManager.GetString("ExportFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export Items. + /// + internal static string ExportItems { + get { + return ResourceManager.GetString("ExportItems", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export Properties. + /// + internal static string ExportProperties { + get { + return ResourceManager.GetString("ExportProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export the currently selected connection. + /// + internal static string ExportSelectedConnection { + get { + return ResourceManager.GetString("ExportSelectedConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Export the currently selected folder. + /// + internal static string ExportSelectedFolder { + get { + return ResourceManager.GetString("ExportSelectedFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to External Tool. + /// + internal static string ExternalTool { + get { + return ResourceManager.GetString("ExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to External Tool After. + /// + internal static string ExternalToolAfter { + get { + return ResourceManager.GetString("ExternalToolAfter", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to External Tool Before. + /// + internal static string ExternalToolBefore { + get { + return ResourceManager.GetString("ExternalToolBefore", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New External Tool. + /// + internal static string ExternalToolDefaultName { + get { + return ResourceManager.GetString("ExternalToolDefaultName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to External Tool Properties. + /// + internal static string ExternalToolProperties { + get { + return ResourceManager.GetString("ExternalToolProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to External Tools Toolbar. + /// + internal static string ExternalToolsToolbar { + get { + return ResourceManager.GetString("ExternalToolsToolbar", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Favorite. + /// + internal static string Favorite { + get { + return ResourceManager.GetString("Favorite", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Favorites. + /// + internal static string Favorites { + get { + return ResourceManager.GetString("Favorites", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to File &Format:. + /// + internal static string FileFormat { + get { + return ResourceManager.GetString("FileFormat", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Filename. + /// + internal static string Filename { + get { + return ResourceManager.GetString("Filename", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Files. + /// + internal static string Files { + get { + return ResourceManager.GetString("Files", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to All Files (*.*). + /// + internal static string FilterAll { + get { + return ResourceManager.GetString("FilterAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to All importable files. + /// + internal static string FilterAllImportable { + get { + return ResourceManager.GetString("FilterAllImportable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Application Files (*.exe). + /// + internal static string FilterApplication { + get { + return ResourceManager.GetString("FilterApplication", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemote CSV Files (*.csv). + /// + internal static string FiltermRemoteCSV { + get { + return ResourceManager.GetString("FiltermRemoteCSV", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemote XML Files (*.xml). + /// + internal static string FiltermRemoteXML { + get { + return ResourceManager.GetString("FiltermRemoteXML", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PuTTY Connection Manager files. + /// + internal static string FilterPuttyConnectionManager { + get { + return ResourceManager.GetString("FilterPuttyConnectionManager", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remote Desktop Connection Manager files (*.rdg). + /// + internal static string FilterRdgFiles { + get { + return ResourceManager.GetString("FilterRdgFiles", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Files (*.rdp). + /// + internal static string FilterRDP { + get { + return ResourceManager.GetString("FilterRDP", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Filter search matches in connection tree. + /// + internal static string FilterSearchMatchesInConnectionTree { + get { + return ResourceManager.GetString("FilterSearchMatchesInConnectionTree", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to First IP. + /// + internal static string FirstIp { + get { + return ResourceManager.GetString("FirstIp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to First Port. + /// + internal static string FirstPort { + get { + return ResourceManager.GetString("FirstPort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Fit To Panel. + /// + internal static string FitToPanel { + get { + return ResourceManager.GetString("FitToPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Font Smoothing. + /// + internal static string FontSmoothing { + get { + return ResourceManager.GetString("FontSmoothing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Inherit {0}. + /// + internal static string FormatInherit { + get { + return ResourceManager.GetString("FormatInherit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Description of inherited property: {0}. + /// + internal static string FormatInheritDescription { + get { + return ResourceManager.GetString("FormatInheritDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Free. + /// + internal static string Free { + get { + return ResourceManager.GetString("Free", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Fullscreen. + /// + internal static string Fullscreen { + get { + return ResourceManager.GetString("Fullscreen", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway. + /// + internal static string Gateway { + get { + return ResourceManager.GetString("Gateway", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to General. + /// + internal static string General { + get { + return ResourceManager.GetString("General", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An error occured while loading the connection entry for "{0}" from "{1}". {2}. + /// + internal static string GetConnectionInfoFromXmlFailed { + get { + return ResourceManager.GetString("GetConnectionInfoFromXmlFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Automatic Reconnect. + /// + internal static string GroupboxAutomaticReconnect { + get { + return ResourceManager.GetString("GroupboxAutomaticReconnect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG Help. + /// + internal static string HelpContents { + get { + return ResourceManager.GetString("HelpContents", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to High. + /// + internal static string High { + get { + return ResourceManager.GetString("High", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Host. + /// + internal static string Host { + get { + return ResourceManager.GetString("Host", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hostname:. + /// + internal static string Hostname { + get { + return ResourceManager.GetString("Hostname", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Hostname/IP. + /// + internal static string HostnameIp { + get { + return ResourceManager.GetString("HostnameIp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HTTP. + /// + internal static string Http { + get { + return ResourceManager.GetString("Http", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to CEF (Chromium). + /// + internal static string HttpCEF { + get { + return ResourceManager.GetString("HttpCEF", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HTTP Connect Failed!. + /// + internal static string HttpConnectFailed { + get { + return ResourceManager.GetString("HttpConnectFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't create new HTTP Connection!. + /// + internal static string HttpConnectionFailed { + get { + return ResourceManager.GetString("HttpConnectionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Changing HTTP Document Tile Failed!. + /// + internal static string HttpDocumentTileChangeFailed { + get { + return ResourceManager.GetString("HttpDocumentTileChangeFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Failed to contruct the URL to load. + /// + internal static string HttpFailedUrlBuild { + get { + return ResourceManager.GetString("HttpFailedUrlBuild", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Internet Explorer. + /// + internal static string HttpInternetExplorer { + get { + return ResourceManager.GetString("HttpInternetExplorer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to HTTPS. + /// + internal static string Https { + get { + return ResourceManager.GetString("Https", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Set HTTP Props failed!. + /// + internal static string HttpSetPropsFailed { + get { + return ResourceManager.GetString("HttpSetPropsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ICA. + /// + internal static string ICA { + get { + return ResourceManager.GetString("ICA", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't create new ICA Connection!. + /// + internal static string IcaConnectionFailed { + get { + return ResourceManager.GetString("IcaConnectionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Loading ICA Plugin failed!. + /// + internal static string IcaControlFailed { + get { + return ResourceManager.GetString("IcaControlFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ICA SetCredentials failed!. + /// + internal static string IcaSetCredentialsFailed { + get { + return ResourceManager.GetString("IcaSetCredentialsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ICA Set Event Handlers Failed!. + /// + internal static string IcaSetEventHandlersFailed { + get { + return ResourceManager.GetString("IcaSetEventHandlersFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ICA Set Props Failed!. + /// + internal static string IcaSetPropsFailed { + get { + return ResourceManager.GetString("IcaSetPropsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to ICA Set Resolution Failed!. + /// + internal static string IcaSetResolutionFailed { + get { + return ResourceManager.GetString("IcaSetResolutionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Icon. + /// + internal static string Icon { + get { + return ResourceManager.GetString("Icon", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Identify quick connect tabs by adding the prefix "Quick:". + /// + internal static string IdentifyQuickConnectTabs { + get { + return ResourceManager.GetString("IdentifyQuickConnectTabs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import from Active Directory. + /// + internal static string ImportAD { + get { + return ResourceManager.GetString("ImportAD", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import failed. + /// + internal static string ImportFailed { + get { + return ResourceManager.GetString("ImportFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An error occurred while importing the file "{0}".. + /// + internal static string ImportFileFailedContent { + get { + return ResourceManager.GetString("ImportFileFailedContent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import from &File.... + /// + internal static string ImportFromFile { + get { + return ResourceManager.GetString("ImportFromFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import from Port Scan. + /// + internal static string ImportPortScan { + get { + return ResourceManager.GetString("ImportPortScan", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import sub OUs. + /// + internal static string ImportSubOUs { + get { + return ResourceManager.GetString("ImportSubOUs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Informations. + /// + internal static string Informations { + get { + return ResourceManager.GetString("Informations", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Inheritance. + /// + internal static string Inheritance { + get { + return ResourceManager.GetString("Inheritance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Installed version. + /// + internal static string InstalledVersion { + get { + return ResourceManager.GetString("InstalledVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Dispose of Int App process failed!. + /// + internal static string IntAppDisposeFailed { + get { + return ResourceManager.GetString("IntAppDisposeFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Int App Focus Failed!. + /// + internal static string IntAppFocusFailed { + get { + return ResourceManager.GetString("IntAppFocusFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Int App Handle: {0}. + /// + internal static string IntAppHandle { + get { + return ResourceManager.GetString("IntAppHandle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Killing Int App Process failed!. + /// + internal static string IntAppKillFailed { + get { + return ResourceManager.GetString("IntAppKillFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Int App Resize failed!. + /// + internal static string IntAppResizeFailed { + get { + return ResourceManager.GetString("IntAppResizeFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to --- IntApp Stuff ---. + /// + internal static string IntAppStuff { + get { + return ResourceManager.GetString("IntAppStuff", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Int App Title: {0}. + /// + internal static string IntAppTitle { + get { + return ResourceManager.GetString("IntAppTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Jump to. + /// + internal static string JumpTo { + get { + return ResourceManager.GetString("JumpTo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to (Automatically Detect). + /// + internal static string LanguageDefault { + get { + return ResourceManager.GetString("LanguageDefault", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0} must be restarted before changes to the language will take effect.. + /// + internal static string LanguageRestartRequired { + get { + return ResourceManager.GetString("LanguageRestartRequired", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Language. + /// + internal static string LanguageString { + get { + return ResourceManager.GetString("LanguageString", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Last IP. + /// + internal static string LastIp { + get { + return ResourceManager.GetString("LastIp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Last Port. + /// + internal static string LastPort { + get { + return ResourceManager.GetString("LastPort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Launch External Tool. + /// + internal static string LaunchExternalTool { + get { + return ResourceManager.GetString("LaunchExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to License. + /// + internal static string License { + get { + return ResourceManager.GetString("License", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Load Balance Info. + /// + internal static string LoadBalanceInfo { + get { + return ResourceManager.GetString("LoadBalanceInfo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. + /// + internal static string LoadBalanceInfoUseUtf8 { + get { + return ResourceManager.GetString("LoadBalanceInfoUseUtf8", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Load from SQL failed. + /// + internal static string LoadFromSqlFailed { + get { + return ResourceManager.GetString("LoadFromSqlFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The connection information could not be loaded from the SQL server.. + /// + internal static string LoadFromSqlFailedContent { + get { + return ResourceManager.GetString("LoadFromSqlFailedContent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Load From XML failed!. + /// + internal static string LoadFromXmlFailed { + get { + return ResourceManager.GetString("LoadFromXmlFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Local file. + /// + internal static string LocalFile { + get { + return ResourceManager.GetString("LocalFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Local file does not exist!. + /// + internal static string LocalFileDoesNotExist { + get { + return ResourceManager.GetString("LocalFileDoesNotExist", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Lock toolbar positions. + /// + internal static string LockToolbars { + get { + return ResourceManager.GetString("LockToolbars", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Log file path. + /// + internal static string LogFilePath { + get { + return ResourceManager.GetString("LogFilePath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Logging. + /// + internal static string Logging { + get { + return ResourceManager.GetString("Logging", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Login failed for user '{0}'.. + /// + internal static string LoginFailedForUser { + get { + return ResourceManager.GetString("LoginFailedForUser", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Log these message types. + /// + internal static string LogTheseMessageTypes { + get { + return ResourceManager.GetString("LogTheseMessageTypes", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Log to application directory. + /// + internal static string LogToAppDir { + get { + return ResourceManager.GetString("LogToAppDir", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to MAC Address. + /// + internal static string MacAddress { + get { + return ResourceManager.GetString("MacAddress", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Medium. + /// + internal static string Medium { + get { + return ResourceManager.GetString("Medium", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Message. + /// + internal static string Message { + get { + return ResourceManager.GetString("Message", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Minimize to notification area. + /// + internal static string MinimizeToSysTray { + get { + return ResourceManager.GetString("MinimizeToSysTray", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Minutes to Idle. + /// + internal static string MinutesToIdleTimeout { + get { + return ResourceManager.GetString("MinutesToIdleTimeout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Miscellaneous. + /// + internal static string Miscellaneous { + get { + return ResourceManager.GetString("Miscellaneous", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Monthly. + /// + internal static string Monthly { + get { + return ResourceManager.GetString("Monthly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Move down. + /// + internal static string MoveDown { + get { + return ResourceManager.GetString("MoveDown", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Move up. + /// + internal static string MoveUp { + get { + return ResourceManager.GetString("MoveUp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG CSV. + /// + internal static string MremoteNgCsv { + get { + return ResourceManager.GetString("MremoteNgCsv", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG Unhandled Exception. + /// + internal static string mRemoteNGUnhandledException { + get { + return ResourceManager.GetString("mRemoteNGUnhandledException", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG XML. + /// + internal static string MremoteNgXml { + get { + return ResourceManager.GetString("MremoteNgXml", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Multi SSH:. + /// + internal static string MultiSsh { + get { + return ResourceManager.GetString("MultiSsh", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Multi SSH toolbar. + /// + internal static string MultiSshToolbar { + get { + return ResourceManager.GetString("MultiSshToolbar", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Press ENTER to send. Ctrl+C is sent immediately.. + /// + internal static string MultiSshToolTip { + get { + return ResourceManager.GetString("MultiSshToolTip", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Must Be Between 0 and 255. + /// + internal static string MustBeBetween0And255 { + get { + return ResourceManager.GetString("MustBeBetween0And255", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to My current credentials (Windows logon information). + /// + internal static string MyCurrentWindowsCreds { + get { + return ResourceManager.GetString("MyCurrentWindowsCreds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Name. + /// + internal static string Name { + get { + return ResourceManager.GetString("Name", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Never. + /// + internal static string Never { + get { + return ResourceManager.GetString("Never", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New Connection. + /// + internal static string NewConnection { + get { + return ResourceManager.GetString("NewConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New Connection File. + /// + internal static string NewConnectionFile { + get { + return ResourceManager.GetString("NewConnectionFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New External Tool. + /// + internal static string NewExternalTool { + get { + return ResourceManager.GetString("NewExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New Folder. + /// + internal static string NewFolder { + get { + return ResourceManager.GetString("NewFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New Panel. + /// + internal static string NewPanel { + get { + return ResourceManager.GetString("NewPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New Title. + /// + internal static string NewTitle { + get { + return ResourceManager.GetString("NewTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No. + /// + internal static string No { + get { + return ResourceManager.GetString("No", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No сompression. + /// + internal static string NoCompression { + get { + return ResourceManager.GetString("NoCompression", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This node is already in this folder.. + /// + internal static string NodeAlreadyInFolder { + get { + return ResourceManager.GetString("NodeAlreadyInFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot drag node onto itself.. + /// + internal static string NodeCannotDragOnSelf { + get { + return ResourceManager.GetString("NodeCannotDragOnSelf", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot drag parent node onto child.. + /// + internal static string NodeCannotDragParentOnChild { + get { + return ResourceManager.GetString("NodeCannotDragParentOnChild", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This node is not draggable.. + /// + internal static string NodeNotDraggable { + get { + return ResourceManager.GetString("NodeNotDraggable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No ext. app specified.. + /// + internal static string NoExtAppDefined { + get { + return ResourceManager.GetString("NoExtAppDefined", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to None. + /// + internal static string None { + get { + return ResourceManager.GetString("None", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Normal. + /// + internal static string Normal { + get { + return ResourceManager.GetString("Normal", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No SmartSize. + /// + internal static string NoSmartSize { + get { + return ResourceManager.GetString("NoSmartSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Notifications. + /// + internal static string Notifications { + get { + return ResourceManager.GetString("Notifications", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to No update available. + /// + internal static string NoUpdateAvailable { + get { + return ResourceManager.GetString("NoUpdateAvailable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error. + ///If you run into such an error, please create a new connection file!. + /// + internal static string OldConffile { + get { + return ResourceManager.GetString("OldConffile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open a different file. + /// + internal static string OpenADifferentFile { + get { + return ResourceManager.GetString("OpenADifferentFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open Connection File.... + /// + internal static string OpenConnectionFile { + get { + return ResourceManager.GetString("OpenConnectionFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open file. + /// + internal static string OpenFile { + get { + return ResourceManager.GetString("OpenFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open new tab to the right of the currently selected tab. + /// + internal static string OpenNewTabRight { + get { + return ResourceManager.GetString("OpenNewTabRight", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open Ports. + /// + internal static string OpenPorts { + get { + return ResourceManager.GetString("OpenPorts", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Options. + /// + internal static string Options { + get { + return ResourceManager.GetString("Options", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG Options. + /// + internal static string OptionsPageTitle { + get { + return ResourceManager.GetString("OptionsPageTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Testing.... + /// + internal static string OptionsProxyTesting { + get { + return ResourceManager.GetString("OptionsProxyTesting", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change.. + /// + internal static string OptionsThemeChangeWarning { + get { + return ResourceManager.GetString("OptionsThemeChangeWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do you really want to delete the theme?. + /// + internal static string OptionsThemeDeleteConfirmation { + get { + return ResourceManager.GetString("OptionsThemeDeleteConfirmation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New theme name. + /// + internal static string OptionsThemeNewThemeCaption { + get { + return ResourceManager.GetString("OptionsThemeNewThemeCaption", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot create theme, name already present or special characters in the name. + /// + internal static string OptionsThemeNewThemeError { + get { + return ResourceManager.GetString("OptionsThemeNewThemeError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Type the new theme name. + /// + internal static string OptionsThemeNewThemeText { + get { + return ResourceManager.GetString("OptionsThemeNewThemeText", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Out Of Range. + /// + internal static string OutOfRange { + get { + return ResourceManager.GetString("OutOfRange", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Panel. + /// + internal static string Panel { + get { + return ResourceManager.GetString("Panel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Panel Handle: {0}. + /// + internal static string PanelHandle { + get { + return ResourceManager.GetString("PanelHandle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Panel Name. + /// + internal static string PanelName { + get { + return ResourceManager.GetString("PanelName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Password. + /// + internal static string Password { + get { + return ResourceManager.GetString("Password", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Password must contain at least {0} of the following characters: {1}. + /// + internal static string PasswordConstainsSpecialCharactersConstraintHint { + get { + return ResourceManager.GetString("PasswordConstainsSpecialCharactersConstraintHint", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Password must contain at least {0} lower case character(s). + /// + internal static string PasswordContainsLowerCaseConstraintHint { + get { + return ResourceManager.GetString("PasswordContainsLowerCaseConstraintHint", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Password must contain at least {0} number(s). + /// + internal static string PasswordContainsNumbersConstraint { + get { + return ResourceManager.GetString("PasswordContainsNumbersConstraint", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Password must contain at least {0} upper case character(s). + /// + internal static string PasswordContainsUpperCaseConstraintHint { + get { + return ResourceManager.GetString("PasswordContainsUpperCaseConstraintHint", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Password length must be between {0} and {1}. + /// + internal static string PasswordLengthConstraintHint { + get { + return ResourceManager.GetString("PasswordLengthConstraintHint", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Password protect. + /// + internal static string PasswordProtect { + get { + return ResourceManager.GetString("PasswordProtect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Both passwords must match.. + /// + internal static string PasswordStatusMustMatch { + get { + return ResourceManager.GetString("PasswordStatusMustMatch", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The password must be at least 3 characters long.. + /// + internal static string PasswordStatusTooShort { + get { + return ResourceManager.GetString("PasswordStatusTooShort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Place search bar above connection tree. + /// + internal static string PlaceSearchBarAboveConnectionTree { + get { + return ResourceManager.GetString("PlaceSearchBarAboveConnectionTree", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Please fill all fields. + /// + internal static string PleaseFillAllFields { + get { + return ResourceManager.GetString("PleaseFillAllFields", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Popups. + /// + internal static string Popups { + get { + return ResourceManager.GetString("Popups", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Port. + /// + internal static string Port { + get { + return ResourceManager.GetString("Port", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Portable Edition. + /// + internal static string PortableEdition { + get { + return ResourceManager.GetString("PortableEdition", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ports. + /// + internal static string Ports { + get { + return ResourceManager.GetString("Ports", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Port Scan. + /// + internal static string PortScan { + get { + return ResourceManager.GetString("PortScan", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Port scan complete.. + /// + internal static string PortScanComplete { + get { + return ResourceManager.GetString("PortScanComplete", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't load PortScan panel!. + /// + internal static string PortScanCouldNotLoadPanel { + get { + return ResourceManager.GetString("PortScanCouldNotLoadPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PowerShell. + /// + internal static string PowerShell { + get { + return ResourceManager.GetString("PowerShell", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Printers. + /// + internal static string Printers { + get { + return ResourceManager.GetString("Printers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Properties. + /// + internal static string Properties { + get { + return ResourceManager.GetString("Properties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Toggle all inheritance options.. + /// + internal static string PropertyDescriptionAll { + get { + return ResourceManager.GetString("PropertyDescriptionAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select which authentication level this connection should use.. + /// + internal static string PropertyDescriptionAuthenticationLevel { + get { + return ResourceManager.GetString("PropertyDescriptionAuthenticationLevel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select how you want to authenticate against the VNC server.. + /// + internal static string PropertyDescriptionAuthenticationMode { + get { + return ResourceManager.GetString("PropertyDescriptionAuthenticationMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher.. + /// + internal static string PropertyDescriptionAutomaticResize { + get { + return ResourceManager.GetString("PropertyDescriptionAutomaticResize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether to use bitmap caching or not.. + /// + internal static string PropertyDescriptionCacheBitmaps { + get { + return ResourceManager.GetString("PropertyDescriptionCacheBitmaps", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select the colour quality to be used.. + /// + internal static string PropertyDescriptionColors { + get { + return ResourceManager.GetString("PropertyDescriptionColors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select the compression value to be used.. + /// + internal static string PropertyDescriptionCompression { + get { + return ResourceManager.GetString("PropertyDescriptionCompression", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Put your notes or a description for the host here.. + /// + internal static string PropertyDescriptionDescription { + get { + return ResourceManager.GetString("PropertyDescriptionDescription", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Determines whether cursor flashes should be disabled.. + /// + internal static string PropertyDescriptionDisableCursorBlinking { + get { + return ResourceManager.GetString("PropertyDescriptionDisableCursorBlinking", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Determines whether a mouse shadow should be visible.. + /// + internal static string PropertyDescriptionDisableCursorShadow { + get { + return ResourceManager.GetString("PropertyDescriptionDisableCursorShadow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Determines whether window content is displayed when you drag the window to a new location.. + /// + internal static string PropertyDescriptionDisableFullWindowDrag { + get { + return ResourceManager.GetString("PropertyDescriptionDisableFullWindowDrag", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Determines whether menus and windows can be displayed with animation effects in the remote session.. + /// + internal static string PropertyDescriptionDisableMenuAnimations { + get { + return ResourceManager.GetString("PropertyDescriptionDisableMenuAnimations", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select yes if the theme of the remote host should be displayed.. + /// + internal static string PropertyDescriptionDisplayThemes { + get { + return ResourceManager.GetString("PropertyDescriptionDisplayThemes", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed.. + /// + internal static string PropertyDescriptionDisplayWallpaper { + get { + return ResourceManager.GetString("PropertyDescriptionDisplayWallpaper", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter your domain.. + /// + internal static string PropertyDescriptionDomain { + get { + return ResourceManager.GetString("PropertyDescriptionDomain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether to use desktop composition or not.. + /// + internal static string PropertyDescriptionEnableDesktopComposition { + get { + return ResourceManager.GetString("PropertyDescriptionEnableDesktopComposition", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether to use font smoothing or not.. + /// + internal static string PropertyDescriptionEnableFontSmoothing { + get { + return ResourceManager.GetString("PropertyDescriptionEnableFontSmoothing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select the encoding mode to be used.. + /// + internal static string PropertyDescriptionEncoding { + get { + return ResourceManager.GetString("PropertyDescriptionEncoding", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select the encryption strength of the remote host.. + /// + internal static string PropertyDescriptionEncryptionStrength { + get { + return ResourceManager.GetString("PropertyDescriptionEncryptionStrength", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select the external tool to be started.. + /// + internal static string PropertyDescriptionExternalTool { + get { + return ResourceManager.GetString("PropertyDescriptionExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host.. + /// + internal static string PropertyDescriptionExternalToolAfter { + get { + return ResourceManager.GetString("PropertyDescriptionExternalToolAfter", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established.. + /// + internal static string PropertyDescriptionExternalToolBefore { + get { + return ResourceManager.GetString("PropertyDescriptionExternalToolBefore", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show this connection in the favorites menu.. + /// + internal static string PropertyDescriptionFavorite { + get { + return ResourceManager.GetString("PropertyDescriptionFavorite", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. + /// + internal static string PropertyDescriptionHostnameIp { + get { + return ResourceManager.GetString("PropertyDescriptionHostnameIp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose a icon that will be displayed when connected to the host.. + /// + internal static string PropertyDescriptionIcon { + get { + return ResourceManager.GetString("PropertyDescriptionIcon", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies the load balancing information for use by load balancing routers to choose the best server.. + /// + internal static string PropertyDescriptionLoadBalanceInfo { + get { + return ResourceManager.GetString("PropertyDescriptionLoadBalanceInfo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter the MAC address of the remote host if you wish to use it in an external tool.. + /// + internal static string PropertyDescriptionMACAddress { + get { + return ResourceManager.GetString("PropertyDescriptionMACAddress", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to This is the name that will be displayed in the connections tree.. + /// + internal static string PropertyDescriptionName { + get { + return ResourceManager.GetString("PropertyDescriptionName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sets the panel in which the connection will open.. + /// + internal static string PropertyDescriptionPanel { + get { + return ResourceManager.GetString("PropertyDescriptionPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter your password.. + /// + internal static string PropertyDescriptionPassword { + get { + return ResourceManager.GetString("PropertyDescriptionPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG.. + /// + internal static string PropertyDescriptionPasswordProtect { + get { + return ResourceManager.GetString("PropertyDescriptionPasswordProtect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter the port the selected protocol is listening on.. + /// + internal static string PropertyDescriptionPort { + get { + return ResourceManager.GetString("PropertyDescriptionPort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host.. + /// + internal static string PropertyDescriptionProtocol { + get { + return ResourceManager.GetString("PropertyDescriptionProtocol", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select a PuTTY session to be used when connecting.. + /// + internal static string PropertyDescriptionPuttySession { + get { + return ResourceManager.GetString("PropertyDescriptionPuttySession", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server.. + /// + internal static string PropertyDescriptionRDGatewayDomain { + get { + return ResourceManager.GetString("PropertyDescriptionRDGatewayDomain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server.. + /// + internal static string PropertyDescriptionRDGatewayHostname { + get { + return ResourceManager.GetString("PropertyDescriptionRDGatewayHostname", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection.. + /// + internal static string PropertyDescriptionRDGatewayUseConnectionCredentials { + get { + return ResourceManager.GetString("PropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server.. + /// + internal static string PropertyDescriptionRDGatewayUsername { + get { + return ResourceManager.GetString("PropertyDescriptionRDGatewayUsername", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether to receive an alert after the RDP session disconnects due to inactivity. + /// + internal static string PropertyDescriptionRDPAlertIdleTimeout { + get { + return ResourceManager.GetString("PropertyDescriptionRDPAlertIdleTimeout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server.. + /// + internal static string PropertyDescriptionRdpGatewayPassword { + get { + return ResourceManager.GetString("PropertyDescriptionRdpGatewayPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server.. + /// + internal static string PropertyDescriptionRdpGatewayUsageMethod { + get { + return ResourceManager.GetString("PropertyDescriptionRdpGatewayUsageMethod", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0). + /// + internal static string PropertyDescriptionRDPMinutesToIdleTimeout { + get { + return ResourceManager.GetString("PropertyDescriptionRDPMinutesToIdleTimeout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sets the version of RDP to use when opening connections.. + /// + internal static string PropertyDescriptionRdpVersion { + get { + return ResourceManager.GetString("PropertyDescriptionRdpVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether the default audio input device on the remote machine should be redirected to this computer.. + /// + internal static string PropertyDescriptionRedirectAudioCapture { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectAudioCapture", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether the clipboard should be shared.. + /// + internal static string PropertyDescriptionRedirectClipboard { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectClipboard", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether local disk drives should be shown on the remote host.. + /// + internal static string PropertyDescriptionRedirectDrives { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectDrives", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host.. + /// + internal static string PropertyDescriptionRedirectKeys { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectKeys", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host.. + /// + internal static string PropertyDescriptionRedirectPorts { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectPorts", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether local printers should be shown on the remote host.. + /// + internal static string PropertyDescriptionRedirectPrinters { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectPrinters", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select whether local smart cards should be available on the remote host.. + /// + internal static string PropertyDescriptionRedirectSmartCards { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectSmartCards", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select how remote sound should be redirected.. + /// + internal static string PropertyDescriptionRedirectSounds { + get { + return ResourceManager.GetString("PropertyDescriptionRedirectSounds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML.. + /// + internal static string PropertyDescriptionRenderingEngine { + get { + return ResourceManager.GetString("PropertyDescriptionRenderingEngine", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose the resolution or mode this connection will open in.. + /// + internal static string PropertyDescriptionResolution { + get { + return ResourceManager.GetString("PropertyDescriptionResolution", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select the SmartSize mode to be used.. + /// + internal static string PropertyDescriptionSmartSizeMode { + get { + return ResourceManager.GetString("PropertyDescriptionSmartSizeMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Choose the Sound Quality provided by the protocol: Dynamic, Medium, High. + /// + internal static string PropertyDescriptionSoundQuality { + get { + return ResourceManager.GetString("PropertyDescriptionSoundQuality", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specify here additional options to be used for SSH connection. See putty documentation for further details.. + /// + internal static string PropertyDescriptionSshOptions { + get { + return ResourceManager.GetString("PropertyDescriptionSshOptions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel.. + /// + internal static string PropertyDescriptionSshTunnel { + get { + return ResourceManager.GetString("PropertyDescriptionSshTunnel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect to the console session of the remote host.. + /// + internal static string PropertyDescriptionUseConsoleSession { + get { + return ResourceManager.GetString("PropertyDescriptionUseConsoleSession", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use the Credential Security Support Provider (CredSSP) for authentication if it is available.. + /// + internal static string PropertyDescriptionUseCredSsp { + get { + return ResourceManager.GetString("PropertyDescriptionUseCredSsp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connect to a Hyper-V host with enhanced mode enabled.. + /// + internal static string PropertyDescriptionUseEnhancedMode { + get { + return ResourceManager.GetString("PropertyDescriptionUseEnhancedMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Feel free to enter any information you need here.. + /// + internal static string PropertyDescriptionUser1 { + get { + return ResourceManager.GetString("PropertyDescriptionUser1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter your username.. + /// + internal static string PropertyDescriptionUsername { + get { + return ResourceManager.GetString("PropertyDescriptionUsername", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use VM ID to connect to VM running on Hyper-V.. + /// + internal static string PropertyDescriptionUseVmId { + get { + return ResourceManager.GetString("PropertyDescriptionUseVmId", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to If you want to establish a view only connection to the host select yes.. + /// + internal static string PropertyDescriptionViewOnly { + get { + return ResourceManager.GetString("PropertyDescriptionViewOnly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The ID of the Hyper-V virtual machine to connect to.. + /// + internal static string PropertyDescriptionVmId { + get { + return ResourceManager.GetString("PropertyDescriptionVmId", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter the proxy address to be used.. + /// + internal static string PropertyDescriptionVNCProxyAddress { + get { + return ResourceManager.GetString("PropertyDescriptionVNCProxyAddress", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter your password for authenticating against the proxy.. + /// + internal static string PropertyDescriptionVNCProxyPassword { + get { + return ResourceManager.GetString("PropertyDescriptionVNCProxyPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter the port the proxy server listens on.. + /// + internal static string PropertyDescriptionVNCProxyPort { + get { + return ResourceManager.GetString("PropertyDescriptionVNCProxyPort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is.. + /// + internal static string PropertyDescriptionVNCProxyType { + get { + return ResourceManager.GetString("PropertyDescriptionVNCProxyType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Enter your username for authenticating against the proxy.. + /// + internal static string PropertyDescriptionVNCProxyUsername { + get { + return ResourceManager.GetString("PropertyDescriptionVNCProxyUsername", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Protocol. + /// + internal static string Protocol { + get { + return ResourceManager.GetString("Protocol", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}". + /// + internal static string ProtocolEventDisconnected { + get { + return ResourceManager.GetString("ProtocolEventDisconnected", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Protocol Event Disconnected failed. + ///{0}. + /// + internal static string ProtocolEventDisconnectFailed { + get { + return ResourceManager.GetString("ProtocolEventDisconnectFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Protocol to import. + /// + internal static string ProtocolToImport { + get { + return ResourceManager.GetString("ProtocolToImport", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy. + /// + internal static string Proxy { + get { + return ResourceManager.GetString("Proxy", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Address. + /// + internal static string ProxyAddress { + get { + return ResourceManager.GetString("ProxyAddress", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Password. + /// + internal static string ProxyPassword { + get { + return ResourceManager.GetString("ProxyPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Port. + /// + internal static string ProxyPort { + get { + return ResourceManager.GetString("ProxyPort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy test failed!. + /// + internal static string ProxyTestFailed { + get { + return ResourceManager.GetString("ProxyTestFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy test succeeded!. + /// + internal static string ProxyTestSucceeded { + get { + return ResourceManager.GetString("ProxyTestSucceeded", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Type. + /// + internal static string ProxyType { + get { + return ResourceManager.GetString("ProxyType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Username. + /// + internal static string ProxyUsername { + get { + return ResourceManager.GetString("ProxyUsername", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Dispose of Putty process failed!. + /// + internal static string PuttyDisposeFailed { + get { + return ResourceManager.GetString("PuttyDisposeFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't set focus!. + /// + internal static string PuttyFocusFailed { + get { + return ResourceManager.GetString("PuttyFocusFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Putty Handle: {0}. + /// + internal static string PuttyHandle { + get { + return ResourceManager.GetString("PuttyHandle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Killing Putty Process failed!. + /// + internal static string PuttyKillFailed { + get { + return ResourceManager.GetString("PuttyKillFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Putty Resize Failed!. + /// + internal static string PuttyResizeFailed { + get { + return ResourceManager.GetString("PuttyResizeFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PuTTY Saved Sessions. + /// + internal static string PuttySavedSessionsRootName { + get { + return ResourceManager.GetString("PuttySavedSessionsRootName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PuTTY Session. + /// + internal static string PuttySession { + get { + return ResourceManager.GetString("PuttySession", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to To configure PuTTY sessions click this button:. + /// + internal static string PuttySessionsConfig { + get { + return ResourceManager.GetString("PuttySessionsConfig", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PuTTY Settings. + /// + internal static string PuttySettings { + get { + return ResourceManager.GetString("PuttySettings", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show PuTTY Settings Dialog failed!. + /// + internal static string PuttyShowSettingsDialogFailed { + get { + return ResourceManager.GetString("PuttyShowSettingsDialogFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to --- PuTTY Stuff ---. + /// + internal static string PuttyStuff { + get { + return ResourceManager.GetString("PuttyStuff", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:. + /// + internal static string PuttyTimeout { + get { + return ResourceManager.GetString("PuttyTimeout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to PuTTY Title: {0}. + /// + internal static string PuttyTitle { + get { + return ResourceManager.GetString("PuttyTitle", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Quick: {0}. + /// + internal static string Quick { + get { + return ResourceManager.GetString("Quick", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Quick Connect. + /// + internal static string QuickConnect { + get { + return ResourceManager.GetString("QuickConnect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Quick Connect Add Failed!. + /// + internal static string QuickConnectAddFailed { + get { + return ResourceManager.GetString("QuickConnectAddFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Creating quick connect failed. + /// + internal static string QuickConnectFailed { + get { + return ResourceManager.GetString("QuickConnectFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Quick Connect Toolbar. + /// + internal static string QuickConnectToolbar { + get { + return ResourceManager.GetString("QuickConnectToolbar", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Warn me only when e&xiting mRemoteNG. + /// + internal static string RadioCloseWarnExit { + get { + return ResourceManager.GetString("RadioCloseWarnExit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Warn me only when closing &multiple connections. + /// + internal static string RadioCloseWarnMultiple { + get { + return ResourceManager.GetString("RadioCloseWarnMultiple", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do &not warn me when closing connections. + /// + internal static string RadioCloseWarnNever { + get { + return ResourceManager.GetString("RadioCloseWarnNever", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RAW. + /// + internal static string Raw { + get { + return ResourceManager.GetString("Raw", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP. + /// + internal static string Rdp { + get { + return ResourceManager.GetString("Rdp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 16777216 Colours (24-bit). + /// + internal static string Rdp16777216Colors { + get { + return ResourceManager.GetString("Rdp16777216Colors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 256 Colours (8-bit). + /// + internal static string Rdp256Colors { + get { + return ResourceManager.GetString("Rdp256Colors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 32768 Colours (15-bit). + /// + internal static string Rdp32768Colors { + get { + return ResourceManager.GetString("Rdp32768Colors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 16777216 Colours (32-bit). + /// + internal static string Rdp4294967296Colors { + get { + return ResourceManager.GetString("Rdp4294967296Colors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to 65536 Colours (16-bit). + /// + internal static string Rdp65536Colors { + get { + return ResourceManager.GetString("Rdp65536Colors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Alert on Idle disconnect. + /// + internal static string RdpAlertIdleTimeout { + get { + return ResourceManager.GetString("RdpAlertIdleTimeout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't create RDP control, please check mRemoteNG requirements.. + /// + internal static string RdpControlCreationFailed { + get { + return ResourceManager.GetString("RdpControlCreationFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Disconnect failed, trying to close!. + /// + internal static string RdpDisconnectFailed { + get { + return ResourceManager.GetString("RdpDisconnectFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Internal error code 1.. + /// + internal static string RdpErrorCode1 { + get { + return ResourceManager.GetString("RdpErrorCode1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Internal error code 2.. + /// + internal static string RdpErrorCode2 { + get { + return ResourceManager.GetString("RdpErrorCode2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Internal error code 3. This is not a valid state.. + /// + internal static string RdpErrorCode3 { + get { + return ResourceManager.GetString("RdpErrorCode3", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Internal error code 4.. + /// + internal static string RdpErrorCode4 { + get { + return ResourceManager.GetString("RdpErrorCode4", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An unrecoverable error has occurred during client connection.. + /// + internal static string RdpErrorConnection { + get { + return ResourceManager.GetString("RdpErrorConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to GetError failed (FatalErrors). + /// + internal static string RdpErrorGetFailure { + get { + return ResourceManager.GetString("RdpErrorGetFailure", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An out-of-memory error has occurred.. + /// + internal static string RdpErrorOutOfMemory { + get { + return ResourceManager.GetString("RdpErrorOutOfMemory", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An unknown error has occurred.. + /// + internal static string RdpErrorUnknown { + get { + return ResourceManager.GetString("RdpErrorUnknown", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to A window-creation error has occurred.. + /// + internal static string RdpErrorWindowCreation { + get { + return ResourceManager.GetString("RdpErrorWindowCreation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Winsock initialization error.. + /// + internal static string RdpErrorWinsock { + get { + return ResourceManager.GetString("RdpErrorWinsock", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Focus failed!. + /// + internal static string RdpFocusFailed { + get { + return ResourceManager.GetString("RdpFocusFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway Domain. + /// + internal static string RdpGatewayDomain { + get { + return ResourceManager.GetString("RdpGatewayDomain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway Hostname. + /// + internal static string RdpGatewayHostname { + get { + return ResourceManager.GetString("RdpGatewayHostname", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Gateway is supported.. + /// + internal static string RdpGatewayIsSupported { + get { + return ResourceManager.GetString("RdpGatewayIsSupported", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Gateway is not supported!. + /// + internal static string RdpGatewayNotSupported { + get { + return ResourceManager.GetString("RdpGatewayNotSupported", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remote Desktop Gateway Password. + /// + internal static string RdpGatewayPassword { + get { + return ResourceManager.GetString("RdpGatewayPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use Gateway. + /// + internal static string RdpGatewayUsageMethod { + get { + return ResourceManager.GetString("RdpGatewayUsageMethod", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway Credentials. + /// + internal static string RdpGatewayUseConnectionCredentials { + get { + return ResourceManager.GetString("RdpGatewayUseConnectionCredentials", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway Username. + /// + internal static string RdpGatewayUsername { + get { + return ResourceManager.GetString("RdpGatewayUsername", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Connection Timeout. + /// + internal static string RdpOverallConnectionTimeout { + get { + return ResourceManager.GetString("RdpOverallConnectionTimeout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version.. + /// + internal static string RdpProtocolVersionNotSupported { + get { + return ResourceManager.GetString("RdpProtocolVersionNotSupported", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP reconnection count:. + /// + internal static string RdpReconnectCount { + get { + return ResourceManager.GetString("RdpReconnectCount", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetAuthenticationLevel failed!. + /// + internal static string RdpSetAuthenticationLevelFailed { + get { + return ResourceManager.GetString("RdpSetAuthenticationLevelFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetUseConsoleSession failed!. + /// + internal static string RdpSetConsoleSessionFailed { + get { + return ResourceManager.GetString("RdpSetConsoleSessionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Setting Console switch for RDC {0}.. + /// + internal static string RdpSetConsoleSwitch { + get { + return ResourceManager.GetString("RdpSetConsoleSwitch", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetCredentials failed!. + /// + internal static string RdpSetCredentialsFailed { + get { + return ResourceManager.GetString("RdpSetCredentialsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetEventHandlers failed!. + /// + internal static string RdpSetEventHandlersFailed { + get { + return ResourceManager.GetString("RdpSetEventHandlersFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetRDGateway failed!. + /// + internal static string RdpSetGatewayFailed { + get { + return ResourceManager.GetString("RdpSetGatewayFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetPerformanceFlags failed!. + /// + internal static string RdpSetPerformanceFlagsFailed { + get { + return ResourceManager.GetString("RdpSetPerformanceFlagsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetPort failed!. + /// + internal static string RdpSetPortFailed { + get { + return ResourceManager.GetString("RdpSetPortFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetProps failed!. + /// + internal static string RdpSetPropsFailed { + get { + return ResourceManager.GetString("RdpSetPropsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Set Redirection Failed!. + /// + internal static string RdpSetRedirectionFailed { + get { + return ResourceManager.GetString("RdpSetRedirectionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Set Redirect Keys Failed!. + /// + internal static string RdpSetRedirectKeysFailed { + get { + return ResourceManager.GetString("RdpSetRedirectKeysFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP SetResolution failed!. + /// + internal static string RdpSetResolutionFailed { + get { + return ResourceManager.GetString("RdpSetResolutionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Smart Size. + /// + internal static string RdpSmartSize { + get { + return ResourceManager.GetString("RdpSmartSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Bring to this computer. + /// + internal static string RdpSoundBringToThisComputer { + get { + return ResourceManager.GetString("RdpSoundBringToThisComputer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Leave at remote computer. + /// + internal static string RdpSoundLeaveAtRemoteComputer { + get { + return ResourceManager.GetString("RdpSoundLeaveAtRemoteComputer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP ToggleFullscreen failed!. + /// + internal static string RdpToggleFullscreenFailed { + get { + return ResourceManager.GetString("RdpToggleFullscreenFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP ToggleSmartSize failed!. + /// + internal static string RdpToggleSmartSizeFailed { + get { + return ResourceManager.GetString("RdpToggleSmartSizeFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to RDP Version. + /// + internal static string RdpVersion { + get { + return ResourceManager.GetString("RdpVersion", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Read only:. + /// + internal static string ReadOnly { + get { + return ResourceManager.GetString("ReadOnly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reconnect. + /// + internal static string Reconnect { + get { + return ResourceManager.GetString("Reconnect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reconnect All Open Connections. + /// + internal static string ReconnectAll { + get { + return ResourceManager.GetString("ReconnectAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reconnect All Connections. + /// + internal static string ReconnectAllConnections { + get { + return ResourceManager.GetString("ReconnectAllConnections", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reconnect to previously opened sessions on startup. + /// + internal static string ReconnectAtStartup { + get { + return ResourceManager.GetString("ReconnectAtStartup", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Redirect. + /// + internal static string Redirect { + get { + return ResourceManager.GetString("Redirect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Key Combinations. + /// + internal static string RedirectKeys { + get { + return ResourceManager.GetString("RedirectKeys", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Refresh. + /// + internal static string Refresh { + get { + return ResourceManager.GetString("Refresh", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Refresh Screen (VNC). + /// + internal static string RefreshScreen { + get { + return ResourceManager.GetString("RefreshScreen", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Release Channel. + /// + internal static string ReleaseChannel { + get { + return ResourceManager.GetString("ReleaseChannel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Stable channel includes final releases only. + ///Beta channel includes Betas & Release Candidates. + ///Development Channel includes Alphas, Betas & Release Candidates.. + /// + internal static string ReleaseChannelExplanation { + get { + return ResourceManager.GetString("ReleaseChannelExplanation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Released under the GNU General Public License (GPL). + /// + internal static string ReleasedUnderGPL { + get { + return ResourceManager.GetString("ReleasedUnderGPL", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remote file. + /// + internal static string RemoteFile { + get { + return ResourceManager.GetString("RemoteFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove All. + /// + internal static string RemoveAll { + get { + return ResourceManager.GetString("RemoveAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rename. + /// + internal static string Rename { + get { + return ResourceManager.GetString("Rename", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rename Connection. + /// + internal static string RenameConnection { + get { + return ResourceManager.GetString("RenameConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rename Folder. + /// + internal static string RenameFolder { + get { + return ResourceManager.GetString("RenameFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rename Tab. + /// + internal static string RenameTab { + get { + return ResourceManager.GetString("RenameTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rendering Engine. + /// + internal static string RenderingEngine { + get { + return ResourceManager.GetString("RenderingEngine", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Report a Bug. + /// + internal static string ReportBug { + get { + return ResourceManager.GetString("ReportBug", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reset layout. + /// + internal static string ResetLayout { + get { + return ResourceManager.GetString("ResetLayout", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Resolution. + /// + internal static string Resolution { + get { + return ResourceManager.GetString("Resolution", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rlogin. + /// + internal static string Rlogin { + get { + return ResourceManager.GetString("Rlogin", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Run elevated. + /// + internal static string RunElevated { + get { + return ResourceManager.GetString("RunElevated", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save. + /// + internal static string Save { + get { + return ResourceManager.GetString("Save", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save All. + /// + internal static string SaveAll { + get { + return ResourceManager.GetString("SaveAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save Connection File. + /// + internal static string SaveConnectionFile { + get { + return ResourceManager.GetString("SaveConnectionFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save Connection File As.... + /// + internal static string SaveConnectionFileAs { + get { + return ResourceManager.GetString("SaveConnectionFileAs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save connections after every edit. + /// + internal static string SaveConnectionsAfterEveryEdit { + get { + return ResourceManager.GetString("SaveConnectionsAfterEveryEdit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do you want to save the current connections file before loading another?. + /// + internal static string SaveConnectionsFileBeforeOpeningAnother { + get { + return ResourceManager.GetString("SaveConnectionsFileBeforeOpeningAnother", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save connections on exit. + /// + internal static string SaveConsOnExit { + get { + return ResourceManager.GetString("SaveConsOnExit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png. + /// + internal static string SaveImageFilter { + get { + return ResourceManager.GetString("SaveImageFilter", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Screen. + /// + internal static string Screen { + get { + return ResourceManager.GetString("Screen", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Screenshot. + /// + internal static string Screenshot { + get { + return ResourceManager.GetString("Screenshot", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Screenshots. + /// + internal static string Screenshots { + get { + return ResourceManager.GetString("Screenshots", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Search. + /// + internal static string SearchPrompt { + get { + return ResourceManager.GetString("SearchPrompt", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Seconds. + /// + internal static string Seconds { + get { + return ResourceManager.GetString("Seconds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue.. + /// + internal static string SelectPanel { + get { + return ResourceManager.GetString("SelectPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Send Special Keys (VNC). + /// + internal static string SendSpecialKeys { + get { + return ResourceManager.GetString("SendSpecialKeys", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Send To.... + /// + internal static string SendTo { + get { + return ResourceManager.GetString("SendTo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Server '{0}' was not accessible.. + /// + internal static string ServerNotAccessible { + get { + return ResourceManager.GetString("ServerNotAccessible", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Server status:. + /// + internal static string ServerStatus { + get { + return ResourceManager.GetString("ServerStatus", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections. + /// + internal static string SetHostnameLikeDisplayName { + get { + return ResourceManager.GetString("SetHostnameLikeDisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Couldn't save settings or dispose SysTray Icon!. + /// + internal static string SettingsCouldNotBeSavedOrTrayDispose { + get { + return ResourceManager.GetString("SettingsCouldNotBeSavedOrTrayDispose", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show description tooltips in connection tree. + /// + internal static string ShowDescriptionTooltips { + get { + return ResourceManager.GetString("ShowDescriptionTooltips", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show full connections file path in window title. + /// + internal static string ShowFullConsFilePath { + get { + return ResourceManager.GetString("ShowFullConsFilePath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Show Help Text. + /// + internal static string ShowHelpText { + get { + return ResourceManager.GetString("ShowHelpText", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show/Hide Menu Strip. + /// + internal static string ShowHideMenu { + get { + return ResourceManager.GetString("ShowHideMenu", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show logon information on tab names. + /// + internal static string ShowLogonInfoOnTabs { + get { + return ResourceManager.GetString("ShowLogonInfoOnTabs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show On Toolbar. + /// + internal static string ShowOnToolbar { + get { + return ResourceManager.GetString("ShowOnToolbar", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show on toolbar column. + /// + internal static string ShowOnToolbarColumnHeader { + get { + return ResourceManager.GetString("ShowOnToolbarColumnHeader", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show protocols on tab names. + /// + internal static string ShowProtocolOnTabs { + get { + return ResourceManager.GetString("ShowProtocolOnTabs", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show Text. + /// + internal static string ShowText { + get { + return ResourceManager.GetString("ShowText", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Show these message types. + /// + internal static string ShowTheseMessageTypes { + get { + return ResourceManager.GetString("ShowTheseMessageTypes", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Single click on connection opens it. + /// + internal static string SingleClickOnConnectionOpensIt { + get { + return ResourceManager.GetString("SingleClickOnConnectionOpensIt", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Single click on opened connection in Connection Tree switches to opened Connection Tab. + /// + internal static string SingleClickOnOpenConnectionSwitchesToIt { + get { + return ResourceManager.GetString("SingleClickOnOpenConnectionSwitchesToIt", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Smart Cards. + /// + internal static string SmartCards { + get { + return ResourceManager.GetString("SmartCards", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SmartSize (RDP/VNC). + /// + internal static string SmartSize { + get { + return ResourceManager.GetString("SmartSize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SmartSize Mode. + /// + internal static string SmartSizeMode { + get { + return ResourceManager.GetString("SmartSizeMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Socks 5. + /// + internal static string Socks5 { + get { + return ResourceManager.GetString("Socks5", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sort. + /// + internal static string Sort { + get { + return ResourceManager.GetString("Sort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ascending (A-Z). + /// + internal static string SortAsc { + get { + return ResourceManager.GetString("SortAsc", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Descending (Z-A). + /// + internal static string SortDesc { + get { + return ResourceManager.GetString("SortDesc", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sound quality. + /// + internal static string SoundQuality { + get { + return ResourceManager.GetString("SoundQuality", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sounds. + /// + internal static string Sounds { + get { + return ResourceManager.GetString("Sounds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!. + /// + internal static string SQLInfo { + get { + return ResourceManager.GetString("SQLInfo", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SQL Server. + /// + internal static string SQLServer { + get { + return ResourceManager.GetString("SQLServer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH background transfer failed!. + /// + internal static string SshBackgroundTransferFailed { + get { + return ResourceManager.GetString("SshBackgroundTransferFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH File Transfer. + /// + internal static string SshFileTransfer { + get { + return ResourceManager.GetString("SshFileTransfer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH Options. + /// + internal static string SshOptions { + get { + return ResourceManager.GetString("SshOptions", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH transfer failed.. + /// + internal static string SshTransferFailed { + get { + return ResourceManager.GetString("SshTransferFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH Tunnel. + /// + internal static string SshTunnel { + get { + return ResourceManager.GetString("SshTunnel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH Tunnel connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection.. + /// + internal static string SshTunnelConfigProblem { + get { + return ResourceManager.GetString("SshTunnelConfigProblem", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel.. + /// + internal static string SshTunnelFailed { + get { + return ResourceManager.GetString("SshTunnelFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol.. + /// + internal static string SshTunnelIsNotPutty { + get { + return ResourceManager.GetString("SshTunnelIsNotPutty", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel.. + /// + internal static string SshTunnelNotConnected { + get { + return ResourceManager.GetString("SshTunnelNotConnected", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel.. + /// + internal static string SshTunnelNotInitialized { + get { + return ResourceManager.GetString("SshTunnelNotInitialized", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel.. + /// + internal static string SshTunnelPortNotReadyInTime { + get { + return ResourceManager.GetString("SshTunnelPortNotReadyInTime", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH version 1. + /// + internal static string SshV1 { + get { + return ResourceManager.GetString("SshV1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH version 2. + /// + internal static string SshV2 { + get { + return ResourceManager.GetString("SshV2", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Stack trace. + /// + internal static string StackTrace { + get { + return ResourceManager.GetString("StackTrace", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Start Chat (VNC). + /// + internal static string StartChat { + get { + return ResourceManager.GetString("StartChat", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Start minimized. + /// + internal static string StartMinimized { + get { + return ResourceManager.GetString("StartMinimized", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Startup/Exit. + /// + internal static string StartupExit { + get { + return ResourceManager.GetString("StartupExit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Status. + /// + internal static string Status { + get { + return ResourceManager.GetString("Status", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Support Forum. + /// + internal static string SupportForum { + get { + return ResourceManager.GetString("SupportForum", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Switch to Notifications panel on:. + /// + internal static string SwitchToErrorsAndInfos { + get { + return ResourceManager.GetString("SwitchToErrorsAndInfos", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Tabs && Panels. + /// + internal static string TabsAndPanels { + get { + return ResourceManager.GetString("TabsAndPanels", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Security. + /// + internal static string TabSecurity { + get { + return ResourceManager.GetString("TabSecurity", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Telnet. + /// + internal static string Telnet { + get { + return ResourceManager.GetString("Telnet", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Test connection. + /// + internal static string TestConnection { + get { + return ResourceManager.GetString("TestConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Testing connection. + /// + internal static string TestingConnection { + get { + return ResourceManager.GetString("TestingConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Test Proxy. + /// + internal static string TestProxy { + get { + return ResourceManager.GetString("TestProxy", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Test Settings. + /// + internal static string TestSettings { + get { + return ResourceManager.GetString("TestSettings", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The following:. + /// + internal static string TheFollowing { + get { + return ResourceManager.GetString("TheFollowing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Theme. + /// + internal static string Theme { + get { + return ResourceManager.GetString("Theme", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Timeout [seconds]. + /// + internal static string TimeoutInSeconds { + get { + return ResourceManager.GetString("TimeoutInSeconds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Title. + /// + internal static string Title { + get { + return ResourceManager.GetString("Title", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Error ({0}). + /// + internal static string TitleError { + get { + return ResourceManager.GetString("TitleError", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Information ({0}). + /// + internal static string TitleInformation { + get { + return ResourceManager.GetString("TitleInformation", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG password. + /// + internal static string TitlePassword { + get { + return ResourceManager.GetString("TitlePassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG password for {0}. + /// + internal static string TitlePasswordWithName { + get { + return ResourceManager.GetString("TitlePasswordWithName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select Panel. + /// + internal static string TitleSelectPanel { + get { + return ResourceManager.GetString("TitleSelectPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Warning ({0}). + /// + internal static string TitleWarning { + get { + return ResourceManager.GetString("TitleWarning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Track active connection in the connection tree. + /// + internal static string TrackActiveConnectionInConnectionTree { + get { + return ResourceManager.GetString("TrackActiveConnectionInConnectionTree", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Transfer. + /// + internal static string Transfer { + get { + return ResourceManager.GetString("Transfer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Transfer File (SSH). + /// + internal static string TransferFile { + get { + return ResourceManager.GetString("TransferFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Try to integrate. + /// + internal static string TryToIntegrate { + get { + return ResourceManager.GetString("TryToIntegrate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ultra VNC Repeater. + /// + internal static string UltraVncRepeater { + get { + return ResourceManager.GetString("UltraVncRepeater", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to UltraVNC SingleClick port:. + /// + internal static string UltraVNCSCListeningPort { + get { + return ResourceManager.GetString("UltraVNCSCListeningPort", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to UltraVNC SingleClick. + /// + internal static string UltraVNCSingleClick { + get { + return ResourceManager.GetString("UltraVNCSingleClick", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Uncheck the properties you want not to be saved!. + /// + internal static string UncheckProperties { + get { + return ResourceManager.GetString("UncheckProperties", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to An unhandled exception has occurred. + /// + internal static string UnhandledExceptionOccured { + get { + return ResourceManager.GetString("UnhandledExceptionOccured", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG requires an update. + /// + internal static string UpdateAvailable { + get { + return ResourceManager.GetString("UpdateAvailable", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates.. + /// + internal static string UpdateCheck { + get { + return ResourceManager.GetString("UpdateCheck", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The update information could not be downloaded.. + /// + internal static string UpdateCheckCompleteFailed { + get { + return ResourceManager.GetString("UpdateCheckCompleteFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Download complete! + ///mRemoteNG will now quit and begin with the installation.. + /// + internal static string UpdateDownloadComplete { + get { + return ResourceManager.GetString("UpdateDownloadComplete", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The update could not be downloaded.. + /// + internal static string UpdateDownloadCompleteFailed { + get { + return ResourceManager.GetString("UpdateDownloadCompleteFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The update download could not be initiated.. + /// + internal static string UpdateDownloadFailed { + get { + return ResourceManager.GetString("UpdateDownloadFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Every {0} days. + /// + internal static string UpdateFrequencyCustom { + get { + return ResourceManager.GetString("UpdateFrequencyCustom", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The change log could not be downloaded.. + /// + internal static string UpdateGetChangeLogFailed { + get { + return ResourceManager.GetString("UpdateGetChangeLogFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Download Completed!. + /// + internal static string UpdatePortableDownloadComplete { + get { + return ResourceManager.GetString("UpdatePortableDownloadComplete", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Updates. + /// + internal static string Updates { + get { + return ResourceManager.GetString("Updates", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use Console Session. + /// + internal static string UseConsoleSession { + get { + return ResourceManager.GetString("UseConsoleSession", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use CredSSP. + /// + internal static string UseCredSsp { + get { + return ResourceManager.GetString("UseCredSsp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use default. + /// + internal static string UseDefault { + get { + return ResourceManager.GetString("UseDefault", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use a different username and password. + /// + internal static string UseDifferentUsernameAndPassword { + get { + return ResourceManager.GetString("UseDifferentUsernameAndPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use enhanced mode. + /// + internal static string UseEnhancedMode { + get { + return ResourceManager.GetString("UseEnhancedMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to User. + /// + internal static string User { + get { + return ResourceManager.GetString("User", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to User Field. + /// + internal static string UserField { + get { + return ResourceManager.GetString("UserField", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Username. + /// + internal static string Username { + get { + return ResourceManager.GetString("Username", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use the same username and password. + /// + internal static string UseSameUsernameAndPassword { + get { + return ResourceManager.GetString("UseSameUsernameAndPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use a smart card. + /// + internal static string UseSmartCard { + get { + return ResourceManager.GetString("UseSmartCard", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use SQL Server to load && save connections. + /// + internal static string UseSQLServer { + get { + return ResourceManager.GetString("UseSQLServer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use VM ID. + /// + internal static string UseVmId { + get { + return ResourceManager.GetString("UseVmId", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Verify:. + /// + internal static string Verify { + get { + return ResourceManager.GetString("Verify", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Version. + /// + internal static string Version { + get { + return ResourceManager.GetString("Version", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to View Only. + /// + internal static string ViewOnly { + get { + return ResourceManager.GetString("ViewOnly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VM ID. + /// + internal static string VmId { + get { + return ResourceManager.GetString("VmId", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC. + /// + internal static string Vnc { + get { + return ResourceManager.GetString("Vnc", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC disconnect failed!. + /// + internal static string VncConnectionDisconnectFailed { + get { + return ResourceManager.GetString("VncConnectionDisconnectFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC Refresh Screen Failed!. + /// + internal static string VncRefreshFailed { + get { + return ResourceManager.GetString("VncRefreshFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC SendSpecialKeys failed!. + /// + internal static string VncSendSpecialKeysFailed { + get { + return ResourceManager.GetString("VncSendSpecialKeysFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC Set Event Handlers failed!. + /// + internal static string VncSetEventHandlersFailed { + get { + return ResourceManager.GetString("VncSetEventHandlersFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC Set Props Failed!. + /// + internal static string VncSetPropsFailed { + get { + return ResourceManager.GetString("VncSetPropsFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC Toggle SmartSize Failed!. + /// + internal static string VncToggleSmartSizeFailed { + get { + return ResourceManager.GetString("VncToggleSmartSizeFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to VNC Toggle ViewOnly Failed!. + /// + internal static string VncToggleViewOnlyFailed { + get { + return ResourceManager.GetString("VncToggleViewOnlyFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Wait for exit. + /// + internal static string WaitForExit { + get { + return ResourceManager.GetString("WaitForExit", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Warn me if authentication fails. + /// + internal static string WarnIfAuthFails { + get { + return ResourceManager.GetString("WarnIfAuthFails", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Warnings. + /// + internal static string Warnings { + get { + return ResourceManager.GetString("Warnings", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Website. + /// + internal static string Website { + get { + return ResourceManager.GetString("Website", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Weekly. + /// + internal static string Weekly { + get { + return ResourceManager.GetString("Weekly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Windows. + /// + internal static string Windows { + get { + return ResourceManager.GetString("Windows", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Working directory. + /// + internal static string WorkingDirColumnHeader { + get { + return ResourceManager.GetString("WorkingDirColumnHeader", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Working directory:. + /// + internal static string WorkingDirectory { + get { + return ResourceManager.GetString("WorkingDirectory", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Yes. + /// + internal static string Yes { + get { + return ResourceManager.GetString("Yes", resourceCulture); + } + } + } +} diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteNG/Resources/Language/Language.cs-CZ.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.cs-CZ.resx rename to mRemoteNG/Resources/Language/Language.cs-CZ.resx diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteNG/Resources/Language/Language.de.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.de.resx rename to mRemoteNG/Resources/Language/Language.de.resx diff --git a/mRemoteV1/Resources/Language/Language.el.resx b/mRemoteNG/Resources/Language/Language.el.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.el.resx rename to mRemoteNG/Resources/Language/Language.el.resx diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteNG/Resources/Language/Language.en-US.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.en-US.resx rename to mRemoteNG/Resources/Language/Language.en-US.resx diff --git a/mRemoteV1/Resources/Language/Language.es-AR.resx b/mRemoteNG/Resources/Language/Language.es-AR.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.es-AR.resx rename to mRemoteNG/Resources/Language/Language.es-AR.resx diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteNG/Resources/Language/Language.es.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.es.resx rename to mRemoteNG/Resources/Language/Language.es.resx diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteNG/Resources/Language/Language.fr.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.fr.resx rename to mRemoteNG/Resources/Language/Language.fr.resx diff --git a/mRemoteV1/Resources/Language/Language.hu.resx b/mRemoteNG/Resources/Language/Language.hu.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.hu.resx rename to mRemoteNG/Resources/Language/Language.hu.resx diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteNG/Resources/Language/Language.it.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.it.resx rename to mRemoteNG/Resources/Language/Language.it.resx diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteNG/Resources/Language/Language.ja-JP.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.ja-JP.resx rename to mRemoteNG/Resources/Language/Language.ja-JP.resx diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteNG/Resources/Language/Language.ko-KR.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.ko-KR.resx rename to mRemoteNG/Resources/Language/Language.ko-KR.resx diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteNG/Resources/Language/Language.lt.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.lt.resx rename to mRemoteNG/Resources/Language/Language.lt.resx diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteNG/Resources/Language/Language.nb-NO.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.nb-NO.resx rename to mRemoteNG/Resources/Language/Language.nb-NO.resx diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteNG/Resources/Language/Language.nl.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.nl.resx rename to mRemoteNG/Resources/Language/Language.nl.resx diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteNG/Resources/Language/Language.pl.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.pl.resx rename to mRemoteNG/Resources/Language/Language.pl.resx diff --git a/mRemoteV1/Resources/Language/Language.pt-BR.resx b/mRemoteNG/Resources/Language/Language.pt-BR.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.pt-BR.resx rename to mRemoteNG/Resources/Language/Language.pt-BR.resx diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteNG/Resources/Language/Language.pt.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.pt.resx rename to mRemoteNG/Resources/Language/Language.pt.resx diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteNG/Resources/Language/Language.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.resx rename to mRemoteNG/Resources/Language/Language.resx diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteNG/Resources/Language/Language.ru.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.ru.resx rename to mRemoteNG/Resources/Language/Language.ru.resx diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteNG/Resources/Language/Language.tr-TR.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.tr-TR.resx rename to mRemoteNG/Resources/Language/Language.tr-TR.resx diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteNG/Resources/Language/Language.uk.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.uk.resx rename to mRemoteNG/Resources/Language/Language.uk.resx diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteNG/Resources/Language/Language.zh-CN.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.zh-CN.resx rename to mRemoteNG/Resources/Language/Language.zh-CN.resx diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteNG/Resources/Language/Language.zh-TW.resx similarity index 100% rename from mRemoteV1/Resources/Language/Language.zh-TW.resx rename to mRemoteNG/Resources/Language/Language.zh-TW.resx diff --git a/mRemoteV1/Resources/PuTTYNG.exe b/mRemoteNG/Resources/PuTTYNG.exe similarity index 100% rename from mRemoteV1/Resources/PuTTYNG.exe rename to mRemoteNG/Resources/PuTTYNG.exe diff --git a/mRemoteV1/Resources/Templates/AppIcon.psd b/mRemoteNG/Resources/Templates/AppIcon.psd similarity index 100% rename from mRemoteV1/Resources/Templates/AppIcon.psd rename to mRemoteNG/Resources/Templates/AppIcon.psd diff --git a/mRemoteV1/Resources/Templates/Header_dark.psd b/mRemoteNG/Resources/Templates/Header_dark.psd similarity index 100% rename from mRemoteV1/Resources/Templates/Header_dark.psd rename to mRemoteNG/Resources/Templates/Header_dark.psd diff --git a/mRemoteV1/Resources/Templates/Header_light.psd b/mRemoteNG/Resources/Templates/Header_light.psd similarity index 100% rename from mRemoteV1/Resources/Templates/Header_light.psd rename to mRemoteNG/Resources/Templates/Header_light.psd diff --git a/mRemoteV1/Resources/Templates/Installer_Header.psd b/mRemoteNG/Resources/Templates/Installer_Header.psd similarity index 100% rename from mRemoteV1/Resources/Templates/Installer_Header.psd rename to mRemoteNG/Resources/Templates/Installer_Header.psd diff --git a/mRemoteV1/Resources/Templates/Installer_Side.psd b/mRemoteNG/Resources/Templates/Installer_Side.psd similarity index 100% rename from mRemoteV1/Resources/Templates/Installer_Side.psd rename to mRemoteNG/Resources/Templates/Installer_Side.psd diff --git a/mRemoteV1/Resources/Templates/VisualElements_150_dark.psd b/mRemoteNG/Resources/Templates/VisualElements_150_dark.psd similarity index 100% rename from mRemoteV1/Resources/Templates/VisualElements_150_dark.psd rename to mRemoteNG/Resources/Templates/VisualElements_150_dark.psd diff --git a/mRemoteV1/Resources/Templates/VisualElements_150_light.psd b/mRemoteNG/Resources/Templates/VisualElements_150_light.psd similarity index 100% rename from mRemoteV1/Resources/Templates/VisualElements_150_light.psd rename to mRemoteNG/Resources/Templates/VisualElements_150_light.psd diff --git a/mRemoteV1/Resources/Templates/VisualElements_70_dark.psd b/mRemoteNG/Resources/Templates/VisualElements_70_dark.psd similarity index 100% rename from mRemoteV1/Resources/Templates/VisualElements_70_dark.psd rename to mRemoteNG/Resources/Templates/VisualElements_70_dark.psd diff --git a/mRemoteV1/Resources/Templates/VisualElements_70_light.psd b/mRemoteNG/Resources/Templates/VisualElements_70_light.psd similarity index 100% rename from mRemoteV1/Resources/Templates/VisualElements_70_light.psd rename to mRemoteNG/Resources/Templates/VisualElements_70_light.psd diff --git a/mRemoteV1/Resources/Themes/ColorMapTheme.Designer.cs b/mRemoteNG/Resources/Themes/ColorMapTheme.Designer.cs similarity index 97% rename from mRemoteV1/Resources/Themes/ColorMapTheme.Designer.cs rename to mRemoteNG/Resources/Themes/ColorMapTheme.Designer.cs index 9f328832..c65aea12 100644 --- a/mRemoteV1/Resources/Themes/ColorMapTheme.Designer.cs +++ b/mRemoteNG/Resources/Themes/ColorMapTheme.Designer.cs @@ -1,846 +1,846 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace mRemoteNG { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // 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()] - internal class ColorMapTheme { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal ColorMapTheme() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Resources.Themes.ColorMapTheme", typeof(ColorMapTheme).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='Button']/Background/@Source. - /// - internal static string Button_Background { - get { - return ResourceManager.GetString("Button_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorder']/Background/@Source. - /// - internal static string Button_Border { - get { - return ResourceManager.GetString("Button_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonDisabled']/Background/@Source. - /// - internal static string Button_Disabled_Background { - get { - return ResourceManager.GetString("Button_Disabled_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorderDisabled']/Background/@Source. - /// - internal static string Button_Disabled_Border { - get { - return ResourceManager.GetString("Button_Disabled_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonDisabled']/Foreground/@Source. - /// - internal static string Button_Disabled_Foreground { - get { - return ResourceManager.GetString("Button_Disabled_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='Button']/Foreground/@Source. - /// - internal static string Button_Foreground { - get { - return ResourceManager.GetString("Button_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonHover']/Background/@Source. - /// - internal static string Button_Hover_Background { - get { - return ResourceManager.GetString("Button_Hover_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorderHover']/Background/@Source. - /// - internal static string Button_Hover_Border { - get { - return ResourceManager.GetString("Button_Hover_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonHover']/Foreground/@Source. - /// - internal static string Button_Hover_Foreground { - get { - return ResourceManager.GetString("Button_Hover_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonPressed']/Background/@Source. - /// - internal static string Button_Pressed_Background { - get { - return ResourceManager.GetString("Button_Pressed_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorderPressed']/Background/@Source. - /// - internal static string Button_Pressed_Border { - get { - return ResourceManager.GetString("Button_Pressed_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonPressed']/Foreground/@Source. - /// - internal static string Button_Pressed_Foreground { - get { - return ResourceManager.GetString("Button_Pressed_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBackground']/Background/@Source. - /// - internal static string CheckBox_Background { - get { - return ResourceManager.GetString("CheckBox_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorder']/Background/@Source. - /// - internal static string CheckBox_Border { - get { - return ResourceManager.GetString("CheckBox_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorderDisabled']/Background/@Source. - /// - internal static string CheckBox_Border_Disabled { - get { - return ResourceManager.GetString("CheckBox_Border_Disabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorderHover']/Background/@Source. - /// - internal static string CheckBox_Border_Hover { - get { - return ResourceManager.GetString("CheckBox_Border_Hover", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorderPressed']/Background/@Source. - /// - internal static string CheckBox_Border_Pressed { - get { - return ResourceManager.GetString("CheckBox_Border_Pressed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxGlyph']/Background/@Source. - /// - internal static string CheckBox_Glyph { - get { - return ResourceManager.GetString("CheckBox_Glyph", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxGlyphDisabled']/Background/@Source. - /// - internal static string CheckBox_Glyph_Disabled { - get { - return ResourceManager.GetString("CheckBox_Glyph_Disabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxText']/Background/@Source. - /// - internal static string CheckBox_Text { - get { - return ResourceManager.GetString("CheckBox_Text", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxTextDisabled']/Background/@Source. - /// - internal static string CheckBox_Text_Disabled { - get { - return ResourceManager.GetString("CheckBox_Text_Disabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBox']/Background/@Source. - /// - internal static string ComboBox_Background { - get { - return ResourceManager.GetString("ComboBox_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxBorder']/Background/@Source. - /// - internal static string ComboBox_Border { - get { - return ResourceManager.GetString("ComboBox_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButton']/Background/@Source. - /// - internal static string ComboBox_Button_Background { - get { - return ResourceManager.GetString("ComboBox_Button_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonBorder']/Background/@Source. - /// - internal static string ComboBox_Button_Border { - get { - return ResourceManager.GetString("ComboBox_Button_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButton']/Foreground/@Source. - /// - internal static string ComboBox_Button_Foreground { - get { - return ResourceManager.GetString("ComboBox_Button_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonMouseOver']/Background/@Source. - /// - internal static string ComboBox_Button_MouseOver_Background { - get { - return ResourceManager.GetString("ComboBox_Button_MouseOver_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonMouseOverBorder']/Background/@Source. - /// - internal static string ComboBox_Button_MouseOver_Border { - get { - return ResourceManager.GetString("ComboBox_Button_MouseOver_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonMouseOver']/Foreground/@Source. - /// - internal static string ComboBox_Button_MouseOver_Foreground { - get { - return ResourceManager.GetString("ComboBox_Button_MouseOver_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonPressed']/Background/@Source. - /// - internal static string ComboBox_Button_Pressed_Background { - get { - return ResourceManager.GetString("ComboBox_Button_Pressed_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonPressed']/Foreground/@Source. - /// - internal static string ComboBox_Button_Pressed_Foreground { - get { - return ResourceManager.GetString("ComboBox_Button_Pressed_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxDisabled']/Background/@Source. - /// - internal static string ComboBox_Disabled_Background { - get { - return ResourceManager.GetString("ComboBox_Disabled_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxDisabled']/Foreground/@Source. - /// - internal static string ComboBox_Disabled_Foreground { - get { - return ResourceManager.GetString("ComboBox_Disabled_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBox']/Foreground/@Source. - /// - internal static string ComboBox_Foreground { - get { - return ResourceManager.GetString("ComboBox_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxMouseOverBorder']/Background/@Source. - /// - internal static string ComboBox_MouseOver_Border { - get { - return ResourceManager.GetString("ComboBox_MouseOver_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxPopUpBorder']/ComboBoxPopUp/@Source. - /// - internal static string ComboBox_PopUp { - get { - return ResourceManager.GetString("ComboBox_PopUp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxPopUpBorder']/Background/@Source. - /// - internal static string ComboBox_PopUp_Border { - get { - return ResourceManager.GetString("ComboBox_PopUp_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Environment']/Color[@Name='CommandShelfHighlightGradientBegin']/Background/@Source. - /// - internal static string CommandBarMenuDefault_Background { - get { - return ResourceManager.GetString("CommandBarMenuDefault_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Environment']/Color[@Name='CommandBarTextActive']/Background/@Source. - /// - internal static string CommandBarMenuDefault_Foreground { - get { - return ResourceManager.GetString("CommandBarMenuDefault_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='Dialog']/Background/@Source. - /// - internal static string Dialog_Background { - get { - return ResourceManager.GetString("Dialog_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='Dialog']/Foreground/@Source. - /// - internal static string Dialog_Foreground { - get { - return ResourceManager.GetString("Dialog_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler error']/Background/@Source. - /// - internal static string ErrorText_Background { - get { - return ResourceManager.GetString("ErrorText_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler error']/Foreground/@Source. - /// - internal static string ErrorText_Foreground { - get { - return ResourceManager.GetString("ErrorText_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabActiveBackground']/Background/@Source. - /// - internal static string GroupBox_Backgorund { - get { - return ResourceManager.GetString("GroupBox_Backgorund", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabInactiveBackground']/Background/@Source. - /// - internal static string GroupBox_Disabled_Background { - get { - return ResourceManager.GetString("GroupBox_Disabled_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabInactiveText']/Background/@Source. - /// - internal static string GroupBox_Disabled_Foreground { - get { - return ResourceManager.GetString("GroupBox_Disabled_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabInactiveBorder']/Background/@Source. - /// - internal static string GroupBox_Disabled_Line { - get { - return ResourceManager.GetString("GroupBox_Disabled_Line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabActiveText']/Background/@Source. - /// - internal static string GroupBox_Foreground { - get { - return ResourceManager.GetString("GroupBox_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabActiveBorder']/Background/@Source. - /// - internal static string GroupBox_Line { - get { - return ResourceManager.GetString("GroupBox_Line", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListBackground']/Background/@Source. - /// - internal static string List_Background { - get { - return ResourceManager.GetString("List_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListHeader']/Background/@Source. - /// - internal static string List_Header_Background { - get { - return ResourceManager.GetString("List_Header_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListHeader']/Foreground/@Source. - /// - internal static string List_Header_Foreground { - get { - return ResourceManager.GetString("List_Header_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItem']/Background/@Source. - /// - internal static string List_Item_Background { - get { - return ResourceManager.GetString("List_Item_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemBorder']/Background/@Source. - /// - internal static string List_Item_Border { - get { - return ResourceManager.GetString("List_Item_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemDisabled']/Background/@Source. - /// - internal static string List_Item_Disabled_Background { - get { - return ResourceManager.GetString("List_Item_Disabled_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemDisabledBorder']/Background/@Source. - /// - internal static string List_Item_Disabled_Border { - get { - return ResourceManager.GetString("List_Item_Disabled_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemDisabled']/Foreground/@Source. - /// - internal static string List_Item_Disabled_Foreground { - get { - return ResourceManager.GetString("List_Item_Disabled_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItem']/Foreground/@Source. - /// - internal static string List_Item_Foreground { - get { - return ResourceManager.GetString("List_Item_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemSelected']/Background/@Source. - /// - internal static string List_Item_Selected_Background { - get { - return ResourceManager.GetString("List_Item_Selected_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemSelectedBorder']/Background/@Source. - /// - internal static string List_Item_Selected_Border { - get { - return ResourceManager.GetString("List_Item_Selected_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemSelected']/Foreground/@Source. - /// - internal static string List_Item_Selected_Foreground { - get { - return ResourceManager.GetString("List_Item_Selected_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='Background']/Background/@Source. - /// - internal static string ProgressBar_Background { - get { - return ResourceManager.GetString("ProgressBar_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='IndicatorFill']/Background/@Source. - /// - internal static string ProgressBar_Fill { - get { - return ResourceManager.GetString("ProgressBar_Fill", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='IndicatorFillCritical']/Background/@Source. - /// - internal static string ProgressBar_Fill_Critical { - get { - return ResourceManager.GetString("ProgressBar_Fill_Critical", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='IndicatorFillWarning']/Background/@Source. - /// - internal static string ProgressBar_Fill_Warning { - get { - return ResourceManager.GetString("ProgressBar_Fill_Warning", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabBackground']/Background/@Source. - /// - internal static string Tab_Background { - get { - return ResourceManager.GetString("Tab_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItem']/Background/@Source. - /// - internal static string Tab_Item_Background { - get { - return ResourceManager.GetString("Tab_Item_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItemDisabled']/Background/@Source. - /// - internal static string Tab_Item_Disabled_Background { - get { - return ResourceManager.GetString("Tab_Item_Disabled_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItemDisabled']/Foreground/@Source. - /// - internal static string Tab_Item_Disabled_Foreground { - get { - return ResourceManager.GetString("Tab_Item_Disabled_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItem']/Foreground/@Source. - /// - internal static string Tab_Item_Foreground { - get { - return ResourceManager.GetString("Tab_Item_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBackground']/Background/@Source. - /// - internal static string TextBox_Background { - get { - return ResourceManager.GetString("TextBox_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBorder']/Background/@Source. - /// - internal static string TextBox_Border { - get { - return ResourceManager.GetString("TextBox_Border", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBorderDisabled']/Background/@Source. - /// - internal static string TextBox_Border_Disabled { - get { - return ResourceManager.GetString("TextBox_Border_Disabled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBorderFocused']/Background/@Source. - /// - internal static string TextBox_Border_Focused { - get { - return ResourceManager.GetString("TextBox_Border_Focused", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBackgroundDisabled']/Background/@Source. - /// - internal static string TextBox_Disabled_Background { - get { - return ResourceManager.GetString("TextBox_Disabled_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxTextDisabled']/Background/@Source. - /// - internal static string TextBox_Disabled_Foreground { - get { - return ResourceManager.GetString("TextBox_Disabled_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBackgroundFocused']/Background/@Source. - /// - internal static string TextBox_Focused_Background { - get { - return ResourceManager.GetString("TextBox_Focused_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxTextFocused']/Background/@Source. - /// - internal static string TextBox_Focused_Foreground { - get { - return ResourceManager.GetString("TextBox_Focused_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxText']/Background/@Source. - /// - internal static string TextBox_Foreground { - get { - return ResourceManager.GetString("TextBox_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='Background']/Background/@Source. - /// - internal static string TreeView_Background { - get { - return ResourceManager.GetString("TreeView_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='Background']/Foreground/@Source. - /// - internal static string TreeView_Foreground { - get { - return ResourceManager.GetString("TreeView_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemActive']/Background/@Source. - /// - internal static string Treeview_SelectedItem_Active_Background { - get { - return ResourceManager.GetString("Treeview_SelectedItem_Active_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemActive']/Foreground/@Source. - /// - internal static string Treeview_SelectedItem_Active_Foreground { - get { - return ResourceManager.GetString("Treeview_SelectedItem_Active_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemInactive']/Background/@Source. - /// - internal static string Treeview_SelectedItem_Inactive_Background { - get { - return ResourceManager.GetString("Treeview_SelectedItem_Inactive_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemInactive']/Foreground/@Source. - /// - internal static string Treeview_SelectedItem_Inactive_Foreground { - get { - return ResourceManager.GetString("Treeview_SelectedItem_Inactive_Foreground", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler warning']/Background/@Source. - /// - internal static string WarningText_Background { - get { - return ResourceManager.GetString("WarningText_Background", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler warning']/Foreground/@Source. - /// - internal static string WarningText_Foreground { - get { - return ResourceManager.GetString("WarningText_Foreground", resourceCulture); - } - } - } -} +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace mRemoteNG { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // 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()] + internal class ColorMapTheme { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal ColorMapTheme() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Resources.Themes.ColorMapTheme", typeof(ColorMapTheme).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='Button']/Background/@Source. + /// + internal static string Button_Background { + get { + return ResourceManager.GetString("Button_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorder']/Background/@Source. + /// + internal static string Button_Border { + get { + return ResourceManager.GetString("Button_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonDisabled']/Background/@Source. + /// + internal static string Button_Disabled_Background { + get { + return ResourceManager.GetString("Button_Disabled_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorderDisabled']/Background/@Source. + /// + internal static string Button_Disabled_Border { + get { + return ResourceManager.GetString("Button_Disabled_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonDisabled']/Foreground/@Source. + /// + internal static string Button_Disabled_Foreground { + get { + return ResourceManager.GetString("Button_Disabled_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='Button']/Foreground/@Source. + /// + internal static string Button_Foreground { + get { + return ResourceManager.GetString("Button_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonHover']/Background/@Source. + /// + internal static string Button_Hover_Background { + get { + return ResourceManager.GetString("Button_Hover_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorderHover']/Background/@Source. + /// + internal static string Button_Hover_Border { + get { + return ResourceManager.GetString("Button_Hover_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonHover']/Foreground/@Source. + /// + internal static string Button_Hover_Foreground { + get { + return ResourceManager.GetString("Button_Hover_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonPressed']/Background/@Source. + /// + internal static string Button_Pressed_Background { + get { + return ResourceManager.GetString("Button_Pressed_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonBorderPressed']/Background/@Source. + /// + internal static string Button_Pressed_Border { + get { + return ResourceManager.GetString("Button_Pressed_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='ButtonPressed']/Foreground/@Source. + /// + internal static string Button_Pressed_Foreground { + get { + return ResourceManager.GetString("Button_Pressed_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBackground']/Background/@Source. + /// + internal static string CheckBox_Background { + get { + return ResourceManager.GetString("CheckBox_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorder']/Background/@Source. + /// + internal static string CheckBox_Border { + get { + return ResourceManager.GetString("CheckBox_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorderDisabled']/Background/@Source. + /// + internal static string CheckBox_Border_Disabled { + get { + return ResourceManager.GetString("CheckBox_Border_Disabled", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorderHover']/Background/@Source. + /// + internal static string CheckBox_Border_Hover { + get { + return ResourceManager.GetString("CheckBox_Border_Hover", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxBorderPressed']/Background/@Source. + /// + internal static string CheckBox_Border_Pressed { + get { + return ResourceManager.GetString("CheckBox_Border_Pressed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxGlyph']/Background/@Source. + /// + internal static string CheckBox_Glyph { + get { + return ResourceManager.GetString("CheckBox_Glyph", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxGlyphDisabled']/Background/@Source. + /// + internal static string CheckBox_Glyph_Disabled { + get { + return ResourceManager.GetString("CheckBox_Glyph_Disabled", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxText']/Background/@Source. + /// + internal static string CheckBox_Text { + get { + return ResourceManager.GetString("CheckBox_Text", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='CheckBoxTextDisabled']/Background/@Source. + /// + internal static string CheckBox_Text_Disabled { + get { + return ResourceManager.GetString("CheckBox_Text_Disabled", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBox']/Background/@Source. + /// + internal static string ComboBox_Background { + get { + return ResourceManager.GetString("ComboBox_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxBorder']/Background/@Source. + /// + internal static string ComboBox_Border { + get { + return ResourceManager.GetString("ComboBox_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButton']/Background/@Source. + /// + internal static string ComboBox_Button_Background { + get { + return ResourceManager.GetString("ComboBox_Button_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonBorder']/Background/@Source. + /// + internal static string ComboBox_Button_Border { + get { + return ResourceManager.GetString("ComboBox_Button_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButton']/Foreground/@Source. + /// + internal static string ComboBox_Button_Foreground { + get { + return ResourceManager.GetString("ComboBox_Button_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonMouseOver']/Background/@Source. + /// + internal static string ComboBox_Button_MouseOver_Background { + get { + return ResourceManager.GetString("ComboBox_Button_MouseOver_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonMouseOverBorder']/Background/@Source. + /// + internal static string ComboBox_Button_MouseOver_Border { + get { + return ResourceManager.GetString("ComboBox_Button_MouseOver_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonMouseOver']/Foreground/@Source. + /// + internal static string ComboBox_Button_MouseOver_Foreground { + get { + return ResourceManager.GetString("ComboBox_Button_MouseOver_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonPressed']/Background/@Source. + /// + internal static string ComboBox_Button_Pressed_Background { + get { + return ResourceManager.GetString("ComboBox_Button_Pressed_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxButtonPressed']/Foreground/@Source. + /// + internal static string ComboBox_Button_Pressed_Foreground { + get { + return ResourceManager.GetString("ComboBox_Button_Pressed_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxDisabled']/Background/@Source. + /// + internal static string ComboBox_Disabled_Background { + get { + return ResourceManager.GetString("ComboBox_Disabled_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxDisabled']/Foreground/@Source. + /// + internal static string ComboBox_Disabled_Foreground { + get { + return ResourceManager.GetString("ComboBox_Disabled_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBox']/Foreground/@Source. + /// + internal static string ComboBox_Foreground { + get { + return ResourceManager.GetString("ComboBox_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxMouseOverBorder']/Background/@Source. + /// + internal static string ComboBox_MouseOver_Border { + get { + return ResourceManager.GetString("ComboBox_MouseOver_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxPopUpBorder']/ComboBoxPopUp/@Source. + /// + internal static string ComboBox_PopUp { + get { + return ResourceManager.GetString("ComboBox_PopUp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ComboBoxPopUpBorder']/Background/@Source. + /// + internal static string ComboBox_PopUp_Border { + get { + return ResourceManager.GetString("ComboBox_PopUp_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Environment']/Color[@Name='CommandShelfHighlightGradientBegin']/Background/@Source. + /// + internal static string CommandBarMenuDefault_Background { + get { + return ResourceManager.GetString("CommandBarMenuDefault_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Environment']/Color[@Name='CommandBarTextActive']/Background/@Source. + /// + internal static string CommandBarMenuDefault_Foreground { + get { + return ResourceManager.GetString("CommandBarMenuDefault_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='Dialog']/Background/@Source. + /// + internal static string Dialog_Background { + get { + return ResourceManager.GetString("Dialog_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='Dialog']/Foreground/@Source. + /// + internal static string Dialog_Foreground { + get { + return ResourceManager.GetString("Dialog_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler error']/Background/@Source. + /// + internal static string ErrorText_Background { + get { + return ResourceManager.GetString("ErrorText_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler error']/Foreground/@Source. + /// + internal static string ErrorText_Foreground { + get { + return ResourceManager.GetString("ErrorText_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabActiveBackground']/Background/@Source. + /// + internal static string GroupBox_Backgorund { + get { + return ResourceManager.GetString("GroupBox_Backgorund", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabInactiveBackground']/Background/@Source. + /// + internal static string GroupBox_Disabled_Background { + get { + return ResourceManager.GetString("GroupBox_Disabled_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabInactiveText']/Background/@Source. + /// + internal static string GroupBox_Disabled_Foreground { + get { + return ResourceManager.GetString("GroupBox_Disabled_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabInactiveBorder']/Background/@Source. + /// + internal static string GroupBox_Disabled_Line { + get { + return ResourceManager.GetString("GroupBox_Disabled_Line", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabActiveText']/Background/@Source. + /// + internal static string GroupBox_Foreground { + get { + return ResourceManager.GetString("GroupBox_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='InnerTabActiveBorder']/Background/@Source. + /// + internal static string GroupBox_Line { + get { + return ResourceManager.GetString("GroupBox_Line", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListBackground']/Background/@Source. + /// + internal static string List_Background { + get { + return ResourceManager.GetString("List_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListHeader']/Background/@Source. + /// + internal static string List_Header_Background { + get { + return ResourceManager.GetString("List_Header_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListHeader']/Foreground/@Source. + /// + internal static string List_Header_Foreground { + get { + return ResourceManager.GetString("List_Header_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItem']/Background/@Source. + /// + internal static string List_Item_Background { + get { + return ResourceManager.GetString("List_Item_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemBorder']/Background/@Source. + /// + internal static string List_Item_Border { + get { + return ResourceManager.GetString("List_Item_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemDisabled']/Background/@Source. + /// + internal static string List_Item_Disabled_Background { + get { + return ResourceManager.GetString("List_Item_Disabled_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemDisabledBorder']/Background/@Source. + /// + internal static string List_Item_Disabled_Border { + get { + return ResourceManager.GetString("List_Item_Disabled_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemDisabled']/Foreground/@Source. + /// + internal static string List_Item_Disabled_Foreground { + get { + return ResourceManager.GetString("List_Item_Disabled_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItem']/Foreground/@Source. + /// + internal static string List_Item_Foreground { + get { + return ResourceManager.GetString("List_Item_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemSelected']/Background/@Source. + /// + internal static string List_Item_Selected_Background { + get { + return ResourceManager.GetString("List_Item_Selected_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemSelectedBorder']/Background/@Source. + /// + internal static string List_Item_Selected_Border { + get { + return ResourceManager.GetString("List_Item_Selected_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='ListItemSelected']/Foreground/@Source. + /// + internal static string List_Item_Selected_Foreground { + get { + return ResourceManager.GetString("List_Item_Selected_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='Background']/Background/@Source. + /// + internal static string ProgressBar_Background { + get { + return ResourceManager.GetString("ProgressBar_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='IndicatorFill']/Background/@Source. + /// + internal static string ProgressBar_Fill { + get { + return ResourceManager.GetString("ProgressBar_Fill", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='IndicatorFillCritical']/Background/@Source. + /// + internal static string ProgressBar_Fill_Critical { + get { + return ResourceManager.GetString("ProgressBar_Fill_Critical", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='ProgressBar']/Color[@Name='IndicatorFillWarning']/Background/@Source. + /// + internal static string ProgressBar_Fill_Warning { + get { + return ResourceManager.GetString("ProgressBar_Fill_Warning", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabBackground']/Background/@Source. + /// + internal static string Tab_Background { + get { + return ResourceManager.GetString("Tab_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItem']/Background/@Source. + /// + internal static string Tab_Item_Background { + get { + return ResourceManager.GetString("Tab_Item_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItemDisabled']/Background/@Source. + /// + internal static string Tab_Item_Disabled_Background { + get { + return ResourceManager.GetString("Tab_Item_Disabled_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItemDisabled']/Foreground/@Source. + /// + internal static string Tab_Item_Disabled_Foreground { + get { + return ResourceManager.GetString("Tab_Item_Disabled_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Cider']/Color[@Name='TabItem']/Foreground/@Source. + /// + internal static string Tab_Item_Foreground { + get { + return ResourceManager.GetString("Tab_Item_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBackground']/Background/@Source. + /// + internal static string TextBox_Background { + get { + return ResourceManager.GetString("TextBox_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBorder']/Background/@Source. + /// + internal static string TextBox_Border { + get { + return ResourceManager.GetString("TextBox_Border", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBorderDisabled']/Background/@Source. + /// + internal static string TextBox_Border_Disabled { + get { + return ResourceManager.GetString("TextBox_Border_Disabled", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBorderFocused']/Background/@Source. + /// + internal static string TextBox_Border_Focused { + get { + return ResourceManager.GetString("TextBox_Border_Focused", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBackgroundDisabled']/Background/@Source. + /// + internal static string TextBox_Disabled_Background { + get { + return ResourceManager.GetString("TextBox_Disabled_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxTextDisabled']/Background/@Source. + /// + internal static string TextBox_Disabled_Foreground { + get { + return ResourceManager.GetString("TextBox_Disabled_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxBackgroundFocused']/Background/@Source. + /// + internal static string TextBox_Focused_Background { + get { + return ResourceManager.GetString("TextBox_Focused_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxTextFocused']/Background/@Source. + /// + internal static string TextBox_Focused_Foreground { + get { + return ResourceManager.GetString("TextBox_Focused_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='CommonControls']/Color[@Name='TextBoxText']/Background/@Source. + /// + internal static string TextBox_Foreground { + get { + return ResourceManager.GetString("TextBox_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='Background']/Background/@Source. + /// + internal static string TreeView_Background { + get { + return ResourceManager.GetString("TreeView_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='Background']/Foreground/@Source. + /// + internal static string TreeView_Foreground { + get { + return ResourceManager.GetString("TreeView_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemActive']/Background/@Source. + /// + internal static string Treeview_SelectedItem_Active_Background { + get { + return ResourceManager.GetString("Treeview_SelectedItem_Active_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemActive']/Foreground/@Source. + /// + internal static string Treeview_SelectedItem_Active_Foreground { + get { + return ResourceManager.GetString("Treeview_SelectedItem_Active_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemInactive']/Background/@Source. + /// + internal static string Treeview_SelectedItem_Inactive_Background { + get { + return ResourceManager.GetString("Treeview_SelectedItem_Inactive_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='TreeView']/Color[@Name='SelectedItemInactive']/Foreground/@Source. + /// + internal static string Treeview_SelectedItem_Inactive_Foreground { + get { + return ResourceManager.GetString("Treeview_SelectedItem_Inactive_Foreground", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler warning']/Background/@Source. + /// + internal static string WarningText_Background { + get { + return ResourceManager.GetString("WarningText_Background", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to /Themes/Theme/Category[@Name='Text Editor Text Marker Items']/Color[@Name='compiler warning']/Foreground/@Source. + /// + internal static string WarningText_Foreground { + get { + return ResourceManager.GetString("WarningText_Foreground", resourceCulture); + } + } + } +} diff --git a/mRemoteV1/Resources/Themes/ColorMapTheme.resx b/mRemoteNG/Resources/Themes/ColorMapTheme.resx similarity index 100% rename from mRemoteV1/Resources/Themes/ColorMapTheme.resx rename to mRemoteNG/Resources/Themes/ColorMapTheme.resx diff --git a/mRemoteV1/Resources/Themes/darcula.vstheme b/mRemoteNG/Resources/Themes/darcula.vstheme similarity index 100% rename from mRemoteV1/Resources/Themes/darcula.vstheme rename to mRemoteNG/Resources/Themes/darcula.vstheme diff --git a/mRemoteV1/Resources/Themes/vs2015blue.vstheme b/mRemoteNG/Resources/Themes/vs2015blue.vstheme similarity index 100% rename from mRemoteV1/Resources/Themes/vs2015blue.vstheme rename to mRemoteNG/Resources/Themes/vs2015blue.vstheme diff --git a/mRemoteV1/Resources/Themes/vs2015dark.vstheme b/mRemoteNG/Resources/Themes/vs2015dark.vstheme similarity index 100% rename from mRemoteV1/Resources/Themes/vs2015dark.vstheme rename to mRemoteNG/Resources/Themes/vs2015dark.vstheme diff --git a/mRemoteV1/Resources/Themes/vs2015light.vstheme b/mRemoteNG/Resources/Themes/vs2015light.vstheme similarity index 100% rename from mRemoteV1/Resources/Themes/vs2015light.vstheme rename to mRemoteNG/Resources/Themes/vs2015light.vstheme diff --git a/mRemoteV1/Resources/Tiles/VisualElements_150.png b/mRemoteNG/Resources/Tiles/VisualElements_150.png similarity index 100% rename from mRemoteV1/Resources/Tiles/VisualElements_150.png rename to mRemoteNG/Resources/Tiles/VisualElements_150.png diff --git a/mRemoteV1/Resources/Tiles/VisualElements_70.png b/mRemoteNG/Resources/Tiles/VisualElements_70.png similarity index 100% rename from mRemoteV1/Resources/Tiles/VisualElements_70.png rename to mRemoteNG/Resources/Tiles/VisualElements_70.png diff --git a/mRemoteV1/Resources/Tiles/mRemoteNG.VisualElementsManifest.xml b/mRemoteNG/Resources/Tiles/mRemoteNG.VisualElementsManifest.xml similarity index 100% rename from mRemoteV1/Resources/Tiles/mRemoteNG.VisualElementsManifest.xml rename to mRemoteNG/Resources/Tiles/mRemoteNG.VisualElementsManifest.xml diff --git a/mRemoteV1/Schemas/mremoteng_confcons_v2_5.xsd b/mRemoteNG/Schemas/mremoteng_confcons_v2_5.xsd similarity index 100% rename from mRemoteV1/Schemas/mremoteng_confcons_v2_5.xsd rename to mRemoteNG/Schemas/mremoteng_confcons_v2_5.xsd diff --git a/mRemoteV1/Schemas/mremoteng_confcons_v2_6.xsd b/mRemoteNG/Schemas/mremoteng_confcons_v2_6.xsd similarity index 100% rename from mRemoteV1/Schemas/mremoteng_confcons_v2_6.xsd rename to mRemoteNG/Schemas/mremoteng_confcons_v2_6.xsd diff --git a/mRemoteV1/Schemas/mremoteng_confcons_v2_7.xsd b/mRemoteNG/Schemas/mremoteng_confcons_v2_7.xsd similarity index 100% rename from mRemoteV1/Schemas/mremoteng_confcons_v2_7.xsd rename to mRemoteNG/Schemas/mremoteng_confcons_v2_7.xsd diff --git a/mRemoteV1/Schemas/mremoteng_credrepo_list_v1_0.xsd b/mRemoteNG/Schemas/mremoteng_credrepo_list_v1_0.xsd similarity index 100% rename from mRemoteV1/Schemas/mremoteng_credrepo_list_v1_0.xsd rename to mRemoteNG/Schemas/mremoteng_credrepo_list_v1_0.xsd diff --git a/mRemoteV1/Schemas/mremoteng_creds_v1_0.xsd b/mRemoteNG/Schemas/mremoteng_creds_v1_0.xsd similarity index 100% rename from mRemoteV1/Schemas/mremoteng_creds_v1_0.xsd rename to mRemoteNG/Schemas/mremoteng_creds_v1_0.xsd diff --git a/mRemoteV1/Security/Authentication/IAuthenticator.cs b/mRemoteNG/Security/Authentication/IAuthenticator.cs similarity index 100% rename from mRemoteV1/Security/Authentication/IAuthenticator.cs rename to mRemoteNG/Security/Authentication/IAuthenticator.cs diff --git a/mRemoteV1/Security/Authentication/PasswordAuthenticator.cs b/mRemoteNG/Security/Authentication/PasswordAuthenticator.cs similarity index 100% rename from mRemoteV1/Security/Authentication/PasswordAuthenticator.cs rename to mRemoteNG/Security/Authentication/PasswordAuthenticator.cs diff --git a/mRemoteV1/Security/BlockCipherEngines.cs b/mRemoteNG/Security/BlockCipherEngines.cs similarity index 100% rename from mRemoteV1/Security/BlockCipherEngines.cs rename to mRemoteNG/Security/BlockCipherEngines.cs diff --git a/mRemoteV1/Security/BlockCipherModes.cs b/mRemoteNG/Security/BlockCipherModes.cs similarity index 100% rename from mRemoteV1/Security/BlockCipherModes.cs rename to mRemoteNG/Security/BlockCipherModes.cs diff --git a/mRemoteV1/Security/EncryptedSecureString.cs b/mRemoteNG/Security/EncryptedSecureString.cs similarity index 100% rename from mRemoteV1/Security/EncryptedSecureString.cs rename to mRemoteNG/Security/EncryptedSecureString.cs diff --git a/mRemoteV1/Security/EncryptionException.cs b/mRemoteNG/Security/EncryptionException.cs similarity index 100% rename from mRemoteV1/Security/EncryptionException.cs rename to mRemoteNG/Security/EncryptionException.cs diff --git a/mRemoteV1/Security/Factories/CryptoProviderFactory.cs b/mRemoteNG/Security/Factories/CryptoProviderFactory.cs similarity index 100% rename from mRemoteV1/Security/Factories/CryptoProviderFactory.cs rename to mRemoteNG/Security/Factories/CryptoProviderFactory.cs diff --git a/mRemoteV1/Security/Factories/CryptoProviderFactoryFromSettings.cs b/mRemoteNG/Security/Factories/CryptoProviderFactoryFromSettings.cs similarity index 100% rename from mRemoteV1/Security/Factories/CryptoProviderFactoryFromSettings.cs rename to mRemoteNG/Security/Factories/CryptoProviderFactoryFromSettings.cs diff --git a/mRemoteV1/Security/Factories/CryptoProviderFactoryFromXml.cs b/mRemoteNG/Security/Factories/CryptoProviderFactoryFromXml.cs similarity index 100% rename from mRemoteV1/Security/Factories/CryptoProviderFactoryFromXml.cs rename to mRemoteNG/Security/Factories/CryptoProviderFactoryFromXml.cs diff --git a/mRemoteV1/Security/Factories/LegacyInsecureCryptoProviderFactory.cs b/mRemoteNG/Security/Factories/LegacyInsecureCryptoProviderFactory.cs similarity index 100% rename from mRemoteV1/Security/Factories/LegacyInsecureCryptoProviderFactory.cs rename to mRemoteNG/Security/Factories/LegacyInsecureCryptoProviderFactory.cs diff --git a/mRemoteV1/Security/ICryptoProviderFactory.cs b/mRemoteNG/Security/ICryptoProviderFactory.cs similarity index 100% rename from mRemoteV1/Security/ICryptoProviderFactory.cs rename to mRemoteNG/Security/ICryptoProviderFactory.cs diff --git a/mRemoteV1/Security/ICryptographyProvider.cs b/mRemoteNG/Security/ICryptographyProvider.cs similarity index 100% rename from mRemoteV1/Security/ICryptographyProvider.cs rename to mRemoteNG/Security/ICryptographyProvider.cs diff --git a/mRemoteV1/Security/IKeyProvider.cs b/mRemoteNG/Security/IKeyProvider.cs similarity index 100% rename from mRemoteV1/Security/IKeyProvider.cs rename to mRemoteNG/Security/IKeyProvider.cs diff --git a/mRemoteV1/Security/KeyDerivation/IKeyDerivationFunction.cs b/mRemoteNG/Security/KeyDerivation/IKeyDerivationFunction.cs similarity index 100% rename from mRemoteV1/Security/KeyDerivation/IKeyDerivationFunction.cs rename to mRemoteNG/Security/KeyDerivation/IKeyDerivationFunction.cs diff --git a/mRemoteV1/Security/KeyDerivation/Pkcs5S2KeyGenerator.cs b/mRemoteNG/Security/KeyDerivation/Pkcs5S2KeyGenerator.cs similarity index 100% rename from mRemoteV1/Security/KeyDerivation/Pkcs5S2KeyGenerator.cs rename to mRemoteNG/Security/KeyDerivation/Pkcs5S2KeyGenerator.cs diff --git a/mRemoteV1/Security/PasswordCreation/IPasswordConstraint.cs b/mRemoteNG/Security/PasswordCreation/IPasswordConstraint.cs similarity index 100% rename from mRemoteV1/Security/PasswordCreation/IPasswordConstraint.cs rename to mRemoteNG/Security/PasswordCreation/IPasswordConstraint.cs diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs similarity index 100% rename from mRemoteV1/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs rename to mRemoteNG/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs similarity index 100% rename from mRemoteV1/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs rename to mRemoteNG/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs similarity index 100% rename from mRemoteV1/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs rename to mRemoteNG/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs similarity index 100% rename from mRemoteV1/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs rename to mRemoteNG/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs diff --git a/mRemoteV1/Security/PasswordCreation/PasswordLengthConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordLengthConstraint.cs similarity index 100% rename from mRemoteV1/Security/PasswordCreation/PasswordLengthConstraint.cs rename to mRemoteNG/Security/PasswordCreation/PasswordLengthConstraint.cs diff --git a/mRemoteV1/Security/RandomGenerator.cs b/mRemoteNG/Security/RandomGenerator.cs similarity index 100% rename from mRemoteV1/Security/RandomGenerator.cs rename to mRemoteNG/Security/RandomGenerator.cs diff --git a/mRemoteV1/Security/SaveFilter.cs b/mRemoteNG/Security/SaveFilter.cs similarity index 100% rename from mRemoteV1/Security/SaveFilter.cs rename to mRemoteNG/Security/SaveFilter.cs diff --git a/mRemoteV1/Security/SecureStringExtensions.cs b/mRemoteNG/Security/SecureStringExtensions.cs similarity index 100% rename from mRemoteV1/Security/SecureStringExtensions.cs rename to mRemoteNG/Security/SecureStringExtensions.cs diff --git a/mRemoteV1/Security/SymmetricEncryption/AeadCryptographyProvider.cs b/mRemoteNG/Security/SymmetricEncryption/AeadCryptographyProvider.cs similarity index 100% rename from mRemoteV1/Security/SymmetricEncryption/AeadCryptographyProvider.cs rename to mRemoteNG/Security/SymmetricEncryption/AeadCryptographyProvider.cs diff --git a/mRemoteV1/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs b/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs similarity index 100% rename from mRemoteV1/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs rename to mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs diff --git a/mRemoteV1/Themes/ExtendedColorPalette.cs b/mRemoteNG/Themes/ExtendedColorPalette.cs similarity index 100% rename from mRemoteV1/Themes/ExtendedColorPalette.cs rename to mRemoteNG/Themes/ExtendedColorPalette.cs diff --git a/mRemoteV1/Themes/MremoteNGPaletteManipulator.cs b/mRemoteNG/Themes/MremoteNGPaletteManipulator.cs similarity index 100% rename from mRemoteV1/Themes/MremoteNGPaletteManipulator.cs rename to mRemoteNG/Themes/MremoteNGPaletteManipulator.cs diff --git a/mRemoteV1/Themes/MremoteNGThemeBase.cs b/mRemoteNG/Themes/MremoteNGThemeBase.cs similarity index 100% rename from mRemoteV1/Themes/MremoteNGThemeBase.cs rename to mRemoteNG/Themes/MremoteNGThemeBase.cs diff --git a/mRemoteV1/Themes/ThemeInfo.cs b/mRemoteNG/Themes/ThemeInfo.cs similarity index 100% rename from mRemoteV1/Themes/ThemeInfo.cs rename to mRemoteNG/Themes/ThemeInfo.cs diff --git a/mRemoteV1/Themes/ThemeManager.cs b/mRemoteNG/Themes/ThemeManager.cs similarity index 100% rename from mRemoteV1/Themes/ThemeManager.cs rename to mRemoteNG/Themes/ThemeManager.cs diff --git a/mRemoteV1/Themes/ThemeSerializer.cs b/mRemoteNG/Themes/ThemeSerializer.cs similarity index 100% rename from mRemoteV1/Themes/ThemeSerializer.cs rename to mRemoteNG/Themes/ThemeSerializer.cs diff --git a/mRemoteV1/Tools/ADhelper.cs b/mRemoteNG/Tools/ADhelper.cs similarity index 100% rename from mRemoteV1/Tools/ADhelper.cs rename to mRemoteNG/Tools/ADhelper.cs diff --git a/mRemoteV1/Tools/Attributes/UsedInAllProtocolsExceptAttribute.cs b/mRemoteNG/Tools/Attributes/UsedInAllProtocolsExceptAttribute.cs similarity index 100% rename from mRemoteV1/Tools/Attributes/UsedInAllProtocolsExceptAttribute.cs rename to mRemoteNG/Tools/Attributes/UsedInAllProtocolsExceptAttribute.cs diff --git a/mRemoteV1/Tools/Attributes/UsedInProtocolAttribute.cs b/mRemoteNG/Tools/Attributes/UsedInProtocolAttribute.cs similarity index 100% rename from mRemoteV1/Tools/Attributes/UsedInProtocolAttribute.cs rename to mRemoteNG/Tools/Attributes/UsedInProtocolAttribute.cs diff --git a/mRemoteV1/Tools/Authenticode.cs b/mRemoteNG/Tools/Authenticode.cs similarity index 100% rename from mRemoteV1/Tools/Authenticode.cs rename to mRemoteNG/Tools/Authenticode.cs diff --git a/mRemoteV1/Tools/Clipboard/IClipboard.cs b/mRemoteNG/Tools/Clipboard/IClipboard.cs similarity index 100% rename from mRemoteV1/Tools/Clipboard/IClipboard.cs rename to mRemoteNG/Tools/Clipboard/IClipboard.cs diff --git a/mRemoteV1/Tools/Clipboard/WindowsClipboard.cs b/mRemoteNG/Tools/Clipboard/WindowsClipboard.cs similarity index 100% rename from mRemoteV1/Tools/Clipboard/WindowsClipboard.cs rename to mRemoteNG/Tools/Clipboard/WindowsClipboard.cs diff --git a/mRemoteV1/Tools/Cmdline/CmdArgumentsInterpreter.cs b/mRemoteNG/Tools/Cmdline/CmdArgumentsInterpreter.cs similarity index 100% rename from mRemoteV1/Tools/Cmdline/CmdArgumentsInterpreter.cs rename to mRemoteNG/Tools/Cmdline/CmdArgumentsInterpreter.cs diff --git a/mRemoteV1/Tools/Cmdline/CommandLineArguments.cs b/mRemoteNG/Tools/Cmdline/CommandLineArguments.cs similarity index 100% rename from mRemoteV1/Tools/Cmdline/CommandLineArguments.cs rename to mRemoteNG/Tools/Cmdline/CommandLineArguments.cs diff --git a/mRemoteV1/Tools/Cmdline/StartupArgumentsInterpreter.cs b/mRemoteNG/Tools/Cmdline/StartupArgumentsInterpreter.cs similarity index 100% rename from mRemoteV1/Tools/Cmdline/StartupArgumentsInterpreter.cs rename to mRemoteNG/Tools/Cmdline/StartupArgumentsInterpreter.cs diff --git a/mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs b/mRemoteNG/Tools/ConnectionsTreeToMenuItemsConverter.cs similarity index 100% rename from mRemoteV1/Tools/ConnectionsTreeToMenuItemsConverter.cs rename to mRemoteNG/Tools/ConnectionsTreeToMenuItemsConverter.cs diff --git a/mRemoteV1/Tools/CustomCollections/CollectionUpdatedEventArgs.cs b/mRemoteNG/Tools/CustomCollections/CollectionUpdatedEventArgs.cs similarity index 100% rename from mRemoteV1/Tools/CustomCollections/CollectionUpdatedEventArgs.cs rename to mRemoteNG/Tools/CustomCollections/CollectionUpdatedEventArgs.cs diff --git a/mRemoteV1/Tools/CustomCollections/FullyObservableCollection.cs b/mRemoteNG/Tools/CustomCollections/FullyObservableCollection.cs similarity index 100% rename from mRemoteV1/Tools/CustomCollections/FullyObservableCollection.cs rename to mRemoteNG/Tools/CustomCollections/FullyObservableCollection.cs diff --git a/mRemoteV1/Tools/CustomCollections/IFullyNotifiableList.cs b/mRemoteNG/Tools/CustomCollections/IFullyNotifiableList.cs similarity index 100% rename from mRemoteV1/Tools/CustomCollections/IFullyNotifiableList.cs rename to mRemoteNG/Tools/CustomCollections/IFullyNotifiableList.cs diff --git a/mRemoteV1/Tools/CustomCollections/INotifyCollectionUpdated.cs b/mRemoteNG/Tools/CustomCollections/INotifyCollectionUpdated.cs similarity index 100% rename from mRemoteV1/Tools/CustomCollections/INotifyCollectionUpdated.cs rename to mRemoteNG/Tools/CustomCollections/INotifyCollectionUpdated.cs diff --git a/mRemoteV1/Tools/DisposableAction.cs b/mRemoteNG/Tools/DisposableAction.cs similarity index 100% rename from mRemoteV1/Tools/DisposableAction.cs rename to mRemoteNG/Tools/DisposableAction.cs diff --git a/mRemoteV1/Tools/DisposableOptional.cs b/mRemoteNG/Tools/DisposableOptional.cs similarity index 100% rename from mRemoteV1/Tools/DisposableOptional.cs rename to mRemoteNG/Tools/DisposableOptional.cs diff --git a/mRemoteV1/Tools/EnumWindows.cs b/mRemoteNG/Tools/EnumWindows.cs similarity index 100% rename from mRemoteV1/Tools/EnumWindows.cs rename to mRemoteNG/Tools/EnumWindows.cs diff --git a/mRemoteV1/Tools/Extensions.cs b/mRemoteNG/Tools/Extensions.cs similarity index 100% rename from mRemoteV1/Tools/Extensions.cs rename to mRemoteNG/Tools/Extensions.cs diff --git a/mRemoteV1/Tools/ExternalTool.cs b/mRemoteNG/Tools/ExternalTool.cs similarity index 100% rename from mRemoteV1/Tools/ExternalTool.cs rename to mRemoteNG/Tools/ExternalTool.cs diff --git a/mRemoteV1/Tools/ExternalToolArgumentParser.cs b/mRemoteNG/Tools/ExternalToolArgumentParser.cs similarity index 100% rename from mRemoteV1/Tools/ExternalToolArgumentParser.cs rename to mRemoteNG/Tools/ExternalToolArgumentParser.cs diff --git a/mRemoteV1/Tools/ExternalToolsService.cs b/mRemoteNG/Tools/ExternalToolsService.cs similarity index 100% rename from mRemoteV1/Tools/ExternalToolsService.cs rename to mRemoteNG/Tools/ExternalToolsService.cs diff --git a/mRemoteV1/Tools/ExternalToolsTypeConverter.cs b/mRemoteNG/Tools/ExternalToolsTypeConverter.cs similarity index 100% rename from mRemoteV1/Tools/ExternalToolsTypeConverter.cs rename to mRemoteNG/Tools/ExternalToolsTypeConverter.cs diff --git a/mRemoteV1/Tools/IeBrowserEmulation.cs b/mRemoteNG/Tools/IeBrowserEmulation.cs similarity index 100% rename from mRemoteV1/Tools/IeBrowserEmulation.cs rename to mRemoteNG/Tools/IeBrowserEmulation.cs diff --git a/mRemoteV1/Tools/MiscTools.cs b/mRemoteNG/Tools/MiscTools.cs similarity index 100% rename from mRemoteV1/Tools/MiscTools.cs rename to mRemoteNG/Tools/MiscTools.cs diff --git a/mRemoteV1/Tools/MouseClickSimulator.cs b/mRemoteNG/Tools/MouseClickSimulator.cs similarity index 100% rename from mRemoteV1/Tools/MouseClickSimulator.cs rename to mRemoteNG/Tools/MouseClickSimulator.cs diff --git a/mRemoteV1/Tools/MultiSSHController.cs b/mRemoteNG/Tools/MultiSSHController.cs similarity index 100% rename from mRemoteV1/Tools/MultiSSHController.cs rename to mRemoteNG/Tools/MultiSSHController.cs diff --git a/mRemoteV1/Tools/NotificationAreaIcon.cs b/mRemoteNG/Tools/NotificationAreaIcon.cs similarity index 100% rename from mRemoteV1/Tools/NotificationAreaIcon.cs rename to mRemoteNG/Tools/NotificationAreaIcon.cs diff --git a/mRemoteV1/Tools/Optional.cs b/mRemoteNG/Tools/Optional.cs similarity index 100% rename from mRemoteV1/Tools/Optional.cs rename to mRemoteNG/Tools/Optional.cs diff --git a/mRemoteV1/Tools/PortScanner.cs b/mRemoteNG/Tools/PortScanner.cs similarity index 100% rename from mRemoteV1/Tools/PortScanner.cs rename to mRemoteNG/Tools/PortScanner.cs diff --git a/mRemoteV1/Tools/ProcessController.cs b/mRemoteNG/Tools/ProcessController.cs similarity index 100% rename from mRemoteV1/Tools/ProcessController.cs rename to mRemoteNG/Tools/ProcessController.cs diff --git a/mRemoteV1/Tools/PropertyGridCommandSite.cs b/mRemoteNG/Tools/PropertyGridCommandSite.cs similarity index 100% rename from mRemoteV1/Tools/PropertyGridCommandSite.cs rename to mRemoteNG/Tools/PropertyGridCommandSite.cs diff --git a/mRemoteV1/Tools/PuttyProcessController.cs b/mRemoteNG/Tools/PuttyProcessController.cs similarity index 100% rename from mRemoteV1/Tools/PuttyProcessController.cs rename to mRemoteNG/Tools/PuttyProcessController.cs diff --git a/mRemoteV1/Tools/PuttyTypeDetector.cs b/mRemoteNG/Tools/PuttyTypeDetector.cs similarity index 100% rename from mRemoteV1/Tools/PuttyTypeDetector.cs rename to mRemoteNG/Tools/PuttyTypeDetector.cs diff --git a/mRemoteV1/Tools/ReconnectGroup.Designer.cs b/mRemoteNG/Tools/ReconnectGroup.Designer.cs similarity index 100% rename from mRemoteV1/Tools/ReconnectGroup.Designer.cs rename to mRemoteNG/Tools/ReconnectGroup.Designer.cs diff --git a/mRemoteV1/Tools/ReconnectGroup.cs b/mRemoteNG/Tools/ReconnectGroup.cs similarity index 100% rename from mRemoteV1/Tools/ReconnectGroup.cs rename to mRemoteNG/Tools/ReconnectGroup.cs diff --git a/mRemoteV1/Tools/ReconnectGroup.resx b/mRemoteNG/Tools/ReconnectGroup.resx similarity index 100% rename from mRemoteV1/Tools/ReconnectGroup.resx rename to mRemoteNG/Tools/ReconnectGroup.resx diff --git a/mRemoteV1/Tools/SSHTunnelTypeConverter.cs b/mRemoteNG/Tools/SSHTunnelTypeConverter.cs similarity index 100% rename from mRemoteV1/Tools/SSHTunnelTypeConverter.cs rename to mRemoteNG/Tools/SSHTunnelTypeConverter.cs diff --git a/mRemoteV1/Tools/ScanHost.cs b/mRemoteNG/Tools/ScanHost.cs similarity index 100% rename from mRemoteV1/Tools/ScanHost.cs rename to mRemoteNG/Tools/ScanHost.cs diff --git a/mRemoteV1/Tools/SecureTransfer.cs b/mRemoteNG/Tools/SecureTransfer.cs similarity index 100% rename from mRemoteV1/Tools/SecureTransfer.cs rename to mRemoteNG/Tools/SecureTransfer.cs diff --git a/mRemoteV1/Tools/Tools.LocalizedAttributes.cs b/mRemoteNG/Tools/Tools.LocalizedAttributes.cs similarity index 100% rename from mRemoteV1/Tools/Tools.LocalizedAttributes.cs rename to mRemoteNG/Tools/Tools.LocalizedAttributes.cs diff --git a/mRemoteV1/Tools/Tools.WindowPlacement.cs b/mRemoteNG/Tools/Tools.WindowPlacement.cs similarity index 100% rename from mRemoteV1/Tools/Tools.WindowPlacement.cs rename to mRemoteNG/Tools/Tools.WindowPlacement.cs diff --git a/mRemoteV1/Tools/WindowMenu.cs b/mRemoteNG/Tools/WindowMenu.cs similarity index 100% rename from mRemoteV1/Tools/WindowMenu.cs rename to mRemoteNG/Tools/WindowMenu.cs diff --git a/mRemoteV1/Tools/WindowsRegistry/IRegistry.cs b/mRemoteNG/Tools/WindowsRegistry/IRegistry.cs similarity index 100% rename from mRemoteV1/Tools/WindowsRegistry/IRegistry.cs rename to mRemoteNG/Tools/WindowsRegistry/IRegistry.cs diff --git a/mRemoteV1/Tools/WindowsRegistry/RegistryHive.cs b/mRemoteNG/Tools/WindowsRegistry/RegistryHive.cs similarity index 100% rename from mRemoteV1/Tools/WindowsRegistry/RegistryHive.cs rename to mRemoteNG/Tools/WindowsRegistry/RegistryHive.cs diff --git a/mRemoteV1/Tools/WindowsRegistry/WindowsRegistry.cs b/mRemoteNG/Tools/WindowsRegistry/WindowsRegistry.cs similarity index 100% rename from mRemoteV1/Tools/WindowsRegistry/WindowsRegistry.cs rename to mRemoteNG/Tools/WindowsRegistry/WindowsRegistry.cs diff --git a/mRemoteV1/Tree/AlwaysConfirmYes.cs b/mRemoteNG/Tree/AlwaysConfirmYes.cs similarity index 100% rename from mRemoteV1/Tree/AlwaysConfirmYes.cs rename to mRemoteNG/Tree/AlwaysConfirmYes.cs diff --git a/mRemoteV1/Tree/ClickHandlers/ExpandNodeClickHandler.cs b/mRemoteNG/Tree/ClickHandlers/ExpandNodeClickHandler.cs similarity index 100% rename from mRemoteV1/Tree/ClickHandlers/ExpandNodeClickHandler.cs rename to mRemoteNG/Tree/ClickHandlers/ExpandNodeClickHandler.cs diff --git a/mRemoteV1/Tree/ClickHandlers/ITreeNodeClickHandler.cs b/mRemoteNG/Tree/ClickHandlers/ITreeNodeClickHandler.cs similarity index 100% rename from mRemoteV1/Tree/ClickHandlers/ITreeNodeClickHandler.cs rename to mRemoteNG/Tree/ClickHandlers/ITreeNodeClickHandler.cs diff --git a/mRemoteV1/Tree/ClickHandlers/OpenConnectionClickHandler.cs b/mRemoteNG/Tree/ClickHandlers/OpenConnectionClickHandler.cs similarity index 100% rename from mRemoteV1/Tree/ClickHandlers/OpenConnectionClickHandler.cs rename to mRemoteNG/Tree/ClickHandlers/OpenConnectionClickHandler.cs diff --git a/mRemoteV1/Tree/ClickHandlers/SwitchToConnectionClickHandler.cs b/mRemoteNG/Tree/ClickHandlers/SwitchToConnectionClickHandler.cs similarity index 100% rename from mRemoteV1/Tree/ClickHandlers/SwitchToConnectionClickHandler.cs rename to mRemoteNG/Tree/ClickHandlers/SwitchToConnectionClickHandler.cs diff --git a/mRemoteV1/Tree/ClickHandlers/TreeNodeCompositeClickHandler.cs b/mRemoteNG/Tree/ClickHandlers/TreeNodeCompositeClickHandler.cs similarity index 100% rename from mRemoteV1/Tree/ClickHandlers/TreeNodeCompositeClickHandler.cs rename to mRemoteNG/Tree/ClickHandlers/TreeNodeCompositeClickHandler.cs diff --git a/mRemoteV1/Tree/ConnectionTreeDragAndDropHandler.cs b/mRemoteNG/Tree/ConnectionTreeDragAndDropHandler.cs similarity index 100% rename from mRemoteV1/Tree/ConnectionTreeDragAndDropHandler.cs rename to mRemoteNG/Tree/ConnectionTreeDragAndDropHandler.cs diff --git a/mRemoteV1/Tree/ConnectionTreeModel.cs b/mRemoteNG/Tree/ConnectionTreeModel.cs similarity index 100% rename from mRemoteV1/Tree/ConnectionTreeModel.cs rename to mRemoteNG/Tree/ConnectionTreeModel.cs diff --git a/mRemoteV1/Tree/IConfirm.cs b/mRemoteNG/Tree/IConfirm.cs similarity index 100% rename from mRemoteV1/Tree/IConfirm.cs rename to mRemoteNG/Tree/IConfirm.cs diff --git a/mRemoteV1/Tree/NodeSearcher.cs b/mRemoteNG/Tree/NodeSearcher.cs similarity index 100% rename from mRemoteV1/Tree/NodeSearcher.cs rename to mRemoteNG/Tree/NodeSearcher.cs diff --git a/mRemoteV1/Tree/NodeType.cs b/mRemoteNG/Tree/NodeType.cs similarity index 100% rename from mRemoteV1/Tree/NodeType.cs rename to mRemoteNG/Tree/NodeType.cs diff --git a/mRemoteV1/Tree/PreviousSessionOpener.cs b/mRemoteNG/Tree/PreviousSessionOpener.cs similarity index 100% rename from mRemoteV1/Tree/PreviousSessionOpener.cs rename to mRemoteNG/Tree/PreviousSessionOpener.cs diff --git a/mRemoteV1/Tree/PreviouslyOpenedFolderExpander.cs b/mRemoteNG/Tree/PreviouslyOpenedFolderExpander.cs similarity index 100% rename from mRemoteV1/Tree/PreviouslyOpenedFolderExpander.cs rename to mRemoteNG/Tree/PreviouslyOpenedFolderExpander.cs diff --git a/mRemoteV1/Tree/Root/RootNodeInfo.cs b/mRemoteNG/Tree/Root/RootNodeInfo.cs similarity index 100% rename from mRemoteV1/Tree/Root/RootNodeInfo.cs rename to mRemoteNG/Tree/Root/RootNodeInfo.cs diff --git a/mRemoteV1/Tree/Root/RootNodeTypeEnum.cs b/mRemoteNG/Tree/Root/RootNodeTypeEnum.cs similarity index 100% rename from mRemoteV1/Tree/Root/RootNodeTypeEnum.cs rename to mRemoteNG/Tree/Root/RootNodeTypeEnum.cs diff --git a/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs b/mRemoteNG/Tree/Root/RootPuttySessionsNodeInfo.cs similarity index 100% rename from mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs rename to mRemoteNG/Tree/Root/RootPuttySessionsNodeInfo.cs diff --git a/mRemoteV1/Tree/RootNodeExpander.cs b/mRemoteNG/Tree/RootNodeExpander.cs similarity index 100% rename from mRemoteV1/Tree/RootNodeExpander.cs rename to mRemoteNG/Tree/RootNodeExpander.cs diff --git a/mRemoteV1/Tree/SelectedConnectionDeletionConfirmer.cs b/mRemoteNG/Tree/SelectedConnectionDeletionConfirmer.cs similarity index 100% rename from mRemoteV1/Tree/SelectedConnectionDeletionConfirmer.cs rename to mRemoteNG/Tree/SelectedConnectionDeletionConfirmer.cs diff --git a/mRemoteV1/UI/Controls/AdTree.Designer.cs b/mRemoteNG/UI/Controls/AdTree.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/AdTree.Designer.cs rename to mRemoteNG/UI/Controls/AdTree.Designer.cs diff --git a/mRemoteV1/UI/Controls/AdTree.cs b/mRemoteNG/UI/Controls/AdTree.cs similarity index 100% rename from mRemoteV1/UI/Controls/AdTree.cs rename to mRemoteNG/UI/Controls/AdTree.cs diff --git a/mRemoteV1/UI/Controls/AdTree.resx b/mRemoteNG/UI/Controls/AdTree.resx similarity index 100% rename from mRemoteV1/UI/Controls/AdTree.resx rename to mRemoteNG/UI/Controls/AdTree.resx diff --git a/mRemoteV1/UI/Controls/Adapters/CredentialRecordListAdaptor.cs b/mRemoteNG/UI/Controls/Adapters/CredentialRecordListAdaptor.cs similarity index 100% rename from mRemoteV1/UI/Controls/Adapters/CredentialRecordListAdaptor.cs rename to mRemoteNG/UI/Controls/Adapters/CredentialRecordListAdaptor.cs diff --git a/mRemoteV1/UI/Controls/Base/NGButton.cs b/mRemoteNG/UI/Controls/Base/NGButton.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGButton.cs rename to mRemoteNG/UI/Controls/Base/NGButton.cs diff --git a/mRemoteV1/UI/Controls/Base/NGButton.resx b/mRemoteNG/UI/Controls/Base/NGButton.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGButton.resx rename to mRemoteNG/UI/Controls/Base/NGButton.resx diff --git a/mRemoteV1/UI/Controls/Base/NGCheckBox.cs b/mRemoteNG/UI/Controls/Base/NGCheckBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGCheckBox.cs rename to mRemoteNG/UI/Controls/Base/NGCheckBox.cs diff --git a/mRemoteV1/UI/Controls/Base/NGCheckBox.resx b/mRemoteNG/UI/Controls/Base/NGCheckBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGCheckBox.resx rename to mRemoteNG/UI/Controls/Base/NGCheckBox.resx diff --git a/mRemoteV1/UI/Controls/Base/NGComboBox.cs b/mRemoteNG/UI/Controls/Base/NGComboBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGComboBox.cs rename to mRemoteNG/UI/Controls/Base/NGComboBox.cs diff --git a/mRemoteV1/UI/Controls/Base/NGComboBox.resx b/mRemoteNG/UI/Controls/Base/NGComboBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGComboBox.resx rename to mRemoteNG/UI/Controls/Base/NGComboBox.resx diff --git a/mRemoteV1/UI/Controls/Base/NGGroupBox.cs b/mRemoteNG/UI/Controls/Base/NGGroupBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGGroupBox.cs rename to mRemoteNG/UI/Controls/Base/NGGroupBox.cs diff --git a/mRemoteV1/UI/Controls/Base/NGGroupBox.resx b/mRemoteNG/UI/Controls/Base/NGGroupBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGGroupBox.resx rename to mRemoteNG/UI/Controls/Base/NGGroupBox.resx diff --git a/mRemoteV1/UI/Controls/Base/NGLabel.cs b/mRemoteNG/UI/Controls/Base/NGLabel.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGLabel.cs rename to mRemoteNG/UI/Controls/Base/NGLabel.cs diff --git a/mRemoteV1/UI/Controls/Base/NGLabel.resx b/mRemoteNG/UI/Controls/Base/NGLabel.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGLabel.resx rename to mRemoteNG/UI/Controls/Base/NGLabel.resx diff --git a/mRemoteV1/UI/Controls/Base/NGListView.cs b/mRemoteNG/UI/Controls/Base/NGListView.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGListView.cs rename to mRemoteNG/UI/Controls/Base/NGListView.cs diff --git a/mRemoteV1/UI/Controls/Base/NGListView.resx b/mRemoteNG/UI/Controls/Base/NGListView.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGListView.resx rename to mRemoteNG/UI/Controls/Base/NGListView.resx diff --git a/mRemoteV1/UI/Controls/Base/NGNumericUpDown.cs b/mRemoteNG/UI/Controls/Base/NGNumericUpDown.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGNumericUpDown.cs rename to mRemoteNG/UI/Controls/Base/NGNumericUpDown.cs diff --git a/mRemoteV1/UI/Controls/Base/NGNumericUpDown.resx b/mRemoteNG/UI/Controls/Base/NGNumericUpDown.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGNumericUpDown.resx rename to mRemoteNG/UI/Controls/Base/NGNumericUpDown.resx diff --git a/mRemoteV1/UI/Controls/Base/NGPictureBox.Designer.cs b/mRemoteNG/UI/Controls/Base/NGPictureBox.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGPictureBox.Designer.cs rename to mRemoteNG/UI/Controls/Base/NGPictureBox.Designer.cs diff --git a/mRemoteV1/UI/Controls/Base/NGPictureBox.cs b/mRemoteNG/UI/Controls/Base/NGPictureBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGPictureBox.cs rename to mRemoteNG/UI/Controls/Base/NGPictureBox.cs diff --git a/mRemoteV1/UI/Controls/Base/NGProgressBar.cs b/mRemoteNG/UI/Controls/Base/NGProgressBar.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGProgressBar.cs rename to mRemoteNG/UI/Controls/Base/NGProgressBar.cs diff --git a/mRemoteV1/UI/Controls/Base/NGRadioButton.cs b/mRemoteNG/UI/Controls/Base/NGRadioButton.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGRadioButton.cs rename to mRemoteNG/UI/Controls/Base/NGRadioButton.cs diff --git a/mRemoteV1/UI/Controls/Base/NGRadioButton.resx b/mRemoteNG/UI/Controls/Base/NGRadioButton.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGRadioButton.resx rename to mRemoteNG/UI/Controls/Base/NGRadioButton.resx diff --git a/mRemoteV1/UI/Controls/Base/NGSearchBox.cs b/mRemoteNG/UI/Controls/Base/NGSearchBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGSearchBox.cs rename to mRemoteNG/UI/Controls/Base/NGSearchBox.cs diff --git a/mRemoteV1/UI/Controls/Base/NGSearchBox.resx b/mRemoteNG/UI/Controls/Base/NGSearchBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGSearchBox.resx rename to mRemoteNG/UI/Controls/Base/NGSearchBox.resx diff --git a/mRemoteV1/UI/Controls/Base/NGTextBox.cs b/mRemoteNG/UI/Controls/Base/NGTextBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGTextBox.cs rename to mRemoteNG/UI/Controls/Base/NGTextBox.cs diff --git a/mRemoteV1/UI/Controls/Base/NGTextBox.resx b/mRemoteNG/UI/Controls/Base/NGTextBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/Base/NGTextBox.resx rename to mRemoteNG/UI/Controls/Base/NGTextBox.resx diff --git a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs b/mRemoteNG/UI/Controls/ConnectionContextMenu.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionContextMenu.cs rename to mRemoteNG/UI/Controls/ConnectionContextMenu.cs diff --git a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.Designer.cs b/mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.Designer.cs rename to mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.Designer.cs diff --git a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs b/mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs rename to mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs diff --git a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/PropertyMode.cs b/mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/PropertyMode.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/PropertyMode.cs rename to mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/PropertyMode.cs diff --git a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.Designer.cs b/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.Designer.cs rename to mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.Designer.cs diff --git a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs b/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.cs similarity index 97% rename from mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs rename to mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.cs index 7ff8edc9..9dd93ce3 100644 --- a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs +++ b/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.cs @@ -1,549 +1,549 @@ -using System; -using System.Collections.Generic; -using System.Collections.Specialized; -using System.ComponentModel; -using System.Linq; -using System.Windows.Forms; -using BrightIdeasSoftware; -using mRemoteNG.App; -using mRemoteNG.Config.Putty; -using mRemoteNG.Connection; -using mRemoteNG.Container; -using mRemoteNG.Themes; -using mRemoteNG.Tools.Clipboard; -using mRemoteNG.Tree; -using mRemoteNG.Tree.Root; - -// ReSharper disable ArrangeAccessorOwnerBody - -namespace mRemoteNG.UI.Controls -{ - public partial class ConnectionTree : TreeListView, IConnectionTree - { - private readonly ConnectionTreeDragAndDropHandler _dragAndDropHandler = new ConnectionTreeDragAndDropHandler(); - private readonly PuttySessionsManager _puttySessionsManager = PuttySessionsManager.Instance; - private readonly StatusImageList _statusImageList = new StatusImageList(); - private ThemeManager _themeManager; - - private readonly ConnectionTreeSearchTextFilter _connectionTreeSearchTextFilter = - new ConnectionTreeSearchTextFilter(); - - private bool _nodeInEditMode; - private bool _allowEdit; - private ConnectionContextMenu _contextMenu; - private ConnectionTreeModel _connectionTreeModel; - - public ConnectionInfo SelectedNode => (ConnectionInfo)SelectedObject; - - public NodeSearcher NodeSearcher { get; private set; } - - public IConfirm NodeDeletionConfirmer { get; set; } = new AlwaysConfirmYes(); - - public IEnumerable PostSetupActions { get; set; } = new IConnectionTreeDelegate[0]; - - public ITreeNodeClickHandler DoubleClickHandler { get; set; } = - new TreeNodeCompositeClickHandler(); - - public ITreeNodeClickHandler SingleClickHandler { get; set; } = - new TreeNodeCompositeClickHandler(); - - public ConnectionTreeModel ConnectionTreeModel - { - get { return _connectionTreeModel; } - set - { - if (_connectionTreeModel == value) - return; - - UnregisterModelUpdateHandlers(_connectionTreeModel); - _connectionTreeModel = value; - PopulateTreeView(value); - } - } - - public ConnectionTree() - { - InitializeComponent(); - SetupConnectionTreeView(); - UseOverlays = false; - _themeManager = ThemeManager.getInstance(); - _themeManager.ThemeChanged += ThemeManagerOnThemeChanged; - ApplyTheme(); - } - - private void ThemeManagerOnThemeChanged() - { - ApplyTheme(); - } - - private void ApplyTheme() - { - if (!_themeManager.ActiveAndExtended) - return; - - var themePalette = _themeManager.ActiveTheme.ExtendedPalette; - - BackColor = themePalette.getColor("TreeView_Background"); - ForeColor = themePalette.getColor("TreeView_Foreground"); - SelectedBackColor = themePalette.getColor("Treeview_SelectedItem_Active_Background"); - SelectedForeColor = themePalette.getColor("Treeview_SelectedItem_Active_Foreground"); - UnfocusedSelectedBackColor = themePalette.getColor("Treeview_SelectedItem_Inactive_Background"); - UnfocusedSelectedForeColor = themePalette.getColor("Treeview_SelectedItem_Inactive_Foreground"); - } - - protected override void Dispose(bool disposing) - { - if (disposing) - { - if(components != null) - components.Dispose(); - - if(_statusImageList != null) - _statusImageList.Dispose(); - - _themeManager.ThemeChanged -= ThemeManagerOnThemeChanged; - } - - base.Dispose(disposing); - } - - #region ConnectionTree Setup - - private void SetupConnectionTreeView() - { - SmallImageList = _statusImageList.ImageList; - AddColumns(_statusImageList.ImageGetter); - LinkModelToView(); - _contextMenu = new ConnectionContextMenu(this); - ContextMenuStrip = _contextMenu; - SetupDropSink(); - SetEventHandlers(); - } - - private void AddColumns(ImageGetterDelegate imageGetterDelegate) - { - Columns.Add(new NameColumn(imageGetterDelegate)); - } - - private void LinkModelToView() - { - CanExpandGetter = item => - { - var itemAsContainer = item as ContainerInfo; - return itemAsContainer?.Children.Count > 0; - }; - ChildrenGetter = item => ((ContainerInfo)item).Children; - } - - private void SetupDropSink() - { - DropSink = new SimpleDropSink - { - CanDropBetween = true - }; - } - - private void SetEventHandlers() - { - Collapsed += (sender, args) => - { - if (!(args.Model is ContainerInfo container)) return; - container.IsExpanded = false; - AutoResizeColumn(Columns[0]); - }; - Expanded += (sender, args) => - { - if (!(args.Model is ContainerInfo container)) return; - container.IsExpanded = true; - AutoResizeColumn(Columns[0]); - }; - SelectionChanged += tvConnections_AfterSelect; - MouseDoubleClick += OnMouse_DoubleClick; - MouseClick += OnMouse_SingleClick; - CellToolTipShowing += tvConnections_CellToolTipShowing; - ModelCanDrop += _dragAndDropHandler.HandleEvent_ModelCanDrop; - ModelDropped += _dragAndDropHandler.HandleEvent_ModelDropped; - BeforeLabelEdit += OnBeforeLabelEdit; - AfterLabelEdit += OnAfterLabelEdit; - } - - /// - /// Resizes the given column to ensure that all content is shown - /// - private void AutoResizeColumn(ColumnHeader column) - { - if (InvokeRequired) - { - Invoke((MethodInvoker)(() => AutoResizeColumn(column))); - return; - } - - var longestIndentationAndTextWidth = int.MinValue; - var horizontalScrollOffset = LowLevelScrollPosition.X; - const int padding = 10; - - for (var i = 0; i < Items.Count; i++) - { - var rowIndentation = Items[i].Position.X; - var rowTextWidth = TextRenderer.MeasureText(Items[i].Text, Font).Width; - - longestIndentationAndTextWidth = - Math.Max(rowIndentation + rowTextWidth, longestIndentationAndTextWidth); - } - - column.Width = longestIndentationAndTextWidth + - SmallImageSize.Width + - horizontalScrollOffset + - padding; - } - - private void PopulateTreeView(ConnectionTreeModel newModel) - { - SetObjects(newModel.RootNodes); - RegisterModelUpdateHandlers(newModel); - NodeSearcher = new NodeSearcher(newModel); - ExecutePostSetupActions(); - AutoResizeColumn(Columns[0]); - } - - private void RegisterModelUpdateHandlers(ConnectionTreeModel newModel) - { - _puttySessionsManager.PuttySessionsCollectionChanged += OnPuttySessionsCollectionChanged; - newModel.CollectionChanged += HandleCollectionChanged; - newModel.PropertyChanged += HandleCollectionPropertyChanged; - } - - private void UnregisterModelUpdateHandlers(ConnectionTreeModel oldConnectionTreeModel) - { - _puttySessionsManager.PuttySessionsCollectionChanged -= OnPuttySessionsCollectionChanged; - - if (oldConnectionTreeModel == null) - return; - - oldConnectionTreeModel.CollectionChanged -= HandleCollectionChanged; - oldConnectionTreeModel.PropertyChanged -= HandleCollectionPropertyChanged; - } - - private void OnPuttySessionsCollectionChanged(object sender, NotifyCollectionChangedEventArgs args) - { - RefreshObjects(GetRootPuttyNodes().ToList()); - } - - private void HandleCollectionPropertyChanged(object sender, PropertyChangedEventArgs propertyChangedEventArgs) - { - // for some reason property changed events are getting triggered twice for each changed property. should be just once. cant find source of duplication - // Removed "TO DO" from above comment. Per #142 it apperas that this no longer occurs with ObjectListView 2.9.1 - var property = propertyChangedEventArgs.PropertyName; - if (property != nameof(ConnectionInfo.Name) - && property != nameof(ConnectionInfo.OpenConnections) - && property != nameof(ConnectionInfo.Icon)) - { - return; - } - - if (!(sender is ConnectionInfo senderAsConnectionInfo)) - return; - - RefreshObject(senderAsConnectionInfo); - AutoResizeColumn(Columns[0]); - } - - private void ExecutePostSetupActions() - { - foreach (var action in PostSetupActions) - { - action.Execute(this); - } - } - - #endregion - - #region ConnectionTree Behavior - - public RootNodeInfo GetRootConnectionNode() - { - return (RootNodeInfo)ConnectionTreeModel.RootNodes.First(item => item is RootNodeInfo); - } - - public void Invoke(Action action) - { - Invoke((Delegate)action); - } - - public void InvokeExpand(object model) - { - Invoke(() => Expand(model)); - } - - public void InvokeRebuildAll(bool preserveState) - { - Invoke(() => RebuildAll(preserveState)); - } - - public IEnumerable GetRootPuttyNodes() - { - return Objects.OfType(); - } - - public void AddConnection() - { - try - { - AddNode(new ConnectionInfo()); - } - catch (Exception ex) - { - Runtime.MessageCollector.AddExceptionStackTrace("UI.Window.Tree.AddConnection() failed.", ex); - } - } - - public void AddFolder() - { - try - { - AddNode(new ContainerInfo()); - } - catch (Exception ex) - { - Runtime.MessageCollector.AddExceptionStackTrace(Language.ErrorAddFolderFailed, ex); - } - } - - private void AddNode(ConnectionInfo newNode) - { - if (SelectedNode?.GetTreeNodeType() == TreeNodeType.PuttyRoot || - SelectedNode?.GetTreeNodeType() == TreeNodeType.PuttySession) - return; - - // the new node will survive filtering if filtering is active - _connectionTreeSearchTextFilter.SpecialInclusionList.Add(newNode); - - // use root node if no node is selected - ConnectionInfo parentNode = SelectedNode ?? GetRootConnectionNode(); - DefaultConnectionInfo.Instance.SaveTo(newNode); - DefaultConnectionInheritance.Instance.SaveTo(newNode.Inheritance); - var selectedContainer = parentNode as ContainerInfo; - var parent = selectedContainer ?? parentNode?.Parent; - newNode.SetParent(parent); - Expand(parent); - SelectObject(newNode, true); - EnsureModelVisible(newNode); - _allowEdit = true; - SelectedItem.BeginEdit(); - } - - public void DuplicateSelectedNode() - { - if (SelectedNode == null) - return; - - var selectedNodeType = SelectedNode.GetTreeNodeType(); - if (selectedNodeType != TreeNodeType.Connection && selectedNodeType != TreeNodeType.Container) - return; - - var newNode = SelectedNode.Clone(); - SelectedNode.Parent.AddChildBelow(newNode, SelectedNode); - newNode.Parent.SetChildBelow(newNode, SelectedNode); - } - - public void RenameSelectedNode() - { - if (SelectedItem == null) return; - _allowEdit = true; - SelectedItem.BeginEdit(); - } - - public void DeleteSelectedNode() - { - if (SelectedNode is RootNodeInfo || SelectedNode is PuttySessionInfo) return; - if (!NodeDeletionConfirmer.Confirm(SelectedNode)) return; - ConnectionTreeModel.DeleteNode(SelectedNode); - } - - /// - /// Copies the Hostname of the selected connection (or the Name of - /// the selected container) to the given . - /// - /// - public void CopyHostnameSelectedNode(IClipboard clipboard) - { - if (SelectedNode == null) - return; - - var textToCopy = SelectedNode.IsContainer ? SelectedNode.Name : SelectedNode.Hostname; - - if (string.IsNullOrEmpty(textToCopy)) - return; - - clipboard.SetText(textToCopy); - } - - public void SortRecursive(ConnectionInfo sortTarget, ListSortDirection sortDirection) - { - if (sortTarget == null) - sortTarget = GetRootConnectionNode(); - - Runtime.ConnectionsService.BeginBatchingSaves(); - - if (sortTarget is ContainerInfo sortTargetAsContainer) - sortTargetAsContainer.SortRecursive(sortDirection); - else - SelectedNode.Parent.SortRecursive(sortDirection); - - Runtime.ConnectionsService.EndBatchingSaves(); - } - - /// - /// Expands all tree objects and recalculates the - /// column widths. - /// - public override void ExpandAll() - { - base.ExpandAll(); - AutoResizeColumn(Columns[0]); - } - - /// - /// Filters tree items based on the given - /// - /// The text to filter by - public void ApplyFilter(string filterText) - { - UseFiltering = true; - _connectionTreeSearchTextFilter.FilterText = filterText; - ModelFilter = _connectionTreeSearchTextFilter; - } - - /// - /// Removes all item filtering from the connection tree - /// - public void RemoveFilter() - { - UseFiltering = false; - ResetColumnFiltering(); - } - - private void HandleCollectionChanged(object sender, NotifyCollectionChangedEventArgs args) - { - // disable filtering if necessary. prevents RefreshObjects from - // throwing an exception - var filteringEnabled = IsFiltering; - var filter = ModelFilter; - if (filteringEnabled) - { - ResetColumnFiltering(); - } - - RefreshObject(sender); - AutoResizeColumn(Columns[0]); - - // turn filtering back on - if (!filteringEnabled) return; - ModelFilter = filter; - UpdateFiltering(); - } - - protected override void UpdateFiltering() - { - base.UpdateFiltering(); - AutoResizeColumn(Columns[0]); - } - - private void tvConnections_AfterSelect(object sender, EventArgs e) - { - try - { - Windows.ConfigForm.SelectedTreeNode = SelectedNode; - } - catch (Exception ex) - { - Runtime.MessageCollector.AddExceptionStackTrace( - "tvConnections_AfterSelect (UI.Window.ConnectionTreeWindow) failed", - ex); - } - } - - private void OnMouse_DoubleClick(object sender, MouseEventArgs mouseEventArgs) - { - if (mouseEventArgs.Clicks < 2) return; - // ReSharper disable once NotAccessedVariable - OLVColumn column; - var listItem = GetItemAt(mouseEventArgs.X, mouseEventArgs.Y, out column); - if (!(listItem?.RowObject is ConnectionInfo clickedNode)) return; - DoubleClickHandler.Execute(clickedNode); - } - - private void OnMouse_SingleClick(object sender, MouseEventArgs mouseEventArgs) - { - if (mouseEventArgs.Clicks > 1) return; - // ReSharper disable once NotAccessedVariable - OLVColumn column; - var listItem = GetItemAt(mouseEventArgs.X, mouseEventArgs.Y, out column); - if (!(listItem?.RowObject is ConnectionInfo clickedNode)) return; - SingleClickHandler.Execute(clickedNode); - } - - private void tvConnections_CellToolTipShowing(object sender, ToolTipShowingEventArgs e) - { - try - { - if (!Settings.Default.ShowDescriptionTooltipsInTree) - { - // setting text to null prevents the tooltip from being shown - e.Text = null; - return; - } - - var nodeProducingTooltip = (ConnectionInfo)e.Model; - e.Text = nodeProducingTooltip.Description; - } - catch (Exception ex) - { - Runtime.MessageCollector.AddExceptionStackTrace( - "tvConnections_MouseMove (UI.Window.ConnectionTreeWindow) failed", - ex); - } - } - - private void OnBeforeLabelEdit(object sender, LabelEditEventArgs e) - { - if (_nodeInEditMode || !(sender is ConnectionTree)) - return; - - if (!_allowEdit || SelectedNode is PuttySessionInfo || SelectedNode is RootPuttySessionsNodeInfo) - { - e.CancelEdit = true; - return; - } - - _nodeInEditMode = true; - _contextMenu.DisableShortcutKeys(); - } - - private void OnAfterLabelEdit(object sender, LabelEditEventArgs e) - { - if (!_nodeInEditMode) - return; - - try - { - _contextMenu.EnableShortcutKeys(); - ConnectionTreeModel.RenameNode(SelectedNode, e.Label); - _nodeInEditMode = false; - _allowEdit = false; - // ensures that if we are filtering and a new item is added that doesn't match the filter, it will be filtered out - _connectionTreeSearchTextFilter.SpecialInclusionList.Clear(); - UpdateFiltering(); - Windows.ConfigForm.SelectedTreeNode = SelectedNode; - } - catch (Exception ex) - { - Runtime.MessageCollector.AddExceptionStackTrace( - "tvConnections_AfterLabelEdit (UI.Window.ConnectionTreeWindow) failed", - ex); - } - } - - #endregion - } +using System; +using System.Collections.Generic; +using System.Collections.Specialized; +using System.ComponentModel; +using System.Linq; +using System.Windows.Forms; +using BrightIdeasSoftware; +using mRemoteNG.App; +using mRemoteNG.Config.Putty; +using mRemoteNG.Connection; +using mRemoteNG.Container; +using mRemoteNG.Themes; +using mRemoteNG.Tools.Clipboard; +using mRemoteNG.Tree; +using mRemoteNG.Tree.Root; + +// ReSharper disable ArrangeAccessorOwnerBody + +namespace mRemoteNG.UI.Controls +{ + public partial class ConnectionTree : TreeListView, IConnectionTree + { + private readonly ConnectionTreeDragAndDropHandler _dragAndDropHandler = new ConnectionTreeDragAndDropHandler(); + private readonly PuttySessionsManager _puttySessionsManager = PuttySessionsManager.Instance; + private readonly StatusImageList _statusImageList = new StatusImageList(); + private ThemeManager _themeManager; + + private readonly ConnectionTreeSearchTextFilter _connectionTreeSearchTextFilter = + new ConnectionTreeSearchTextFilter(); + + private bool _nodeInEditMode; + private bool _allowEdit; + private ConnectionContextMenu _contextMenu; + private ConnectionTreeModel _connectionTreeModel; + + public ConnectionInfo SelectedNode => (ConnectionInfo)SelectedObject; + + public NodeSearcher NodeSearcher { get; private set; } + + public IConfirm NodeDeletionConfirmer { get; set; } = new AlwaysConfirmYes(); + + public IEnumerable PostSetupActions { get; set; } = new IConnectionTreeDelegate[0]; + + public ITreeNodeClickHandler DoubleClickHandler { get; set; } = + new TreeNodeCompositeClickHandler(); + + public ITreeNodeClickHandler SingleClickHandler { get; set; } = + new TreeNodeCompositeClickHandler(); + + public ConnectionTreeModel ConnectionTreeModel + { + get { return _connectionTreeModel; } + set + { + if (_connectionTreeModel == value) + return; + + UnregisterModelUpdateHandlers(_connectionTreeModel); + _connectionTreeModel = value; + PopulateTreeView(value); + } + } + + public ConnectionTree() + { + InitializeComponent(); + SetupConnectionTreeView(); + UseOverlays = false; + _themeManager = ThemeManager.getInstance(); + _themeManager.ThemeChanged += ThemeManagerOnThemeChanged; + ApplyTheme(); + } + + private void ThemeManagerOnThemeChanged() + { + ApplyTheme(); + } + + private void ApplyTheme() + { + if (!_themeManager.ActiveAndExtended) + return; + + var themePalette = _themeManager.ActiveTheme.ExtendedPalette; + + BackColor = themePalette.getColor("TreeView_Background"); + ForeColor = themePalette.getColor("TreeView_Foreground"); + SelectedBackColor = themePalette.getColor("Treeview_SelectedItem_Active_Background"); + SelectedForeColor = themePalette.getColor("Treeview_SelectedItem_Active_Foreground"); + UnfocusedSelectedBackColor = themePalette.getColor("Treeview_SelectedItem_Inactive_Background"); + UnfocusedSelectedForeColor = themePalette.getColor("Treeview_SelectedItem_Inactive_Foreground"); + } + + protected override void Dispose(bool disposing) + { + if (disposing) + { + if(components != null) + components.Dispose(); + + if(_statusImageList != null) + _statusImageList.Dispose(); + + _themeManager.ThemeChanged -= ThemeManagerOnThemeChanged; + } + + base.Dispose(disposing); + } + + #region ConnectionTree Setup + + private void SetupConnectionTreeView() + { + SmallImageList = _statusImageList.ImageList; + AddColumns(_statusImageList.ImageGetter); + LinkModelToView(); + _contextMenu = new ConnectionContextMenu(this); + ContextMenuStrip = _contextMenu; + SetupDropSink(); + SetEventHandlers(); + } + + private void AddColumns(ImageGetterDelegate imageGetterDelegate) + { + Columns.Add(new NameColumn(imageGetterDelegate)); + } + + private void LinkModelToView() + { + CanExpandGetter = item => + { + var itemAsContainer = item as ContainerInfo; + return itemAsContainer?.Children.Count > 0; + }; + ChildrenGetter = item => ((ContainerInfo)item).Children; + } + + private void SetupDropSink() + { + DropSink = new SimpleDropSink + { + CanDropBetween = true + }; + } + + private void SetEventHandlers() + { + Collapsed += (sender, args) => + { + if (!(args.Model is ContainerInfo container)) return; + container.IsExpanded = false; + AutoResizeColumn(Columns[0]); + }; + Expanded += (sender, args) => + { + if (!(args.Model is ContainerInfo container)) return; + container.IsExpanded = true; + AutoResizeColumn(Columns[0]); + }; + SelectionChanged += tvConnections_AfterSelect; + MouseDoubleClick += OnMouse_DoubleClick; + MouseClick += OnMouse_SingleClick; + CellToolTipShowing += tvConnections_CellToolTipShowing; + ModelCanDrop += _dragAndDropHandler.HandleEvent_ModelCanDrop; + ModelDropped += _dragAndDropHandler.HandleEvent_ModelDropped; + BeforeLabelEdit += OnBeforeLabelEdit; + AfterLabelEdit += OnAfterLabelEdit; + } + + /// + /// Resizes the given column to ensure that all content is shown + /// + private void AutoResizeColumn(ColumnHeader column) + { + if (InvokeRequired) + { + Invoke((MethodInvoker)(() => AutoResizeColumn(column))); + return; + } + + var longestIndentationAndTextWidth = int.MinValue; + var horizontalScrollOffset = LowLevelScrollPosition.X; + const int padding = 10; + + for (var i = 0; i < Items.Count; i++) + { + var rowIndentation = Items[i].Position.X; + var rowTextWidth = TextRenderer.MeasureText(Items[i].Text, Font).Width; + + longestIndentationAndTextWidth = + Math.Max(rowIndentation + rowTextWidth, longestIndentationAndTextWidth); + } + + column.Width = longestIndentationAndTextWidth + + SmallImageSize.Width + + horizontalScrollOffset + + padding; + } + + private void PopulateTreeView(ConnectionTreeModel newModel) + { + SetObjects(newModel.RootNodes); + RegisterModelUpdateHandlers(newModel); + NodeSearcher = new NodeSearcher(newModel); + ExecutePostSetupActions(); + AutoResizeColumn(Columns[0]); + } + + private void RegisterModelUpdateHandlers(ConnectionTreeModel newModel) + { + _puttySessionsManager.PuttySessionsCollectionChanged += OnPuttySessionsCollectionChanged; + newModel.CollectionChanged += HandleCollectionChanged; + newModel.PropertyChanged += HandleCollectionPropertyChanged; + } + + private void UnregisterModelUpdateHandlers(ConnectionTreeModel oldConnectionTreeModel) + { + _puttySessionsManager.PuttySessionsCollectionChanged -= OnPuttySessionsCollectionChanged; + + if (oldConnectionTreeModel == null) + return; + + oldConnectionTreeModel.CollectionChanged -= HandleCollectionChanged; + oldConnectionTreeModel.PropertyChanged -= HandleCollectionPropertyChanged; + } + + private void OnPuttySessionsCollectionChanged(object sender, NotifyCollectionChangedEventArgs args) + { + RefreshObjects(GetRootPuttyNodes().ToList()); + } + + private void HandleCollectionPropertyChanged(object sender, PropertyChangedEventArgs propertyChangedEventArgs) + { + // for some reason property changed events are getting triggered twice for each changed property. should be just once. cant find source of duplication + // Removed "TO DO" from above comment. Per #142 it apperas that this no longer occurs with ObjectListView 2.9.1 + var property = propertyChangedEventArgs.PropertyName; + if (property != nameof(ConnectionInfo.Name) + && property != nameof(ConnectionInfo.OpenConnections) + && property != nameof(ConnectionInfo.Icon)) + { + return; + } + + if (!(sender is ConnectionInfo senderAsConnectionInfo)) + return; + + RefreshObject(senderAsConnectionInfo); + AutoResizeColumn(Columns[0]); + } + + private void ExecutePostSetupActions() + { + foreach (var action in PostSetupActions) + { + action.Execute(this); + } + } + + #endregion + + #region ConnectionTree Behavior + + public RootNodeInfo GetRootConnectionNode() + { + return (RootNodeInfo)ConnectionTreeModel.RootNodes.First(item => item is RootNodeInfo); + } + + public void Invoke(Action action) + { + Invoke((Delegate)action); + } + + public void InvokeExpand(object model) + { + Invoke(() => Expand(model)); + } + + public void InvokeRebuildAll(bool preserveState) + { + Invoke(() => RebuildAll(preserveState)); + } + + public IEnumerable GetRootPuttyNodes() + { + return Objects.OfType(); + } + + public void AddConnection() + { + try + { + AddNode(new ConnectionInfo()); + } + catch (Exception ex) + { + Runtime.MessageCollector.AddExceptionStackTrace("UI.Window.Tree.AddConnection() failed.", ex); + } + } + + public void AddFolder() + { + try + { + AddNode(new ContainerInfo()); + } + catch (Exception ex) + { + Runtime.MessageCollector.AddExceptionStackTrace(Language.ErrorAddFolderFailed, ex); + } + } + + private void AddNode(ConnectionInfo newNode) + { + if (SelectedNode?.GetTreeNodeType() == TreeNodeType.PuttyRoot || + SelectedNode?.GetTreeNodeType() == TreeNodeType.PuttySession) + return; + + // the new node will survive filtering if filtering is active + _connectionTreeSearchTextFilter.SpecialInclusionList.Add(newNode); + + // use root node if no node is selected + ConnectionInfo parentNode = SelectedNode ?? GetRootConnectionNode(); + DefaultConnectionInfo.Instance.SaveTo(newNode); + DefaultConnectionInheritance.Instance.SaveTo(newNode.Inheritance); + var selectedContainer = parentNode as ContainerInfo; + var parent = selectedContainer ?? parentNode?.Parent; + newNode.SetParent(parent); + Expand(parent); + SelectObject(newNode, true); + EnsureModelVisible(newNode); + _allowEdit = true; + SelectedItem.BeginEdit(); + } + + public void DuplicateSelectedNode() + { + if (SelectedNode == null) + return; + + var selectedNodeType = SelectedNode.GetTreeNodeType(); + if (selectedNodeType != TreeNodeType.Connection && selectedNodeType != TreeNodeType.Container) + return; + + var newNode = SelectedNode.Clone(); + SelectedNode.Parent.AddChildBelow(newNode, SelectedNode); + newNode.Parent.SetChildBelow(newNode, SelectedNode); + } + + public void RenameSelectedNode() + { + if (SelectedItem == null) return; + _allowEdit = true; + SelectedItem.BeginEdit(); + } + + public void DeleteSelectedNode() + { + if (SelectedNode is RootNodeInfo || SelectedNode is PuttySessionInfo) return; + if (!NodeDeletionConfirmer.Confirm(SelectedNode)) return; + ConnectionTreeModel.DeleteNode(SelectedNode); + } + + /// + /// Copies the Hostname of the selected connection (or the Name of + /// the selected container) to the given . + /// + /// + public void CopyHostnameSelectedNode(IClipboard clipboard) + { + if (SelectedNode == null) + return; + + var textToCopy = SelectedNode.IsContainer ? SelectedNode.Name : SelectedNode.Hostname; + + if (string.IsNullOrEmpty(textToCopy)) + return; + + clipboard.SetText(textToCopy); + } + + public void SortRecursive(ConnectionInfo sortTarget, ListSortDirection sortDirection) + { + if (sortTarget == null) + sortTarget = GetRootConnectionNode(); + + Runtime.ConnectionsService.BeginBatchingSaves(); + + if (sortTarget is ContainerInfo sortTargetAsContainer) + sortTargetAsContainer.SortRecursive(sortDirection); + else + SelectedNode.Parent.SortRecursive(sortDirection); + + Runtime.ConnectionsService.EndBatchingSaves(); + } + + /// + /// Expands all tree objects and recalculates the + /// column widths. + /// + public override void ExpandAll() + { + base.ExpandAll(); + AutoResizeColumn(Columns[0]); + } + + /// + /// Filters tree items based on the given + /// + /// The text to filter by + public void ApplyFilter(string filterText) + { + UseFiltering = true; + _connectionTreeSearchTextFilter.FilterText = filterText; + ModelFilter = _connectionTreeSearchTextFilter; + } + + /// + /// Removes all item filtering from the connection tree + /// + public void RemoveFilter() + { + UseFiltering = false; + ResetColumnFiltering(); + } + + private void HandleCollectionChanged(object sender, NotifyCollectionChangedEventArgs args) + { + // disable filtering if necessary. prevents RefreshObjects from + // throwing an exception + var filteringEnabled = IsFiltering; + var filter = ModelFilter; + if (filteringEnabled) + { + ResetColumnFiltering(); + } + + RefreshObject(sender); + AutoResizeColumn(Columns[0]); + + // turn filtering back on + if (!filteringEnabled) return; + ModelFilter = filter; + UpdateFiltering(); + } + + protected override void UpdateFiltering() + { + base.UpdateFiltering(); + AutoResizeColumn(Columns[0]); + } + + private void tvConnections_AfterSelect(object sender, EventArgs e) + { + try + { + Windows.ConfigForm.SelectedTreeNode = SelectedNode; + } + catch (Exception ex) + { + Runtime.MessageCollector.AddExceptionStackTrace( + "tvConnections_AfterSelect (UI.Window.ConnectionTreeWindow) failed", + ex); + } + } + + private void OnMouse_DoubleClick(object sender, MouseEventArgs mouseEventArgs) + { + if (mouseEventArgs.Clicks < 2) return; + // ReSharper disable once NotAccessedVariable + OLVColumn column; + var listItem = GetItemAt(mouseEventArgs.X, mouseEventArgs.Y, out column); + if (!(listItem?.RowObject is ConnectionInfo clickedNode)) return; + DoubleClickHandler.Execute(clickedNode); + } + + private void OnMouse_SingleClick(object sender, MouseEventArgs mouseEventArgs) + { + if (mouseEventArgs.Clicks > 1) return; + // ReSharper disable once NotAccessedVariable + OLVColumn column; + var listItem = GetItemAt(mouseEventArgs.X, mouseEventArgs.Y, out column); + if (!(listItem?.RowObject is ConnectionInfo clickedNode)) return; + SingleClickHandler.Execute(clickedNode); + } + + private void tvConnections_CellToolTipShowing(object sender, ToolTipShowingEventArgs e) + { + try + { + if (!Settings.Default.ShowDescriptionTooltipsInTree) + { + // setting text to null prevents the tooltip from being shown + e.Text = null; + return; + } + + var nodeProducingTooltip = (ConnectionInfo)e.Model; + e.Text = nodeProducingTooltip.Description; + } + catch (Exception ex) + { + Runtime.MessageCollector.AddExceptionStackTrace( + "tvConnections_MouseMove (UI.Window.ConnectionTreeWindow) failed", + ex); + } + } + + private void OnBeforeLabelEdit(object sender, LabelEditEventArgs e) + { + if (_nodeInEditMode || !(sender is ConnectionTree)) + return; + + if (!_allowEdit || SelectedNode is PuttySessionInfo || SelectedNode is RootPuttySessionsNodeInfo) + { + e.CancelEdit = true; + return; + } + + _nodeInEditMode = true; + _contextMenu.DisableShortcutKeys(); + } + + private void OnAfterLabelEdit(object sender, LabelEditEventArgs e) + { + if (!_nodeInEditMode) + return; + + try + { + _contextMenu.EnableShortcutKeys(); + ConnectionTreeModel.RenameNode(SelectedNode, e.Label); + _nodeInEditMode = false; + _allowEdit = false; + // ensures that if we are filtering and a new item is added that doesn't match the filter, it will be filtered out + _connectionTreeSearchTextFilter.SpecialInclusionList.Clear(); + UpdateFiltering(); + Windows.ConfigForm.SelectedTreeNode = SelectedNode; + } + catch (Exception ex) + { + Runtime.MessageCollector.AddExceptionStackTrace( + "tvConnections_AfterLabelEdit (UI.Window.ConnectionTreeWindow) failed", + ex); + } + } + + #endregion + } } \ No newline at end of file diff --git a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.resx b/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.resx similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.resx rename to mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.resx diff --git a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTreeSearchTextFilter.cs b/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTreeSearchTextFilter.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionTree/ConnectionTreeSearchTextFilter.cs rename to mRemoteNG/UI/Controls/ConnectionTree/ConnectionTreeSearchTextFilter.cs diff --git a/mRemoteV1/UI/Controls/ConnectionTree/IConnectionTree.cs b/mRemoteNG/UI/Controls/ConnectionTree/IConnectionTree.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionTree/IConnectionTree.cs rename to mRemoteNG/UI/Controls/ConnectionTree/IConnectionTree.cs diff --git a/mRemoteV1/UI/Controls/ConnectionTree/IConnectionTreeDelegate.cs b/mRemoteNG/UI/Controls/ConnectionTree/IConnectionTreeDelegate.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionTree/IConnectionTreeDelegate.cs rename to mRemoteNG/UI/Controls/ConnectionTree/IConnectionTreeDelegate.cs diff --git a/mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs b/mRemoteNG/UI/Controls/ConnectionTree/NameColumn.cs similarity index 100% rename from mRemoteV1/UI/Controls/ConnectionTree/NameColumn.cs rename to mRemoteNG/UI/Controls/ConnectionTree/NameColumn.cs diff --git a/mRemoteV1/UI/Controls/CredentialRecordComboBox.Designer.cs b/mRemoteNG/UI/Controls/CredentialRecordComboBox.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordComboBox.Designer.cs rename to mRemoteNG/UI/Controls/CredentialRecordComboBox.Designer.cs diff --git a/mRemoteV1/UI/Controls/CredentialRecordComboBox.cs b/mRemoteNG/UI/Controls/CredentialRecordComboBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordComboBox.cs rename to mRemoteNG/UI/Controls/CredentialRecordComboBox.cs diff --git a/mRemoteV1/UI/Controls/CredentialRecordComboBox.resx b/mRemoteNG/UI/Controls/CredentialRecordComboBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordComboBox.resx rename to mRemoteNG/UI/Controls/CredentialRecordComboBox.resx diff --git a/mRemoteV1/UI/Controls/CredentialRecordListBox.Designer.cs b/mRemoteNG/UI/Controls/CredentialRecordListBox.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordListBox.Designer.cs rename to mRemoteNG/UI/Controls/CredentialRecordListBox.Designer.cs diff --git a/mRemoteV1/UI/Controls/CredentialRecordListBox.cs b/mRemoteNG/UI/Controls/CredentialRecordListBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordListBox.cs rename to mRemoteNG/UI/Controls/CredentialRecordListBox.cs diff --git a/mRemoteV1/UI/Controls/CredentialRecordListBox.resx b/mRemoteNG/UI/Controls/CredentialRecordListBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordListBox.resx rename to mRemoteNG/UI/Controls/CredentialRecordListBox.resx diff --git a/mRemoteV1/UI/Controls/CredentialRecordListView.Designer.cs b/mRemoteNG/UI/Controls/CredentialRecordListView.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordListView.Designer.cs rename to mRemoteNG/UI/Controls/CredentialRecordListView.Designer.cs diff --git a/mRemoteV1/UI/Controls/CredentialRecordListView.cs b/mRemoteNG/UI/Controls/CredentialRecordListView.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordListView.cs rename to mRemoteNG/UI/Controls/CredentialRecordListView.cs diff --git a/mRemoteV1/UI/Controls/CredentialRecordListView.resx b/mRemoteNG/UI/Controls/CredentialRecordListView.resx similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRecordListView.resx rename to mRemoteNG/UI/Controls/CredentialRecordListView.resx diff --git a/mRemoteV1/UI/Controls/CredentialRepositoryListView.Designer.cs b/mRemoteNG/UI/Controls/CredentialRepositoryListView.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRepositoryListView.Designer.cs rename to mRemoteNG/UI/Controls/CredentialRepositoryListView.Designer.cs diff --git a/mRemoteV1/UI/Controls/CredentialRepositoryListView.cs b/mRemoteNG/UI/Controls/CredentialRepositoryListView.cs similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRepositoryListView.cs rename to mRemoteNG/UI/Controls/CredentialRepositoryListView.cs diff --git a/mRemoteV1/UI/Controls/CredentialRepositoryListView.resx b/mRemoteNG/UI/Controls/CredentialRepositoryListView.resx similarity index 100% rename from mRemoteV1/UI/Controls/CredentialRepositoryListView.resx rename to mRemoteNG/UI/Controls/CredentialRepositoryListView.resx diff --git a/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs b/mRemoteNG/UI/Controls/ExternalToolsToolStrip.cs similarity index 100% rename from mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs rename to mRemoteNG/UI/Controls/ExternalToolsToolStrip.cs diff --git a/mRemoteV1/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.cs b/mRemoteNG/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.cs similarity index 100% rename from mRemoteV1/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.cs rename to mRemoteNG/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.cs diff --git a/mRemoteV1/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.designer.cs b/mRemoteNG/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.designer.cs rename to mRemoteNG/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.designer.cs diff --git a/mRemoteV1/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.resx b/mRemoteNG/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.resx similarity index 100% rename from mRemoteV1/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.resx rename to mRemoteNG/UI/Controls/FilteredPropertyGrid/FilteredPropertyGrid.resx diff --git a/mRemoteV1/UI/Controls/FilteredPropertyGrid/ObjectWrapper.cs b/mRemoteNG/UI/Controls/FilteredPropertyGrid/ObjectWrapper.cs similarity index 100% rename from mRemoteV1/UI/Controls/FilteredPropertyGrid/ObjectWrapper.cs rename to mRemoteNG/UI/Controls/FilteredPropertyGrid/ObjectWrapper.cs diff --git a/mRemoteV1/UI/Controls/HeadlessTabControl.cs b/mRemoteNG/UI/Controls/HeadlessTabControl.cs similarity index 100% rename from mRemoteV1/UI/Controls/HeadlessTabControl.cs rename to mRemoteNG/UI/Controls/HeadlessTabControl.cs diff --git a/mRemoteV1/UI/Controls/HeadlessTabControl.resx b/mRemoteNG/UI/Controls/HeadlessTabControl.resx similarity index 100% rename from mRemoteV1/UI/Controls/HeadlessTabControl.resx rename to mRemoteNG/UI/Controls/HeadlessTabControl.resx diff --git a/mRemoteV1/UI/Controls/IPTextBox.cs b/mRemoteNG/UI/Controls/IPTextBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/IPTextBox.cs rename to mRemoteNG/UI/Controls/IPTextBox.cs diff --git a/mRemoteV1/UI/Controls/IPTextBox.resx b/mRemoteNG/UI/Controls/IPTextBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/IPTextBox.resx rename to mRemoteNG/UI/Controls/IPTextBox.resx diff --git a/mRemoteV1/UI/Controls/ISelectionTarget.cs b/mRemoteNG/UI/Controls/ISelectionTarget.cs similarity index 100% rename from mRemoteV1/UI/Controls/ISelectionTarget.cs rename to mRemoteNG/UI/Controls/ISelectionTarget.cs diff --git a/mRemoteV1/UI/Controls/MultiSshToolStrip.cs b/mRemoteNG/UI/Controls/MultiSshToolStrip.cs similarity index 100% rename from mRemoteV1/UI/Controls/MultiSshToolStrip.cs rename to mRemoteNG/UI/Controls/MultiSshToolStrip.cs diff --git a/mRemoteV1/UI/Controls/NewPasswordWithVerification.Designer.cs b/mRemoteNG/UI/Controls/NewPasswordWithVerification.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/NewPasswordWithVerification.Designer.cs rename to mRemoteNG/UI/Controls/NewPasswordWithVerification.Designer.cs diff --git a/mRemoteV1/UI/Controls/NewPasswordWithVerification.cs b/mRemoteNG/UI/Controls/NewPasswordWithVerification.cs similarity index 100% rename from mRemoteV1/UI/Controls/NewPasswordWithVerification.cs rename to mRemoteNG/UI/Controls/NewPasswordWithVerification.cs diff --git a/mRemoteV1/UI/Controls/NewPasswordWithVerification.resx b/mRemoteNG/UI/Controls/NewPasswordWithVerification.resx similarity index 100% rename from mRemoteV1/UI/Controls/NewPasswordWithVerification.resx rename to mRemoteNG/UI/Controls/NewPasswordWithVerification.resx diff --git a/mRemoteV1/UI/Controls/NotificationMessageListViewItem.cs b/mRemoteNG/UI/Controls/NotificationMessageListViewItem.cs similarity index 100% rename from mRemoteV1/UI/Controls/NotificationMessageListViewItem.cs rename to mRemoteNG/UI/Controls/NotificationMessageListViewItem.cs diff --git a/mRemoteV1/UI/Controls/PageSequence/ISequenceChangingNotifier.cs b/mRemoteNG/UI/Controls/PageSequence/ISequenceChangingNotifier.cs similarity index 100% rename from mRemoteV1/UI/Controls/PageSequence/ISequenceChangingNotifier.cs rename to mRemoteNG/UI/Controls/PageSequence/ISequenceChangingNotifier.cs diff --git a/mRemoteV1/UI/Controls/PageSequence/PageSequence.cs b/mRemoteNG/UI/Controls/PageSequence/PageSequence.cs similarity index 100% rename from mRemoteV1/UI/Controls/PageSequence/PageSequence.cs rename to mRemoteNG/UI/Controls/PageSequence/PageSequence.cs diff --git a/mRemoteV1/UI/Controls/PageSequence/SequencedControl.cs b/mRemoteNG/UI/Controls/PageSequence/SequencedControl.cs similarity index 100% rename from mRemoteV1/UI/Controls/PageSequence/SequencedControl.cs rename to mRemoteNG/UI/Controls/PageSequence/SequencedControl.cs diff --git a/mRemoteV1/UI/Controls/PageSequence/SequencedControl.resx b/mRemoteNG/UI/Controls/PageSequence/SequencedControl.resx similarity index 100% rename from mRemoteV1/UI/Controls/PageSequence/SequencedControl.resx rename to mRemoteNG/UI/Controls/PageSequence/SequencedControl.resx diff --git a/mRemoteV1/UI/Controls/PageSequence/SequencedPageReplcementRequestArgs.cs b/mRemoteNG/UI/Controls/PageSequence/SequencedPageReplcementRequestArgs.cs similarity index 100% rename from mRemoteV1/UI/Controls/PageSequence/SequencedPageReplcementRequestArgs.cs rename to mRemoteNG/UI/Controls/PageSequence/SequencedPageReplcementRequestArgs.cs diff --git a/mRemoteV1/UI/Controls/QuickConnectComboBox.cs b/mRemoteNG/UI/Controls/QuickConnectComboBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/QuickConnectComboBox.cs rename to mRemoteNG/UI/Controls/QuickConnectComboBox.cs diff --git a/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs b/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs similarity index 100% rename from mRemoteV1/UI/Controls/QuickConnectToolStrip.cs rename to mRemoteNG/UI/Controls/QuickConnectToolStrip.cs diff --git a/mRemoteV1/UI/Controls/QuickConnectToolStrip.resx b/mRemoteNG/UI/Controls/QuickConnectToolStrip.resx similarity index 100% rename from mRemoteV1/UI/Controls/QuickConnectToolStrip.resx rename to mRemoteNG/UI/Controls/QuickConnectToolStrip.resx diff --git a/mRemoteV1/UI/Controls/SecureTextBox.Designer.cs b/mRemoteNG/UI/Controls/SecureTextBox.Designer.cs similarity index 100% rename from mRemoteV1/UI/Controls/SecureTextBox.Designer.cs rename to mRemoteNG/UI/Controls/SecureTextBox.Designer.cs diff --git a/mRemoteV1/UI/Controls/SecureTextBox.cs b/mRemoteNG/UI/Controls/SecureTextBox.cs similarity index 100% rename from mRemoteV1/UI/Controls/SecureTextBox.cs rename to mRemoteNG/UI/Controls/SecureTextBox.cs diff --git a/mRemoteV1/UI/Controls/SecureTextBox.resx b/mRemoteNG/UI/Controls/SecureTextBox.resx similarity index 100% rename from mRemoteV1/UI/Controls/SecureTextBox.resx rename to mRemoteNG/UI/Controls/SecureTextBox.resx diff --git a/mRemoteV1/UI/Controls/StatusImageList.cs b/mRemoteNG/UI/Controls/StatusImageList.cs similarity index 100% rename from mRemoteV1/UI/Controls/StatusImageList.cs rename to mRemoteNG/UI/Controls/StatusImageList.cs diff --git a/mRemoteV1/UI/Controls/TextBoxExtensions.cs b/mRemoteNG/UI/Controls/TextBoxExtensions.cs similarity index 100% rename from mRemoteV1/UI/Controls/TextBoxExtensions.cs rename to mRemoteNG/UI/Controls/TextBoxExtensions.cs diff --git a/mRemoteV1/UI/Controls/ToolStripSplitButton.cs b/mRemoteNG/UI/Controls/ToolStripSplitButton.cs similarity index 100% rename from mRemoteV1/UI/Controls/ToolStripSplitButton.cs rename to mRemoteNG/UI/Controls/ToolStripSplitButton.cs diff --git a/mRemoteV1/UI/DialogFactory.cs b/mRemoteNG/UI/DialogFactory.cs similarity index 100% rename from mRemoteV1/UI/DialogFactory.cs rename to mRemoteNG/UI/DialogFactory.cs diff --git a/mRemoteV1/UI/DisplayProperties.cs b/mRemoteNG/UI/DisplayProperties.cs similarity index 100% rename from mRemoteV1/UI/DisplayProperties.cs rename to mRemoteNG/UI/DisplayProperties.cs diff --git a/mRemoteV1/UI/FontOverrider.cs b/mRemoteNG/UI/FontOverrider.cs similarity index 100% rename from mRemoteV1/UI/FontOverrider.cs rename to mRemoteNG/UI/FontOverrider.cs diff --git a/mRemoteV1/UI/FormExtensions.cs b/mRemoteNG/UI/FormExtensions.cs similarity index 100% rename from mRemoteV1/UI/FormExtensions.cs rename to mRemoteNG/UI/FormExtensions.cs diff --git a/mRemoteV1/UI/Forms/ExportForm.Designer.cs b/mRemoteNG/UI/Forms/ExportForm.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/ExportForm.Designer.cs rename to mRemoteNG/UI/Forms/ExportForm.Designer.cs diff --git a/mRemoteV1/UI/Forms/ExportForm.cs b/mRemoteNG/UI/Forms/ExportForm.cs similarity index 100% rename from mRemoteV1/UI/Forms/ExportForm.cs rename to mRemoteNG/UI/Forms/ExportForm.cs diff --git a/mRemoteV1/UI/Forms/ExportForm.resx b/mRemoteNG/UI/Forms/ExportForm.resx similarity index 100% rename from mRemoteV1/UI/Forms/ExportForm.resx rename to mRemoteNG/UI/Forms/ExportForm.resx diff --git a/mRemoteV1/UI/Forms/FrmAbout.Designer.cs b/mRemoteNG/UI/Forms/FrmAbout.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/FrmAbout.Designer.cs rename to mRemoteNG/UI/Forms/FrmAbout.Designer.cs diff --git a/mRemoteV1/UI/Forms/FrmAbout.cs b/mRemoteNG/UI/Forms/FrmAbout.cs similarity index 100% rename from mRemoteV1/UI/Forms/FrmAbout.cs rename to mRemoteNG/UI/Forms/FrmAbout.cs diff --git a/mRemoteV1/UI/Forms/FrmAbout.resx b/mRemoteNG/UI/Forms/FrmAbout.resx similarity index 100% rename from mRemoteV1/UI/Forms/FrmAbout.resx rename to mRemoteNG/UI/Forms/FrmAbout.resx diff --git a/mRemoteV1/UI/Forms/FrmSplashScreen.Designer.cs b/mRemoteNG/UI/Forms/FrmSplashScreen.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/FrmSplashScreen.Designer.cs rename to mRemoteNG/UI/Forms/FrmSplashScreen.Designer.cs diff --git a/mRemoteV1/UI/Forms/FrmSplashScreen.cs b/mRemoteNG/UI/Forms/FrmSplashScreen.cs similarity index 100% rename from mRemoteV1/UI/Forms/FrmSplashScreen.cs rename to mRemoteNG/UI/Forms/FrmSplashScreen.cs diff --git a/mRemoteV1/UI/Forms/FrmSplashScreen.resx b/mRemoteNG/UI/Forms/FrmSplashScreen.resx similarity index 100% rename from mRemoteV1/UI/Forms/FrmSplashScreen.resx rename to mRemoteNG/UI/Forms/FrmSplashScreen.resx diff --git a/mRemoteV1/UI/Forms/FullscreenHandler.cs b/mRemoteNG/UI/Forms/FullscreenHandler.cs similarity index 100% rename from mRemoteV1/UI/Forms/FullscreenHandler.cs rename to mRemoteNG/UI/Forms/FullscreenHandler.cs diff --git a/mRemoteV1/UI/Forms/Input/FrmInputBox.Designer.cs b/mRemoteNG/UI/Forms/Input/FrmInputBox.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/Input/FrmInputBox.Designer.cs rename to mRemoteNG/UI/Forms/Input/FrmInputBox.Designer.cs diff --git a/mRemoteV1/UI/Forms/Input/FrmInputBox.cs b/mRemoteNG/UI/Forms/Input/FrmInputBox.cs similarity index 100% rename from mRemoteV1/UI/Forms/Input/FrmInputBox.cs rename to mRemoteNG/UI/Forms/Input/FrmInputBox.cs diff --git a/mRemoteV1/UI/Forms/Input/FrmInputBox.resx b/mRemoteNG/UI/Forms/Input/FrmInputBox.resx similarity index 100% rename from mRemoteV1/UI/Forms/Input/FrmInputBox.resx rename to mRemoteNG/UI/Forms/Input/FrmInputBox.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs b/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.resx b/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/AppearancePage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/AppearancePage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs b/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs rename to mRemoteNG/UI/Forms/OptionsPages/AppearancePage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.resx b/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/AppearancePage.resx rename to mRemoteNG/UI/Forms/OptionsPages/AppearancePage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.resx b/mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/ComponentsPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.resx b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.resx b/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.resx b/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/OptionsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/OptionsPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/OptionsPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/OptionsPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/OptionsPage.resx b/mRemoteNG/UI/Forms/OptionsPages/OptionsPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/OptionsPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/OptionsPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/SecurityPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/SecurityPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.cs b/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/SecurityPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/SecurityPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.resx b/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/SecurityPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/SecurityPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.resx b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.cs b/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.resx b/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.resx b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/ThemePage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ThemePage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/ThemePage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs b/mRemoteNG/UI/Forms/OptionsPages/ThemePage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs rename to mRemoteNG/UI/Forms/OptionsPages/ThemePage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.resx b/mRemoteNG/UI/Forms/OptionsPages/ThemePage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/ThemePage.resx rename to mRemoteNG/UI/Forms/OptionsPages/ThemePage.resx diff --git a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.Designer.cs rename to mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.Designer.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs b/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.cs similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs rename to mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.cs diff --git a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.resx b/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.resx rename to mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.resx diff --git a/mRemoteV1/UI/Forms/PasswordForm.Designer.cs b/mRemoteNG/UI/Forms/PasswordForm.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/PasswordForm.Designer.cs rename to mRemoteNG/UI/Forms/PasswordForm.Designer.cs diff --git a/mRemoteV1/UI/Forms/PasswordForm.cs b/mRemoteNG/UI/Forms/PasswordForm.cs similarity index 100% rename from mRemoteV1/UI/Forms/PasswordForm.cs rename to mRemoteNG/UI/Forms/PasswordForm.cs diff --git a/mRemoteV1/UI/Forms/PasswordForm.resx b/mRemoteNG/UI/Forms/PasswordForm.resx similarity index 100% rename from mRemoteV1/UI/Forms/PasswordForm.resx rename to mRemoteNG/UI/Forms/PasswordForm.resx diff --git a/mRemoteV1/UI/Forms/TextBox.cs b/mRemoteNG/UI/Forms/TextBox.cs similarity index 100% rename from mRemoteV1/UI/Forms/TextBox.cs rename to mRemoteNG/UI/Forms/TextBox.cs diff --git a/mRemoteV1/UI/Forms/TextBox.resx b/mRemoteNG/UI/Forms/TextBox.resx similarity index 100% rename from mRemoteV1/UI/Forms/TextBox.resx rename to mRemoteNG/UI/Forms/TextBox.resx diff --git a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.Designer.cs b/mRemoteNG/UI/Forms/UnhandledExceptionWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/UnhandledExceptionWindow.Designer.cs rename to mRemoteNG/UI/Forms/UnhandledExceptionWindow.Designer.cs diff --git a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs b/mRemoteNG/UI/Forms/UnhandledExceptionWindow.cs similarity index 100% rename from mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs rename to mRemoteNG/UI/Forms/UnhandledExceptionWindow.cs diff --git a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.resx b/mRemoteNG/UI/Forms/UnhandledExceptionWindow.resx similarity index 100% rename from mRemoteV1/UI/Forms/UnhandledExceptionWindow.resx rename to mRemoteNG/UI/Forms/UnhandledExceptionWindow.resx diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs b/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs rename to mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.cs b/mRemoteNG/UI/Forms/frmChoosePanel.cs similarity index 100% rename from mRemoteV1/UI/Forms/frmChoosePanel.cs rename to mRemoteNG/UI/Forms/frmChoosePanel.cs diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.resx b/mRemoteNG/UI/Forms/frmChoosePanel.resx similarity index 100% rename from mRemoteV1/UI/Forms/frmChoosePanel.resx rename to mRemoteNG/UI/Forms/frmChoosePanel.resx diff --git a/mRemoteV1/UI/Forms/frmMain.Designer.cs b/mRemoteNG/UI/Forms/frmMain.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/frmMain.Designer.cs rename to mRemoteNG/UI/Forms/frmMain.Designer.cs diff --git a/mRemoteV1/UI/Forms/frmMain.cs b/mRemoteNG/UI/Forms/frmMain.cs similarity index 100% rename from mRemoteV1/UI/Forms/frmMain.cs rename to mRemoteNG/UI/Forms/frmMain.cs diff --git a/mRemoteV1/UI/Forms/frmMain.resx b/mRemoteNG/UI/Forms/frmMain.resx similarity index 100% rename from mRemoteV1/UI/Forms/frmMain.resx rename to mRemoteNG/UI/Forms/frmMain.resx diff --git a/mRemoteV1/UI/Forms/frmOptions.Designer.cs b/mRemoteNG/UI/Forms/frmOptions.Designer.cs similarity index 100% rename from mRemoteV1/UI/Forms/frmOptions.Designer.cs rename to mRemoteNG/UI/Forms/frmOptions.Designer.cs diff --git a/mRemoteV1/UI/Forms/frmOptions.cs b/mRemoteNG/UI/Forms/frmOptions.cs similarity index 100% rename from mRemoteV1/UI/Forms/frmOptions.cs rename to mRemoteNG/UI/Forms/frmOptions.cs diff --git a/mRemoteV1/UI/Forms/frmOptions.resx b/mRemoteNG/UI/Forms/frmOptions.resx similarity index 100% rename from mRemoteV1/UI/Forms/frmOptions.resx rename to mRemoteNG/UI/Forms/frmOptions.resx diff --git a/mRemoteV1/UI/GraphicsUtilities/GdiPlusGraphicsProvider.cs b/mRemoteNG/UI/GraphicsUtilities/GdiPlusGraphicsProvider.cs similarity index 100% rename from mRemoteV1/UI/GraphicsUtilities/GdiPlusGraphicsProvider.cs rename to mRemoteNG/UI/GraphicsUtilities/GdiPlusGraphicsProvider.cs diff --git a/mRemoteV1/UI/GraphicsUtilities/IGraphicsProvider.cs b/mRemoteNG/UI/GraphicsUtilities/IGraphicsProvider.cs similarity index 100% rename from mRemoteV1/UI/GraphicsUtilities/IGraphicsProvider.cs rename to mRemoteNG/UI/GraphicsUtilities/IGraphicsProvider.cs diff --git a/mRemoteV1/UI/Menu/AdvancedWindowMenu.cs b/mRemoteNG/UI/Menu/AdvancedWindowMenu.cs similarity index 100% rename from mRemoteV1/UI/Menu/AdvancedWindowMenu.cs rename to mRemoteNG/UI/Menu/AdvancedWindowMenu.cs diff --git a/mRemoteV1/UI/Menu/HelpMenu.cs b/mRemoteNG/UI/Menu/HelpMenu.cs similarity index 100% rename from mRemoteV1/UI/Menu/HelpMenu.cs rename to mRemoteNG/UI/Menu/HelpMenu.cs diff --git a/mRemoteV1/UI/Menu/MainFileMenu.cs b/mRemoteNG/UI/Menu/MainFileMenu.cs similarity index 100% rename from mRemoteV1/UI/Menu/MainFileMenu.cs rename to mRemoteNG/UI/Menu/MainFileMenu.cs diff --git a/mRemoteV1/UI/Menu/ToolsMenu.cs b/mRemoteNG/UI/Menu/ToolsMenu.cs similarity index 100% rename from mRemoteV1/UI/Menu/ToolsMenu.cs rename to mRemoteNG/UI/Menu/ToolsMenu.cs diff --git a/mRemoteV1/UI/Menu/ViewMenu.cs b/mRemoteNG/UI/Menu/ViewMenu.cs similarity index 100% rename from mRemoteV1/UI/Menu/ViewMenu.cs rename to mRemoteNG/UI/Menu/ViewMenu.cs diff --git a/mRemoteV1/UI/Panels/PanelAdder.cs b/mRemoteNG/UI/Panels/PanelAdder.cs similarity index 100% rename from mRemoteV1/UI/Panels/PanelAdder.cs rename to mRemoteNG/UI/Panels/PanelAdder.cs diff --git a/mRemoteV1/UI/Tabs/ConnectionTab.Designer.cs b/mRemoteNG/UI/Tabs/ConnectionTab.Designer.cs similarity index 100% rename from mRemoteV1/UI/Tabs/ConnectionTab.Designer.cs rename to mRemoteNG/UI/Tabs/ConnectionTab.Designer.cs diff --git a/mRemoteV1/UI/Tabs/ConnectionTab.cs b/mRemoteNG/UI/Tabs/ConnectionTab.cs similarity index 100% rename from mRemoteV1/UI/Tabs/ConnectionTab.cs rename to mRemoteNG/UI/Tabs/ConnectionTab.cs diff --git a/mRemoteV1/UI/Tabs/ConnectionTab.resx b/mRemoteNG/UI/Tabs/ConnectionTab.resx similarity index 100% rename from mRemoteV1/UI/Tabs/ConnectionTab.resx rename to mRemoteNG/UI/Tabs/ConnectionTab.resx diff --git a/mRemoteV1/UI/Tabs/DockPaneStripNG.cs b/mRemoteNG/UI/Tabs/DockPaneStripNG.cs similarity index 100% rename from mRemoteV1/UI/Tabs/DockPaneStripNG.cs rename to mRemoteNG/UI/Tabs/DockPaneStripNG.cs diff --git a/mRemoteV1/UI/Tabs/Enums.cs b/mRemoteNG/UI/Tabs/Enums.cs similarity index 100% rename from mRemoteV1/UI/Tabs/Enums.cs rename to mRemoteNG/UI/Tabs/Enums.cs diff --git a/mRemoteV1/UI/Tabs/FloatWindowNG.cs b/mRemoteNG/UI/Tabs/FloatWindowNG.cs similarity index 100% rename from mRemoteV1/UI/Tabs/FloatWindowNG.cs rename to mRemoteNG/UI/Tabs/FloatWindowNG.cs diff --git a/mRemoteV1/UI/Tabs/MremoteNGAutoHideStrip.cs b/mRemoteNG/UI/Tabs/MremoteNGAutoHideStrip.cs similarity index 100% rename from mRemoteV1/UI/Tabs/MremoteNGAutoHideStrip.cs rename to mRemoteNG/UI/Tabs/MremoteNGAutoHideStrip.cs diff --git a/mRemoteV1/UI/Tabs/TabHelper.cs b/mRemoteNG/UI/Tabs/TabHelper.cs similarity index 100% rename from mRemoteV1/UI/Tabs/TabHelper.cs rename to mRemoteNG/UI/Tabs/TabHelper.cs diff --git a/mRemoteV1/UI/TaskDialog/CommandButton.cs b/mRemoteNG/UI/TaskDialog/CommandButton.cs similarity index 100% rename from mRemoteV1/UI/TaskDialog/CommandButton.cs rename to mRemoteNG/UI/TaskDialog/CommandButton.cs diff --git a/mRemoteV1/UI/TaskDialog/CommandButton.designer.cs b/mRemoteNG/UI/TaskDialog/CommandButton.designer.cs similarity index 100% rename from mRemoteV1/UI/TaskDialog/CommandButton.designer.cs rename to mRemoteNG/UI/TaskDialog/CommandButton.designer.cs diff --git a/mRemoteV1/UI/TaskDialog/CommandButton.resx b/mRemoteNG/UI/TaskDialog/CommandButton.resx similarity index 100% rename from mRemoteV1/UI/TaskDialog/CommandButton.resx rename to mRemoteNG/UI/TaskDialog/CommandButton.resx diff --git a/mRemoteV1/UI/TaskDialog/cTaskDialog.cs b/mRemoteNG/UI/TaskDialog/cTaskDialog.cs similarity index 100% rename from mRemoteV1/UI/TaskDialog/cTaskDialog.cs rename to mRemoteNG/UI/TaskDialog/cTaskDialog.cs diff --git a/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs b/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs similarity index 100% rename from mRemoteV1/UI/TaskDialog/frmTaskDialog.cs rename to mRemoteNG/UI/TaskDialog/frmTaskDialog.cs diff --git a/mRemoteV1/UI/TaskDialog/frmTaskDialog.designer.cs b/mRemoteNG/UI/TaskDialog/frmTaskDialog.designer.cs similarity index 100% rename from mRemoteV1/UI/TaskDialog/frmTaskDialog.designer.cs rename to mRemoteNG/UI/TaskDialog/frmTaskDialog.designer.cs diff --git a/mRemoteV1/UI/TaskDialog/frmTaskDialog.resx b/mRemoteNG/UI/TaskDialog/frmTaskDialog.resx similarity index 100% rename from mRemoteV1/UI/TaskDialog/frmTaskDialog.resx rename to mRemoteNG/UI/TaskDialog/frmTaskDialog.resx diff --git a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.Designer.cs b/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/ActiveDirectoryImportWindow.Designer.cs rename to mRemoteNG/UI/Window/ActiveDirectoryImportWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs b/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs rename to mRemoteNG/UI/Window/ActiveDirectoryImportWindow.cs diff --git a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.resx b/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/ActiveDirectoryImportWindow.resx rename to mRemoteNG/UI/Window/ActiveDirectoryImportWindow.resx diff --git a/mRemoteV1/UI/Window/BaseWindow.cs b/mRemoteNG/UI/Window/BaseWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/BaseWindow.cs rename to mRemoteNG/UI/Window/BaseWindow.cs diff --git a/mRemoteV1/UI/Window/BaseWindow.resx b/mRemoteNG/UI/Window/BaseWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/BaseWindow.resx rename to mRemoteNG/UI/Window/BaseWindow.resx diff --git a/mRemoteV1/UI/Window/ConfigWindow.cs b/mRemoteNG/UI/Window/ConfigWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/ConfigWindow.cs rename to mRemoteNG/UI/Window/ConfigWindow.cs diff --git a/mRemoteV1/UI/Window/ConfigWindow.resx b/mRemoteNG/UI/Window/ConfigWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/ConfigWindow.resx rename to mRemoteNG/UI/Window/ConfigWindow.resx diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.Designer.cs b/mRemoteNG/UI/Window/ConnectionTreeWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/ConnectionTreeWindow.Designer.cs rename to mRemoteNG/UI/Window/ConnectionTreeWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs b/mRemoteNG/UI/Window/ConnectionTreeWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/ConnectionTreeWindow.cs rename to mRemoteNG/UI/Window/ConnectionTreeWindow.cs diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.resx b/mRemoteNG/UI/Window/ConnectionTreeWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/ConnectionTreeWindow.resx rename to mRemoteNG/UI/Window/ConnectionTreeWindow.resx diff --git a/mRemoteV1/UI/Window/ConnectionWindow.Designer.cs b/mRemoteNG/UI/Window/ConnectionWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/ConnectionWindow.Designer.cs rename to mRemoteNG/UI/Window/ConnectionWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/ConnectionWindow.cs b/mRemoteNG/UI/Window/ConnectionWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/ConnectionWindow.cs rename to mRemoteNG/UI/Window/ConnectionWindow.cs diff --git a/mRemoteV1/UI/Window/ConnectionWindow.resx b/mRemoteNG/UI/Window/ConnectionWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/ConnectionWindow.resx rename to mRemoteNG/UI/Window/ConnectionWindow.resx diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs b/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs rename to mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs b/mRemoteNG/UI/Window/ErrorAndInfoWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/ErrorAndInfoWindow.cs rename to mRemoteNG/UI/Window/ErrorAndInfoWindow.cs diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.resx b/mRemoteNG/UI/Window/ErrorAndInfoWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/ErrorAndInfoWindow.resx rename to mRemoteNG/UI/Window/ErrorAndInfoWindow.resx diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.Designer.cs b/mRemoteNG/UI/Window/ExternalToolsWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/ExternalToolsWindow.Designer.cs rename to mRemoteNG/UI/Window/ExternalToolsWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.cs b/mRemoteNG/UI/Window/ExternalToolsWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/ExternalToolsWindow.cs rename to mRemoteNG/UI/Window/ExternalToolsWindow.cs diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.resx b/mRemoteNG/UI/Window/ExternalToolsWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/ExternalToolsWindow.resx rename to mRemoteNG/UI/Window/ExternalToolsWindow.resx diff --git a/mRemoteV1/UI/Window/HelpWindow.Designer.cs b/mRemoteNG/UI/Window/HelpWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/HelpWindow.Designer.cs rename to mRemoteNG/UI/Window/HelpWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/HelpWindow.cs b/mRemoteNG/UI/Window/HelpWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/HelpWindow.cs rename to mRemoteNG/UI/Window/HelpWindow.cs diff --git a/mRemoteV1/UI/Window/HelpWindow.resx b/mRemoteNG/UI/Window/HelpWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/HelpWindow.resx rename to mRemoteNG/UI/Window/HelpWindow.resx diff --git a/mRemoteV1/UI/Window/PortScanWindow.Designer.cs b/mRemoteNG/UI/Window/PortScanWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/PortScanWindow.Designer.cs rename to mRemoteNG/UI/Window/PortScanWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/PortScanWindow.cs b/mRemoteNG/UI/Window/PortScanWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/PortScanWindow.cs rename to mRemoteNG/UI/Window/PortScanWindow.cs diff --git a/mRemoteV1/UI/Window/PortScanWindow.resx b/mRemoteNG/UI/Window/PortScanWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/PortScanWindow.resx rename to mRemoteNG/UI/Window/PortScanWindow.resx diff --git a/mRemoteV1/UI/Window/SSHTransferWindow.cs b/mRemoteNG/UI/Window/SSHTransferWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/SSHTransferWindow.cs rename to mRemoteNG/UI/Window/SSHTransferWindow.cs diff --git a/mRemoteV1/UI/Window/SSHTransferWindow.resx b/mRemoteNG/UI/Window/SSHTransferWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/SSHTransferWindow.resx rename to mRemoteNG/UI/Window/SSHTransferWindow.resx diff --git a/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs b/mRemoteNG/UI/Window/ScreenshotManagerWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/ScreenshotManagerWindow.cs rename to mRemoteNG/UI/Window/ScreenshotManagerWindow.cs diff --git a/mRemoteV1/UI/Window/ScreenshotManagerWindow.resx b/mRemoteNG/UI/Window/ScreenshotManagerWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/ScreenshotManagerWindow.resx rename to mRemoteNG/UI/Window/ScreenshotManagerWindow.resx diff --git a/mRemoteV1/UI/Window/UltraVNCWindow.cs b/mRemoteNG/UI/Window/UltraVNCWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/UltraVNCWindow.cs rename to mRemoteNG/UI/Window/UltraVNCWindow.cs diff --git a/mRemoteV1/UI/Window/UltraVNCWindow.resx b/mRemoteNG/UI/Window/UltraVNCWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/UltraVNCWindow.resx rename to mRemoteNG/UI/Window/UltraVNCWindow.resx diff --git a/mRemoteV1/UI/Window/UpdateWindow.Designer.cs b/mRemoteNG/UI/Window/UpdateWindow.Designer.cs similarity index 100% rename from mRemoteV1/UI/Window/UpdateWindow.Designer.cs rename to mRemoteNG/UI/Window/UpdateWindow.Designer.cs diff --git a/mRemoteV1/UI/Window/UpdateWindow.cs b/mRemoteNG/UI/Window/UpdateWindow.cs similarity index 100% rename from mRemoteV1/UI/Window/UpdateWindow.cs rename to mRemoteNG/UI/Window/UpdateWindow.cs diff --git a/mRemoteV1/UI/Window/UpdateWindow.resx b/mRemoteNG/UI/Window/UpdateWindow.resx similarity index 100% rename from mRemoteV1/UI/Window/UpdateWindow.resx rename to mRemoteNG/UI/Window/UpdateWindow.resx diff --git a/mRemoteV1/UI/WindowList.cs b/mRemoteNG/UI/WindowList.cs similarity index 100% rename from mRemoteV1/UI/WindowList.cs rename to mRemoteNG/UI/WindowList.cs diff --git a/mRemoteV1/UI/WindowType.cs b/mRemoteNG/UI/WindowType.cs similarity index 100% rename from mRemoteV1/UI/WindowType.cs rename to mRemoteNG/UI/WindowType.cs diff --git a/mRemoteV1/app.config b/mRemoteNG/app.config similarity index 100% rename from mRemoteV1/app.config rename to mRemoteNG/app.config diff --git a/mRemoteV1/mRemoteV1.csproj b/mRemoteNG/mRemoteNG.csproj similarity index 97% rename from mRemoteV1/mRemoteV1.csproj rename to mRemoteNG/mRemoteNG.csproj index fd24b859..4532b899 100644 --- a/mRemoteV1/mRemoteV1.csproj +++ b/mRemoteNG/mRemoteNG.csproj @@ -1,1758 +1,1758 @@ - - - - Debug - AnyCPU - 9.0.30729 - 2.0 - {4934A491-40BC-4E5B-9166-EA1169A220F6} - WinExe - mRemoteNG.App.ProgramRoot - mRemoteNG - mRemoteNG - WindowsForms - On - - - 3.5 - - - false - Properties\app.manifest - Resources\Icons\mRemoteNG_Icon.ico - Off - B249710A6BB08171F8E75082CF2355AE2890911A - mRemoteV1_TemporaryKey.pfx - false - false - v4.7.2 - - - - True - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 1 - 1.64.0.1 - false - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - True - True - Resources.resx - - - True - True - Language.resx - - - True - True - ColorMapTheme.resx - - - - - - - - - - Component - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - UserControl - - - AdTree.cs - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - NGPictureBox.cs - - - Component - - - Component - - - Component - - - Component - - - Component - - - Component - - - ConnectionInfoPropertyGrid.cs - - - - Component - - - ConnectionTree.cs - - - - Component - - - CredentialRecordComboBox.cs - - - - Component - - - CredentialRecordListBox.cs - - - UserControl - - - CredentialRecordListView.cs - - - UserControl - - - CredentialRepositoryListView.cs - - - Component - - - Component - - - FilteredPropertyGrid.cs - - - - - Component - - - - UserControl - - - - Component - - - Component - - - - UserControl - - - NewPasswordWithVerification.cs - - - - - UserControl - - - - Component - - - Component - - - Component - - - SecureTextBox.cs - - - - - Component - - - - - - - Form - - - FrmOptions.cs - - - Form - - - FrmSplashScreen.cs - - - - Form - - - FrmInputBox.cs - - - AdvancedPage.cs - - - UserControl - - - AppearancePage.cs - - - UserControl - - - ComponentsPage.cs - - - UserControl - - - CredentialsPage.cs - - - UserControl - - - NotificationsPage.cs - - - ConnectionsPage.cs - - - UserControl - - - UserControl - - - UserControl - - - SecurityPage.cs - - - SqlServerPage.cs - - - UserControl - - - StartupExitPage.cs - - - UserControl - - - TabsPanelsPage.cs - - - UserControl - - - ThemePage.cs - - - UserControl - - - UpdatesPage.cs - - - UserControl - - - - - - - - - - - - InterfaceControl.cs - - - Component - - - - - - - - - - - - - - - - - - - - - - - FrmChoosePanel.cs - - - Form - - - FrmMain.cs - - - Form - - - PasswordForm.cs - - - Form - - - - - True - True - Settings.settings - - - - - - - - - ReconnectGroup.cs - - - UserControl - - - - - - - - - Component - - - Form - - - UnhandledExceptionWindow.cs - - - - - Component - - - Component - - - - Component - - - Component - - - - - Form - - - ConnectionTab.cs - - - Component - - - Form - - - Component - - - - Component - - - CommandButton.cs - - - - Form - - - frmTaskDialog.cs - - - Form - - - FrmAbout.cs - - - ActiveDirectoryImportWindow.cs - - - Form - - - Form - - - UserControl - - - Form - - - Form - - - ConnectionWindow.cs - - - Form - - - ExportForm.cs - - - ErrorAndInfoWindow.cs - - - ExternalToolsWindow.cs - - - Form - - - Form - - - - HelpWindow.cs - - - PortScanWindow.cs - - - Form - - - Form - - - Form - - - Form - - - ConnectionTreeWindow.cs - - - Form - - - - Form - - - UpdateWindow.cs - - - Form - - - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - ResXFileCodeGenerator - ColorMapTheme.Designer.cs - mRemoteNG - - - AdTree.cs - - - NGButton.cs - - - NGCheckBox.cs - - - NGComboBox.cs - - - NGGroupBox.cs - - - NGLabel.cs - - - NGListView.cs - - - NGNumericUpDown.cs - - - NGRadioButton.cs - - - NGSearchBox.cs - - - NGTextBox.cs - - - ConnectionTree.cs - - - CredentialRecordComboBox.cs - - - CredentialRecordListBox.cs - - - CredentialRecordListView.cs - - - CredentialRepositoryListView.cs - - - FilteredPropertyGrid.cs - - - HeadlessTabControl.cs - - - IPTextBox.cs - - - NewPasswordWithVerification.cs - - - SequencedControl.cs - - - SecureTextBox.cs - - - FrmChoosePanel.cs - Designer - - - FrmMain.cs - Designer - - - FrmOptions.cs - - - FrmSplashScreen.cs - - - FrmInputBox.cs - - - AdvancedPage.cs - - - AppearancePage.cs - - - ConnectionsPage.cs - - - CredentialsPage.cs - - - NotificationsPage.cs - - - OptionsPage.cs - - - SecurityPage.cs - - - SqlServerPage.cs - Designer - - - StartupExitPage.cs - - - TabsPanelsPage.cs - - - ThemePage.cs - - - UpdatesPage.cs - - - PasswordForm.cs - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - ResXFileCodeGenerator - mRemoteNG - Designer - Language.Designer.cs - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - Designer - - - ResXFileCodeGenerator - mRemoteNG - Designer - Resources.Designer.cs - - - ReconnectGroup.cs - Designer - - - TextBox.cs - - - UnhandledExceptionWindow.cs - - - ConnectionTab.cs - - - CommandButton.cs - - - frmTaskDialog.cs - - - FrmAbout.cs - Designer - - - ActiveDirectoryImportWindow.cs - Designer - - - BaseWindow.cs - - - ComponentsPage.cs - Designer - - - Designer - ConfigWindow.cs - - - ConnectionWindow.cs - Designer - - - ErrorAndInfoWindow.cs - Designer - - - ExternalToolsWindow.cs - Designer - - - HelpWindow.cs - Designer - - - PortScanWindow.cs - Designer - - - ExportForm.cs - Designer - - - ScreenshotManagerWindow.cs - Designer - - - SSHTransferWindow.cs - Designer - - - ConnectionTreeWindow.cs - Designer - - - UltraVNCWindow.cs - Designer - - - UpdateWindow.cs - Designer - - - - - - Designer - - - PreserveNewest - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - - - - Designer - PreserveNewest - - - Designer - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - Designer - PreserveNewest - - - Designer - PreserveNewest - - - Designer - PreserveNewest - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - PreserveNewest - - - - - - - - - mRemoteNG - SettingsSingleFileGenerator - Settings.Designer.cs - Designer - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - False - .NET Framework 3.5 SP1 Client Profile - false - - - False - .NET Framework 2.0 %28x86%29 - true - - - False - .NET Framework 3.0 %28x86%29 - false - - - False - .NET Framework 3.5 - false - - - False - .NET Framework 3.5 SP1 - false - - - - - - - - References\VncSharp.dll - - - - - - - - 1.8.6.1 - - - 81.3.100 - - - 81.3.100 - - - 1.3.0 - - - 3.0.6 - - - 3.0.6 - - - 3.0.6 - - - 3.0.6 - - - 3.0.6 - - - 3.12.1 - - - 2.0.8 - - - 8.0.20 - - - 3.16.1 - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - 2.9.1 - - - 4.7.0 - - - 4.7.0 - - - 4.7.0 - - - 4.5.4 - - - 4.7.1 - - - 4.7.0 - - - 3.5.21022.801 - - - - - {8C11EFA1-92C3-11D1-BC1E-00C04FA31489} - 1 - 0 - 0 - aximp - False - - - {238F6F80-B8B4-11CF-8771-00A024541EE3} - 2 - 7 - 0 - aximp - False - - - {8C11EFA1-92C3-11D1-BC1E-00C04FA31489} - 1 - 0 - 0 - tlbimp - False - - - {238F6F80-B8B4-11CF-8771-00A024541EE3} - 2 - 7 - 0 - tlbimp - False - - - - :: When passing paths to powershell scripts, check if the path ends with a backslash "\" -:: If it does, then the backslash may be interpreted as an escape character. Add another backslash to cancel the first one. - -powershell -noprofile -command "sleep 2" - -set /p buildenv=<buildenv.tmp - -:: Manual builds, set the cert password and uncomment below. -:: IF "%25APPVEYOR_BUILD_FOLDER"=="" ( set cert_pwd= ) - -:: Call the post build powershell script -powershell.exe -ExecutionPolicy Bypass -File "$(SolutionDir)Tools\postbuild_mremotev1.ps1" -SolutionDir "$(SolutionDir)\" -TargetDir "%25cd%25" -TargetFileName "mRemoteNG.exe" -ConfigurationName "%25buildenv%25" -CertificatePath "$(CertPath)" -CertificatePassword "$(CertPassword)" -ExcludeFromSigning "PuTTYNG.exe" - - - true - true - true - bin\Debug\ - DEBUG - 1591,660,661 - full - x86 - false - MinimumRecommendedRules.ruleset - false - - - true - true - bin\Release\ - 1591,660,661 - full - x86 - AllRules.ruleset - 1 - false - false - - - - - true - true - bin\Release Portable\ - PORTABLE - 1591,660,661 - full - x86 - false - MinimumRecommendedRules.ruleset - false - - - true - true - true - bin\Debug Portable\ - DEBUG;PORTABLE - 1591,660,661,618 - full - x86 - false - MinimumRecommendedRules.ruleset - false - - - LocalIntranet - - - OnBuildSuccess - - - - - echo $(ConfigurationName) > buildenv.tmp - + + + + Debug + AnyCPU + 9.0.30729 + 2.0 + {4934A491-40BC-4E5B-9166-EA1169A220F6} + WinExe + mRemoteNG.App.ProgramRoot + mRemoteNG + mRemoteNG + WindowsForms + On + + + 3.5 + + + false + Properties\app.manifest + Resources\Icons\mRemoteNG_Icon.ico + Off + B249710A6BB08171F8E75082CF2355AE2890911A + mRemoteV1_TemporaryKey.pfx + false + false + v4.7.2 + + + + True + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 1 + 1.64.0.1 + false + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + True + True + Resources.resx + + + True + True + Language.resx + + + True + True + ColorMapTheme.resx + + + + + + + + + + Component + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UserControl + + + AdTree.cs + + + Component + + + Component + + + Component + + + Component + + + Component + + + Component + + + Component + + + Component + + + NGPictureBox.cs + + + Component + + + Component + + + Component + + + Component + + + Component + + + Component + + + ConnectionInfoPropertyGrid.cs + + + + Component + + + ConnectionTree.cs + + + + Component + + + CredentialRecordComboBox.cs + + + + Component + + + CredentialRecordListBox.cs + + + UserControl + + + CredentialRecordListView.cs + + + UserControl + + + CredentialRepositoryListView.cs + + + Component + + + Component + + + FilteredPropertyGrid.cs + + + + + Component + + + + UserControl + + + + Component + + + Component + + + + UserControl + + + NewPasswordWithVerification.cs + + + + + UserControl + + + + Component + + + Component + + + Component + + + SecureTextBox.cs + + + + + Component + + + + + + + Form + + + FrmOptions.cs + + + Form + + + FrmSplashScreen.cs + + + + Form + + + FrmInputBox.cs + + + AdvancedPage.cs + + + UserControl + + + AppearancePage.cs + + + UserControl + + + ComponentsPage.cs + + + UserControl + + + CredentialsPage.cs + + + UserControl + + + NotificationsPage.cs + + + ConnectionsPage.cs + + + UserControl + + + UserControl + + + UserControl + + + SecurityPage.cs + + + SqlServerPage.cs + + + UserControl + + + StartupExitPage.cs + + + UserControl + + + TabsPanelsPage.cs + + + UserControl + + + ThemePage.cs + + + UserControl + + + UpdatesPage.cs + + + UserControl + + + + + + + + + + + + InterfaceControl.cs + + + Component + + + + + + + + + + + + + + + + + + + + + + + FrmChoosePanel.cs + + + Form + + + FrmMain.cs + + + Form + + + PasswordForm.cs + + + Form + + + + + True + True + Settings.settings + + + + + + + + + ReconnectGroup.cs + + + UserControl + + + + + + + + + Component + + + Form + + + UnhandledExceptionWindow.cs + + + + + Component + + + Component + + + + Component + + + Component + + + + + Form + + + ConnectionTab.cs + + + Component + + + Form + + + Component + + + + Component + + + CommandButton.cs + + + + Form + + + frmTaskDialog.cs + + + Form + + + FrmAbout.cs + + + ActiveDirectoryImportWindow.cs + + + Form + + + Form + + + UserControl + + + Form + + + Form + + + ConnectionWindow.cs + + + Form + + + ExportForm.cs + + + ErrorAndInfoWindow.cs + + + ExternalToolsWindow.cs + + + Form + + + Form + + + + HelpWindow.cs + + + PortScanWindow.cs + + + Form + + + Form + + + Form + + + Form + + + ConnectionTreeWindow.cs + + + Form + + + + Form + + + UpdateWindow.cs + + + Form + + + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + ResXFileCodeGenerator + ColorMapTheme.Designer.cs + mRemoteNG + + + AdTree.cs + + + NGButton.cs + + + NGCheckBox.cs + + + NGComboBox.cs + + + NGGroupBox.cs + + + NGLabel.cs + + + NGListView.cs + + + NGNumericUpDown.cs + + + NGRadioButton.cs + + + NGSearchBox.cs + + + NGTextBox.cs + + + ConnectionTree.cs + + + CredentialRecordComboBox.cs + + + CredentialRecordListBox.cs + + + CredentialRecordListView.cs + + + CredentialRepositoryListView.cs + + + FilteredPropertyGrid.cs + + + HeadlessTabControl.cs + + + IPTextBox.cs + + + NewPasswordWithVerification.cs + + + SequencedControl.cs + + + SecureTextBox.cs + + + FrmChoosePanel.cs + Designer + + + FrmMain.cs + Designer + + + FrmOptions.cs + + + FrmSplashScreen.cs + + + FrmInputBox.cs + + + AdvancedPage.cs + + + AppearancePage.cs + + + ConnectionsPage.cs + + + CredentialsPage.cs + + + NotificationsPage.cs + + + OptionsPage.cs + + + SecurityPage.cs + + + SqlServerPage.cs + Designer + + + StartupExitPage.cs + + + TabsPanelsPage.cs + + + ThemePage.cs + + + UpdatesPage.cs + + + PasswordForm.cs + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + ResXFileCodeGenerator + mRemoteNG + Designer + Language.Designer.cs + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + ResXFileCodeGenerator + mRemoteNG + Designer + Resources.Designer.cs + + + ReconnectGroup.cs + Designer + + + TextBox.cs + + + UnhandledExceptionWindow.cs + + + ConnectionTab.cs + + + CommandButton.cs + + + frmTaskDialog.cs + + + FrmAbout.cs + Designer + + + ActiveDirectoryImportWindow.cs + Designer + + + BaseWindow.cs + + + ComponentsPage.cs + Designer + + + Designer + ConfigWindow.cs + + + ConnectionWindow.cs + Designer + + + ErrorAndInfoWindow.cs + Designer + + + ExternalToolsWindow.cs + Designer + + + HelpWindow.cs + Designer + + + PortScanWindow.cs + Designer + + + ExportForm.cs + Designer + + + ScreenshotManagerWindow.cs + Designer + + + SSHTransferWindow.cs + Designer + + + ConnectionTreeWindow.cs + Designer + + + UltraVNCWindow.cs + Designer + + + UpdateWindow.cs + Designer + + + + + + Designer + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + Designer + PreserveNewest + + + Designer + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + Designer + PreserveNewest + + + Designer + PreserveNewest + + + Designer + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + PreserveNewest + + + + + + + + + mRemoteNG + SettingsSingleFileGenerator + Settings.Designer.cs + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 2.0 %28x86%29 + true + + + False + .NET Framework 3.0 %28x86%29 + false + + + False + .NET Framework 3.5 + false + + + False + .NET Framework 3.5 SP1 + false + + + + + + + + References\VncSharp.dll + + + + + + + + 1.8.6.1 + + + 81.3.100 + + + 81.3.100 + + + 1.3.0 + + + 3.0.6 + + + 3.0.6 + + + 3.0.6 + + + 3.0.6 + + + 3.0.6 + + + 3.12.1 + + + 2.0.8 + + + 8.0.20 + + + 3.16.1 + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + 2.9.1 + + + 4.7.0 + + + 4.7.0 + + + 4.7.0 + + + 4.5.4 + + + 4.7.1 + + + 4.7.0 + + + 3.5.21022.801 + + + + + {8C11EFA1-92C3-11D1-BC1E-00C04FA31489} + 1 + 0 + 0 + aximp + False + + + {238F6F80-B8B4-11CF-8771-00A024541EE3} + 2 + 7 + 0 + aximp + False + + + {8C11EFA1-92C3-11D1-BC1E-00C04FA31489} + 1 + 0 + 0 + tlbimp + False + + + {238F6F80-B8B4-11CF-8771-00A024541EE3} + 2 + 7 + 0 + tlbimp + False + + + + :: When passing paths to powershell scripts, check if the path ends with a backslash "\" +:: If it does, then the backslash may be interpreted as an escape character. Add another backslash to cancel the first one. + +powershell -noprofile -command "sleep 2" + +set /p buildenv=<buildenv.tmp + +:: Manual builds, set the cert password and uncomment below. +:: IF "%25APPVEYOR_BUILD_FOLDER"=="" ( set cert_pwd= ) + +:: Call the post build powershell script +powershell.exe -ExecutionPolicy Bypass -File "$(SolutionDir)Tools\postbuild_mremoteng.ps1" -SolutionDir "$(SolutionDir)\" -TargetDir "%25cd%25" -TargetFileName "mRemoteNG.exe" -ConfigurationName "%25buildenv%25" -CertificatePath "$(CertPath)" -CertificatePassword "$(CertPassword)" -ExcludeFromSigning "PuTTYNG.exe" + + + true + true + true + bin\Debug\ + DEBUG + 1591,660,661 + full + x86 + false + MinimumRecommendedRules.ruleset + false + + + true + true + bin\Release\ + 1591,660,661 + full + x86 + AllRules.ruleset + 1 + false + false + + + + + true + true + bin\Release Portable\ + PORTABLE + 1591,660,661 + full + x86 + false + MinimumRecommendedRules.ruleset + false + + + true + true + true + bin\Debug Portable\ + DEBUG;PORTABLE + 1591,660,661,618 + full + x86 + false + MinimumRecommendedRules.ruleset + false + + + LocalIntranet + + + OnBuildSuccess + + + + + echo $(ConfigurationName) > buildenv.tmp + \ No newline at end of file diff --git a/InstallerProjects/CustomActions/CustomAction.config b/mRemoteNGInstaller/CustomActions/CustomAction.config similarity index 100% rename from InstallerProjects/CustomActions/CustomAction.config rename to mRemoteNGInstaller/CustomActions/CustomAction.config diff --git a/InstallerProjects/CustomActions/CustomActions.cs b/mRemoteNGInstaller/CustomActions/CustomActions.cs similarity index 100% rename from InstallerProjects/CustomActions/CustomActions.cs rename to mRemoteNGInstaller/CustomActions/CustomActions.cs diff --git a/InstallerProjects/CustomActions/CustomActions.csproj b/mRemoteNGInstaller/CustomActions/CustomActions.csproj similarity index 100% rename from InstallerProjects/CustomActions/CustomActions.csproj rename to mRemoteNGInstaller/CustomActions/CustomActions.csproj diff --git a/InstallerProjects/CustomActions/InstalledWindowsUpdateChecker.cs b/mRemoteNGInstaller/CustomActions/InstalledWindowsUpdateChecker.cs similarity index 100% rename from InstallerProjects/CustomActions/InstalledWindowsUpdateChecker.cs rename to mRemoteNGInstaller/CustomActions/InstalledWindowsUpdateChecker.cs diff --git a/InstallerProjects/CustomActions/KbInstalledChecker.cs b/mRemoteNGInstaller/CustomActions/KbInstalledChecker.cs similarity index 100% rename from InstallerProjects/CustomActions/KbInstalledChecker.cs rename to mRemoteNGInstaller/CustomActions/KbInstalledChecker.cs diff --git a/InstallerProjects/CustomActions/Properties/AssemblyInfo.cs b/mRemoteNGInstaller/CustomActions/Properties/AssemblyInfo.cs similarity index 100% rename from InstallerProjects/CustomActions/Properties/AssemblyInfo.cs rename to mRemoteNGInstaller/CustomActions/Properties/AssemblyInfo.cs diff --git a/InstallerProjects/CustomActions/UninstallNSISVersions.cs b/mRemoteNGInstaller/CustomActions/UninstallNSISVersions.cs similarity index 100% rename from InstallerProjects/CustomActions/UninstallNSISVersions.cs rename to mRemoteNGInstaller/CustomActions/UninstallNSISVersions.cs diff --git a/InstallerProjects/Installer/CustomActions/CheckForInstalledWindowsUpdates.wxs b/mRemoteNGInstaller/Installer/CustomActions/CheckForInstalledWindowsUpdates.wxs similarity index 100% rename from InstallerProjects/Installer/CustomActions/CheckForInstalledWindowsUpdates.wxs rename to mRemoteNGInstaller/Installer/CustomActions/CheckForInstalledWindowsUpdates.wxs diff --git a/InstallerProjects/Installer/CustomActions/SaveInstallLocation.wxs b/mRemoteNGInstaller/Installer/CustomActions/SaveInstallLocation.wxs similarity index 100% rename from InstallerProjects/Installer/CustomActions/SaveInstallLocation.wxs rename to mRemoteNGInstaller/Installer/CustomActions/SaveInstallLocation.wxs diff --git a/InstallerProjects/Installer/CustomActions/UninstallLegacyVersions.wxs b/mRemoteNGInstaller/Installer/CustomActions/UninstallLegacyVersions.wxs similarity index 100% rename from InstallerProjects/Installer/CustomActions/UninstallLegacyVersions.wxs rename to mRemoteNGInstaller/Installer/CustomActions/UninstallLegacyVersions.wxs diff --git a/InstallerProjects/Installer/Filters/Harvest_Filter.xslt b/mRemoteNGInstaller/Installer/Filters/Harvest_Filter.xslt similarity index 100% rename from InstallerProjects/Installer/Filters/Harvest_Filter.xslt rename to mRemoteNGInstaller/Installer/Filters/Harvest_Filter.xslt diff --git a/InstallerProjects/Installer/Fragments/DirectoriesFragment.wxs b/mRemoteNGInstaller/Installer/Fragments/DirectoriesFragment.wxs similarity index 100% rename from InstallerProjects/Installer/Fragments/DirectoriesFragment.wxs rename to mRemoteNGInstaller/Installer/Fragments/DirectoriesFragment.wxs diff --git a/mRemoteNGInstaller/Installer/Fragments/FilesFragment.wxs b/mRemoteNGInstaller/Installer/Fragments/FilesFragment.wxs new file mode 100644 index 00000000..a1b5258c --- /dev/null +++ b/mRemoteNGInstaller/Installer/Fragments/FilesFragment.wxs @@ -0,0 +1,618 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/InstallerProjects/Installer/Fragments/MainExeFragment.wxs b/mRemoteNGInstaller/Installer/Fragments/MainExeFragment.wxs similarity index 100% rename from InstallerProjects/Installer/Fragments/MainExeFragment.wxs rename to mRemoteNGInstaller/Installer/Fragments/MainExeFragment.wxs diff --git a/InstallerProjects/Installer/Fragments/MiscTextFilesFragment.wxs b/mRemoteNGInstaller/Installer/Fragments/MiscTextFilesFragment.wxs similarity index 100% rename from InstallerProjects/Installer/Fragments/MiscTextFilesFragment.wxs rename to mRemoteNGInstaller/Installer/Fragments/MiscTextFilesFragment.wxs diff --git a/InstallerProjects/Installer/Fragments/PuTTYNGFragment.wxs b/mRemoteNGInstaller/Installer/Fragments/PuTTYNGFragment.wxs similarity index 100% rename from InstallerProjects/Installer/Fragments/PuTTYNGFragment.wxs rename to mRemoteNGInstaller/Installer/Fragments/PuTTYNGFragment.wxs diff --git a/InstallerProjects/Installer/Fragments/RegistryEntriesFragment.wxs b/mRemoteNGInstaller/Installer/Fragments/RegistryEntriesFragment.wxs similarity index 100% rename from InstallerProjects/Installer/Fragments/RegistryEntriesFragment.wxs rename to mRemoteNGInstaller/Installer/Fragments/RegistryEntriesFragment.wxs diff --git a/InstallerProjects/Installer/Fragments/ShortcutFragment.wxs b/mRemoteNGInstaller/Installer/Fragments/ShortcutFragment.wxs similarity index 100% rename from InstallerProjects/Installer/Fragments/ShortcutFragment.wxs rename to mRemoteNGInstaller/Installer/Fragments/ShortcutFragment.wxs diff --git a/InstallerProjects/Installer/Includes/Config.wxi b/mRemoteNGInstaller/Installer/Includes/Config.wxi similarity index 100% rename from InstallerProjects/Installer/Includes/Config.wxi rename to mRemoteNGInstaller/Installer/Includes/Config.wxi diff --git a/InstallerProjects/Installer/Installer.wixproj b/mRemoteNGInstaller/Installer/Installer.wixproj similarity index 94% rename from InstallerProjects/Installer/Installer.wixproj rename to mRemoteNGInstaller/Installer/Installer.wixproj index 7217456e..7fee0ba0 100644 --- a/InstallerProjects/Installer/Installer.wixproj +++ b/mRemoteNGInstaller/Installer/Installer.wixproj @@ -36,7 +36,7 @@ - + @@ -73,14 +73,13 @@ - - mRemoteV1 + + mRemoteNG {4934a491-40bc-4e5b-9166-ea1169a220f6} True - - + True Binaries;Content;Satellites - APPLICATIONROOTDIRECTORY + INSTALLFOLDER @@ -104,7 +103,7 @@ HarvestPath=$(SolutionDir)mRemoteV1\bin\Debug;HelpFilesHarvestPath=$(SolutionDir)mRemoteV1\Resources\Help - HarvestPath=$(SolutionDir)mRemoteV1\bin\Debug Portable;HelpFilesHarvestPath=$(SolutionDir)mRemoteV1\Resources\Help + HarvestPath=$(SolutionDir)mRemoteNG\bin\Debug Portable;HelpFilesHarvestPath=$(SolutionDir)mRemoteV1\Resources\Help HarvestPath=$(SolutionDir)mRemoteV1\bin\Release Portable;HelpFilesHarvestPath=$(SolutionDir)mRemoteV1\Resources\Help @@ -129,8 +128,8 @@ rmdir /S /Q "$(TargetDir)" echo $(ConfigurationName) > buildenv.tmp -REM Harvest bin directory of the mRemoteV1 project -"$(WIX)bin\heat.exe" dir "$(SolutionDir)mRemoteV1\bin\$(Configuration)" -ag -nologo -dr INSTALLDIR -var var.HarvestPath -srd -scom -sreg -cg MandatoryComponents -template fragment -out "$(ProjectDir)Fragments\FilesFragment.wxs" -t "$(ProjectDir)Filters\Harvest_Filter.xslt" +REM Harvest bin directory of the mRemoteNG project +"$(WIX)bin\heat.exe" dir "$(SolutionDir)mRemoteNG\bin\$(Configuration)" -ag -nologo -dr INSTALLDIR -var var.HarvestPath -srd -scom -sreg -cg MandatoryComponents -template fragment -out "$(ProjectDir)Fragments\FilesFragment.wxs" -t "$(ProjectDir)Filters\Harvest_Filter.xslt" REM Convert the license file "COPYING.TXT" to "License.rtf" to be shown in the installer GUI "$(ProjectDir)Resources\Pandoc\pandoc.exe" -s -t rtf -o "$(ProjectDir)\Resources\License.rtf" "$(SolutionDir)COPYING.TXT" diff --git a/InstallerProjects/Installer/Localizations/en-US.wxl b/mRemoteNGInstaller/Installer/Localizations/en-US.wxl similarity index 100% rename from InstallerProjects/Installer/Localizations/en-US.wxl rename to mRemoteNGInstaller/Installer/Localizations/en-US.wxl diff --git a/InstallerProjects/Installer/Resources/AppIcon.ico b/mRemoteNGInstaller/Installer/Resources/AppIcon.ico similarity index 100% rename from InstallerProjects/Installer/Resources/AppIcon.ico rename to mRemoteNGInstaller/Installer/Resources/AppIcon.ico diff --git a/InstallerProjects/Installer/Resources/Installer_Header.png b/mRemoteNGInstaller/Installer/Resources/Installer_Header.png similarity index 100% rename from InstallerProjects/Installer/Resources/Installer_Header.png rename to mRemoteNGInstaller/Installer/Resources/Installer_Header.png diff --git a/InstallerProjects/Installer/Resources/Installer_Side.png b/mRemoteNGInstaller/Installer/Resources/Installer_Side.png similarity index 100% rename from InstallerProjects/Installer/Resources/Installer_Side.png rename to mRemoteNGInstaller/Installer/Resources/Installer_Side.png diff --git a/InstallerProjects/Installer/Resources/License.rtf b/mRemoteNGInstaller/Installer/Resources/License.rtf similarity index 100% rename from InstallerProjects/Installer/Resources/License.rtf rename to mRemoteNGInstaller/Installer/Resources/License.rtf diff --git a/InstallerProjects/Installer/Resources/Pandoc/COPYING.rtf b/mRemoteNGInstaller/Installer/Resources/Pandoc/COPYING.rtf similarity index 100% rename from InstallerProjects/Installer/Resources/Pandoc/COPYING.rtf rename to mRemoteNGInstaller/Installer/Resources/Pandoc/COPYING.rtf diff --git a/InstallerProjects/Installer/Resources/Pandoc/COPYRIGHT.txt b/mRemoteNGInstaller/Installer/Resources/Pandoc/COPYRIGHT.txt similarity index 100% rename from InstallerProjects/Installer/Resources/Pandoc/COPYRIGHT.txt rename to mRemoteNGInstaller/Installer/Resources/Pandoc/COPYRIGHT.txt diff --git a/InstallerProjects/Installer/Resources/Pandoc/pandoc.exe b/mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe similarity index 100% rename from InstallerProjects/Installer/Resources/Pandoc/pandoc.exe rename to mRemoteNGInstaller/Installer/Resources/Pandoc/pandoc.exe diff --git a/InstallerProjects/Installer/mRemoteNGV1.wxs b/mRemoteNGInstaller/Installer/mRemoteNG.wxs similarity index 100% rename from InstallerProjects/Installer/mRemoteNGV1.wxs rename to mRemoteNGInstaller/Installer/mRemoteNG.wxs diff --git a/mRemoteNG.Specs/Features/CredentialRepository.feature b/mRemoteNGSpecs/Features/CredentialRepository.feature similarity index 100% rename from mRemoteNG.Specs/Features/CredentialRepository.feature rename to mRemoteNGSpecs/Features/CredentialRepository.feature diff --git a/mRemoteNG.Specs/Features/CredentialRepository.feature.cs b/mRemoteNGSpecs/Features/CredentialRepository.feature.cs similarity index 99% rename from mRemoteNG.Specs/Features/CredentialRepository.feature.cs rename to mRemoteNGSpecs/Features/CredentialRepository.feature.cs index bdd34c84..a060a7d5 100644 --- a/mRemoteNG.Specs/Features/CredentialRepository.feature.cs +++ b/mRemoteNGSpecs/Features/CredentialRepository.feature.cs @@ -13,7 +13,7 @@ using NUnit.Framework; #pragma warning disable -namespace mRemoteNG.Specs.Features +namespace mRemoteNGSpecs.Features { using TechTalk.SpecFlow; diff --git a/mRemoteNG.Specs/Features/CredentialRepositoryList.feature b/mRemoteNGSpecs/Features/CredentialRepositoryList.feature similarity index 100% rename from mRemoteNG.Specs/Features/CredentialRepositoryList.feature rename to mRemoteNGSpecs/Features/CredentialRepositoryList.feature diff --git a/mRemoteNG.Specs/Features/CredentialRepositoryList.feature.cs b/mRemoteNGSpecs/Features/CredentialRepositoryList.feature.cs similarity index 99% rename from mRemoteNG.Specs/Features/CredentialRepositoryList.feature.cs rename to mRemoteNGSpecs/Features/CredentialRepositoryList.feature.cs index e91bbd58..997950c6 100644 --- a/mRemoteNG.Specs/Features/CredentialRepositoryList.feature.cs +++ b/mRemoteNGSpecs/Features/CredentialRepositoryList.feature.cs @@ -13,7 +13,7 @@ using NUnit.Framework; #pragma warning disable -namespace mRemoteNG.Specs.Features +namespace mRemoteNGSpecs.Features { using TechTalk.SpecFlow; diff --git a/mRemoteNG.Specs/Properties/AssemblyInfo.cs b/mRemoteNGSpecs/Properties/AssemblyInfo.cs similarity index 93% rename from mRemoteNG.Specs/Properties/AssemblyInfo.cs rename to mRemoteNGSpecs/Properties/AssemblyInfo.cs index 4d1ab78b..a40f57b8 100644 --- a/mRemoteNG.Specs/Properties/AssemblyInfo.cs +++ b/mRemoteNGSpecs/Properties/AssemblyInfo.cs @@ -4,11 +4,11 @@ using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("mRemoteNG.Specs")] +[assembly: AssemblyTitle("mRemoteNGSpecs")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("mRemoteNG.Specs")] +[assembly: AssemblyProduct("mRemoteNGSpecs")] [assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/mRemoteNG.Specs/StepDefinitions/CredentialRepositoryListSteps.cs b/mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs similarity index 95% rename from mRemoteNG.Specs/StepDefinitions/CredentialRepositoryListSteps.cs rename to mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs index 7a91d6a3..7c87b3e0 100644 --- a/mRemoteNG.Specs/StepDefinitions/CredentialRepositoryListSteps.cs +++ b/mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs @@ -1,10 +1,10 @@ using System.Linq; using mRemoteNG.Credential.Repositories; -using mRemoteNG.Specs.Utilities; +using mRemoteNGSpecs.Utilities; using NUnit.Framework; using TechTalk.SpecFlow; -namespace mRemoteNG.Specs.StepDefinitions +namespace mRemoteNGSpecs.StepDefinitions { [Binding] public class CredentialRepositoryListSteps diff --git a/mRemoteNG.Specs/StepDefinitions/CredentialRepositorySteps.cs b/mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs similarity index 97% rename from mRemoteNG.Specs/StepDefinitions/CredentialRepositorySteps.cs rename to mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs index 999e9ca7..64229c16 100644 --- a/mRemoteNG.Specs/StepDefinitions/CredentialRepositorySteps.cs +++ b/mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs @@ -1,11 +1,11 @@ using System.Security; using mRemoteNG.Credential; using mRemoteNG.Security; -using mRemoteNG.Specs.Utilities; +using mRemoteNGSpecs.Utilities; using NUnit.Framework; using TechTalk.SpecFlow; -namespace mRemoteNG.Specs.StepDefinitions +namespace mRemoteNGSpecs.StepDefinitions { [Binding] public class CredentialRepositorySteps diff --git a/mRemoteNG.Specs/Utilities/CredRepoXmlFileBuilder.cs b/mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs similarity index 90% rename from mRemoteNG.Specs/Utilities/CredRepoXmlFileBuilder.cs rename to mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs index 4c777abe..f2d8b970 100644 --- a/mRemoteNG.Specs/Utilities/CredRepoXmlFileBuilder.cs +++ b/mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs @@ -1,4 +1,4 @@ -namespace mRemoteNG.Specs.Utilities +namespace mRemoteNGSpecs.Utilities { public class CredRepoXmlFileBuilder { diff --git a/mRemoteNG.Specs/Utilities/XmlCredentialRepoBuilder.cs b/mRemoteNGSpecs/Utilities/XmlCredentialRepoBuilder.cs similarity index 97% rename from mRemoteNG.Specs/Utilities/XmlCredentialRepoBuilder.cs rename to mRemoteNGSpecs/Utilities/XmlCredentialRepoBuilder.cs index a49432fb..59d27311 100644 --- a/mRemoteNG.Specs/Utilities/XmlCredentialRepoBuilder.cs +++ b/mRemoteNGSpecs/Utilities/XmlCredentialRepoBuilder.cs @@ -7,7 +7,7 @@ using mRemoteNG.Credential.Repositories; using mRemoteNG.Security; using mRemoteNG.Security.SymmetricEncryption; -namespace mRemoteNG.Specs.Utilities +namespace mRemoteNGSpecs.Utilities { public class XmlCredentialRepoBuilder { diff --git a/mRemoteNG.Specs/App.config b/mRemoteNGSpecs/app.config similarity index 98% rename from mRemoteNG.Specs/App.config rename to mRemoteNGSpecs/app.config index 69e9d4ca..dbc4900a 100644 --- a/mRemoteNG.Specs/App.config +++ b/mRemoteNGSpecs/app.config @@ -1,52 +1,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mRemoteNG.Specs/mRemoteNG.Specs.csproj b/mRemoteNGSpecs/mRemoteNGSpecs.csproj similarity index 94% rename from mRemoteNG.Specs/mRemoteNG.Specs.csproj rename to mRemoteNGSpecs/mRemoteNGSpecs.csproj index e480c06e..7678b291 100644 --- a/mRemoteNG.Specs/mRemoteNG.Specs.csproj +++ b/mRemoteNGSpecs/mRemoteNGSpecs.csproj @@ -1,147 +1,147 @@ - - - - - Debug - AnyCPU - {16AA21E2-D6B7-427D-AB7D-AA8C611B724E} - Library - Properties - mRemoteNG.Specs - mRemoteNG.Specs - v4.7.2 - 512 - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - x86 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - True - True - CredentialRepository.feature - - - True - True - CredentialRepositoryList.feature - - - - - - - - - - - SpecFlowSingleFileGenerator - CredentialRepository.feature.cs - - - SpecFlowSingleFileGenerator - CredentialRepositoryList.feature.cs - - - - - - - - {4934a491-40bc-4e5b-9166-ea1169a220f6} - mRemoteV1 - - - - - 1.8.6.1 - - - 6.0.2 - - - 3.12.1 - - - 12.0.3 - - - 3.12.0 - - - 3.11.1 - - - 3.16.1 - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - 3.1.97 - - - 4.5.4 - - - 4.7.0 - - - 4.7.0 - - - 4.3.1 - - - 4.7.1 - - - 4.3.1 - - - 4.3.2 - - - 4.5.4 - - - 4.5.0 - - - + + + + + Debug + AnyCPU + {16AA21E2-D6B7-427D-AB7D-AA8C611B724E} + Library + Properties + mRemoteNGSpecs + mRemoteNGSpecs + v4.7.2 + 512 + + + + + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + x86 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + + + + True + True + CredentialRepository.feature + + + True + True + CredentialRepositoryList.feature + + + + + + + + + + + SpecFlowSingleFileGenerator + CredentialRepository.feature.cs + + + SpecFlowSingleFileGenerator + CredentialRepositoryList.feature.cs + + + + + + + + {4934a491-40bc-4e5b-9166-ea1169a220f6} + mRemoteNG + + + + + 1.8.6.1 + + + 6.0.2 + + + 3.12.1 + + + 12.0.3 + + + 3.12.0 + + + 3.11.1 + + + 3.16.1 + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + 3.1.97 + + + 4.5.4 + + + 4.7.0 + + + 4.7.0 + + + 4.3.1 + + + 4.7.1 + + + 4.3.1 + + + 4.3.2 + + + 4.5.4 + + + 4.5.0 + + + + --> \ No newline at end of file diff --git a/mRemoteNGTests/mRemoteNGTests.csproj b/mRemoteNGTests/mRemoteNGTests.csproj index 68f06e1a..26db15a3 100644 --- a/mRemoteNGTests/mRemoteNGTests.csproj +++ b/mRemoteNGTests/mRemoteNGTests.csproj @@ -283,9 +283,9 @@ - + {4934a491-40bc-4e5b-9166-ea1169a220f6} - mRemoteV1 + mRemoteNG