mirror of
https://github.com/theitaliandeveloper/Perfect11.git
synced 2025-12-06 09:02:03 +00:00
136 lines
5.9 KiB
C#
136 lines
5.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Perfect11.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Perfect11.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <?xml version="1.0" encoding="utf-8"?>
|
|
///<unattend xmlns="urn:schemas-microsoft-com:unattend">
|
|
/// <settings pass="oobeSystem">
|
|
/// <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
/// <OOBE>
|
|
/// <HideEULAPage>true</HideEULAPage>
|
|
/// <HideOEMRegistrat [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string unattend_OOBEAutomate {
|
|
get {
|
|
return ResourceManager.GetString("unattend_OOBEAutomate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 1527c705-839a-4832-9118-54d4Bd6a0c89
|
|
///c5e2524a-ea46-4f67-841f-6a9465d9d515
|
|
///E2A4F912-2574-4A75-9BB0-0D023378592B
|
|
///F46D4000-FD22-4DB4-AC8E-4E1DDDE828FE
|
|
///InputApp
|
|
///Microsoft.AAD.BrokerPlugin
|
|
///Microsoft.AccountsControl
|
|
///Microsoft.Advertising.Xaml
|
|
///Microsoft.AsyncTextService
|
|
///Microsoft.BioEnrollment
|
|
///Microsoft.CredDialogHost
|
|
///Microsoft.ECApp
|
|
///Microsoft.LockApp
|
|
///Microsoft.MicrosoftEdge
|
|
///Microsoft.MicrosoftEdgeDevToolsClient
|
|
///Microsoft.NET
|
|
///Microsoft.PPIProjection
|
|
///Microsoft.Services.Store.Engagement
|
|
///Microsoft.V [rest of string was truncated]";.
|
|
/// </summary>
|
|
internal static string UWPSystemAppList {
|
|
get {
|
|
return ResourceManager.GetString("UWPSystemAppList", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
internal static System.Drawing.Bitmap win11logo {
|
|
get {
|
|
object obj = ResourceManager.GetObject("win11logo", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
internal static System.Drawing.Bitmap win11wallpaperdark {
|
|
get {
|
|
object obj = ResourceManager.GetObject("win11wallpaperdark", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
internal static System.Drawing.Bitmap win11wallpaperlight {
|
|
get {
|
|
object obj = ResourceManager.GetObject("win11wallpaperlight", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
}
|
|
}
|