Update Alabus Transfer (Log, Mail)
This commit is contained in:
48
AlabusTransfer/Properties/Settings.Designer.cs
generated
48
AlabusTransfer/Properties/Settings.Designer.cs
generated
@@ -118,5 +118,53 @@ namespace AlabusTransfer.Properties {
|
||||
this["VereinFiler"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("mail.shub.ch")]
|
||||
public string mailserver {
|
||||
get {
|
||||
return ((string)(this["mailserver"]));
|
||||
}
|
||||
set {
|
||||
this["mailserver"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("qwtool@shub.ch")]
|
||||
public string sender {
|
||||
get {
|
||||
return ((string)(this["sender"]));
|
||||
}
|
||||
set {
|
||||
this["sender"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("qwtool@shub.ch")]
|
||||
public string empfaenger {
|
||||
get {
|
||||
return ((string)(this["empfaenger"]));
|
||||
}
|
||||
set {
|
||||
this["empfaenger"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("ToolQW*2022")]
|
||||
public string cred {
|
||||
get {
|
||||
return ((string)(this["cred"]));
|
||||
}
|
||||
set {
|
||||
this["cred"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,5 +26,17 @@
|
||||
<Setting Name="VereinFiler" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">.ZH.,.ZZ.</Value>
|
||||
</Setting>
|
||||
<Setting Name="mailserver" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">mail.shub.ch</Value>
|
||||
</Setting>
|
||||
<Setting Name="sender" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">qwtool@shub.ch</Value>
|
||||
</Setting>
|
||||
<Setting Name="empfaenger" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">qwtool@shub.ch</Value>
|
||||
</Setting>
|
||||
<Setting Name="cred" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)">ToolQW*2022</Value>
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user