update3 20260610

This commit is contained in:
Stefan Hutter
2026-06-10 18:14:56 +02:00
parent 42376fc823
commit 58cd45116c
122 changed files with 5760 additions and 293 deletions
+3 -3
View File
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Thurgauer Kantonalbank")]
[assembly: AssemblyProduct("OnDoc")]
[assembly: AssemblyCopyright("Thurgauer Kantonalbank 2025")]
[assembly: AssemblyCopyright("Thurgauer Kantonalbank 2026")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.8.0.01")]
[assembly: AssemblyFileVersion("1.8.0.01")]
[assembly: AssemblyVersion("1.8.1.0")]
[assembly: AssemblyFileVersion("1.8.1.0")]
+13 -1
View File
@@ -194,7 +194,7 @@ namespace OnDoc.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("60000")]
[global::System.Configuration.DefaultSettingValueAttribute("5000")]
public string OfficeWatchTimerIntervall {
get {
return ((string)(this["OfficeWatchTimerIntervall"]));
@@ -228,5 +228,17 @@ namespace OnDoc.Properties {
this["GASSize"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("E:")]
public string Lokaldrive {
get {
return ((string)(this["Lokaldrive"]));
}
set {
this["Lokaldrive"] = value;
}
}
}
}
+4 -1
View File
@@ -45,7 +45,7 @@
<Value Profile="(Default)">E:\Software-Projekte\OnDoc\TKB-Vorlagen\</Value>
</Setting>
<Setting Name="OfficeWatchTimerIntervall" Type="System.String" Scope="User">
<Value Profile="(Default)">60000</Value>
<Value Profile="(Default)">5000</Value>
</Setting>
<Setting Name="PrinterSettings" Type="System.String" Scope="User">
<Value Profile="(Default)">E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</Value>
@@ -53,5 +53,8 @@
<Setting Name="GASSize" Type="System.String" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="Lokaldrive" Type="System.String" Scope="User">
<Value Profile="(Default)">E:</Value>
</Setting>
</Settings>
</SettingsFile>