Files
ErrorGenerator_CSharp/ErrorGenerator/Properties/Settings.Designer.cs
T
Christopher 6dd8d50aa0 Update
Parę nowych dodatków:
* Opóżnienie pojawienia
* Pokaż po wciśnięciu ikony na pasku powiadomień
2021-01-27 23:45:52 +01:00

63 lines
2.4 KiB
C#

//------------------------------------------------------------------------------
// <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;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Ikona {
get {
return ((string)(this["Ikona"]));
}
set {
this["Ikona"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Pokaż sztuczny błąd")]
public string TytulIkony {
get {
return ((string)(this["TytulIkony"]));
}
set {
this["TytulIkony"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int Klikniecie {
get {
return ((int)(this["Klikniecie"]));
}
set {
this["Klikniecie"] = value;
}
}
}
}