This commit is contained in:
h z
2025-02-10 02:11:23 +00:00
commit 8bf643f194
6 changed files with 257 additions and 0 deletions

88
Resources.Designer.cs generated Normal file
View File

@@ -0,0 +1,88 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Polonium.Tasks
{
using System;
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources
{
private static System.Resources.ResourceManager resourceMan;
private static System.Globalization.CultureInfo resourceCulture;
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance",
"CA1811:AvoidUncalledPrivateCode")]
internal Resources()
{
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Resources.ResourceManager ResourceManager
{
get
{
if (object.Equals(null, resourceMan))
{
System.Resources.ResourceManager temp =
new System.Resources.ResourceManager("Polonium.Tasks.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
internal static System.Globalization.CultureInfo Culture
{
get { return resourceCulture; }
set { resourceCulture = value; }
}
internal static string AB0001Description
{
get { return ResourceManager.GetString("AB0001Description", resourceCulture); }
}
internal static string AB0001MessageFormat
{
get { return ResourceManager.GetString("AB0001MessageFormat", resourceCulture); }
}
internal static string AB0001Title
{
get { return ResourceManager.GetString("AB0001Title", resourceCulture); }
}
internal static string AB0001CodeFixTitle
{
get { return ResourceManager.GetString("AB0001CodeFixTitle", resourceCulture); }
}
internal static string AB0002Description
{
get { return ResourceManager.GetString("AB0002Description", resourceCulture); }
}
internal static string AB0002MessageFormat
{
get { return ResourceManager.GetString("AB0002MessageFormat", resourceCulture); }
}
internal static string AB0002Title
{
get { return ResourceManager.GetString("AB0002Title", resourceCulture); }
}
}
}