update 20241210
This commit is contained in:
29
Client/Properties/Settings.Designer.cs
generated
29
Client/Properties/Settings.Designer.cs
generated
@@ -49,7 +49,7 @@ namespace OnDoc.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("FilePrintDefault")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("DateiDrukenStandard")]
|
||||
public string StandardWordDruckMakro {
|
||||
get {
|
||||
return ((string)(this["StandardWordDruckMakro"]));
|
||||
@@ -169,7 +169,7 @@ namespace OnDoc.Properties {
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("14")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("9")]
|
||||
public string ZusatzFontSize {
|
||||
get {
|
||||
return ((string)(this["ZusatzFontSize"]));
|
||||
@@ -178,5 +178,30 @@ namespace OnDoc.Properties {
|
||||
this["ZusatzFontSize"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\EDOKA\\Cleint_Erneuerung_DMS_Framwork48 - Kopie\\EDOKA\\bin\\edo" +
|
||||
"ka.exe")]
|
||||
public string edokapath {
|
||||
get {
|
||||
return ((string)(this["edokapath"]));
|
||||
}
|
||||
set {
|
||||
this["edokapath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
|
||||
public string OfficeWatchTimerIntervall {
|
||||
get {
|
||||
return ((string)(this["OfficeWatchTimerIntervall"]));
|
||||
}
|
||||
set {
|
||||
this["OfficeWatchTimerIntervall"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user