update 20250728

This commit is contained in:
Stefan Hutter
2025-07-28 18:45:01 +02:00
parent 2237be483d
commit e33c7ede5b
65 changed files with 436 additions and 212 deletions

View File

@@ -216,5 +216,17 @@ namespace OnDoc.Properties {
this["PrinterSettings"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public string GASSize {
get {
return ((string)(this["GASSize"]));
}
set {
this["GASSize"] = value;
}
}
}
}

View File

@@ -50,5 +50,8 @@
<Setting Name="PrinterSettings" Type="System.String" Scope="User">
<Value Profile="(Default)">E:\Software-Projekte\TKBDiverse\TKBOfficeLib\PluginStart\bin\Debug\pluginstart.exe</Value>
</Setting>
<Setting Name="GASSize" Type="System.String" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>