diff --git a/.gitignore b/.gitignore index aa1ace2..0cbe278 100644 --- a/.gitignore +++ b/.gitignore @@ -385,3 +385,4 @@ FodyWeavers.xsd # Environment Files **/*.env /Output +/scan.bat diff --git a/ViVeTool GUI.iss b/ViVeTool GUI.iss index 80af38e..ee7f274 100644 --- a/ViVeTool GUI.iss +++ b/ViVeTool GUI.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{C6BF5A05-B2DE-447A-ADA4-1F6F2E8ADC97} AppName=ViVeTool GUI -AppVersion=1.6.999.5 +AppVersion=1.7.0.0 ;AppVerName=ViveTool GUI 1.6 AppPublisher=Peter Strick AppPublisherURL=https://www.github.com/peterstrick/vivetool-gui @@ -27,12 +27,12 @@ ArchitecturesAllowed=x64 AppCopyright=Copyright ©️ 2024 Peter Strick UsePreviousPrivileges=False AppReadmeFile=https://www.github.com/peterstrick/vivetool-gui -VersionInfoVersion=1.6.999.5 +VersionInfoVersion=1.7.0.0 VersionInfoCompany=Peter Strick VersionInfoDescription=ViVeTool GUI Setup VersionInfoCopyright=Copyright ©️ 2024 Peter Strick VersionInfoProductName=ViVeTool GUI -VersionInfoProductVersion=1.6.999.5 +VersionInfoProductVersion=1.7.0.0 VersionInfoOriginalFileName=ViVeTool GUI Setup.exe MinVersion=0,10.0.18963 UninstallDisplayName=ViVeTool GUI @@ -90,6 +90,7 @@ Source: "vivetool-gui\bin\x64\Debug\ja\*"; DestDir: "{app}\ja"; Flags: ignorever Source: "vivetool-gui\bin\x64\Debug\it\*"; DestDir: "{app}\it"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI Source: "vivetool-gui\bin\x64\Debug\id\*"; DestDir: "{app}\id"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI Source: "vivetool-gui\bin\x64\Debug\de\*"; DestDir: "{app}\de"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI +Source: "vivetool-gui\bin\x64\Debug\pt-BR\*"; DestDir: "{app}\pt-BR"; Flags: ignoreversion createallsubdirs recursesubdirs; Components: ViVeTool_GUI ;GUI Files Source: "vivetool-gui\bin\x64\Debug\FeatureDictionary.pfs"; DestDir: "{app}"; Flags: ignoreversion; Components: ViVeTool_GUI Source: "vivetool-gui\bin\x64\Debug\ViVeTool_GUI.exe"; DestDir: "{app}"; Flags: ignoreversion; Components: ViVeTool_GUI diff --git a/ViVeTool-GUI.FeatureScanner/ApplicationEvents.vb b/ViVeTool-GUI.FeatureScanner/ApplicationEvents.vb index 10fd8fe..7af6bae 100644 --- a/ViVeTool-GUI.FeatureScanner/ApplicationEvents.vb +++ b/ViVeTool-GUI.FeatureScanner/ApplicationEvents.vb @@ -1,5 +1,5 @@ -'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/Functions/AssemblyVersionCheck.vb b/ViVeTool-GUI.FeatureScanner/Functions/AssemblyVersionCheck.vb index 104f8db..60f8d65 100644 --- a/ViVeTool-GUI.FeatureScanner/Functions/AssemblyVersionCheck.vb +++ b/ViVeTool-GUI.FeatureScanner/Functions/AssemblyVersionCheck.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/Functions/CrashReporter.vb b/ViVeTool-GUI.FeatureScanner/Functions/CrashReporter.vb index 701a733..53c8203 100644 --- a/ViVeTool-GUI.FeatureScanner/Functions/CrashReporter.vb +++ b/ViVeTool-GUI.FeatureScanner/Functions/CrashReporter.vb @@ -1,5 +1,5 @@ 'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2022 Peter Strick / Peters Software Solutions +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/Functions/Junction.vb b/ViVeTool-GUI.FeatureScanner/Functions/Junction.vb index ee2c713..9fd459a 100644 --- a/ViVeTool-GUI.FeatureScanner/Functions/Junction.vb +++ b/ViVeTool-GUI.FeatureScanner/Functions/Junction.vb @@ -1,5 +1,5 @@ 'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2022 Peter Strick / Peters Software Solutions +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/Functions/Miscellaneous.vb b/ViVeTool-GUI.FeatureScanner/Functions/Miscellaneous.vb index 2f67279..0b0c758 100644 --- a/ViVeTool-GUI.FeatureScanner/Functions/Miscellaneous.vb +++ b/ViVeTool-GUI.FeatureScanner/Functions/Miscellaneous.vb @@ -1,5 +1,5 @@ 'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2022 Peter Strick / Peters Software Solutions +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/Functions/RadTD.vb b/ViVeTool-GUI.FeatureScanner/Functions/RadTD.vb index 4204cb2..a00e188 100644 --- a/ViVeTool-GUI.FeatureScanner/Functions/RadTD.vb +++ b/ViVeTool-GUI.FeatureScanner/Functions/RadTD.vb @@ -1,5 +1,5 @@ -'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/My Project/AssemblyInfo.vb b/ViVeTool-GUI.FeatureScanner/My Project/AssemblyInfo.vb index 6389456..f175c95 100644 --- a/ViVeTool-GUI.FeatureScanner/My Project/AssemblyInfo.vb +++ b/ViVeTool-GUI.FeatureScanner/My Project/AssemblyInfo.vb @@ -10,9 +10,9 @@ Imports System.Runtime.InteropServices - + - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/ViVeTool-GUI.FeatureScanner/My Project/Resources.Designer.vb b/ViVeTool-GUI.FeatureScanner/My Project/Resources.Designer.vb index 1b64e13..7c7825c 100644 --- a/ViVeTool-GUI.FeatureScanner/My Project/Resources.Designer.vb +++ b/ViVeTool-GUI.FeatureScanner/My Project/Resources.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' -' Dieser Code wurde von einem Tool generiert. -' Laufzeitversion:4.0.30319.42000 +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 ' -' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -' der Code erneut generiert wird. +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. ' '------------------------------------------------------------------------------ @@ -15,12 +15,12 @@ Imports System Namespace My.Resources - 'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - '-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - 'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - 'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. ''' - ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + ''' A strongly-typed resource class, for looking up localized strings, etc. ''' - ''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + ''' Returns the cached ResourceManager instance used by this class. ''' _ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager @@ -47,8 +47,8 @@ Namespace My.Resources End Property ''' - ''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - ''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. ''' _ Friend Property Culture() As Global.System.Globalization.CultureInfo @@ -61,7 +61,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Path to symchk.exe from the Windows Debugging Tools ähnelt. + ''' Looks up a localized string similar to Path to symchk.exe from the Windows Debugging Tools. ''' Friend ReadOnly Property Browse_PathToDebuggingTools() As String Get @@ -70,7 +70,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Select a Folder to store the downloaded Debug Symbols into. The downloaded .pdb Files usually take up to 5~8GB of Space. ähnelt. + ''' Looks up a localized string similar to Select a Folder to store the downloaded Debug Symbols into. The downloaded .pdb Files usually take up to 5~8GB of Space.. ''' Friend ReadOnly Property Browse_SymbolPath_Description() As String Get @@ -79,7 +79,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Calculating… ähnelt. + ''' Looks up a localized string similar to Calculating…. ''' Friend ReadOnly Property Calculation_Calculating() As String Get @@ -88,7 +88,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Current Size of {0}: {1} ähnelt. + ''' Looks up a localized string similar to Current Size of {0}: {1}. ''' Friend ReadOnly Property Calculation_CurrentSizeOf_N() As String Get @@ -97,7 +97,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Total Files in {0}: {1} ähnelt. + ''' Looks up a localized string similar to Total Files in {0}: {1}. ''' Friend ReadOnly Property Calculation_TotalFilesIn_N() As String Get @@ -106,7 +106,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Total Folders in {0}: {1} ähnelt. + ''' Looks up a localized string similar to Total Folders in {0}: {1}. ''' Friend ReadOnly Property Calculation_TotalFoldersIn_N() As String Get @@ -115,9 +115,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The mismatch of an Assembly Dependency Version has occurred. + ''' Looks up a localized string similar to The mismatch of an Assembly Dependency Version has occurred. ''' - '''Running ViVeTool GUI directly from a ZIP file without extracting it first or missing/replacing a ViVeTool GUI DLL file can cause this issue. ähnelt. + '''Running ViVeTool GUI directly from a ZIP file without extracting it first or missing/replacing a ViVeTool GUI DLL file can cause this issue.. ''' Friend ReadOnly Property Check_AssemblyVersions_Text() As String Get @@ -126,7 +126,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Dependency Version mismatch ähnelt. + ''' Looks up a localized string similar to Dependency Version mismatch. ''' Friend ReadOnly Property Check_AssemblyVersions_Title() As String Get @@ -135,7 +135,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Debug Symbol Scan complete ähnelt. + ''' Looks up a localized string similar to Debug Symbol Scan complete. ''' Friend ReadOnly Property Done_Alert_CaptionText() As String Get @@ -144,7 +144,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Debug Symbol Scan is complete. Return to the ViVeTool GUI Feature Scanner to find out more. ähnelt. + ''' Looks up a localized string similar to The Debug Symbol Scan is complete. Return to the ViVeTool GUI Feature Scanner to find out more.. ''' Friend ReadOnly Property Done_Alert_ContentText() As String Get @@ -153,7 +153,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die File Copy successful ähnelt. + ''' Looks up a localized string similar to File Copy successful. ''' Friend ReadOnly Property Done_FileCopySuccessful_Caption() As String Get @@ -162,7 +162,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die {0} was successfully copied to your desktop. ähnelt. + ''' Looks up a localized string similar to {0} was successfully copied to your desktop.. ''' Friend ReadOnly Property Done_FileCopySuccessful_Heading() As String Get @@ -171,7 +171,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Output File: {0} ähnelt. + ''' Looks up a localized string similar to Output File: {0}. ''' Friend ReadOnly Property Done_OutputFile_N() As String Get @@ -180,7 +180,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Delete {0} ähnelt. + ''' Looks up a localized string similar to Delete {0}. ''' Friend ReadOnly Property Done_SymbolDelete() As String Get @@ -189,7 +189,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Symbol Folder deleted successfully ähnelt. + ''' Looks up a localized string similar to Symbol Folder deleted successfully. ''' Friend ReadOnly Property Done_SymbolFolderDeleted_Caption() As String Get @@ -198,7 +198,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die {0} was successfully deleted. ähnelt. + ''' Looks up a localized string similar to {0} was successfully deleted.. ''' Friend ReadOnly Property Done_SymbolFolderDeleted_Heading_N() As String Get @@ -207,7 +207,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred ähnelt. + ''' Looks up a localized string similar to An Error occurred. ''' Friend ReadOnly Property Error_AnErrorOccurred() As String Get @@ -216,7 +216,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Exception occurred ähnelt. + ''' Looks up a localized string similar to An Exception occurred. ''' Friend ReadOnly Property Error_AnExceptionOccurred() As String Get @@ -225,7 +225,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Collapse Exception ähnelt. + ''' Looks up a localized string similar to Collapse Exception. ''' Friend ReadOnly Property Error_CollapseException() As String Get @@ -234,7 +234,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Exception occurred while trying to copy {0} to your desktop. ähnelt. + ''' Looks up a localized string similar to An Exception occurred while trying to copy {0} to your desktop.. ''' Friend ReadOnly Property Error_CopyException() As String Get @@ -243,7 +243,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Copies the Exception to the Clipboard and closes the dialog ähnelt. + ''' Looks up a localized string similar to Copies the Exception to the Clipboard and closes the dialog. ''' Friend ReadOnly Property Error_CopyExceptionAndClose_ToolTip() As String Get @@ -252,7 +252,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die IO Error ähnelt. + ''' Looks up a localized string similar to IO Error. ''' Friend ReadOnly Property Error_IOError() As String Get @@ -261,9 +261,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while scanning the symbol files. + ''' Looks up a localized string similar to An Error occurred while scanning the symbol files. ''' - '''The application will attempt to rescan the symbol folder. ähnelt. + '''The application will attempt to rescan the symbol folder.. ''' Friend ReadOnly Property Error_mach2Scan_N() As String Get @@ -272,7 +272,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred. Files required for ViVeTool GUI Feature Scanner to work properly are missing. ähnelt. + ''' Looks up a localized string similar to An Error occurred. Files required for ViVeTool GUI Feature Scanner to work properly are missing.. ''' Friend ReadOnly Property Error_MissingFiles_Heading() As String Get @@ -281,9 +281,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Please check that the following files are present: + ''' Looks up a localized string similar to Please check that the following files are present: ''' - '''{0} ähnelt. + '''{0}. ''' Friend ReadOnly Property Error_MissingFiles_Text_N() As String Get @@ -292,7 +292,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Show Exception ähnelt. + ''' Looks up a localized string similar to Show Exception. ''' Friend ReadOnly Property Error_ShowException() As String Get @@ -301,9 +301,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while downloading the symbol files. + ''' Looks up a localized string similar to An Error occurred while downloading the symbol files. ''' - '''Check if you have access to symchk.exe and that your Anti-virus isn't blocking it. ähnelt. + '''Check if you have access to symchk.exe and that your Anti-virus isn't blocking it.. ''' Friend ReadOnly Property Error_SymbolDownload_N() As String Get @@ -312,7 +312,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Exception occurred while trying to delete {0} ähnelt. + ''' Looks up a localized string similar to An Exception occurred while trying to delete {0}. ''' Friend ReadOnly Property Error_SymbolFolderDeleted_N() As String Get @@ -321,9 +321,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while trying to write a test file to the symbol folder. + ''' Looks up a localized string similar to An Error occurred while trying to write a test file to the symbol folder. ''' - '''A symbol folder must be specified to download Program Debug Database files into. ähnelt. + '''A symbol folder must be specified to download Program Debug Database files into.. ''' Friend ReadOnly Property Error_SymbolFolderTestFile_N() As String Get @@ -332,9 +332,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while trying to write a test file to {0} + ''' Looks up a localized string similar to An Error occurred while trying to write a test file to {0} ''' - '''Please make sure that the application has write access to the folder, and that the folder isn't write protected. ähnelt. + '''Please make sure that the application has write access to the folder, and that the folder isn't write protected.. ''' Friend ReadOnly Property Error_SymbolPath_NewN() As String Get @@ -343,7 +343,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Exception occurred while trying to write a test file to {0} ähnelt. + ''' Looks up a localized string similar to An Exception occurred while trying to write a test file to {0}. ''' Friend ReadOnly Property Error_SymbolPathException1_N() As String Get @@ -352,11 +352,11 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while checking if the specified Path to symchk.exe is valid. + ''' Looks up a localized string similar to An Error occurred while checking if the specified Path to symchk.exe is valid. ''' '''Please be sure to enter a valid path to symchk.exe. ''' - '''If you can not find symchk.exe, it is usually located at the Installation Directory of the Windows SDK\10\Debuggers\x64 ähnelt. + '''If you can not find symchk.exe, it is usually located at the Installation Directory of the Windows SDK\10\Debuggers\x64. ''' Friend ReadOnly Property Error_SymchkPath_N() As String Get @@ -365,7 +365,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Unsupported Build ähnelt. + ''' Looks up a localized string similar to Unsupported Build. ''' Friend ReadOnly Property Error_UnsupportedBuild() As String Get @@ -374,7 +374,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die You are running an unsupported Windows 10 Build. ViVe, ViVeTool and ViVeTool GUI require Windows 10 Build 18963 or higher to function properly. Your Build is: {0} ähnelt. + ''' Looks up a localized string similar to You are running an unsupported Windows 10 Build. ViVe, ViVeTool and ViVeTool GUI require Windows 10 Build 18963 or higher to function properly. Your Build is: {0}. ''' Friend ReadOnly Property Error_UnsupportedBuild_Text_N() As String Get @@ -383,7 +383,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Close ähnelt. + ''' Looks up a localized string similar to Close. ''' Friend ReadOnly Property Generic_Close() As String Get @@ -392,7 +392,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Dark Theme ähnelt. + ''' Looks up a localized string similar to Dark Theme. ''' Friend ReadOnly Property Generic_DarkTheme() As String Get @@ -401,7 +401,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die GB ähnelt. + ''' Looks up a localized string similar to GB. ''' Friend ReadOnly Property Generic_FileSize_Gigabyte() As String Get @@ -410,7 +410,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Light Theme ähnelt. + ''' Looks up a localized string similar to Light Theme. ''' Friend ReadOnly Property Generic_LightTheme() As String Get @@ -419,7 +419,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_change_theme_24px() As System.Drawing.Bitmap Get @@ -429,7 +429,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_moon_and_stars_24() As System.Drawing.Bitmap Get @@ -439,7 +439,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_portrait_mode_scanning_96px() As System.Drawing.Bitmap Get @@ -449,7 +449,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_sun_24() As System.Drawing.Bitmap Get @@ -459,7 +459,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Language Change requires restart ähnelt. + ''' Looks up a localized string similar to Language Change requires restart. ''' Friend ReadOnly Property Language_Heading() As String Get @@ -468,7 +468,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die ViVeTool GUI needs to restart to reflect the Language change. It will try to restart after you press on Close. ähnelt. + ''' Looks up a localized string similar to ViVeTool GUI needs to restart to reflect the Language change. It will try to restart after you press on Close.. ''' Friend ReadOnly Property Language_Text() As String Get @@ -477,7 +477,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Symbol {0} downloaded. ähnelt. + ''' Looks up a localized string similar to Symbol {0} downloaded.. ''' Friend ReadOnly Property SymbolDownloaded() As String Get @@ -486,7 +486,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Abort ähnelt. + ''' Looks up a localized string similar to Abort. ''' Friend ReadOnly Property Telerik_Abort() As String Get @@ -495,7 +495,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die All ähnelt. + ''' Looks up a localized string similar to All. ''' Friend ReadOnly Property Telerik_All() As String Get @@ -504,7 +504,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Cancel ähnelt. + ''' Looks up a localized string similar to Cancel. ''' Friend ReadOnly Property Telerik_Cancel() As String Get @@ -513,7 +513,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Please select valid cell value ähnelt. + ''' Looks up a localized string similar to Please select valid cell value. ''' Friend ReadOnly Property Telerik_ConditionalFormattingPleaseSelectValidCellValue() As String Get @@ -522,7 +522,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Please set a valid cell value ähnelt. + ''' Looks up a localized string similar to Please set a valid cell value. ''' Friend ReadOnly Property Telerik_ConditionalFormattingPleaseSetValidCellValue() As String Get @@ -531,7 +531,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Continue ähnelt. + ''' Looks up a localized string similar to Continue. ''' Friend ReadOnly Property Telerik_Continue() As String Get @@ -540,7 +540,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Enter text to search ähnelt. + ''' Looks up a localized string similar to Enter text to search. ''' Friend ReadOnly Property Telerik_EnterTextToSearch() As String Get @@ -549,7 +549,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Help ähnelt. + ''' Looks up a localized string similar to Help. ''' Friend ReadOnly Property Telerik_Help() As String Get @@ -558,7 +558,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Hide details ähnelt. + ''' Looks up a localized string similar to Hide details. ''' Friend ReadOnly Property Telerik_HideDetails() As String Get @@ -567,7 +567,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Ignore ähnelt. + ''' Looks up a localized string similar to Ignore. ''' Friend ReadOnly Property Telerik_Ignore() As String Get @@ -576,7 +576,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Master template ähnelt. + ''' Looks up a localized string similar to Master template. ''' Friend ReadOnly Property Telerik_MasterTemplate() As String Get @@ -585,7 +585,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Match case ähnelt. + ''' Looks up a localized string similar to Match case. ''' Friend ReadOnly Property Telerik_MatchCase() As String Get @@ -594,7 +594,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die No ähnelt. + ''' Looks up a localized string similar to No. ''' Friend ReadOnly Property Telerik_No() As String Get @@ -603,7 +603,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die of ähnelt. + ''' Looks up a localized string similar to of. ''' Friend ReadOnly Property Telerik_Of() As String Get @@ -612,7 +612,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. + ''' Looks up a localized string similar to OK. ''' Friend ReadOnly Property Telerik_OK() As String Get @@ -621,7 +621,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Retry ähnelt. + ''' Looks up a localized string similar to Retry. ''' Friend ReadOnly Property Telerik_Retry() As String Get @@ -630,7 +630,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Search from current position ähnelt. + ''' Looks up a localized string similar to Search from current position. ''' Friend ReadOnly Property Telerik_SearchFromCurrentPosition() As String Get @@ -639,7 +639,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Search in columns ähnelt. + ''' Looks up a localized string similar to Search in columns. ''' Friend ReadOnly Property Telerik_SearchInColumns() As String Get @@ -648,7 +648,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die See details ähnelt. + ''' Looks up a localized string similar to See details. ''' Friend ReadOnly Property Telerik_SeeDetails() As String Get @@ -657,7 +657,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Try Again ähnelt. + ''' Looks up a localized string similar to Try Again. ''' Friend ReadOnly Property Telerik_TryAgain() As String Get @@ -666,7 +666,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Yes ähnelt. + ''' Looks up a localized string similar to Yes. ''' Friend ReadOnly Property Telerik_Yes() As String Get @@ -675,7 +675,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die ID is missing. Create an Issue and include the following Text: {0} ähnelt. + ''' Looks up a localized string similar to ID is missing. Create a GitHub Issue and include the following Text: {0}. ''' Friend ReadOnly Property TelerikLocalization_MissingID() As String Get @@ -684,7 +684,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Example Path: C:\Program Files\Windows Kits\10\Debuggers\x64\symchk.exe ähnelt. + ''' Looks up a localized string similar to Example Path: C:\Program Files\Windows Kits\10\Debuggers\x64\symchk.exe. ''' Friend ReadOnly Property ToolTip_RTB_DbgPath() As String Get @@ -693,7 +693,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Downloaded Debug Symbols can be up to 5~30GB in size. ähnelt. + ''' Looks up a localized string similar to The Downloaded Debug Symbols can be up to 5~30GB in size.. ''' Friend ReadOnly Property ToolTip_RTB_SymbolPath() As String Get @@ -702,13 +702,13 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die <html><body><span style="font-size: 11pt; font-family: Segoe UI"><p> + ''' Looks up a localized string similar to <html><body><span style="font-size: 11pt; font-family: Segoe UI"><p> '''Welcome to the ViVeTool GUI Feature Scanner '''</p><p> '''This Tool is used to download and scan .pdb (Program Debug Database) Files on newer Windows 10/11 Insider Builds to create your own Feature List. '''</p><p> '''The ViVeTool GUI Feature Scanner <strong>is not supposed to be used by the average user</strong>. Downloading PDB Files from the Microsoft Symbol Server usually takes an average of 2 Hours depending on your Internet Speed. - '''</p><p> ''' [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. + '''</p><p> ''' [rest of string was truncated]";. ''' Friend ReadOnly Property WB_HTML_Introduction() As String Get diff --git a/ViVeTool-GUI.FeatureScanner/ScannerUI.resx b/ViVeTool-GUI.FeatureScanner/ScannerUI.resx index 5a5e834..12ad5be 100644 --- a/ViVeTool-GUI.FeatureScanner/ScannerUI.resx +++ b/ViVeTool-GUI.FeatureScanner/ScannerUI.resx @@ -2716,7 +2716,7 @@ 840, 549 - ViVeTool GUI - Feature Scanner (v1.7 PRE-RELEASE 4) + ViVeTool GUI - Feature Scanner __DBG_UnlockAllTabs diff --git a/ViVeTool-GUI.FeatureScanner/ScannerUI.vb b/ViVeTool-GUI.FeatureScanner/ScannerUI.vb index 0d1885f..a1db451 100644 --- a/ViVeTool-GUI.FeatureScanner/ScannerUI.vb +++ b/ViVeTool-GUI.FeatureScanner/ScannerUI.vb @@ -1,5 +1,5 @@ -'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/TelerikLocalization.vb b/ViVeTool-GUI.FeatureScanner/TelerikLocalization.vb index 90b5ddb..9015ec2 100644 --- a/ViVeTool-GUI.FeatureScanner/TelerikLocalization.vb +++ b/ViVeTool-GUI.FeatureScanner/TelerikLocalization.vb @@ -1,5 +1,5 @@ -'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'ViVeTool-GUI - Windows Feature Control GUI for ViVeTool +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/ViVeTool-GUI.FeatureScanner/ViVeTool_GUI.FeatureScanner.vbproj b/ViVeTool-GUI.FeatureScanner/ViVeTool_GUI.FeatureScanner.vbproj index ccced45..7db1974 100644 --- a/ViVeTool-GUI.FeatureScanner/ViVeTool_GUI.FeatureScanner.vbproj +++ b/ViVeTool-GUI.FeatureScanner/ViVeTool_GUI.FeatureScanner.vbproj @@ -181,6 +181,9 @@ ScannerUI.vb Designer + + ScannerUI.vb + ScannerUI.vb Designer diff --git a/vivetool-gui/AboutAndSettings.vb b/vivetool-gui/AboutAndSettings.vb index b0b7fd4..f03ed2c 100644 --- a/vivetool-gui/AboutAndSettings.vb +++ b/vivetool-gui/AboutAndSettings.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/ApplicationEvents.vb b/vivetool-gui/ApplicationEvents.vb index 07e84ce..3e589f7 100644 --- a/vivetool-gui/ApplicationEvents.vb +++ b/vivetool-gui/ApplicationEvents.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/CommentsClient.vb b/vivetool-gui/CommentsClient.vb index 8ebeba2..2d1da0d 100644 --- a/vivetool-gui/CommentsClient.vb +++ b/vivetool-gui/CommentsClient.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/AssemblyVersionCheck.vb b/vivetool-gui/Functions/AssemblyVersionCheck.vb index fc2d9a5..2fb5fd9 100644 --- a/vivetool-gui/Functions/AssemblyVersionCheck.vb +++ b/vivetool-gui/Functions/AssemblyVersionCheck.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/CrashReporter.vb b/vivetool-gui/Functions/CrashReporter.vb index 47a2000..2d4d24f 100644 --- a/vivetool-gui/Functions/CrashReporter.vb +++ b/vivetool-gui/Functions/CrashReporter.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/DatabaseFunctions.vb b/vivetool-gui/Functions/DatabaseFunctions.vb index cab284d..ee85623 100644 --- a/vivetool-gui/Functions/DatabaseFunctions.vb +++ b/vivetool-gui/Functions/DatabaseFunctions.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/Extensions.vb b/vivetool-gui/Functions/Extensions.vb index ecf284a..cd67279 100644 --- a/vivetool-gui/Functions/Extensions.vb +++ b/vivetool-gui/Functions/Extensions.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/HttpRequestExceptionPP.vb b/vivetool-gui/Functions/HttpRequestExceptionPP.vb index 03f5174..2315b9d 100644 --- a/vivetool-gui/Functions/HttpRequestExceptionPP.vb +++ b/vivetool-gui/Functions/HttpRequestExceptionPP.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/Miscellaneous.vb b/vivetool-gui/Functions/Miscellaneous.vb index 1b5b131..9b7141d 100644 --- a/vivetool-gui/Functions/Miscellaneous.vb +++ b/vivetool-gui/Functions/Miscellaneous.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/RadTD.vb b/vivetool-gui/Functions/RadTD.vb index 4204cb2..85d2526 100644 --- a/vivetool-gui/Functions/RadTD.vb +++ b/vivetool-gui/Functions/RadTD.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/ViVe_API.FeatureDictionary.vb b/vivetool-gui/Functions/ViVe_API.FeatureDictionary.vb index 8699a31..ccb8910 100644 --- a/vivetool-gui/Functions/ViVe_API.FeatureDictionary.vb +++ b/vivetool-gui/Functions/ViVe_API.FeatureDictionary.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/Functions/ViVe_API.vb b/vivetool-gui/Functions/ViVe_API.vb index 1db4be0..69cffa5 100644 --- a/vivetool-gui/Functions/ViVe_API.vb +++ b/vivetool-gui/Functions/ViVe_API.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/GUI.resx b/vivetool-gui/GUI.resx index 1ac1490..39ecd5b 100644 --- a/vivetool-gui/GUI.resx +++ b/vivetool-gui/GUI.resx @@ -2274,7 +2274,7 @@ 859, 600 - ViVeTool GUI (v1.7 PRE-RELEASE 4) + ViVeTool GUI __DBG_RHI diff --git a/vivetool-gui/GUI.vb b/vivetool-gui/GUI.vb index 4a341d5..30b56dd 100644 --- a/vivetool-gui/GUI.vb +++ b/vivetool-gui/GUI.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/My Project/AssemblyInfo.vb b/vivetool-gui/My Project/AssemblyInfo.vb index f90fdbc..dd4f719 100644 --- a/vivetool-gui/My Project/AssemblyInfo.vb +++ b/vivetool-gui/My Project/AssemblyInfo.vb @@ -10,9 +10,9 @@ Imports System.Runtime.InteropServices - + - + @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + + diff --git a/vivetool-gui/My Project/Resources.Designer.vb b/vivetool-gui/My Project/Resources.Designer.vb index 5c6f164..ef05c72 100644 --- a/vivetool-gui/My Project/Resources.Designer.vb +++ b/vivetool-gui/My Project/Resources.Designer.vb @@ -1,10 +1,10 @@ '------------------------------------------------------------------------------ ' -' Dieser Code wurde von einem Tool generiert. -' Laufzeitversion:4.0.30319.42000 +' This code was generated by a tool. +' Runtime Version:4.0.30319.42000 ' -' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -' der Code erneut generiert wird. +' Changes to this file may cause incorrect behavior and will be lost if +' the code is regenerated. ' '------------------------------------------------------------------------------ @@ -15,12 +15,12 @@ Imports System Namespace My.Resources - 'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - '-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - 'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - 'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + 'This class was auto-generated by the StronglyTypedResourceBuilder + 'class via a tool like ResGen or Visual Studio. + 'To add or remove a member, edit your .ResX file then rerun ResGen + 'with the /str option, or rebuild your VS project. ''' - ''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + ''' A strongly-typed resource class, for looking up localized strings, etc. ''' - ''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + ''' Returns the cached ResourceManager instance used by this class. ''' _ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager @@ -47,8 +47,8 @@ Namespace My.Resources End Property ''' - ''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - ''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + ''' Overrides the current thread's CurrentUICulture property for all + ''' resource lookups using this strongly typed resource class. ''' _ Friend Property Culture() As Global.System.Globalization.CultureInfo @@ -61,7 +61,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). + ''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon). ''' Friend ReadOnly Property about() As System.Drawing.Icon Get @@ -71,9 +71,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The mismatch of an Assembly Dependency Version has occurred. + ''' Looks up a localized string similar to The mismatch of an Assembly Dependency Version has occurred. ''' - '''Running ViVeTool GUI directly from a ZIP file without extracting it first or missing/replacing a ViVeTool GUI DLL file can cause this issue. ähnelt. + '''Running ViVeTool GUI directly from a ZIP file without extracting it first or missing/replacing a ViVeTool GUI DLL file can cause this issue.. ''' Friend ReadOnly Property Check_AssemblyVersions_Text() As String Get @@ -82,7 +82,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Dependency Version mismatch ähnelt. + ''' Looks up a localized string similar to Dependency Version mismatch. ''' Friend ReadOnly Property Check_AssemblyVersions_Title() As String Get @@ -91,7 +91,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Checking if the Comments Database Server is available… ähnelt. + ''' Looks up a localized string similar to Checking if the Comments Database Server is available…. ''' Friend ReadOnly Property Comments_CheckingAvailabillity() As String Get @@ -100,7 +100,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Closes the Dialog ähnelt. + ''' Looks up a localized string similar to Closes the Dialog. ''' Friend ReadOnly Property Comments_ClosesTheDialog() As String Get @@ -109,7 +109,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Your Comment was sent successfully. ähnelt. + ''' Looks up a localized string similar to Your Comment was sent successfully.. ''' Friend ReadOnly Property Comments_CommentSentSuccessfully() As String Get @@ -118,7 +118,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while communicating with the Comments Database Server ähnelt. + ''' Looks up a localized string similar to An Error occurred while communicating with the Comments Database Server. ''' Friend ReadOnly Property Comments_DBError_CommunicationError() As String Get @@ -127,7 +127,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Comments couldn't be loaded, because the Database Server is currently shutting down. ähnelt. + ''' Looks up a localized string similar to Comments couldn't be loaded, because the Database Server is currently shutting down.. ''' Friend ReadOnly Property Comments_DBError_ShuttingDown() As String Get @@ -136,7 +136,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Comments couldn't be loaded, because the Database Server is currently unavailable. ähnelt. + ''' Looks up a localized string similar to Comments couldn't be loaded, because the Database Server is currently unavailable.. ''' Friend ReadOnly Property Comments_DBError_Unavailable() As String Get @@ -145,7 +145,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Comment for {0} ähnelt. + ''' Looks up a localized string similar to Comment for {0}. ''' Friend ReadOnly Property Comments_DialogTitle() As String Get @@ -154,7 +154,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die <html><p>Press on ""<strong>Edit Text</strong>"" to edit the Comment Text.</p><p></p><p>You can either write a Comment using normal Text, or <strong><em>HTML-like Text Formatting</em></strong></p></html> ähnelt. + ''' Looks up a localized string similar to <html><p>Press on ""<strong>Edit Text</strong>"" to edit the Comment Text.</p><p></p><p>You can either write a Comment using normal Text, or <strong><em>HTML-like Text Formatting</em></strong></p></html>. ''' Friend ReadOnly Property Comments_Form_EditIntroducionText() As String Get @@ -163,7 +163,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Getting Feature Comments from the Database… ähnelt. + ''' Looks up a localized string similar to Getting Feature Comments from the Database…. ''' Friend ReadOnly Property Comments_GettingComments() As String Get @@ -172,7 +172,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die I Agree ähnelt. + ''' Looks up a localized string similar to I Agree. ''' Friend ReadOnly Property Comments_I_Agree() As String Get @@ -181,7 +181,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die I Dont Agree ähnelt. + ''' Looks up a localized string similar to I Dont Agree. ''' Friend ReadOnly Property Comments_I_Dont_Agree() As String Get @@ -190,7 +190,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Close this Dialog and don't send anything ähnelt. + ''' Looks up a localized string similar to Close this Dialog and don't send anything. ''' Friend ReadOnly Property Comments_I_Dont_Agree_Subtext() As String Get @@ -199,7 +199,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Privacy Information ähnelt. + ''' Looks up a localized string similar to Privacy Information. ''' Friend ReadOnly Property Comments_PrivacyInformation() As String Get @@ -208,7 +208,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die <html><p>Before you can send your comment, you have to agree that your encrypted IP Address will be stored for a week as part of our <a href="https://github.com/PeterStrick/ViVeTool-GUI/blob/v1.7-Testing/Comments/privacy.md">Privacy Policy</a>, after pressing on 'I agree'.</p></html> ähnelt. + ''' Looks up a localized string similar to <html><p>Before you can send your comment, you have to agree that your encrypted IP Address will be stored for a week as part of our <a href="https://github.com/PeterStrick/ViVeTool-GUI/blob/v1.7-Testing/Comments/privacy.md">Privacy Policy</a>, after pressing on 'I agree'.</p></html>. ''' Friend ReadOnly Property Comments_PrivacyText() As String Get @@ -217,7 +217,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Sending your Comment… ähnelt. + ''' Looks up a localized string similar to Sending your Comment…. ''' Friend ReadOnly Property Comments_SendingYourComment() As String Get @@ -226,7 +226,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Send my comment ähnelt. + ''' Looks up a localized string similar to Send my comment. ''' Friend ReadOnly Property Comments_SendMyComment() As String Get @@ -235,7 +235,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An unknown error occurred while communicating with the Comments Server. {0} ähnelt. + ''' Looks up a localized string similar to An unknown error occurred while communicating with the Comments Server. {0}. ''' Friend ReadOnly Property Comments_ServerError_Generic() As String Get @@ -244,7 +244,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An error occurred while communicating with the Comments Server. HTTP 400: Bad Request ähnelt. + ''' Looks up a localized string similar to An error occurred while communicating with the Comments Server. HTTP 400: Bad Request. ''' Friend ReadOnly Property Comments_ServerError_HTTP400() As String Get @@ -253,7 +253,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An error occurred while communicating with the Comments Server. HTTP 403: Forbidden ähnelt. + ''' Looks up a localized string similar to An error occurred while communicating with the Comments Server. HTTP 403: Forbidden. ''' Friend ReadOnly Property Comments_ServerError_HTTP403() As String Get @@ -262,7 +262,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An error occurred while communicating with the Comments Server. HTTP 404: Not Found ähnelt. + ''' Looks up a localized string similar to An error occurred while communicating with the Comments Server. HTTP 404: Not Found. ''' Friend ReadOnly Property Comments_ServerError_HTTP404() As String Get @@ -271,7 +271,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Comments Server is currently unavailable. HTTP 500: Internal Server Error ähnelt. + ''' Looks up a localized string similar to The Comments Server is currently unavailable. HTTP 500: Internal Server Error. ''' Friend ReadOnly Property Comments_ServerError_HTTP500() As String Get @@ -280,7 +280,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Comments Server is currently unavailable. HTTP 502: Bad Gateway ähnelt. + ''' Looks up a localized string similar to The Comments Server is currently unavailable. HTTP 502: Bad Gateway. ''' Friend ReadOnly Property Comments_ServerError_HTTP502() As String Get @@ -289,7 +289,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Comments Server is currently unavailable. {0} ähnelt. + ''' Looks up a localized string similar to The Comments Server is currently unavailable. {0}. ''' Friend ReadOnly Property Comments_ServerError_HTTP503() As String Get @@ -298,7 +298,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Comments Server is currently unavailable. HTTP 504: Gateway Timeout ähnelt. + ''' Looks up a localized string similar to The Comments Server is currently unavailable. HTTP 504: Gateway Timeout. ''' Friend ReadOnly Property Comments_ServerError_HTTP504() As String Get @@ -307,7 +307,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Comment Sent ähnelt. + ''' Looks up a localized string similar to Comment Sent. ''' Friend ReadOnly Property Comments_Spaced_CommentSent() As String Get @@ -316,7 +316,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Privacy Information ähnelt. + ''' Looks up a localized string similar to Privacy Information. ''' Friend ReadOnly Property Comments_Spaced_PrivacyInformation() As String Get @@ -325,7 +325,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Sending your Comment… ähnelt. + ''' Looks up a localized string similar to Sending your Comment…. ''' Friend ReadOnly Property Comments_Spaced_SendingYourComment() As String Get @@ -334,7 +334,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die A Database Error occurred ähnelt. + ''' Looks up a localized string similar to A Database Error occurred. ''' Friend ReadOnly Property Error_ADatabaseErrorOccurred() As String Get @@ -343,7 +343,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred ähnelt. + ''' Looks up a localized string similar to An Error occurred. ''' Friend ReadOnly Property Error_AnErrorOccurred() As String Get @@ -352,7 +352,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die A Network Error occurred ähnelt. + ''' Looks up a localized string similar to A Network Error occurred. ''' Friend ReadOnly Property Error_ANetworkErrorOccurred() As String Get @@ -361,7 +361,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die A Network Exception occurred ähnelt. + ''' Looks up a localized string similar to A Network Exception occurred. ''' Friend ReadOnly Property Error_ANetworkExceptionOccurred() As String Get @@ -370,7 +370,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Exception occurred ähnelt. + ''' Looks up a localized string similar to An Exception occurred. ''' Friend ReadOnly Property Error_AnExceptionOccurred() As String Get @@ -379,7 +379,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An unknown Exception occurred ähnelt. + ''' Looks up a localized string similar to An unknown Exception occurred. ''' Friend ReadOnly Property Error_AnUnknownExceptionOccurred() As String Get @@ -388,7 +388,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Collapse Exception ähnelt. + ''' Looks up a localized string similar to Collapse Exception. ''' Friend ReadOnly Property Error_CollapseException() As String Get @@ -397,7 +397,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Copies the Exception to the Clipboard and closes the dialog ähnelt. + ''' Looks up a localized string similar to Copies the Exception to the Clipboard and closes the dialog. ''' Friend ReadOnly Property Error_CopyExceptionAndClose_ToolTip() As String Get @@ -406,7 +406,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. + ''' Looks up a localized string similar to Error. ''' Friend ReadOnly Property Error_Error() As String Get @@ -415,7 +415,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Exception occurred while trying to set Feature ID {0} to {1} ähnelt. + ''' Looks up a localized string similar to An Exception occurred while trying to set Feature ID {0} to {1}. ''' Friend ReadOnly Property Error_ExceptionSettingFeatureID() As String Get @@ -424,9 +424,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while trying to start the ViVeTool GUI Feature Scanner. + ''' Looks up a localized string similar to An Error occurred while trying to start the ViVeTool GUI Feature Scanner. ''' - '''The File doesn't exist. ähnelt. + '''The File doesn't exist.. ''' Friend ReadOnly Property Error_FeatureScannerNotFound_N() As String Get @@ -435,7 +435,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die A generic Win32 Exception occurred. ähnelt. + ''' Looks up a localized string similar to A generic Win32 Exception occurred.. ''' Friend ReadOnly Property Error_GenericWin32Exception_Heading() As String Get @@ -444,7 +444,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die There could be multiple causes for Win32 Exceptions, but they usually narrow down to Anti-virus Software interfering with ViVeTool GUI, or Permission problems. ähnelt. + ''' Looks up a localized string similar to There could be multiple causes for Win32 Exceptions, but they usually narrow down to Anti-virus Software interfering with ViVeTool GUI, or Permission problems.. ''' Friend ReadOnly Property Error_GenericWin32Exception_Text() As String Get @@ -453,7 +453,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Network Error ähnelt. + ''' Looks up a localized string similar to Network Error. ''' Friend ReadOnly Property Error_NetworkError() As String Get @@ -462,7 +462,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Your IP may have been temporarily rate limited by the GitHub API for an hour. ähnelt. + ''' Looks up a localized string similar to Your IP may have been temporarily rate limited by the GitHub API for an hour.. ''' Friend ReadOnly Property Error_NetworkException_GithubAPI() As String Get @@ -471,7 +471,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die GitHub API Response: ähnelt. + ''' Looks up a localized string similar to GitHub API Response: . ''' Friend ReadOnly Property Error_NetworkException_GithubAPI_Response() As String Get @@ -480,9 +480,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die ViVeTool-GUI is unable to populate the Build Combo Box, if the Device isn't connected to the Internet, or if the GitHub API is unreachable. + ''' Looks up a localized string similar to ViVeTool-GUI is unable to populate the Build Combo Box, if the Device isn't connected to the Internet, or if the GitHub API is unreachable. ''' - '''You are still able to manually change a Feature ID by pressing F12, and able to load a local Feature List. ähnelt. + '''You are still able to manually change a Feature ID by pressing F12, and able to load a local Feature List.. ''' Friend ReadOnly Property Error_NetworkExceptionDetail_N() As String Get @@ -491,7 +491,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Network Functions disabled. Press F12 to manually change a Feature. ähnelt. + ''' Looks up a localized string similar to Network Functions disabled. Press F12 to manually change a Feature.. ''' Friend ReadOnly Property Error_NetworkFunctionsDisabledF12() As String Get @@ -500,7 +500,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Select Build 17704 or higher to use Grouping ähnelt. + ''' Looks up a localized string similar to Select Build 17704 or higher to use Grouping. ''' Friend ReadOnly Property Error_SelectBuild17704OrHigherToUseGrouping() As String Get @@ -509,7 +509,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while sending your comment. ähnelt. + ''' Looks up a localized string similar to An Error occurred while sending your comment.. ''' Friend ReadOnly Property Error_SendComment() As String Get @@ -518,7 +518,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while trying to set {0} to {1} ähnelt. + ''' Looks up a localized string similar to An Error occurred while trying to set {0} to {1}. ''' Friend ReadOnly Property Error_SetConfig() As String Get @@ -527,7 +527,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while setting a feature configuration for {0} ähnelt. + ''' Looks up a localized string similar to An Error occurred while setting a feature configuration for {0}. ''' Friend ReadOnly Property Error_SettingFeatureConfig() As String Get @@ -536,7 +536,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Show Exception ähnelt. + ''' Looks up a localized string similar to Show Exception. ''' Friend ReadOnly Property Error_ShowException() As String Get @@ -545,7 +545,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Unsupported Build ähnelt. + ''' Looks up a localized string similar to Unsupported Build. ''' Friend ReadOnly Property Error_UnsupportedBuild() As String Get @@ -554,7 +554,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die You are running an unsupported Windows 10 Build. ViVe, ViVeTool and ViVeTool GUI require Windows 10 Build 18963 or higher to function properly. Your Build is: {0} ähnelt. + ''' Looks up a localized string similar to You are running an unsupported Windows 10 Build. ViVe, ViVeTool and ViVeTool GUI require Windows 10 Build 18963 or higher to function properly. Your Build is: {0}. ''' Friend ReadOnly Property Error_UnsupportedBuild_Text_N() As String Get @@ -563,7 +563,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The download of a more recent Feature Dictionary has completed successfully. ähnelt. + ''' Looks up a localized string similar to The download of a more recent Feature Dictionary has completed successfully.. ''' Friend ReadOnly Property FeatureDictionary_DownloadText() As String Get @@ -572,7 +572,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Download completed ähnelt. + ''' Looks up a localized string similar to Download completed. ''' Friend ReadOnly Property FeatureDictionary_DownloadTitle() As String Get @@ -581,7 +581,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Feature Dictionary provides a translation between ViVeTool Feature Names and ViVeTool IDs. Although optional, it is recommended to download this Dictionary. Would you like to download it now? ähnelt. + ''' Looks up a localized string similar to The Feature Dictionary provides a translation between ViVeTool Feature Names and ViVeTool IDs. Although optional, it is recommended to download this Dictionary. Would you like to download it now?. ''' Friend ReadOnly Property FeatureDictionary_MissingText() As String Get @@ -590,7 +590,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Feature Dictionary is missing ähnelt. + ''' Looks up a localized string similar to The Feature Dictionary is missing. ''' Friend ReadOnly Property FeatureDictionary_MissingTitle() As String Get @@ -599,7 +599,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Update Check of the Feature Dictionary could not be performed. ähnelt. + ''' Looks up a localized string similar to An Update Check of the Feature Dictionary could not be performed.. ''' Friend ReadOnly Property FeatureDictionary_UpdateError() As String Get @@ -608,7 +608,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die A newer Version of the Feature Dictionary is available. It contains translations of newer ViVeTool IDs to their corresponding Feature Name. Do you want to update to it now? ähnelt. + ''' Looks up a localized string similar to A newer Version of the Feature Dictionary is available. It contains translations of newer ViVeTool IDs to their corresponding Feature Name. Do you want to update to it now?. ''' Friend ReadOnly Property FeatureDictionary_UpdateText() As String Get @@ -617,7 +617,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die A Feature Dictionary Update is available ähnelt. + ''' Looks up a localized string similar to A Feature Dictionary Update is available. ''' Friend ReadOnly Property FeatureDictionary_UpdateTitle() As String Get @@ -626,7 +626,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Finish ähnelt. + ''' Looks up a localized string similar to Finish. ''' Friend ReadOnly Property General_Finish() As String Get @@ -635,7 +635,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Always Disabled ähnelt. + ''' Looks up a localized string similar to Always Disabled. ''' Friend ReadOnly Property Generic_AlwaysDisabled() As String Get @@ -644,7 +644,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Always Enabled ähnelt. + ''' Looks up a localized string similar to Always Enabled. ''' Friend ReadOnly Property Generic_AlwaysEnabled() As String Get @@ -653,7 +653,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Close ähnelt. + ''' Looks up a localized string similar to Close. ''' Friend ReadOnly Property Generic_Close() As String Get @@ -662,7 +662,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Copy ähnelt. + ''' Looks up a localized string similar to Copy. ''' Friend ReadOnly Property Generic_Copy() As String Get @@ -671,7 +671,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Dark Theme ähnelt. + ''' Looks up a localized string similar to Dark Theme. ''' Friend ReadOnly Property Generic_DarkTheme() As String Get @@ -680,7 +680,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Default ähnelt. + ''' Looks up a localized string similar to Default. ''' Friend ReadOnly Property Generic_Default() As String Get @@ -689,7 +689,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Disabled by Default ähnelt. + ''' Looks up a localized string similar to Disabled by Default. ''' Friend ReadOnly Property Generic_DisabledByDefault() As String Get @@ -698,7 +698,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Done. ähnelt. + ''' Looks up a localized string similar to Done.. ''' Friend ReadOnly Property Generic_Done() As String Get @@ -707,7 +707,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Enabled By Default ähnelt. + ''' Looks up a localized string similar to Enabled By Default. ''' Friend ReadOnly Property Generic_EnabledByDefault() As String Get @@ -716,7 +716,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Feature ID ähnelt. + ''' Looks up a localized string similar to Feature ID. ''' Friend ReadOnly Property Generic_FeatureID() As String Get @@ -725,7 +725,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Feature List ähnelt. + ''' Looks up a localized string similar to Feature List. ''' Friend ReadOnly Property Generic_FeatureList() As String Get @@ -734,7 +734,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Feature Mgmt ähnelt. + ''' Looks up a localized string similar to Feature Mgmt. ''' Friend ReadOnly Property Generic_FeatureManagement() As String Get @@ -743,7 +743,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Feature Name ähnelt. + ''' Looks up a localized string similar to Feature Name. ''' Friend ReadOnly Property Generic_FeatureName() As String Get @@ -752,7 +752,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Feature State ähnelt. + ''' Looks up a localized string similar to Feature State. ''' Friend ReadOnly Property Generic_FeatureState() As String Get @@ -761,7 +761,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Light Theme ähnelt. + ''' Looks up a localized string similar to Light Theme. ''' Friend ReadOnly Property Generic_LightTheme() As String Get @@ -770,7 +770,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Load manually… ähnelt. + ''' Looks up a localized string similar to Load manually…. ''' Friend ReadOnly Property Generic_LoadManually() As String Get @@ -779,7 +779,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Modifiable ähnelt. + ''' Looks up a localized string similar to Modifiable. ''' Friend ReadOnly Property Generic_Modifiable() As String Get @@ -788,7 +788,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Nothing ähnelt. + ''' Looks up a localized string similar to Nothing. ''' Friend ReadOnly Property Generic_Nothing() As String Get @@ -797,7 +797,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Not required ähnelt. + ''' Looks up a localized string similar to Not required. ''' Friend ReadOnly Property Generic_NotRequired() As String Get @@ -806,7 +806,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Populating the Data Grid View… This can take a while. ähnelt. + ''' Looks up a localized string similar to Populating the Data Grid View… This can take a while.. ''' Friend ReadOnly Property Generic_PopulatingTheDataGridView() As String Get @@ -815,7 +815,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Select Build… ähnelt. + ''' Looks up a localized string similar to Select Build…. ''' Friend ReadOnly Property Generic_SelectBuild() As String Get @@ -824,7 +824,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Version {0} ähnelt. + ''' Looks up a localized string similar to Version {0}. ''' Friend ReadOnly Property Generic_Version() As String Get @@ -833,7 +833,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_about_24() As System.Drawing.Bitmap Get @@ -843,7 +843,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_about_96() As System.Drawing.Bitmap Get @@ -853,7 +853,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_advertisement_page_24() As System.Drawing.Bitmap Get @@ -863,7 +863,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_advertisement_page_96() As System.Drawing.Bitmap Get @@ -873,7 +873,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_change_theme_24px() As System.Drawing.Bitmap Get @@ -883,7 +883,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_comments_24px() As System.Drawing.Bitmap Get @@ -893,7 +893,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_dictionary_24() As System.Drawing.Bitmap Get @@ -903,7 +903,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_moon_and_stars_24() As System.Drawing.Bitmap Get @@ -913,7 +913,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_portrait_mode_scanning_24px() As System.Drawing.Bitmap Get @@ -923,7 +923,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_registration_24px() As System.Drawing.Bitmap Get @@ -933,7 +933,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_rollback_24() As System.Drawing.Bitmap Get @@ -943,7 +943,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_settings_system_daydream_24px() As System.Drawing.Bitmap Get @@ -953,7 +953,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_start_24() As System.Drawing.Bitmap Get @@ -963,7 +963,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_sun_24() As System.Drawing.Bitmap Get @@ -973,7 +973,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_tick_24() As System.Drawing.Bitmap Get @@ -983,7 +983,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_time_machine_24() As System.Drawing.Bitmap Get @@ -993,7 +993,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_toggle_off_24() As System.Drawing.Bitmap Get @@ -1003,7 +1003,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_toggle_on_24() As System.Drawing.Bitmap Get @@ -1013,7 +1013,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property icons8_update_24() As System.Drawing.Bitmap Get @@ -1023,7 +1023,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Language Change requires restart ähnelt. + ''' Looks up a localized string similar to Language Change requires restart. ''' Friend ReadOnly Property Language_Heading() As String Get @@ -1032,9 +1032,9 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die ViVeTool GUI needs to restart to reflect the Language change. + ''' Looks up a localized string similar to ViVeTool GUI needs to restart to reflect the Language change. ''' - '''It will try to restart after you press on Close. ähnelt. + '''It will try to restart after you press on Close.. ''' Friend ReadOnly Property Language_Text() As String Get @@ -1043,7 +1043,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Path to a Feature List ähnelt. + ''' Looks up a localized string similar to Path to a Feature List. ''' Friend ReadOnly Property LoadManually_PathToAFeatureList() As String Get @@ -1052,7 +1052,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). + ''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon). ''' Friend ReadOnly Property main_icon() As System.Drawing.Icon Get @@ -1062,7 +1062,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Ready. Select a build from the Combo Box to get started, or alternatively press F12 to manually change a Feature. ähnelt. + ''' Looks up a localized string similar to Ready. Select a build from the Combo Box to get started, or alternatively press F12 to manually change a Feature.. ''' Friend ReadOnly Property PopulateBuildComboBox_Check_Ready() As String Get @@ -1071,7 +1071,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Populating the Build Combo Box… ähnelt. + ''' Looks up a localized string similar to Populating the Build Combo Box…. ''' Friend ReadOnly Property PopulateBuildComboBox_Populating() As String Get @@ -1080,7 +1080,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Success ähnelt. + ''' Looks up a localized string similar to Success. ''' Friend ReadOnly Property SetConfig_Success() As String Get @@ -1089,7 +1089,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Successfully set Feature {0} to {1} ähnelt. + ''' Looks up a localized string similar to Successfully set Feature {0} to {1}. ''' Friend ReadOnly Property SetConfig_SuccessfullySetFeature() As String Get @@ -1098,7 +1098,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Successfully set Feature Configuration for {0} with Value {1} ähnelt. + ''' Looks up a localized string similar to Successfully set Feature Configuration for {0} with Value {1}. ''' Friend ReadOnly Property SetConfig_SuccessfullySetFeatureConfig_Status() As String Get @@ -1107,7 +1107,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Successfully set Feature ID {0} to {1} ähnelt. + ''' Looks up a localized string similar to Successfully set Feature ID {0} to {1}. ''' Friend ReadOnly Property SetConfig_SuccessfullySetFeatureID() As String Get @@ -1116,7 +1116,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). + ''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon). ''' Friend ReadOnly Property settings_system_daydream() As System.Drawing.Icon Get @@ -1126,7 +1126,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The current Build Feature List ähnelt. + ''' Looks up a localized string similar to The current Build Feature List. ''' Friend ReadOnly Property Settings_TheCurrentBuildFeatureList() As String Get @@ -1135,7 +1135,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The latest Build Feature List ähnelt. + ''' Looks up a localized string similar to The latest Build Feature List. ''' Friend ReadOnly Property Settings_TheLatestBuildFeatureList() As String Get @@ -1144,7 +1144,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die &About ähnelt. + ''' Looks up a localized string similar to &About. ''' Friend ReadOnly Property SystemMenu_About() As String Get @@ -1153,7 +1153,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Manually Set Feature ID ähnelt. + ''' Looks up a localized string similar to Manually Set Feature ID. ''' Friend ReadOnly Property SystemMenu_ManuallySetFeatureID() As String Get @@ -1162,7 +1162,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Abort ähnelt. + ''' Looks up a localized string similar to Abort. ''' Friend ReadOnly Property Telerik_Abort() As String Get @@ -1171,7 +1171,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die All ähnelt. + ''' Looks up a localized string similar to All. ''' Friend ReadOnly Property Telerik_All() As String Get @@ -1180,7 +1180,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Cancel ähnelt. + ''' Looks up a localized string similar to Cancel. ''' Friend ReadOnly Property Telerik_Cancel() As String Get @@ -1189,7 +1189,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Continue ähnelt. + ''' Looks up a localized string similar to Continue. ''' Friend ReadOnly Property Telerik_Continue() As String Get @@ -1198,7 +1198,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Enter text to search ähnelt. + ''' Looks up a localized string similar to Enter text to search. ''' Friend ReadOnly Property Telerik_EnterTextToSearch() As String Get @@ -1207,7 +1207,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Help ähnelt. + ''' Looks up a localized string similar to Help. ''' Friend ReadOnly Property Telerik_Help() As String Get @@ -1216,7 +1216,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Hide details ähnelt. + ''' Looks up a localized string similar to Hide details. ''' Friend ReadOnly Property Telerik_HideDetails() As String Get @@ -1225,7 +1225,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Ignore ähnelt. + ''' Looks up a localized string similar to Ignore. ''' Friend ReadOnly Property Telerik_Ignore() As String Get @@ -1234,7 +1234,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Master template ähnelt. + ''' Looks up a localized string similar to Master template. ''' Friend ReadOnly Property Telerik_MasterTemplate() As String Get @@ -1243,7 +1243,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Match case ähnelt. + ''' Looks up a localized string similar to Match case. ''' Friend ReadOnly Property Telerik_MatchCase() As String Get @@ -1252,7 +1252,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die No ähnelt. + ''' Looks up a localized string similar to No. ''' Friend ReadOnly Property Telerik_No() As String Get @@ -1261,7 +1261,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die of ähnelt. + ''' Looks up a localized string similar to of. ''' Friend ReadOnly Property Telerik_Of() As String Get @@ -1270,7 +1270,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. + ''' Looks up a localized string similar to OK. ''' Friend ReadOnly Property Telerik_OK() As String Get @@ -1279,7 +1279,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Retry ähnelt. + ''' Looks up a localized string similar to Retry. ''' Friend ReadOnly Property Telerik_Retry() As String Get @@ -1288,7 +1288,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Search from current position ähnelt. + ''' Looks up a localized string similar to Search from current position. ''' Friend ReadOnly Property Telerik_SearchFromCurrentPosition() As String Get @@ -1297,7 +1297,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Search in columns ähnelt. + ''' Looks up a localized string similar to Search in columns. ''' Friend ReadOnly Property Telerik_SearchInColumns() As String Get @@ -1306,7 +1306,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die See details ähnelt. + ''' Looks up a localized string similar to See details. ''' Friend ReadOnly Property Telerik_SeeDetails() As String Get @@ -1315,7 +1315,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Try Again ähnelt. + ''' Looks up a localized string similar to Try Again. ''' Friend ReadOnly Property Telerik_TryAgain() As String Get @@ -1324,7 +1324,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Yes ähnelt. + ''' Looks up a localized string similar to Yes. ''' Friend ReadOnly Property Telerik_Yes() As String Get @@ -1333,7 +1333,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die ID is missing. Create an Issue and include the following Text: {0} ähnelt. + ''' Looks up a localized string similar to ID is missing. Create a GitHub Issue and include the following Text: {0}. ''' Friend ReadOnly Property TelerikLocalization_MissingID() As String Get @@ -1342,7 +1342,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Fixing of the Last Known Good Store is not required. ähnelt. + ''' Looks up a localized string similar to Fixing of the Last Known Good Store is not required.. ''' Friend ReadOnly Property ViVe_LKGStore_NotRequired() As String Get @@ -1351,7 +1351,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Last Known Good Store was successfully repaired. ähnelt. + ''' Looks up a localized string similar to Last Known Good Store was successfully repaired.. ''' Friend ReadOnly Property ViVe_LKGStore_Repaired() As String Get @@ -1360,7 +1360,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die The Functions returned {0}. Expected 00 ähnelt. + ''' Looks up a localized string similar to The Functions returned {0}. Expected 00. ''' Friend ReadOnly Property ViVe_Priorities_Error_Expanded() As String Get @@ -1369,7 +1369,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die An Error occurred while trying to fix the Feature Priorities. ähnelt. + ''' Looks up a localized string similar to An Error occurred while trying to fix the Feature Priorities.. ''' Friend ReadOnly Property ViVe_Priorities_Error_Text() As String Get @@ -1378,7 +1378,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Feature Priorities were successfully fixed. A reboot is recommended. ähnelt. + ''' Looks up a localized string similar to Feature Priorities were successfully fixed. A reboot is recommended.. ''' Friend ReadOnly Property ViVe_Priorities_Fixed() As String Get @@ -1387,7 +1387,7 @@ Namespace My.Resources End Property ''' - ''' Sucht eine lokalisierte Zeichenfolge, die Fixing of Feature Priorities is not required. ähnelt. + ''' Looks up a localized string similar to Fixing of Feature Priorities is not required.. ''' Friend ReadOnly Property ViVe_Priorities_NotRequired() As String Get diff --git a/vivetool-gui/SetManual.vb b/vivetool-gui/SetManual.vb index c5206cf..b190bbc 100644 --- a/vivetool-gui/SetManual.vb +++ b/vivetool-gui/SetManual.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/TelerikLocalization.vb b/vivetool-gui/TelerikLocalization.vb index 910aabb..ed60101 100644 --- a/vivetool-gui/TelerikLocalization.vb +++ b/vivetool-gui/TelerikLocalization.vb @@ -1,5 +1,5 @@ 'ViVeTool GUI - Windows Feature Control GUI for ViVeTool -'Copyright (C) 2023 Peter Strick +'Copyright (C) 2024 Peter Strick ' 'This program is free software: you can redistribute it and/or modify 'it under the terms of the GNU General Public License as published by diff --git a/vivetool-gui/ViVeTool_GUI.vbproj b/vivetool-gui/ViVeTool_GUI.vbproj index 48446c8..de87bb6 100644 --- a/vivetool-gui/ViVeTool_GUI.vbproj +++ b/vivetool-gui/ViVeTool_GUI.vbproj @@ -206,6 +206,9 @@ AboutAndSettings.vb Designer + + AboutAndSettings.vb + AboutAndSettings.vb Designer @@ -232,6 +235,9 @@ CommentsClient.vb + + CommentsClient.vb + CommentsClient.vb Designer @@ -259,6 +265,9 @@ GUI.vb Designer + + GUI.vb + GUI.vb Designer @@ -317,6 +326,9 @@ SetManual.vb Designer + + SetManual.vb + SetManual.vb Designer