Update vor Import Gitea

This commit is contained in:
2021-12-23 09:13:44 +01:00
parent 56bd02798f
commit 609bd2b3f6
72 changed files with 1687 additions and 700 deletions

View File

@@ -12,7 +12,7 @@ namespace ARSDDE.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.6.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.6.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
@@ -82,5 +82,53 @@ namespace ARSDDE.Properties {
this["WaitAfterStart"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("3")]
public string LogonTry {
get {
return ((string)(this["LogonTry"]));
}
set {
this["LogonTry"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("200")]
public string DDESleep {
get {
return ((string)(this["DDESleep"]));
}
set {
this["DDESleep"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("false")]
public string UseShellExecute {
get {
return ((string)(this["UseShellExecute"]));
}
set {
this["UseShellExecute"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("1500")]
public string DDETimeout {
get {
return ((string)(this["DDETimeout"]));
}
set {
this["DDETimeout"] = value;
}
}
}
}

View File

@@ -17,5 +17,17 @@
<Setting Name="WaitAfterStart" Type="System.String" Scope="User">
<Value Profile="(Default)">1000</Value>
</Setting>
<Setting Name="LogonTry" Type="System.String" Scope="User">
<Value Profile="(Default)">3</Value>
</Setting>
<Setting Name="DDESleep" Type="System.String" Scope="User">
<Value Profile="(Default)">200</Value>
</Setting>
<Setting Name="UseShellExecute" Type="System.String" Scope="User">
<Value Profile="(Default)">false</Value>
</Setting>
<Setting Name="DDETimeout" Type="System.String" Scope="User">
<Value Profile="(Default)">1500</Value>
</Setting>
</Settings>
</SettingsFile>