Update 20241215
This commit is contained in:
24
Client/Properties/Settings.Designer.cs
generated
24
Client/Properties/Settings.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,5 +20,11 @@
|
||||
<Setting Name="apikey" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">5sPQAPCxiSj+JWf+sWKTYgdTRSXeZJX/Ft2wE5B/SaSPoxPNMvkTgNjbmiK18SNmJ66OPzOM1fEw70R+VZeRWU+5fowTIXAGYLDneikxmK4HnIJku8732xxJ/9EomCZ6</Value>
|
||||
</Setting>
|
||||
<Setting Name="StandardWordDruckMakro" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">FilePrintDefault</Value>
|
||||
</Setting>
|
||||
<Setting Name="VBVorlagenmanagement" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">Yes</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user