dodaj pliki czy cos
This commit is contained in:
commit
b0bcf53bdb
213 changed files with 811368 additions and 0 deletions
134
watykanczyk/dllsupport.Properties/Resources.cs
Normal file
134
watykanczyk/dllsupport.Properties/Resources.cs
Normal file
|
|
@ -0,0 +1,134 @@
|
|||
using System.CodeDom.Compiler;
|
||||
using System.ComponentModel;
|
||||
using System.Diagnostics;
|
||||
using System.Drawing;
|
||||
using System.Globalization;
|
||||
using System.IO;
|
||||
using System.Resources;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace dllsupport.Properties;
|
||||
|
||||
[GeneratedCode("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
||||
[DebuggerNonUserCode]
|
||||
[CompilerGenerated]
|
||||
internal class Resources
|
||||
{
|
||||
private static ResourceManager resourceMan;
|
||||
|
||||
private static CultureInfo resourceCulture;
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
internal static ResourceManager ResourceManager
|
||||
{
|
||||
get
|
||||
{
|
||||
if (resourceMan == null)
|
||||
{
|
||||
ResourceManager resourceManager = new ResourceManager("dllsupport.Properties.Resources", typeof(Resources).Assembly);
|
||||
resourceMan = resourceManager;
|
||||
}
|
||||
return resourceMan;
|
||||
}
|
||||
}
|
||||
|
||||
[EditorBrowsable(EditorBrowsableState.Advanced)]
|
||||
internal static CultureInfo Culture
|
||||
{
|
||||
get
|
||||
{
|
||||
return resourceCulture;
|
||||
}
|
||||
set
|
||||
{
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Bitmap gowniak
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("gowniak", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static UnmanagedMemoryStream Jan_DJ_2___GabBarka => ResourceManager.GetStream("Jan_DJ_2___GabBarka", resourceCulture);
|
||||
|
||||
internal static Bitmap masa
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("masa", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Bitmap papagif
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("papagif", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Icon papieszIkonka
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("papieszIkonka", resourceCulture);
|
||||
return (Icon)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Bitmap papież
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("papież", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Bitmap papiezinba
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("papiezinba", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Bitmap papiezkreci
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("papiezkreci", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Bitmap papiezlata
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("papiezlata", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal static Bitmap papiezrower
|
||||
{
|
||||
get
|
||||
{
|
||||
object @object = ResourceManager.GetObject("papiezrower", resourceCulture);
|
||||
return (Bitmap)@object;
|
||||
}
|
||||
}
|
||||
|
||||
internal Resources()
|
||||
{
|
||||
}
|
||||
}
|
||||
14
watykanczyk/dllsupport.Properties/Settings.cs
Normal file
14
watykanczyk/dllsupport.Properties/Settings.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System.CodeDom.Compiler;
|
||||
using System.Configuration;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace dllsupport.Properties;
|
||||
|
||||
[GeneratedCode("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
||||
[CompilerGenerated]
|
||||
internal sealed class Settings : ApplicationSettingsBase
|
||||
{
|
||||
private static Settings defaultInstance = (Settings)SettingsBase.Synchronized(new Settings());
|
||||
|
||||
public static Settings Default => defaultInstance;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue