99 lines
3.8 KiB
C#
99 lines
3.8 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 Notatnik.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("Calibri, 12pt")]
|
|
public global::System.Drawing.Font Czcionka {
|
|
get {
|
|
return ((global::System.Drawing.Font)(this["Czcionka"]));
|
|
}
|
|
set {
|
|
this["Czcionka"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("1044, 700")]
|
|
public global::System.Drawing.Size FormSize {
|
|
get {
|
|
return ((global::System.Drawing.Size)(this["FormSize"]));
|
|
}
|
|
set {
|
|
this["FormSize"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("White")]
|
|
public global::System.Drawing.Color Tlo {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["Tlo"]));
|
|
}
|
|
set {
|
|
this["Tlo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FirstRun {
|
|
get {
|
|
return ((bool)(this["FirstRun"]));
|
|
}
|
|
set {
|
|
this["FirstRun"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Black")]
|
|
public global::System.Drawing.Color KolorCzcionki {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["KolorCzcionki"]));
|
|
}
|
|
set {
|
|
this["KolorCzcionki"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ZawijanieWierszy {
|
|
get {
|
|
return ((bool)(this["ZawijanieWierszy"]));
|
|
}
|
|
set {
|
|
this["ZawijanieWierszy"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|