Update 20241215

This commit is contained in:
Stefan Hutter
2024-11-15 14:52:05 +01:00
parent 3c5380f422
commit 69de21ca51
1081 changed files with 28807 additions and 3739 deletions

View File

@@ -97,5 +97,29 @@ namespace OnDoc.Properties {
this["apikey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("FilePrintDefault")]
public string StandardWordDruckMakro {
get {
return ((string)(this["StandardWordDruckMakro"]));
}
set {
this["StandardWordDruckMakro"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("Yes")]
public string VBVorlagenmanagement {
get {
return ((string)(this["VBVorlagenmanagement"]));
}
set {
this["VBVorlagenmanagement"] = value;
}
}
}
}