This commit is contained in:
Christopher
2021-01-20 22:04:40 +01:00
parent 549e578fe1
commit cecd55435b
40 changed files with 666 additions and 134 deletions
+13 -1
View File
@@ -37,7 +37,7 @@ namespace Notatnik.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("900, 512")]
[global::System.Configuration.DefaultSettingValueAttribute("1044, 700")]
public global::System.Drawing.Size FormSize {
get {
return ((global::System.Drawing.Size)(this["FormSize"]));
@@ -58,5 +58,17 @@ namespace Notatnik.Properties {
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;
}
}
}
}