update database, added unneccery switches
This commit is contained in:
22
Runas/Properties/Resources.Designer.cs
generated
22
Runas/Properties/Resources.Designer.cs
generated
@@ -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 {
|
||||
/// "AutoHotKey": [
|
||||
/// "C:\\Program Files\\AutoHotkey\\AutoHotkey.exe",
|
||||
/// "D:\\Drive\\טוויקים למחשב\\myscript 3.0\\myscript 2.0.ahk"
|
||||
/// "C:\\Users\\Saret\\Programming\\AHK\\myscript\\myscript 2.0.ahk"
|
||||
/// ],
|
||||
/// "Lightshot": [
|
||||
/// "C:\\Program Files (x86)\\Skillbrains\\lightshot\\Lightshot.exe"
|
||||
@@ -74,7 +86,7 @@ namespace Runas.Properties {
|
||||
/// "C:\\Program Files (x86)\\ASUS\\ATK Package\\ATK Hotkey\\AsusNbKeys.exe"
|
||||
/// ],
|
||||
/// "HControl": [
|
||||
/// "C:\\Program Files (x86)\\ASUS\ [rest of string was truncated]";.
|
||||
/// "C:\\Program Files (x86)\ [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string progs {
|
||||
get {
|
||||
|
Reference in New Issue
Block a user