update 20250728
This commit is contained in:
12
Client/Properties/Settings.Designer.cs
generated
12
Client/Properties/Settings.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user