This commit is contained in:
Christopher
2021-01-27 17:53:57 +01:00
parent 4b2c97bacc
commit 0abffcad2f
27 changed files with 391 additions and 88 deletions
+13
View File
@@ -73,6 +73,7 @@ namespace Notatnik.Properties {
[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"]));
@@ -81,5 +82,17 @@ namespace Notatnik.Properties {
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;
}
}
}
}