Add files via upload

This commit is contained in:
Christopher
2020-12-16 00:02:00 +01:00
committed by GitHub
parent eb51653952
commit f23fa8f0ed
48 changed files with 1981 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
+111
View File
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{83458EF2-12B8-4437-99BD-09CEB9167C70}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>ErrorGenerator</RootNamespace>
<AssemblyName>ErGen</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<Content Include="icon.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
+205
View File
@@ -0,0 +1,205 @@
namespace ErrorGenerator
{
partial class Form1
{
/// <summary>
/// Wymagana zmienna projektanta.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Wyczyść wszystkie używane zasoby.
/// </summary>
/// <param name="disposing">prawda, jeżeli zarządzane zasoby powinny zostać zlikwidowane; Fałsz w przeciwnym wypadku.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Kod generowany przez Projektanta formularzy systemu Windows
/// <summary>
/// Metoda wymagana do obsługi projektanta — nie należy modyfikować
/// jej zawartości w edytorze kodu.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.label1 = new System.Windows.Forms.Label();
this.title = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.text = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.buttons = new System.Windows.Forms.ComboBox();
this.label4 = new System.Windows.Forms.Label();
this.type = new System.Windows.Forms.ComboBox();
this.generate = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 13);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(35, 13);
this.label1.TabIndex = 0;
this.label1.Text = "Tytuł:";
//
// title
//
this.title.Location = new System.Drawing.Point(12, 29);
this.title.Name = "title";
this.title.Size = new System.Drawing.Size(253, 20);
this.title.TabIndex = 1;
this.title.Text = "Witaj, świecie!";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 52);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(37, 13);
this.label2.TabIndex = 2;
this.label2.Text = "Tekst:";
//
// text
//
this.text.Location = new System.Drawing.Point(12, 68);
this.text.Multiline = true;
this.text.Name = "text";
this.text.ScrollBars = System.Windows.Forms.ScrollBars.Both;
this.text.Size = new System.Drawing.Size(253, 176);
this.text.TabIndex = 3;
this.text.Text = "Jestem programem do tworzenia sztucznych błędów systemowych :) ";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(268, 9);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(51, 13);
this.label3.TabIndex = 4;
this.label3.Text = "Przyciski:";
//
// buttons
//
this.buttons.FormattingEnabled = true;
this.buttons.Items.AddRange(new object[] {
"Przerwij, Ponów próbę, Ignoruj",
"OK",
"OK, Anuluj",
"Ponów, Anuluj",
"Tak, Nie",
"Tak, Nie, Anuluj"});
this.buttons.Location = new System.Drawing.Point(271, 28);
this.buttons.Name = "buttons";
this.buttons.Size = new System.Drawing.Size(140, 21);
this.buttons.TabIndex = 5;
this.buttons.Text = "OK";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(268, 52);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(56, 13);
this.label4.TabIndex = 6;
this.label4.Text = "Typ błędu";
//
// type
//
this.type.FormattingEnabled = true;
this.type.Items.AddRange(new object[] {
"Błąd",
"Informacyjny",
"Ostrzegawczy",
"Pytajnik"});
this.type.Location = new System.Drawing.Point(271, 68);
this.type.Name = "type";
this.type.Size = new System.Drawing.Size(140, 21);
this.type.TabIndex = 7;
this.type.Text = "Informacyjny";
//
// generate
//
this.generate.Location = new System.Drawing.Point(271, 221);
this.generate.Name = "generate";
this.generate.Size = new System.Drawing.Size(140, 23);
this.generate.TabIndex = 10;
this.generate.Text = "Generuj";
this.generate.UseVisualStyleBackColor = true;
this.generate.Click += new System.EventHandler(this.generate_Click);
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 251);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(156, 13);
this.label6.TabIndex = 11;
this.label6.Text = "Stworzone przez KrzysiekSiemv";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(175, 251);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(40, 13);
this.linkLabel1.TabIndex = 12;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "GitHub";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkClicked);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(421, 274);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.label6);
this.Controls.Add(this.generate);
this.Controls.Add(this.type);
this.Controls.Add(this.label4);
this.Controls.Add(this.buttons);
this.Controls.Add(this.label3);
this.Controls.Add(this.title);
this.Controls.Add(this.text);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MaximumSize = new System.Drawing.Size(437, 313);
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(437, 313);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "ErGen - Generator błędów";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox title;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox text;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ComboBox buttons;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ComboBox type;
private System.Windows.Forms.Button generate;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.LinkLabel linkLabel1;
}
}
+61
View File
@@ -0,0 +1,61 @@
using System;
using System.Windows.Forms;
namespace ErrorGenerator
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void generate_Click(object sender, EventArgs e)
{
showMessage(title.Text, text.Text, buttons.SelectedIndex, type.SelectedIndex);
}
void showMessage(string title, string text, int buttons, int types)
{
var button = new MessageBoxButtons();
var type = new MessageBoxIcon();
#region Przyciski
if (buttons == 0)
button = MessageBoxButtons.AbortRetryIgnore;
else if (buttons == 1)
button = MessageBoxButtons.OK;
else if (buttons == 2)
button = MessageBoxButtons.OKCancel;
else if (buttons == 3)
button = MessageBoxButtons.RetryCancel;
else if (buttons == 4)
button = MessageBoxButtons.YesNo;
else if (buttons == 5)
button = MessageBoxButtons.YesNoCancel;
else
button = MessageBoxButtons.OK;
#endregion
#region Ikona
if (types == 0)
type = MessageBoxIcon.Error;
else if (types == 1)
type = MessageBoxIcon.Information;
else if (types == 2)
type = MessageBoxIcon.Warning;
else if (types == 3)
type = MessageBoxIcon.Question;
else
type = MessageBoxIcon.Information;
#endregion
MessageBox.Show(text, title, button, type);
}
private void linkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
linkLabel1.LinkVisited = true;
System.Diagnostics.Process.Start("https://github.com/KrzysiekSiemv");
}
}
}
File diff suppressed because it is too large Load Diff
+22
View File
@@ -0,0 +1,22 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace ErrorGenerator
{
static class Program
{
/// <summary>
/// Główny punkt wejścia dla aplikacji.
/// </summary>
[STAThread]
static void Main()
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Application.Run(new Form1());
}
}
}
+36
View File
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Ogólne informacje o zestawie są kontrolowane poprzez następujący
// zestaw atrybutów. Zmień wartości tych atrybutów, aby zmodyfikować informacje
// powiązane z zestawem.
[assembly: AssemblyTitle("ErGen")]
[assembly: AssemblyDescription("ErGen (skrót od Error Generator) jest to program, który generuje błąd lub komunikat ustawiony według użytkownika. Program napisany w C# w ciągu 20 minut.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Krzysztof 'KrzysiekSiemv' Smaga")]
[assembly: AssemblyProduct("ErGen")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Ustawienie elementu ComVisible na wartość false sprawia, że typy w tym zestawie są niewidoczne
// dla składników COM. Jeśli potrzebny jest dostęp do typu w tym zestawie z
// COM, ustaw wartość true dla atrybutu ComVisible tego typu.
[assembly: ComVisible(false)]
// Następujący identyfikator GUID jest identyfikatorem biblioteki typów w przypadku udostępnienia tego projektu w modelu COM
[assembly: Guid("83458ef2-12b8-4437-99bd-09ceb9167c70")]
// Informacje o wersji zestawu zawierają następujące cztery wartości:
//
// Wersja główna
// Wersja pomocnicza
// Numer kompilacji
// Poprawka
//
// Możesz określić wszystkie wartości lub użyć domyślnych numerów kompilacji i poprawki
// przy użyciu symbolu „*”, tak jak pokazano poniżej:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
+63
View File
@@ -0,0 +1,63 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ten kod został wygenerowany przez narzędzie.
// Wersja wykonawcza:4.0.30319.42000
//
// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
// kod zostanie ponownie wygenerowany.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ErrorGenerator.Properties {
using System;
/// <summary>
/// Klasa zasobu wymagająca zdefiniowania typu do wyszukiwania zlokalizowanych ciągów itd.
/// </summary>
// Ta klasa została automatycznie wygenerowana za pomocą klasy StronglyTypedResourceBuilder
// przez narzędzie, takie jak ResGen lub Visual Studio.
// Aby dodać lub usunąć składową, edytuj plik ResX, a następnie ponownie uruchom narzędzie ResGen
// z opcją /str lub ponownie utwórz projekt VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.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>
/// Zwraca buforowane wystąpienie ResourceManager używane przez tę klasę.
/// </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("ErrorGenerator.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Przesłania właściwość CurrentUICulture bieżącego wątku dla wszystkich
/// przypadków przeszukiwania zasobów za pomocą tej klasy zasobów wymagającej zdefiniowania typu.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
}
}
+117
View File
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
+26
View File
@@ -0,0 +1,26 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ten kod został wygenerowany przez narzędzie.
// Wersja wykonawcza:4.0.30319.42000
//
// Zmiany w tym pliku mogą spowodować nieprawidłowe zachowanie i zostaną utracone, jeśli
// kod zostanie ponownie wygenerowany.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ErrorGenerator.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
}
}
@@ -0,0 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)">
<Profiles>
<Profile Name="(Default)" />
</Profiles>
<Settings />
</SettingsFile>
Binary file not shown.
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
49ddf053a8af5d6e9369e6d3a8e96ccab85129ad
@@ -0,0 +1,10 @@
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Debug\ErrorGenerator.csprojAssemblyReference.cache
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Debug\ErrorGenerator.Form1.resources
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Debug\ErrorGenerator.Properties.Resources.resources
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Debug\ErrorGenerator.csproj.GenerateResource.cache
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Debug\ErrorGenerator.csproj.CoreCompileInputs.cache
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\Debug\ErGen.exe.config
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\Debug\ErGen.exe
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\Debug\ErGen.pdb
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Debug\ErGen.exe
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Debug\ErGen.pdb
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
42fc91b920426e379a4ce720848eb9d703449fc4
@@ -0,0 +1,9 @@
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\Release\ErGen.exe.config
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\Release\ErGen.exe
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\Release\ErGen.pdb
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Release\ErrorGenerator.Form1.resources
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Release\ErrorGenerator.Properties.Resources.resources
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Release\ErrorGenerator.csproj.GenerateResource.cache
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Release\ErrorGenerator.csproj.CoreCompileInputs.cache
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Release\ErGen.exe
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\Release\ErGen.pdb
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
569cf26a7658a280194d503a6c1b31bb10985d61
@@ -0,0 +1,9 @@
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\x86\Release\ErGen.exe.config
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\x86\Release\ErGen.exe
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\bin\x86\Release\ErGen.pdb
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\x86\Release\ErrorGenerator.Form1.resources
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\x86\Release\ErrorGenerator.Properties.Resources.resources
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\x86\Release\ErrorGenerator.csproj.GenerateResource.cache
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\x86\Release\ErrorGenerator.csproj.CoreCompileInputs.cache
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\x86\Release\ErGen.exe
C:\Users\Krzysiek\source\repos\ErrorGenerator\ErrorGenerator\obj\x86\Release\ErGen.pdb