AlabusImport hinzugefügt
This commit is contained in:
122
AlabusTransfer/Properties/Settings.Designer.cs
generated
Normal file
122
AlabusTransfer/Properties/Settings.Designer.cs
generated
Normal file
@@ -0,0 +1,122 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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 AlabusTransfer.Properties {
|
||||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.1.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("https://alabus.swiss-athletics.ch/rest/License/Athletica/ExportStammDataFull")]
|
||||
public string URL {
|
||||
get {
|
||||
return ((string)(this["URL"]));
|
||||
}
|
||||
set {
|
||||
this["URL"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("40307")]
|
||||
public string UID {
|
||||
get {
|
||||
return ((string)(this["UID"]));
|
||||
}
|
||||
set {
|
||||
this["UID"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Turicum18")]
|
||||
public string PWD {
|
||||
get {
|
||||
return ((string)(this["PWD"]));
|
||||
}
|
||||
set {
|
||||
this["PWD"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("E:\\Software-Projekte\\QW-Tool\\QW2021C\\Upload\\transfer\\")]
|
||||
public string TransferPath {
|
||||
get {
|
||||
return ((string)(this["TransferPath"]));
|
||||
}
|
||||
set {
|
||||
this["TransferPath"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=shu00;Initial Catalog=qw2021_prod;User ID=sa;Password=*shu29")]
|
||||
public string QWToolConnectionstring {
|
||||
get {
|
||||
return ((string)(this["QWToolConnectionstring"]));
|
||||
}
|
||||
set {
|
||||
this["QWToolConnectionstring"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("No")]
|
||||
public string NoDownload {
|
||||
get {
|
||||
return ((string)(this["NoDownload"]));
|
||||
}
|
||||
set {
|
||||
this["NoDownload"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1")]
|
||||
public string LogLevel {
|
||||
get {
|
||||
return ((string)(this["LogLevel"]));
|
||||
}
|
||||
set {
|
||||
this["LogLevel"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute(".ZH.,.ZZ.")]
|
||||
public string VereinFiler {
|
||||
get {
|
||||
return ((string)(this["VereinFiler"]));
|
||||
}
|
||||
set {
|
||||
this["VereinFiler"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user