update 20241201
This commit is contained in:
125
Client - Kopie/Properties/Settings.Designer.cs
generated
Normal file
125
Client - Kopie/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,125 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace OnDoc.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.10.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
||||
public static Settings Default {
|
||||
get {
|
||||
return defaultInstance;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=shu01\\shu00;Initial Catalog=edoka_dms;Persist Security Info=True;User" +
|
||||
" ID=sa;Password=*shu29;")]
|
||||
public string Connectionstring {
|
||||
get {
|
||||
return ((string)(this["Connectionstring"]));
|
||||
}
|
||||
set {
|
||||
this["Connectionstring"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\OnDoc\\Nativ\\")]
|
||||
public string NativVorlagen {
|
||||
get {
|
||||
return ((string)(this["NativVorlagen"]));
|
||||
}
|
||||
set {
|
||||
this["NativVorlagen"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=shu01\\shu00;Initial Catalog=edoka;Persist Security Info=True;User ID=" +
|
||||
"sa;Password=*shu29;")]
|
||||
public string Connectionstring_Prod {
|
||||
get {
|
||||
return ((string)(this["Connectionstring_Prod"]));
|
||||
}
|
||||
set {
|
||||
this["Connectionstring_Prod"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("https://localhost:44334/")]
|
||||
public string RESTURI {
|
||||
get {
|
||||
return ((string)(this["RESTURI"]));
|
||||
}
|
||||
set {
|
||||
this["RESTURI"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("NO")]
|
||||
public string UseAPI {
|
||||
get {
|
||||
return ((string)(this["UseAPI"]));
|
||||
}
|
||||
set {
|
||||
this["UseAPI"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("5sPQAPCxiSj+JWf+sWKTYgdTRSXeZJX/Ft2wE5B/SaSPoxPNMvkTgNjbmiK18SNmJ66OPzOM1fEw70R+V" +
|
||||
"ZeRWU+5fowTIXAGYLDneikxmK4HnIJku8732xxJ/9EomCZ6")]
|
||||
public string apikey {
|
||||
get {
|
||||
return ((string)(this["apikey"]));
|
||||
}
|
||||
set {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user