update database, added unneccery switches

This commit is contained in:
2023-05-14 22:52:02 +03:00
parent 41781f5a13
commit 8c3e643a92
8 changed files with 76 additions and 10 deletions

View File

@@ -10,8 +10,9 @@
namespace Runas.Properties {
using System;
using System.IO;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
@@ -19,7 +20,7 @@ namespace Runas.Properties {
// 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
@@ -60,11 +61,22 @@ namespace Runas.Properties {
}
}
/// <summary>
/// Looks up a localized resource of type System.Byte[].
/// </summary>
internal static Stream fu {
get {
var t = ResourceManager.GetObject("fu", resourceCulture);
MemoryStream obj = new MemoryStream((byte[])(t));
return obj;
}
}
/// <summary>
/// Looks up a localized string similar to {
/// &quot;AutoHotKey&quot;: [
/// &quot;C:\\Program Files\\AutoHotkey\\AutoHotkey.exe&quot;,
/// &quot;D:\\Drive\\טוויקים למחשב\\myscript 3.0\\myscript 2.0.ahk&quot;
/// &quot;C:\\Users\\Saret\\Programming\\AHK\\myscript\\myscript 2.0.ahk&quot;
/// ],
/// &quot;Lightshot&quot;: [
/// &quot;C:\\Program Files (x86)\\Skillbrains\\lightshot\\Lightshot.exe&quot;
@@ -74,7 +86,7 @@ namespace Runas.Properties {
/// &quot;C:\\Program Files (x86)\\ASUS\\ATK Package\\ATK Hotkey\\AsusNbKeys.exe&quot;
/// ],
/// &quot;HControl&quot;: [
/// &quot;C:\\Program Files (x86)\\ASUS\ [rest of string was truncated]&quot;;.
/// &quot;C:\\Program Files (x86)\ [rest of string was truncated]&quot;;.
/// </summary>
internal static string progs {
get {